]> git.proxmox.com Git - pve-docs.git/blame - pve-storage-glusterfs.adoc
include attributes.txt
[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
12NOTE: After a node/brick crash, GlusterFS does a full 'rsync' to make
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
39.Configuration Example ('/etc/pve/storage.cfg')
40----
41glusterfs: Gluster
42 server 10.2.3.4
43 server2 10.2.3.5
44 volume glustervol
45 content images,iso
46----
47
48File naming conventions
49~~~~~~~~~~~~~~~~~~~~~~~
50
51The directory layout and the file naming conventions are inhertited
52from the `dir` backend.
53
54Storage Features
55~~~~~~~~~~~~~~~~
56
57The storage provides a file level interface, but no native
58snapshot/clone implementation.
59
60.Storage features for backend `glusterfs`
61[width="100%",cols="m,m,3*d",options="header"]
62|==============================================================================
63|Content types |Image formats |Shared |Snapshots |Clones
64|images vztempl iso backup |raw qcow2 vmdk |yes |qcow2 |qcow2
65|==============================================================================
66
deb4673f
DM
67ifdef::wiki[]
68
69See Also
70~~~~~~~~
71
f532afb7 72* link:/wiki/Storage[Storage]
deb4673f
DM
73
74endif::wiki[]
75