Summary: | storage migration of instance boot from volume fails with InvalidType | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Matthew Booth <mbooth> |
Component: | openstack-nova | Assignee: | Matthew Booth <mbooth> |
Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9.0 (Mitaka) | CC: | awaugama, berrange, dasmith, eglynn, jjoyce, kchamart, lyarwood, mschuppe, panbalag, sbauza, sferdjao, sgordon, srevivo, vromanso |
Target Milestone: | async | Keywords: | Triaged, ZStream |
Target Release: | 9.0 (Mitaka) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-nova-13.1.2-19.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1419480 | Environment: | |
Last Closed: | 2017-06-19 18:30:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | 1419480, 1421100 | ||
Bug Blocks: |
Description
Matthew Booth
2017-02-10 10:14:20 UTC
Verified as follows, +--------------------------------------+-------------------------------------------------+ | Property | Value | +--------------------------------------+-------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:host | - | | OS-EXT-SRV-ATTR:hypervisor_hostname | - | | OS-EXT-SRV-ATTR:instance_name | instance-00000001 | | OS-EXT-STS:power_state | 0 | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | - | | OS-SRV-USG:terminated_at | - | | accessIPv4 | | | accessIPv6 | | | adminPass | 4FE3BaDrju7N | | config_drive | | | created | 2017-04-26T23:26:51Z | | flavor | m1.tiny (1) | | hostId | | | id | 5a831bda-4fca-4786-b76d-4d860b382ca6 | | image | Attempt to boot from volume - no image supplied | | key_name | - | | metadata | {} | | name | cirros-nfs-from-volume | | os-extended-volumes:volumes_attached | [] | | progress | 0 | | security_groups | default | | status | BUILD | | tenant_id | a1905277048b4c6f911b75cb40892592 | | updated | 2017-04-26T23:26:52Z | | user_id | 2d38202756c34ab1b693a63cccc061c3 | +--------------------------------------+-------------------------------------------------+ [user@serverX]# [user@serverX]# [user@serverX]# nova list +--------------------------------------+------------------------+--------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------------------------+--------+------------+-------------+---------------------+ | 5a831bda-4fca-4786-b76d-4d860b382ca6 | cirros-nfs-from-volume | ACTIVE | - | Running | public=172.24.4.227 | +--------------------------------------+------------------------+--------+------------+-------------+---------------------+ [user@serverX]# cinder list +--------------------------------------+--------+------+------+-------------+----------+--------------------------------------+ | ID | Status | Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+--------+------+------+-------------+----------+--------------------------------------+ | 23971086-1d69-41a2-9057-b058783412bc | in-use | | 1 | - | true | 5a831bda-4fca-4786-b76d-4d860b382ca6 | +--------------------------------------+--------+------+------+-------------+----------+--------------------------------------+ [user@serverX]# [user@serverX]# cinder migrate 23971086-1d69-41a2-9057-b058783412bc serverA@iscsi#iscsi Request to migrate volume <Volume: 23971086-1d69-41a2-9057-b058783412bc> has been accepted. [user@serverX]# [user@serverX]# cinder show 23971086-1d69-41a2-9057-b058783412bc | grep migration_status | migration_status | success | Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1508 |