From 5216945c55c49ab3b43d317cb532b70610a57faf Mon Sep 17 00:00:00 2001 From: yaarith <32206190+yaarith@users.noreply.github.com> Date: Tue, 14 Jan 2020 20:17:08 -0500 Subject: [PATCH] doc/bootstrap: fixed default --keyring target Changed target from 'ceph.keyring' to 'ceph.client.admin.keyring'. Signed-off-by: Yaarit Hatuka --- doc/bootstrap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bootstrap.rst b/doc/bootstrap.rst index e6508236e41..0400fd4552c 100644 --- a/doc/bootstrap.rst +++ b/doc/bootstrap.rst @@ -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 ** + [node 1] $ sudo ./cephadm bootstrap --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 -- 2.39.5