]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
config: Admin socket path had literal "name" in it instead of $name.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 2 May 2012 22:50:36 +0000 (15:50 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 2 May 2012 22:50:36 +0000 (15:50 -0700)
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
src/common/config_opts.h

index e33c54b405d9ef75a5b01e1eb5e6736b7481a1d3..01eed89685c6b4265103e7c51a891f213fba7816 100644 (file)
@@ -23,7 +23,7 @@ OPTION(num_client, OPT_INT, 1)
 OPTION(monmap, OPT_STR, "")
 OPTION(mon_host, OPT_STR, "")
 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, "")