Skip to content

Commit 3405cd4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix wrong description about minimum values"
2 parents c6e092d + 009ffe4 commit 3405cd4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nova/conf/libvirt.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@
325325
Target maximum period of time Nova will try to keep the instance paused
326326
during the last part of the memory copy, in *milliseconds*.
327327
328-
Will be rounded up to a minimum of 100ms. You can increase this value
329-
if you want to allow live-migrations to complete faster, or avoid
330-
live-migration timeout errors by allowing the guest to be paused for
331-
longer during the live-migration switch over. This value may be exceeded
332-
if there is any reduction on the transfer rate after the VM is paused.
328+
Minimum downtime is 100ms. You can increase this value if you want to allow
329+
live-migrations to complete faster, or avoid live-migration timeout errors
330+
by allowing the guest to be paused for longer during the live-migration switch
331+
over. This value may be exceeded if there is any reduction on the transfer rate
332+
after the VM is paused.
333333
334334
Related options:
335335
@@ -341,7 +341,7 @@
341341
help="""
342342
Number of incremental steps to reach max downtime value.
343343
344-
Will be rounded up to a minimum of 3 steps.
344+
Minimum number of steps is 3.
345345
"""),
346346
cfg.IntOpt('live_migration_downtime_delay',
347347
default=75,

0 commit comments

Comments
 (0)