]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-dir.adoc
pvecm.adoc: minor cleanups
[pve-docs.git] / pve-storage-dir.adoc
index 569e463f6e74ea0c12e035dfb6d185e9e15c1a7b..71d87a19060bf167773c10fe43a4a475118dcce9 100644 (file)
@@ -1,6 +1,9 @@
 Directory Backend
 -----------------
-include::attributes.txt[]
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: Directory
+endif::wiki[]
 
 Storage pool type: `dir`
 
@@ -37,6 +40,7 @@ storage backends.
 |Backup files        |`dump/`
 |===========================================================
 
+
 Configuration
 ~~~~~~~~~~~~~
 
@@ -79,7 +83,7 @@ integer to make the name unique.
 Specifies the image format (`raw|qcow2|vmdk`).
 
 When you create a VM template, all VM images are renamed to indicate
-that they are now read-only, and can be uses as a base image for clones:
+that they are now read-only, and can be used as a base image for clones:
 
  base-<VMID>-<NAME>.<FORMAT>
 
@@ -88,6 +92,7 @@ important that those files are read-only, and never get modified. The
 backend changes the access mode to `0444`, and sets the immutable flag
 (`chattr +i`) if the storage supports that.
 
+
 Storage Features
 ~~~~~~~~~~~~~~~~