]> git.proxmox.com Git - pve-docs.git/commitdiff
cephfs: mention fs-name parameter
authorAaron Lauterer <a.lauterer@proxmox.com>
Fri, 26 May 2023 10:10:02 +0000 (12:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 16:42:13 +0000 (18:42 +0200)
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
pve-storage-cephfs.adoc

index c10976bdac3578f73e2efb946621b47ad20a3e6c..8d36246e7ea94ef78af9826214251aa2417bc123 100644 (file)
@@ -34,6 +34,10 @@ Configuration
 This backend supports the common storage properties `nodes`,
 `disable`, `content`, as well as the following `cephfs` specific properties:
 
+fs-name::
+
+Name of the Ceph FS.
+
 monhost::
 
 List of monitor daemon addresses. Optional, only needed if Ceph is not running
@@ -64,6 +68,7 @@ cephfs: cephfs-external
         path /mnt/pve/cephfs-external
         content backup
         username admin
+        fs-name cephfs
 ----
 NOTE: Don't forget to set up the client's secret key file, if cephx was not
 disabled.