From: Fabian Ebner Date: Fri, 28 Jan 2022 11:09:49 +0000 (+0100) Subject: storage: cephfs/rbd: emphasize steps aren't needed for local cluster X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=33ccd432b8f2692a4107f63da27b45c9e9af8391 storage: cephfs/rbd: emphasize steps aren't needed for local cluster Signed-off-by: Fabian Ebner --- diff --git a/pve-storage-cephfs.adoc b/pve-storage-cephfs.adoc index 88b92e6..c10976b 100644 --- a/pve-storage-cephfs.adoc +++ b/pve-storage-cephfs.adoc @@ -71,6 +71,9 @@ disabled. Authentication ~~~~~~~~~~~~~~ +NOTE: If Ceph is installed locally on the {pve} cluster, the following is done +automatically when adding the storage. + If you use `cephx` authentication, which is enabled by default, you need to provide the secret from the external Ceph cluster. @@ -112,9 +115,6 @@ Ceph docs.footnoteref:[cephusermgmt] # ceph auth get-key client.userid > cephfs.secret ---- -If Ceph is installed locally on the {pve} cluster, this is done automatically -when adding the storage. - Storage Features ~~~~~~~~~~~~~~~~ diff --git a/pve-storage-rbd.adoc b/pve-storage-rbd.adoc index 4002fd3..cd3fb2e 100644 --- a/pve-storage-rbd.adoc +++ b/pve-storage-rbd.adoc @@ -70,6 +70,9 @@ TIP: You can use the `rbd` utility to do low-level management tasks. Authentication ~~~~~~~~~~~~~~ +NOTE: If Ceph is installed locally on the {pve} cluster, the following is done +automatically when adding the storage. + If you use `cephx` authentication, which is enabled by default, you need to provide the keyring from the external Ceph cluster. @@ -99,9 +102,6 @@ The keyring will be stored at # /etc/pve/priv/ceph/.keyring ---- -If Ceph is installed locally on the {pve} cluster, this is done automatically -when adding the storage. - 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]]