# Enabling Non-zero Value for "live\_migration\_progress\_timeout" in Nova Results Live Migration Failure

## Problem

* Live migration fails with the below errors after waiting for some time for completion.

{% tabs %}
{% tab title="None" %}

```none
WARNING nova.virt.libvirt.migration [[req-id] [user@domain.com] Production] [instance: [instance-uuid]] Live migration not completed after 896 secERROR nova.virt.libvirt.driver [[req-id] [user@domain.com]  Production] [instance: [instance-uuid]] Live Migration failure: operation aborted: migration out job: canceled by clientERROR nova.virt.libvirt.driver [[req-id] [user@domain.com] Production] [instance: [instance-uuid]] Migration operation has aborted
```

{% endtab %}
{% endtabs %}

* Setting a non-zero value of live\_migration\_progress\_timeout in **Nova** results in live migration failure.

## Environment

* Platform9 Managed OpenStack - All Versions
* Nova

## Cause

The compute service aborts a live migration when it detects that memory copy is not making progress based on the value set for live\_migration\_progress\_timeout.

## Resolution

1\. Set the value to zero for live\_migration\_progress\_timeout in */opt/pf9/etc/nova/conf.d/nova.conf* or */opt/pf9/etc/nova/conf.d/nova\_override.conf* on the host.

{% tabs %}
{% tab title="None" %}

```none
live_migration_progress_timeout = 0
```

{% endtab %}
{% endtabs %}

2\. Setting this parameter to value zero disables progress timeouts.

3\. This value is set to 0 by default in Platform9 Managed OpenStack v4.0 and higher.

## Additional Information

Refer to the OpenStack documentation for more details on config options in [Nova](https://docs.openstack.org/nova/pike/admin/configuring-migrations.html#Live%20migration%20progress%20timeout).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmo/solution/enabling-non-zero-value-for-live_migration_progress_timeout-in.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
