From: Michael Fritch Date: Mon, 13 Jan 2020 18:41:19 +0000 (-0700) Subject: test_cephadm: clean-up whitespace (tabs -> spaces) X-Git-Tag: v15.1.0~180^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a652249d2370f332df82c7654218714119b83ff3;p=ceph.git test_cephadm: clean-up whitespace (tabs -> spaces) Signed-off-by: Michael Fritch --- diff --git a/test_cephadm.sh b/test_cephadm.sh index a198cc555e9..afddceb137e 100755 --- a/test_cephadm.sh +++ b/test_cephadm.sh @@ -47,18 +47,18 @@ chmod 644 k c cp c c.mon echo "public addrv = [v2:$ip:3301,v1:$ip:6790]" >> c.mon $CEPHADM $A \ - --image $image \ - deploy --name mon.b \ - --fsid $fsid \ - --keyring /var/lib/ceph/$fsid/mon.a/keyring \ - --config c.mon + --image $image \ + deploy --name mon.b \ + --fsid $fsid \ + --keyring /var/lib/ceph/$fsid/mon.a/keyring \ + --config c.mon rm c.mon # mgr.b bin/ceph -c c -k k auth get-or-create mgr.y \ - mon 'allow profile mgr' \ - osd 'allow *' \ - mds 'allow *' > k-mgr.y + mon 'allow profile mgr' \ + osd 'allow *' \ + mds 'allow *' > k-mgr.y $CEPHADM $A \ --image $image \ deploy --name mgr.y \ @@ -69,16 +69,16 @@ $CEPHADM $A \ # mds.{k,j} for id in k j; do bin/ceph -c c -k k auth get-or-create mds.$id \ - mon 'allow profile mds' \ - mgr 'allow profile mds' \ - osd 'allow *' \ - mds 'allow *' > k-mds.$id + mon 'allow profile mds' \ + mgr 'allow profile mds' \ + osd 'allow *' \ + mds 'allow *' > k-mds.$id $CEPHADM $A \ - --image $image \ - deploy --name mds.$id \ - --fsid $fsid \ - --keyring k-mds.$id \ - --config c + --image $image \ + deploy --name mds.$id \ + --fsid $fsid \ + --keyring k-mds.$id \ + --config c done # add osd.{1,2,..}