File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,10 @@ memory-intensive instances succeed.
263
263
live_migration_downtime_steps = 10
264
264
live_migration_downtime_delay = 75
265
265
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.
268
270
269
271
``live_migration_downtime_steps `` sets the total number of adjustment steps
270
272
until ``live_migration_downtime `` is reached. The default is 10 steps.
Original file line number Diff line number Diff line change 321
321
default = 500 ,
322
322
min = 100 ,
323
323
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* .
326
326
327
327
Will be rounded up to a minimum of 100ms. You can increase this value
328
328
if you want to allow live-migrations to complete faster, or avoid
329
329
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.
331
332
332
333
Related options:
333
334
You can’t perform that action at this time.
0 commit comments