From: Germano Massullo (Thetra) Date: Tue, 9 Dec 2025 00:23:31 +0000 (+0100) Subject: doc: add ceph.conf in osd creation X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06b64533a45dfed1f8d577862efbbccae9241531;p=ceph.git doc: add ceph.conf in osd creation Signed-off-by: Germano Massullo (Thetra) --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 642aba5494af..cd3e7e7693f7 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -310,6 +310,7 @@ create the first two OSDs with the short form procedure, execute the following f #. Create the OSD. :: copy /var/lib/ceph/bootstrap-osd/ceph.keyring from monitor node (mon-node1) to /var/lib/ceph/bootstrap-osd/ceph.keyring on osd node (osd-node1) + copy /etc/ceph/ceph.conf from monitor node (mon-node1) to /etc/ceph/ceph.conf on osd node (osd-node1) ssh {osd node} sudo ceph-volume lvm create --data {data-path}