summaryrefslogtreecommitdiff
path: root/releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml')
-rw-r--r--releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml b/releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml
new file mode 100644
index 0000000..a95fb1f
--- /dev/null
+++ b/releasenotes/notes/reimage-volume-fea3a1178662e65a.yaml
@@ -0,0 +1,10 @@
+---
+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.