]> git.proxmox.com Git - pve-docs.git/blame - pve-storage-glusterfs.adoc
add logo to admin guide and index
[pve-docs.git] / pve-storage-glusterfs.adoc
CommitLineData
aa039b0f
DM
1GlusterFS Backend
2-----------------
fc3425bd 3include::attributes.txt[]
aa039b0f
DM
4
5Storage pool type: `glusterfs`
6
7GlusterFS is a salable network file system. The system uses a modular
8design, runs on commodity hardware, and can provide a highly available
9enterprise storage at low costs. Such system is capable of scaling to
10several petabytes, and can handle thousands of clients.
11
8c1189b6 12NOTE: After a node/brick crash, GlusterFS does a full `rsync` to make
aa039b0f
DM
13sure data is consistent. This can take a very long time with large
14files, so this backend is not suitable to store large VM images.
15
16Configuration
17~~~~~~~~~~~~~
18
19The backend supports all common storage properties, and adds the
20following GlusterFS specific options:
21
22`server`::
23
24GlusterFS volfile server IP or DNS name.
25
26`server2`::
27
28Backup volfile server IP or DNS name.
29
30`volume`::
31
32GlusterFS Volume.
33
34`transport`::
35
36GlusterFS transport: `tcp`, `unix` or `rdma`
37
38
8c1189b6 39.Configuration Example (`/etc/pve/storage.cfg`)
aa039b0f
DM
40----
41glusterfs: Gluster
42 server 10.2.3.4
43 server2 10.2.3.5
44 volume glustervol
45 content images,iso
46----
47
5eba0743 48
aa039b0f
DM
49File naming conventions
50~~~~~~~~~~~~~~~~~~~~~~~
51
5eba0743 52The directory layout and the file naming conventions are inherited
aa039b0f
DM
53from the `dir` backend.
54
5eba0743 55
aa039b0f
DM
56Storage Features
57~~~~~~~~~~~~~~~~
58
59The storage provides a file level interface, but no native
60snapshot/clone implementation.
61
62.Storage features for backend `glusterfs`
63[width="100%",cols="m,m,3*d",options="header"]
64|==============================================================================
65|Content types |Image formats |Shared |Snapshots |Clones
66|images vztempl iso backup |raw qcow2 vmdk |yes |qcow2 |qcow2
67|==============================================================================
68
deb4673f
DM
69ifdef::wiki[]
70
71See Also
72~~~~~~~~
73
f532afb7 74* link:/wiki/Storage[Storage]
deb4673f
DM
75
76endif::wiki[]
77