Add description of live_migration_timeout_action option

Change-Id: I1e661751e62ecfa6ce9e3800cd5c3a285c0cca11
Closes-Bug: #1857013
This commit is contained in:
chenxing 2019-12-20 16:59:03 +08:00
parent bbda16f634
commit ba3c6bf555
1 changed files with 6 additions and 4 deletions

View File

@ -234,10 +234,12 @@ memory-intensive instances succeed.
#. **Live migration completion timeout**
The Compute service aborts a migration when it has been running for too
long. The timeout is calculated based on the instance size, which is the
instance's memory size in GiB. In the case of block migration, the size of
ephemeral storage in GiB is added.
The Compute service will either abort or force complete a migration
when it has been running too long. This behavior is configurable
using the :oslo.config:option:`libvirt.live_migration_timeout_action`
config option. The timeout is calculated based on the instance size, which
is the instance's memory size in GiB. In the case of block migration, the
size of ephemeral storage in GiB is added.
The timeout in seconds is the instance size multiplied by the configurable
parameter :oslo.config:option:`libvirt.live_migration_completion_timeout`,