]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-glusterfs.adoc
store manpage section inside .adoc file
[pve-docs.git] / pve-storage-glusterfs.adoc
index 238450a0ab75151a6ae2365e397ebec6abebec93..0b565bbcfa2c66b9960d8e6b765ebbd3649d2c4c 100644 (file)
@@ -2,6 +2,11 @@ GlusterFS Backend
 -----------------
 include::attributes.txt[]
 
 -----------------
 include::attributes.txt[]
 
+ifdef::wiki[]
+:pve-toplevel:
+:title: Storage: GlusterFS
+endif::wiki[]
+
 Storage pool type: `glusterfs`
 
 GlusterFS is a salable network file system. The system uses a modular
 Storage pool type: `glusterfs`
 
 GlusterFS is a salable network file system. The system uses a modular
@@ -9,7 +14,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.
 
 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.
 
 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 +41,7 @@ GlusterFS Volume.
 GlusterFS transport: `tcp`, `unix` or `rdma`
 
 
 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
 ----
 glusterfs: Gluster
         server 10.2.3.4
@@ -45,12 +50,14 @@ glusterfs: Gluster
        content images,iso
 ----
 
        content images,iso
 ----
 
+
 File naming conventions
 ~~~~~~~~~~~~~~~~~~~~~~~
 
 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.
 
 from the `dir` backend.
 
+
 Storage Features
 ~~~~~~~~~~~~~~~~
 
 Storage Features
 ~~~~~~~~~~~~~~~~
 
@@ -64,3 +71,12 @@ snapshot/clone implementation.
 |images vztempl iso backup |raw qcow2 vmdk  |yes    |qcow2     |qcow2
 |==============================================================================
 
 |images vztempl iso backup |raw qcow2 vmdk  |yes    |qcow2     |qcow2
 |==============================================================================
 
+ifdef::wiki[]
+
+See Also
+~~~~~~~~
+
+* link:/wiki/Storage[Storage]
+
+endif::wiki[]
+