From fda6e16cf13cf6f9dca766fb45528c1fe853c781 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 2 Jun 2017 15:10:38 +0800 Subject: [PATCH] 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 --- src/vstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.3