From 9609d789329de20b11065b49b0e5e086d5670153 Mon Sep 17 00:00:00 2001 From: Yu Shengzuo Date: Mon, 15 May 2017 03:35:28 +0000 Subject: [PATCH] doc: update the usage of 'ceph-deploy purge' Now it refuses to purge data directly before remove ceph package. So update the order between commands when using it. Signed-off-by: Yu Shengzuo --- doc/start/quick-ceph-deploy.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 560d50b12c5..e2bf659753c 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -38,15 +38,12 @@ Create a Cluster ================ If at any point you run into trouble and you want to start over, execute -the following to purge the configuration:: +the following to purge the Ceph packages, and erase all its data and configuration:: + ceph-deploy purge {ceph-node} [{ceph-node}] ceph-deploy purgedata {ceph-node} [{ceph-node}] ceph-deploy forgetkeys -To purge the Ceph packages too, you may also execute:: - - ceph-deploy purge {ceph-node} [{ceph-node}] - If you execute ``purge``, you must re-install Ceph. On your admin node from the directory you created for holding your -- 2.39.5