]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
initscripts: use $type.$id, not $name, when possible
authorSage Weil <sage@newdream.net>
Thu, 22 Jul 2010 21:27:08 +0000 (14:27 -0700)
committerSage Weil <sage@newdream.net>
Thu, 22 Jul 2010 21:27:08 +0000 (14:27 -0700)
src/ceph_common.sh

index 173f5ab977b20e3c8fabe4cb2211b481048c2ddd..ab6eef3434c98bd7d8bdaa869cc61e3f24fc1dd1 100644 (file)
@@ -71,7 +71,7 @@ check_host() {
        host=$hostname
     fi
 
-    echo "=== $name === "
+    echo "=== $type.$id === "
 
     return 0
 }