ce094c144b
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2.3 KiB
2.3 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
backup_api_class =
cinder.backup.api.API |
(StrOpt) The full class name of the volume backup API class |
backup_compression_algorithm = zlib |
(StrOpt) Compression algorithm (None to disable) |
backup_driver =
cinder.backup.drivers.swift |
(StrOpt) Driver to use for backups. |
backup_manager =
cinder.backup.manager.BackupManager |
(StrOpt) Full class name for the Manager for volume backup |
backup_metadata_version = 2 |
(IntOpt) Backup metadata version to be used when backing up volume metadata. If this number is bumped, make sure the service doing the restore supports the new version. |
backup_name_template = backup-%s |
(StrOpt) Template string to be used to generate backup names |
backup_object_number_per_notification =
10 |
(IntOpt) The number of chunks or objects, for which one Ceilometer notification will be sent |
backup_posix_path =
$state_path/backup |
(StrOpt) Path specifying where to store backups. |
backup_service_inithost_offload =
False |
(BoolOpt) Offload pending backup delete during backup service startup. |
backup_timer_interval = 120 |
(IntOpt) Interval, in seconds, between two progress notifications reporting the backup status |
backup_topic = cinder-backup |
(StrOpt) The topic that volume backup nodes listen on |
snapshot_name_template = snapshot-%s |
(StrOpt) Template string to be used to generate snapshot names |
snapshot_same_host = True |
(BoolOpt) Create volume from snapshot at the host where snapshot resides |