This was missing its `safe` flag, causing some attempts
to set it during testing to fail.
Signed-off-by: John Spray <john.spray@redhat.com>
Option("erasure_code_dir", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default(CEPH_PKGLIBDIR"/erasure-code")
.set_description("directory where erasure-code plugins can be found")
- .add_service("mon osd"),
+ .add_service("mon osd")
+ .set_safe(),
// logging
Option("log_file", Option::TYPE_STR, Option::LEVEL_BASIC)