| Summary: | Cold migrate of host doesn't migrate the instances from source host | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ido Ovadia <iovadia> | ||||
| Component: | openstack-nova | Assignee: | Eoghan Glynn <eglynn> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Prasanth Anbalagan <panbalag> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 8.0 (Liberty) | CC: | berrange, dasmith, eglynn, jschluet, kchamart, ndipanov, sbauza, sferdjao, sgordon, srevivo, vromanso | ||||
| Target Milestone: | --- | Keywords: | ZStream | ||||
| Target Release: | 8.0 (Liberty) | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-04-21 15:43:31 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: | |||||||
| Bug Blocks: | 1104445 | ||||||
| Attachments: |
|
||||||
|
Description
Ido Ovadia
2016-04-13 15:12:40 UTC
It looks to me like you don't have the requisite SSH infrastructure in place to support this. Here is the relevant part of your log: > 2016-04-13 14:29:55.028 25641 ERROR oslo_messaging.rpc.dispatcher ResizeError: Resize error: not able to execute ssh command: Unexpected error while running command. > 2016-04-13 14:29:55.028 25641 ERROR oslo_messaging.rpc.dispatcher Command: ssh 172.16.0.32 mkdir -p /var/lib/nova/instances/41df4559-9cf4-40c3-a313-9d21cab303a5 > 2016-04-13 14:29:55.028 25641 ERROR oslo_messaging.rpc.dispatcher Exit code: 255 > 2016-04-13 14:29:55.028 25641 ERROR oslo_messaging.rpc.dispatcher Stdout: u'' > 2016-04-13 14:29:55.028 25641 ERROR oslo_messaging.rpc.dispatcher Stderr: u'Host key verification failed.\r\n' In order for this feature to work, you need SSH keys and some configuration to be installed everywhere so that images (et al) can be copied between machines. See section 2.3.1 for more information here: https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/migrating-instances/chapter-2-how-to-migrate-a-static-instance |