OPTION(num_client, OPT_INT, 1)
OPTION(monmap, OPT_STR, "")
OPTION(mon_host, OPT_STR, "")
-OPTION(daemonize, OPT_BOOL, false)
OPTION(lockdep, OPT_BOOL, false)
- OPTION(admin_socket, OPT_STR, "/var/run/ceph/$cluster.$name.asok")
+ OPTION(admin_socket, OPT_STR, "/var/run/ceph/$cluster-$name.asok")
+
+OPTION(daemonize, OPT_BOOL, false)
+OPTION(pid_file, OPT_STR, "")
+OPTION(chdir, OPT_STR, "/")
+OPTION(max_open_files, OPT_LONGLONG, 0)
+
- OPTION(log_file, OPT_STR, "/var/log/ceph/$cluster.$name.log")
+ OPTION(log_file, OPT_STR, "/var/log/ceph/$cluster-$name.log")
OPTION(log_max_new, OPT_INT, 1000)
OPTION(log_max_recent, OPT_INT, 1000000)
OPTION(log_to_stderr, OPT_BOOL, true)