GlusterFS backup driver¶
The GlusterFS backup driver backs up volumes of any type to GlusterFS.
To enable the GlusterFS backup driver, include the following option in the
cinder.conf
file:
backup_driver = cinder.backup.drivers.glusterfs.GlusterfsBackupDriver
The following configuration options are available for the GlusterFS backup driver.
Configuration option = Default value |
Description |
---|---|
|
(String) Base dir containing mount point for gluster share. |
|
(String) GlusterFS share in <hostname|ipv4addr|ipv6addr>:<gluster_vol_name> format. Eg: 1.2.3.4:backup_vol |