X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-glusterfs.adoc;h=af4b8577238891491b1d0ef215e5e410d83a0c4e;hp=f4f147229c15f5acca66b599055b445ee8202f66;hb=698e5dd2c6dc111f6bb2922e8c1b55e3e25c750f;hpb=aa039b0f5a044a78ff175d8a70178d7b10895567 diff --git a/pve-storage-glusterfs.adoc b/pve-storage-glusterfs.adoc index f4f1472..af4b857 100644 --- a/pve-storage-glusterfs.adoc +++ b/pve-storage-glusterfs.adoc @@ -1,14 +1,18 @@ GlusterFS Backend ----------------- +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. @@ -35,7 +39,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 @@ -44,12 +48,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 ~~~~~~~~~~~~~~~~ @@ -63,3 +69,12 @@ snapshot/clone implementation. |images vztempl iso backup |raw qcow2 vmdk |yes |qcow2 |qcow2 |============================================================================== +ifdef::wiki[] + +See Also +~~~~~~~~ + +* link:/wiki/Storage[Storage] + +endif::wiki[] +