X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-storage-glusterfs.adoc;h=131a7d2ee7df65c8244ff9d7ad772a0776023697;hp=4afcb40fe0b9fa346eb05c8588e64415da8e74d6;hb=5c6cf7acdac03f9b9d06779dbcbbd0e238d9cda7;hpb=f532afb7ac007af6bbed8e3cad5439de934db30a diff --git a/pve-storage-glusterfs.adoc b/pve-storage-glusterfs.adoc index 4afcb40..131a7d2 100644 --- a/pve-storage-glusterfs.adoc +++ b/pve-storage-glusterfs.adoc @@ -9,7 +9,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 +36,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 +45,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 ~~~~~~~~~~~~~~~~