From: Sage Weil Date: Thu, 22 Jul 2010 21:27:08 +0000 (-0700) Subject: initscripts: use $type.$id, not $name, when possible X-Git-Tag: v0.21~70 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d665d4949d3c5a0488de1b6527d02f716ce7eb9d;p=ceph.git initscripts: use $type.$id, not $name, when possible --- diff --git a/src/ceph_common.sh b/src/ceph_common.sh index 173f5ab977b20..ab6eef3434c98 100644 --- a/src/ceph_common.sh +++ b/src/ceph_common.sh @@ -71,7 +71,7 @@ check_host() { host=$hostname fi - echo "=== $name === " + echo "=== $type.$id === " return 0 }