Adds doc for backup service notifications

Added description in admin-guide-cloud for notifications sent
by the volume backup service to Ceilometer. Notifications
sent out for- create_backup, delete_backup,restore_backup and
progress notification to Swift backup service.

Change-Id: Idd8af4ec0103042ed8eb514d0b399693dc640d04
Closes-Bug: #1403202
This commit is contained in:
Shashirekha Gundur
2015-10-27 17:57:30 +00:00
parent bdf996c3fb
commit efa320b1e4
3 changed files with 24 additions and 0 deletions

View File

@@ -60,6 +60,11 @@ objects, has to be a multiple of ``backup_swift_block_size``. The default
is 32768 for ``backup_swift_block_size``, and the default is 52428800 for
``backup_swift_object_size``.
The configuration option ``backup_swift_enable_progress_timer`` in
``cinder.conf`` is used when backing up the volume to Object Storage
back end. This option enables or disables the timer. It is enabled by default
to send the periodic progress notifications to the Telemetry service.
This command also returns a backup ID. Use this backup ID when restoring
the volume::

View File

@@ -148,6 +148,15 @@ each OpenStack service that are transformed to samples by Telemetry.
| | snapshot.delete.\* | |
| | | |
| | snapshot.update.\* | |
| | | |
| | volume.backup.create.\ | |
| | \* | |
| | | |
| | volume.backup.delete.\ | |
| | \* | |
| | | |
| | volume.backup.restore.\| |
| | \* | |
+--------------------+------------------------+-------------------------------+
.. note::

View File

@@ -741,6 +741,16 @@ The following meters are collected for OpenStack Block Storage:
| snapshot.delete.(s\| Delta | snapsh\| snapshot | Notifica\| Deletion of the |
| tart|end) | | ot | ID | tion | snapshot |
+--------------------+-------+--------+----------+----------+-----------------+
| volume.backup.crea\| Delta | volume | backup ID| Notifica\| Creation of the |
| te.(start|end) | | | | tion | volume backup |
+--------------------+-------+--------+----------+----------+-----------------+
| volume.backup.dele\| Delta | volume | backup ID| Notifica\| Deletion of the |
| te.(start|end) | | | | tion | volume backup |
+--------------------+-------+--------+----------+----------+-----------------+
| volume.backup.rest\| Delta | volume | backup ID| Notifica\| Restoration of |
| ore.(start|end) | | | | tion | the volume back\|
| | | | | | up |
+--------------------+-------+--------+----------+----------+-----------------+
.. _telemetry-object-storage-meter: