From 0b32cd0a0ffc6a1c432349b3ad6f1810fa0ec78e Mon Sep 17 00:00:00 2001 From: Alwin Antreich Date: Sun, 6 Mar 2022 14:15:49 +0100 Subject: [PATCH] storage: rbd: add optional ceph client configuration Signed-off-by: Alwin Antreich --- pve-storage-rbd.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pve-storage-rbd.adoc b/pve-storage-rbd.adoc index cd3fb2e..5f8619a 100644 --- a/pve-storage-rbd.adoc +++ b/pve-storage-rbd.adoc @@ -106,6 +106,25 @@ TIP: Creating a keyring with only the needed capabilities is recommend when connecting to an external cluster. For further information on Ceph user management, see the Ceph docs.footnoteref:[cephusermgmt,{cephdocs-url}/rados/operations/user-management/[Ceph User Management]] +Ceph client configuration (optional) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Connecting to an external ceph storage doesn't always allow setting +client-specific options in the config DB on the external cluster. You can add a +`ceph.conf` beside the ceph keyring to change the ceph client configuration for +the storage. + +The ceph.conf needs to have the same name as the storage. + +---- +# /etc/pve/priv/ceph/.conf +---- + +See the RBD configuration reference footnote:[RBD configuration reference +{cephdocs-url}/rbd/rbd-config-ref/] for possible settings. + +NOTE: Do not change these settings lightly. {PVE} is merging the +.conf with the storage configuration. Storage Features -- 2.39.2