diff --git a/doc/config-reference/source/block-storage/backup-drivers.rst b/doc/config-reference/source/block-storage/backup-drivers.rst index d0189eae6f..d9562e7a9b 100644 --- a/doc/config-reference/source/block-storage/backup-drivers.rst +++ b/doc/config-reference/source/block-storage/backup-drivers.rst @@ -5,9 +5,10 @@ Backup drivers .. toctree:: backup/ceph-backup-driver.rst - backup/tsm-backup-driver.rst - backup/swift-backup-driver.rst + backup/gcs-backup-driver.rst backup/nfs-backup-driver.rst + backup/swift-backup-driver.rst + backup/tsm-backup-driver.rst This section describes how to configure the cinder-backup service and its drivers. diff --git a/doc/config-reference/source/block-storage/backup/gcs-backup-driver.rst b/doc/config-reference/source/block-storage/backup/gcs-backup-driver.rst new file mode 100644 index 0000000000..ca6b96962c --- /dev/null +++ b/doc/config-reference/source/block-storage/backup/gcs-backup-driver.rst @@ -0,0 +1,18 @@ +======================================= +Google Cloud Storage backup driver +======================================= + +The Google Cloud Storage (GCS) backup driver backs up volumes of any type to +Google Cloud Storage. + +To enable the GCS backup driver, include the following option in the +``cinder.conf`` file: + +.. code-block:: ini + + backup_driver = cinder.backup.drivers.google + +The following configuration options are available for the GCS backup +driver. + +.. include:: ../../tables/cinder-backups_gcs.rst diff --git a/doc/config-reference/source/block-storage/volume-misc.rst b/doc/config-reference/source/block-storage/volume-misc.rst index 9e68c6b144..40a79b749b 100644 --- a/doc/config-reference/source/block-storage/volume-misc.rst +++ b/doc/config-reference/source/block-storage/volume-misc.rst @@ -9,7 +9,6 @@ These options can also be set in the ``cinder.conf`` file. .. include:: ../tables/cinder-auth.rst .. include:: ../tables/cinder-auth_token.rst .. include:: ../tables/cinder-backups.rst -.. include:: ../tables/cinder-backups_gcs.rst .. include:: ../tables/cinder-block-device.rst .. include:: ../tables/cinder-cloudbyte.rst .. include:: ../tables/cinder-coho.rst