]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-dir.adoc
network: override device names: suggest running update-initramfs
[pve-docs.git] / pve-storage-dir.adoc
index cd3fa9e03436d2b6ebbeb0c7d6384226dd507be0..3367394cd80827c5c42a1cd8e538d376438e42c0 100644 (file)
@@ -50,15 +50,14 @@ This backend supports all common storage properties, and adds two
 additional properties. The `path` property is used to specify the
 directory. This needs to be an absolute file system path.
 
-The optional `content-dirs` property allows for the default layout 
-to be changed. It consists of a comma-separated list of identifiers 
+The optional `content-dirs` property allows for the default layout
+to be changed. It consists of a comma-separated list of identifiers
 in the following format:
 
  vtype=path
 
 Where `vtype` is one of the allowed content types for the storage, and
-`path` is a path relative to the mountpoint of the storage, preceded
-with /.
+`path` is a path relative to the mountpoint of the storage.
 
 .Configuration Example (`/etc/pve/storage.cfg`)
 ----
@@ -67,7 +66,7 @@ dir: backup
         content backup
         prune-backups keep-last=7
         max-protected-backups 3
-        content-dirs backup=/custom/backup/dir
+        content-dirs backup=custom/backup/dir
 ----
 
 The above configuration defines a storage pool called `backup`. That pool can be