From 6451fd89554b030298a35d1b828832ff1bdcc6db Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Thu, 7 Sep 2017 11:45:42 -0400 Subject: [PATCH] Add release note for next pike release This adds a release note for the next pike release. It emphasizes that the 'ironic-dbsync online_data_migrations' command should be used from this release, not the older releases. Change-Id: Ic62acb16100b25fb6c1d83f11f362e6e27779525 --- .../pike-upgrade-fix-85091d0320ed273a.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releasenotes/notes/pike-upgrade-fix-85091d0320ed273a.yaml diff --git a/releasenotes/notes/pike-upgrade-fix-85091d0320ed273a.yaml b/releasenotes/notes/pike-upgrade-fix-85091d0320ed273a.yaml new file mode 100644 index 0000000000..5d683fb9fd --- /dev/null +++ b/releasenotes/notes/pike-upgrade-fix-85091d0320ed273a.yaml @@ -0,0 +1,18 @@ +--- +prelude: > + This release includes a fix for a major `race condition + `_: + use the ``ironic-dbsync online_data_migrations`` command from this + release. The one from older (9.0.0 - 9.1.0) releases could cause a + a port's physical_network information to be deleted from the database. + +upgrade: + - | + Use the ``ironic-dbsync online_data_migrations`` command from this + release. The one from older (9.0.0 - 9.1.0) releases could cause a + a port's physical_network information to be deleted from the database. +critical: + - | + Use the ``ironic-dbsync online_data_migrations`` command from this + release. The one from older (9.0.0 - 9.1.0) releases could cause a + a port's physical_network information to be deleted from the database.