Skip to content

Make registration of filesystems optional

Enrico Bocchi requested to merge fst-self-registration into master

Please merge after MR !6 (merged) and rebase

These are changes to disable automatic registration of filesystems when the FST starts. It is enough to set

selfRegister:
  enable: false

... and nothing will happen.

Otherwise, it is possible to specify the spare where to register the FS and its config (rw, ro, empty....)

Merge request reports