Cinder Volume Stuck in Migrating State

Problem

Cinder Volume is stuck in Migrating State. The OpenStack Volume show os-vol-mig-status-attr:migstat as "migrating"

$ openstack volume show --fit-width <volume-uuid>
+--------------------------------+----------------------------------------------------------------------------+
| Field | Value |
+--------------------------------+----------------------------------------------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
...
| os-vol-mig-status-attr:migstat | migrating |
| os-vol-mig-status-attr:name_id | None |
| size | 200 |
| snapshot_id | None |
| source_volid | None |
| status | available |
...
+--------------------------------+----------------------------------------------------------------------------+

Environment

  • Platform9 Managed OpenStack - All versions.

  • Cinder

Cause

The Cinder Volume shows migration status as "migrating" even after completion of migration.

Resolution

  1. Check if the volume is successfully migrated to the destination Cinder node. Also check for any errors in cinder logs of source/destination nodes and on the management plane.

  2. If the volume is successfully migrated run the below command to reset the status

Last updated