From 03073a1b0d8dacfc49b2d220a1120be381d831d1 Mon Sep 17 00:00:00 2001 From: jgilaber Date: Wed, 1 Oct 2025 17:02:40 +0200 Subject: [PATCH] Remove outdated zone migration documentation note In a recent patch [1], a bug in the zone migration strategy was fixed, which prevented audits using this strategy to create action plans with both instance and volume migrations. We documented this limitation, but forgot to remove the note when fixing this bug. [1] https://review.opendev.org/c/openstack/watcher/+/952115 Change-Id: I2074f2b911dfcbf44716ff30d8ea35a5046b8520 Signed-off-by: jgilaber --- doc/source/strategies/zone_migration.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source/strategies/zone_migration.rst b/doc/source/strategies/zone_migration.rst index 0d062a776..d3ec1efb3 100644 --- a/doc/source/strategies/zone_migration.rst +++ b/doc/source/strategies/zone_migration.rst @@ -188,9 +188,6 @@ How to use it ? -p compute_nodes='[{"src_node": "s01", "dst_node": "d01"}]' .. note:: - * Currently, the strategy will not generate both volume migration and - instance migrations in the same audit. If both are requested, - only volume migrations will be included in the action plan. * The Cinder model collector is not enabled by default. If the Cinder model collector is not enabled while deploying Watcher, the model will become outdated and cause errors eventually.