summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml b/releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml
new file mode 100644
index 00000000..bc31aa26
--- /dev/null
+++ b/releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml
@@ -0,0 +1,8 @@
+---
+upgrade:
+ - |
+ The deprecated ``--live`` option of the ``server migrate`` command has
+ been removed. This was problematic as it required a host argument and
+ would result in a forced live migration to a host, bypassing the
+ scheduler. It has been replaced by a ``--live-migration`` option and
+ optional ``--host`` option.