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