
The next patch in the documentation migration process brings over the very popular configuration reference guide. This required moving the 'block-storage' section from config-reference in openstack-manuals. It also brings with it a number of supporting tables. With this patch in place it becomes imperative that we make sure that any changes that touch config options also come with a patch to this part of Cinder. As with the other changes, this is intended to just make the content accessible on the web again. There are definitely changes/improvements needed to make this integrate better with out index page and to ensure the content is accurate. Later patches will address those needs. Change-Id: I05c243001e17f18c8b8e9aba91b4f3e2811bf023
25 lines
697 B
ReStructuredText
25 lines
697 B
ReStructuredText
==============
|
|
Backup drivers
|
|
==============
|
|
|
|
.. sort by the drivers by open source software
|
|
.. and the drivers for proprietary components
|
|
|
|
.. toctree::
|
|
|
|
backup/ceph-backup-driver.rst
|
|
backup/glusterfs-backup-driver.rst
|
|
backup/nfs-backup-driver.rst
|
|
backup/posix-backup-driver.rst
|
|
backup/swift-backup-driver.rst
|
|
backup/gcs-backup-driver.rst
|
|
backup/tsm-backup-driver.rst
|
|
|
|
This section describes how to configure the cinder-backup service and
|
|
its drivers.
|
|
|
|
The volume drivers are included with the `Block Storage repository
|
|
<https://git.openstack.org/cgit/openstack/cinder/>`_. To set a backup
|
|
driver, use the ``backup_driver`` flag. By default there is no backup
|
|
driver enabled.
|