From 72715b235a0daee7ab8e5cd3ab6e415de2939df9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 27 Mar 2014 12:30:39 -0700 Subject: [PATCH] ceph-conf: no admin_socket We don't need to worry about pidfile because that is done by the fork functions, which ceph-conf doesn't call. Signed-off-by: Sage Weil --- src/tools/ceph_conf.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/ceph_conf.cc b/src/tools/ceph_conf.cc index 99de8b8cfcf11..9403d3ae061e6 100644 --- a/src/tools/ceph_conf.cc +++ b/src/tools/ceph_conf.cc @@ -162,6 +162,8 @@ int main(int argc, const char **argv) args.push_back(""); args.push_back("--no-log-to-stderr"); args.push_back("--no-log-to-syslog"); + args.push_back("--admin-socket"); + args.push_back(""); global_init(NULL, args, CEPH_ENTITY_TYPE_CLIENT, CODE_ENVIRONMENT_DAEMON, CINIT_FLAG_NO_DAEMON_ACTIONS); -- 2.47.3