OPTION(restapi_log_level, OPT_STR) // default set by Python code
OPTION(restapi_base_url, OPT_STR) // "
OPTION(fatal_signal_handlers, OPT_BOOL)
+OPTION(crash_dir, OPT_STR)
SAFE_OPTION(erasure_code_dir, OPT_STR) // default location for erasure-code plugins
OPTION(log_file, OPT_STR) // default changed by common_preinit()
.add_service({"mon", "mgr", "osd", "mds"})
.add_tag("service"),
+ Option("crash_dir", Option::TYPE_STR, Option::LEVEL_ADVANCED)
+ .set_default("/var/lib/ceph/crash")
+ .set_description("Directory where crash reports are archived"),
+
// restapi
Option("restapi_log_level", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_description("default set by python code"),
plugin dir = $CEPH_LIB
filestore fd cache size = 32
run dir = $CEPH_OUT_DIR
+ crash dir = $CEPH_OUT_DIR
enable experimental unrecoverable data corrupting features = *
osd_crush_chooseleaf_type = 0
$extra_conf