diff options
author | Sage Weil <sage@newdream.net> | 2010-07-22 23:27:08 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-07-22 23:27:08 +0200 |
commit | d665d4949d3c5a0488de1b6527d02f716ce7eb9d (patch) | |
tree | 529e64939784388ce8ba2fb61956e08a6fc32f95 /src/ceph_common.sh | |
parent | initscripts: accept osd0 or osd.0, regardless of what conf uses (diff) | |
download | ceph-d665d4949d3c5a0488de1b6527d02f716ce7eb9d.tar.xz ceph-d665d4949d3c5a0488de1b6527d02f716ce7eb9d.zip |
initscripts: use $type.$id, not $name, when possible
Diffstat (limited to 'src/ceph_common.sh')
-rw-r--r-- | src/ceph_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ceph_common.sh b/src/ceph_common.sh index 173f5ab977b..ab6eef3434c 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 } |