From: Alfredo Deza Date: Wed, 29 Aug 2018 14:26:11 +0000 (-0700) Subject: doc/rados update invalid bash on bluestore migration X-Git-Tag: v14.0.1~462^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=28bbcb2bafc166afc5733029b5d3c770e21df73b;p=ceph.git doc/rados update invalid bash on bluestore migration Signed-off-by: Alfredo Deza --- diff --git a/doc/rados/operations/bluestore-migration.rst b/doc/rados/operations/bluestore-migration.rst index f4f16fb71a9eb..56ecce196ebd9 100644 --- a/doc/rados/operations/bluestore-migration.rst +++ b/doc/rados/operations/bluestore-migration.rst @@ -55,7 +55,7 @@ more data migration than should be necessary, so it is not optimal. #. Wait for the data to migrate off the OSD in question:: - while ! ceph osd safe-to-destroy $ID ; sleep 60 ; done + while ! ceph osd safe-to-destroy $ID ; do sleep 60 ; done #. Stop the OSD::