From: Kefu Chai Date: Fri, 2 Jun 2017 07:10:38 +0000 (+0800) Subject: vstart: print "start osd.$id" instead of "start osd$id" X-Git-Tag: ses5-milestone6~9^2~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15427%2Fhead;p=ceph.git vstart: print "start osd.$id" instead of "start osd$id" "osd.9" is more consistent with other places where an osd is referenced. Signed-off-by: Kefu Chai --- diff --git a/src/vstart.sh b/src/vstart.sh index 4ef554798ece..0ca1be981cf9 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -601,7 +601,7 @@ EOF echo adding osd$osd key to auth repository ceph_adm -i "$key_fn" auth add osd.$osd osd "allow *" mon "allow profile osd" mgr "allow profile osd" fi - echo start osd$osd + echo start osd.$osd run 'osd' $SUDO $CEPH_BIN/ceph-osd -i $osd $ARGS $COSD_ARGS done }