Live Migration Failed, Multipathd Service Not Running on Destination Host
Problem
Instance live migration fails with below error in ostackhost.log of source host.
Environment
- Platform9 Managed OpenStack - All Versions
- multipathd
- pf9-ostackhost
Cause
- The pf9-ostackhos t service on the source and the destination host is configured to use the multipath connection for volumes.
- Once the live migration is initiated, a pre-live migration check is performed to confirm if the destination host is running the multipathd service.
- If this pre-live migration check fails, the below command on the destination host will give the error mentioned in the problem section on source host.
- On the destination host, we can observe the error message with the live-migration request ID as below.
- Check the status of multipathd service on the destination host.
- This issue is most often observed if the multipathd service is not running on the destination host.
Resolution
- Check multipath configuration in / etc/multipath.conf file on destination host.
- If the configuration is correct, start the multipathd service if not running on the destination host.
Was this page helpful?