Live migration fails using "openstack server migrate"
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
New
|
Undecided
|
Chinmaya Bharadwaj | ||
Bug Description
Description
===========
Attempting to migrate a server using the "openstack server migrate" command fails if the server lives on shared storage (like Ceph).
The problem is that nova/compute/
Steps to reproduce
==================
Ensure instance in on shared storage and attempt to migrate it:
[root@phsospc2n2 ~]# openstack server migrate --live phsospc2n5 --shared-migration --wait testlm
Expected result
===============
[root@phsospc2n2 ~]# openstack server migrate --live phsospc2n5 --shared-migration --wait testlm
Complete
Actual result
=============
[root@phsospc2n2 ~]# openstack server migrate --live phsospc2n5 --shared-migration --wait testlm
phsospc2n4 is not on local storage: Block migration can not be used with shared storage. (HTTP 400) (Request-ID: req-7d535333-
Environment
===========
python-
| Changed in nova: | |
| assignee: | nobody → Chinmaya Bharadwaj (acbharadwaj) |
| tags: | added: live-migration |
The issue exists in python- openstackclient , not in nova. Moving it to openstackclient