X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fdoc%2Fcephadm%2Fadoption.rst;h=701c3d75f5593c5e191175e0f41fe932cb2e8c7f;hb=f6b5b4d738b87d88d2de35127b6b0e41eae2a272;hp=9444d56704f03ceab999669b7133dee72cc906dd;hpb=12732ca2e80d168d344a265acffc1fbd1fa1f1b5;p=ceph.git diff --git a/ceph/doc/cephadm/adoption.rst b/ceph/doc/cephadm/adoption.rst index 9444d5670..701c3d75f 100644 --- a/ceph/doc/cephadm/adoption.rst +++ b/ceph/doc/cephadm/adoption.rst @@ -81,6 +81,12 @@ Adoption process # ssh-copy-id -f -i ceph.pub root@ + .. note:: + It is also possible to import an existing ssh key. See + :ref:`ssh errors ` in the troubleshooting + document for instructions describing how to import existing + ssh keys. + #. Tell cephadm which hosts to manage:: # ceph orch host add [ip-address] @@ -105,9 +111,9 @@ Adoption process #. Redeploy MDS daemons by telling cephadm how many daemons to run for each file system. You can list file systems by name with ``ceph fs - ls``. For each file system:: + ls``. Run the following command on the master nodes:: - # ceph orch apply mds + # ceph orch apply mds [--placement=] For example, in a cluster with a single file system called `foo`:: @@ -127,7 +133,7 @@ Adoption process #. Redeploy RGW daemons. Cephadm manages RGW daemons by zone. For each zone, deploy new RGW daemons with cephadm:: - # ceph orch apply rgw [--port ] [--ssl] + # ceph orch apply rgw [--subcluster=] [--port=] [--ssl] [--placement=] where ** can be a simple daemon count, or a list of specific hosts (see :ref:`orchestrator-cli-placement-spec`).