From 790de974a88c1cd26ca5b96d85b6ed8a5a5bfa8b Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 19 Aug 2014 21:23:46 -0700 Subject: [PATCH] doc/start/quick-ceph-deploy: missing {ceph-node} from mon create-initial Signed-off-by: Dan Mick --- doc/start/quick-ceph-deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index ad9645662d5b7..73fa7e33cd603 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -93,7 +93,7 @@ configuration details, perform the following steps using ``ceph-deploy``. #. Add the initial monitor(s) and gather the keys (new in ``ceph-deploy`` v1.1.3). :: - ceph-deploy mon create-initial + ceph-deploy mon create-initial {ceph-node} **Note:** In earlier versions of ``ceph-deploy``, you must create the initial monitor(s) and gather keys in two discrete steps. First, create -- 2.39.5