python-cinderclient/releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml
whoami-rajat 12075cb710 Add volume reimage command
A new reimage API will be introduced on cinder API side with
change in depends on. This patch provides the CLI support for
the same by adding a reimage command.

Implements: blueprint add-volume-re-image-api

Change-Id: I37c254d4caf2f416e456ff6a78b5a4df4e08a176
2022-02-24 23:13:19 +05:30

11 lines
484 B
YAML

---
features:
- |
A new ``cinder reimage`` command and related python API binding has been
added which allows a user to replace the current content of a specified
volume with the data of a specified image supplied by the Image service
(Glance). (Note that this is a destructive action, that is, all data
currently contained in the volume is destroyed when the volume is
re-imaged.) This feature requires Block Storage API microversion 3.68
or greater.