]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/bootstrap: fixed default --keyring target 32643/head
authoryaarith <32206190+yaarith@users.noreply.github.com>
Wed, 15 Jan 2020 01:17:08 +0000 (20:17 -0500)
committerYaarit Hatuka <yaarit@redhat.com>
Wed, 15 Jan 2020 02:56:43 +0000 (21:56 -0500)
Changed target from 'ceph.keyring' to 'ceph.client.admin.keyring'.

Signed-off-by: Yaarit Hatuka <yaarit@redhat.com>
doc/bootstrap.rst

index e6508236e413c5e5eaaf2d4f4b342190bbd13e63..0400fd4552c13d8ef9f9e7e4c5b3caf312855323 100644 (file)
@@ -50,7 +50,7 @@ To create a new cluster, you need to know:
 
 To bootstrap the cluster run the following command::
 
-  [node 1] $ sudo cephadm bootstrap --mon-ip *<mon-ip>*
+  [node 1] $ sudo ./cephadm bootstrap --mon-ip *<mon-ip>*
 
 This command does a few things:
 
@@ -69,7 +69,7 @@ Interacting with the cluster
 To interact with your cluster, start up a container that has all of 
 the Ceph packages installed::
 
-  [any node] $ sudo cephadm shell --config ceph.conf --keyring ceph.keyring
+  [any node] $ sudo ./cephadm shell --config ceph.conf --keyring ceph.client.admin.keyring
 
 The ``--config`` and ``--keyring`` arguments will bind those local
 files to the default locations in ``/etc/ceph`` inside the container