]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-glusterfs.adoc
mediawiki.conf: add more descriptive comment
[pve-docs.git] / pve-storage-glusterfs.adoc
index d13fc46596a77bfee4921480b7337cd33716fb65..37524024e8fb5a8dc592b1dc94ac3dffc072ca1f 100644 (file)
@@ -1,6 +1,10 @@
 GlusterFS Backend
 -----------------
 include::attributes.txt[]
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: GlusterFS
+endif::wiki[]
 
 Storage pool type: `glusterfs`
 
@@ -9,7 +13,7 @@ design, runs on commodity hardware, and can provide a highly available
 enterprise storage at low costs. Such system is capable of scaling to
 several petabytes, and can handle thousands of clients.
 
-NOTE: After a node/brick crash, GlusterFS does a full 'rsync' to make
+NOTE: After a node/brick crash, GlusterFS does a full `rsync` to make
 sure data is consistent. This can take a very long time with large
 files, so this backend is not suitable to store large VM images.
 
@@ -36,7 +40,7 @@ GlusterFS Volume.
 GlusterFS transport: `tcp`, `unix` or `rdma`
 
 
-.Configuration Example ('/etc/pve/storage.cfg')
+.Configuration Example (`/etc/pve/storage.cfg`)
 ----
 glusterfs: Gluster
         server 10.2.3.4
@@ -45,12 +49,14 @@ glusterfs: Gluster
        content images,iso
 ----
 
+
 File naming conventions
 ~~~~~~~~~~~~~~~~~~~~~~~
 
-The directory layout and the file naming conventions are inhertited
+The directory layout and the file naming conventions are inherited
 from the `dir` backend.
 
+
 Storage Features
 ~~~~~~~~~~~~~~~~
 
@@ -69,7 +75,7 @@ ifdef::wiki[]
 See Also
 ~~~~~~~~
 
-* link:/index.php/Storage[Storage]
+* link:/wiki/Storage[Storage]
 
 endif::wiki[]