]> git.proxmox.com Git - pve-docs.git/commitdiff
storage: cephfs/rbd: emphasize steps aren't needed for local cluster
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 28 Jan 2022 11:09:49 +0000 (12:09 +0100)
committerFabian Ebner <f.ebner@proxmox.com>
Fri, 28 Jan 2022 11:15:06 +0000 (12:15 +0100)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
pve-storage-cephfs.adoc
pve-storage-rbd.adoc

index 88b92e6794465b3db5785cbbfd6d9b5bc21b4af4..c10976bdac3578f73e2efb946621b47ad20a3e6c 100644 (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
 ~~~~~~~~~~~~~~~~
 
index 4002fd3fb5c07b2c91f5022e9c7ad7f8f6f127fa..cd3fb2e55d5b4cd81b08c0647096e5f44dc1c4fd 100644 (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]]