Skip to content

Commit 26e65c3

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update live_migration_downtime definition"
2 parents 134c479 + de110b0 commit 26e65c3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

doc/source/admin/configuring-migrations.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,10 @@ memory-intensive instances succeed.
263263
live_migration_downtime_steps = 10
264264
live_migration_downtime_delay = 75
265265
266-
``live_migration_downtime`` sets the maximum permitted downtime for a live
267-
migration, in *milliseconds*. The default is 500.
266+
``live_migration_downtime`` sets the target maximum period of time Nova will
267+
try to keep the instance paused during the last part of the memory copy, in
268+
*milliseconds*. This value may be exceeded if there is any reduction on the
269+
transfer rate after the VM is paused. The default is 500.
268270

269271
``live_migration_downtime_steps`` sets the total number of adjustment steps
270272
until ``live_migration_downtime`` is reached. The default is 10 steps.

nova/conf/libvirt.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,14 @@
321321
default=500,
322322
min=100,
323323
help="""
324-
Maximum permitted downtime, in milliseconds, for live migration
325-
switchover.
324+
Target maximum period of time Nova will try to keep the instance paused
325+
during the last part of the memory copy, in *milliseconds*.
326326
327327
Will be rounded up to a minimum of 100ms. You can increase this value
328328
if you want to allow live-migrations to complete faster, or avoid
329329
live-migration timeout errors by allowing the guest to be paused for
330-
longer during the live-migration switch over.
330+
longer during the live-migration switch over. This value may be exceeded
331+
if there is any reduction on the transfer rate after the VM is paused.
331332
332333
Related options:
333334

0 commit comments

Comments
 (0)