> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmo/solution/enabling-non-zero-value-for-live_migration_progress_timeout-in.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
