5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00

storage: cephfs/rbd: emphasize steps aren't needed for local cluster

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2022-01-28 12:09:49 +01:00
parent 208543355b
commit 33ccd432b8
2 changed files with 6 additions and 6 deletions

View File

@ -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
~~~~~~~~~~~~~~~~

View File

@ -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/<STORAGE_ID>.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]]