X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-glusterfs.adoc;h=c3c1b38303899c00357d053aa2029945f624a7dd;hp=238450a0ab75151a6ae2365e397ebec6abebec93;hb=856993e4166495537f42e0b9c3a51c966227feab;hpb=fc3425bdf7c0fca3a2c25c9221a4a3abc3f6d295 diff --git a/pve-storage-glusterfs.adoc b/pve-storage-glusterfs.adoc index 238450a..c3c1b38 100644 --- a/pve-storage-glusterfs.adoc +++ b/pve-storage-glusterfs.adoc @@ -1,15 +1,19 @@ +[[storage_glusterfs]] GlusterFS Backend ----------------- -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 +GlusterFS is a scalable network file system. The system uses a modular 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 ~~~~~~~~~~~~~~~~ @@ -60,7 +66,16 @@ snapshot/clone implementation. .Storage features for backend `glusterfs` [width="100%",cols="m,m,3*d",options="header"] |============================================================================== -|Content types |Image formats |Shared |Snapshots |Clones -|images vztempl iso backup |raw qcow2 vmdk |yes |qcow2 |qcow2 +|Content types |Image formats |Shared |Snapshots |Clones +|images vztmpl iso backup snippets |raw qcow2 vmdk |yes |qcow2 |qcow2 |============================================================================== +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[] +