]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_common: use new cconf syntax
authorSage Weil <sage@newdream.net>
Thu, 12 Mar 2009 20:59:05 +0000 (13:59 -0700)
committerSage Weil <sage@newdream.net>
Thu, 12 Mar 2009 21:05:46 +0000 (14:05 -0700)
src/ceph_common.sh

index ac5cf87e7f602110a50a496814392880cbaaae5c..d63fd2f229fc063cb045b557a76ceebef8b719f8 100644 (file)
@@ -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