From a9860f5e0f479c3004dd22f21b340248fed7405d Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Fri, 20 Mar 2015 17:10:54 -0400 Subject: [PATCH] doc: remove reference to old ceph-deploy steps ceph-deploy 1.1.3 is ancient, and isn't easily found or installed. No need to reference it and call out the steps necessary to use if using it. Signed-off-by: Travis Rhoden --- doc/start/quick-ceph-deploy.rst | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index e73b6ffe6dd..6606193096e 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -90,29 +90,10 @@ configuration details, perform the following steps using ``ceph-deploy``. to re-install Ceph. -#. Add the initial monitor(s) and gather the keys (new in - ``ceph-deploy`` v1.1.3). :: +#. Add the initial monitor(s) and gather the keys:: ceph-deploy mon create-initial - **Note:** In earlier versions of ``ceph-deploy``, you must create the - initial monitor(s) and gather keys in two discrete steps. First, create - the monitor. :: - - ceph-deploy mon create {ceph-node} - - For example:: - - ceph-deploy mon create node1 - - Then, gather the keys. :: - - ceph-deploy gatherkeys {ceph-node} - - For example:: - - ceph-deploy gatherkeys node1 - Once you complete the process, your local directory should have the following keyrings: -- 2.47.3