From 06b64533a45dfed1f8d577862efbbccae9241531 Mon Sep 17 00:00:00 2001 From: "Germano Massullo (Thetra)" Date: Tue, 9 Dec 2025 01:23:31 +0100 Subject: [PATCH] doc: add ceph.conf in osd creation Signed-off-by: Germano Massullo (Thetra) --- doc/install/manual-deployment.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 642aba5494a..cd3e7e7693f 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} -- 2.47.3