]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add ceph.conf in osd creation 66562/head
authorGermano Massullo (Thetra) <germano.massullo@thetra.eu>
Tue, 9 Dec 2025 00:23:31 +0000 (01:23 +0100)
committerGermano Massullo (Thetra) <germano.massullo@thetra.eu>
Tue, 9 Dec 2025 00:23:31 +0000 (01:23 +0100)
Signed-off-by: Germano Massullo (Thetra) <germano.massullo@thetra.eu>
doc/install/manual-deployment.rst

index 642aba5494af3260cf7148975e4512d57e489e96..cd3e7e7693f7984cced4d9b5d4343f9fdf1d07c2 100644 (file)
@@ -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}