# Instance(s) Stuck in "MIGRATING" State After Abort Migration Action

## Problem

The instance is stuck in migrating state after the migration was aborted manually.

## Environment

* Platform9 Managed OpenStack - All Versions
* Nova

## Cause

The exact root cause is not known. The instance was stuck with status as "MIGRATING" after running the below command to abort the migration.

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

```none
nova live-migration-abort [UID] [migration_task]
```

{% endtab %}
{% endtabs %}

## Resolution

Restart the `pf9-ostackhost` service on the host running the affected instance.

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

```bash
systemctl restart pf9-ostackhost
```

{% endtab %}
{% endtabs %}

###


---

# 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/instance-s-stuck-in-migrating-state-after-abort-migration-action.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.
