File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 325
325
Target maximum period of time Nova will try to keep the instance paused
326
326
during the last part of the memory copy, in *milliseconds*.
327
327
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.
333
333
334
334
Related options:
335
335
341
341
help = """
342
342
Number of incremental steps to reach max downtime value.
343
343
344
- Will be rounded up to a minimum of 3 steps .
344
+ Minimum number of steps is 3 .
345
345
""" ),
346
346
cfg .IntOpt ('live_migration_downtime_delay' ,
347
347
default = 75 ,
You can’t perform that action at this time.
0 commit comments