Changed target from 'ceph.keyring' to 'ceph.client.admin.keyring'.
Signed-off-by: Yaarit Hatuka <yaarit@redhat.com>
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:
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