From 2a316c317187b86cdd074093a981d68c1d785472 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 12 Mar 2009 13:59:05 -0700 Subject: [PATCH] ceph_common: use new cconf syntax --- src/ceph_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph_common.sh b/src/ceph_common.sh index ac5cf87e7f602..d63fd2f229fc0 100644 --- a/src/ceph_common.sh +++ b/src/ceph_common.sh @@ -17,7 +17,7 @@ verify_conf() { check_host() { # what host is this daemon assigned to? - host=`$CCONF -c $conf -s $name -s $type host` + host=`$CCONF -c $conf -i $id -t $type host` ssh="" dir=$PWD if [[ $host != "" ]]; then -- 2.39.5