5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-07 17:17:48 +03:00
pve-docs/pve-storage-glusterfs.adoc

82 lines
1.8 KiB
Plaintext
Raw Normal View History

[[storage_glusterfs]]
2016-01-05 12:02:14 +03:00
GlusterFS Backend
-----------------
2016-10-08 18:22:48 +03:00
ifdef::wiki[]
:pve-toplevel:
2016-10-10 09:55:17 +03:00
:title: Storage: GlusterFS
2016-10-08 18:22:48 +03:00
endif::wiki[]
2016-01-05 12:02:14 +03:00
Storage pool type: `glusterfs`
2016-11-17 13:10:24 +03:00
GlusterFS is a scalable network file system. The system uses a modular
2016-01-05 12:02:14 +03:00
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
2016-01-05 12:02:14 +03:00
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.
Configuration
~~~~~~~~~~~~~
The backend supports all common storage properties, and adds the
following GlusterFS specific options:
`server`::
GlusterFS volfile server IP or DNS name.
`server2`::
Backup volfile server IP or DNS name.
`volume`::
GlusterFS Volume.
`transport`::
GlusterFS transport: `tcp`, `unix` or `rdma`
.Configuration Example (`/etc/pve/storage.cfg`)
2016-01-05 12:02:14 +03:00
----
glusterfs: Gluster
server 10.2.3.4
server2 10.2.3.5
volume glustervol
content images,iso
----
2016-01-05 12:02:14 +03:00
File naming conventions
~~~~~~~~~~~~~~~~~~~~~~~
The directory layout and the file naming conventions are inherited
2016-01-05 12:02:14 +03:00
from the `dir` backend.
2016-01-05 12:02:14 +03:00
Storage Features
~~~~~~~~~~~~~~~~
The storage provides a file level interface, but no native
snapshot/clone implementation.
.Storage features for backend `glusterfs`
[width="100%",cols="m,m,3*d",options="header"]
|==============================================================================
|Content types |Image formats |Shared |Snapshots |Clones
|images vztmpl iso backup |raw qcow2 vmdk |yes |qcow2 |qcow2
2016-01-05 12:02:14 +03:00
|==============================================================================
2016-05-04 08:22:27 +03:00
ifdef::wiki[]
See Also
~~~~~~~~
2016-08-12 11:51:16 +03:00
* link:/wiki/Storage[Storage]
2016-05-04 08:22:27 +03:00
endif::wiki[]