2e0e37c549
This patch is a followup of [1] to address review comments. [1] https://review.opendev.org/#/c/705876/ Change-Id: I41edec1877106165576ef6bacff24d354460f2ef
8 lines
366 B
YAML
8 lines
366 B
YAML
---
|
|
features:
|
|
- |
|
|
Added the property ``src_backup_id`` to the volume's metadata,
|
|
to record from which backup the new volume was created.
|
|
If the ``src_backup_id`` exists in the volume's metadata, it will be updated.
|
|
When restoring from a chain of incremental backups, ``src_backup_id``
|
|
is set to the last incremental backup used for the restore. |