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 |
---|---|
glusterfs_backup_mount_point = $state_path/backup_mount |
(String) Base dir containing mount point for gluster share. |
glusterfs_backup_share = None |
(String) GlusterFS share in <hostname|ipv4addr|ipv6addr>:<gluster_vol_name> format. Eg: 1.2.3.4:backup_vol |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.