From f99077cf24ceee79d0abe84b5a53b82c7d64c5cb Mon Sep 17 00:00:00 2001 From: Pawel Koniszewski Date: Thu, 18 Feb 2016 13:50:19 +0100 Subject: [PATCH] Add reno for block live migraton with cinder volumes Block live migration of an instance with additional cinder volumes attached has been enabled in: https://review.openstack.org/#/c/227278/ This adds missing reno for this new feature. Change-Id: I6ae1ff2103fa391ff2664d0991669ec35d9070ad --- ...-live-migrate-with-attached-volumes-ee02afbfe46937c7.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/block-live-migrate-with-attached-volumes-ee02afbfe46937c7.yaml diff --git a/releasenotes/notes/block-live-migrate-with-attached-volumes-ee02afbfe46937c7.yaml b/releasenotes/notes/block-live-migrate-with-attached-volumes-ee02afbfe46937c7.yaml new file mode 100644 index 000000000000..568a02fc9bd8 --- /dev/null +++ b/releasenotes/notes/block-live-migrate-with-attached-volumes-ee02afbfe46937c7.yaml @@ -0,0 +1,5 @@ +--- +features: + - It is possible to block live migrate instances with additional cinder + volumes attached. This requires libvirt version to be >=1.2.17 and does + not work when live_migration_tunnelled is set to True.