| Summary: | openstack-cinder: volume migration doens't function when running from different server | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yogev Rabl <yrabl> | ||||
| Component: | openstack-cinder | Assignee: | Flavio Percoco <fpercoco> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 4.0 | CC: | breeler, eharney, fpercoco, hateya, mlopes, sclewis, yeylon, yrabl | ||||
| Target Milestone: | rc | Keywords: | TestOnly | ||||
| Target Release: | 4.0 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | storage | ||||||
| Fixed In Version: | openstack-cinder-2013.2-9.el6ost | Doc Type: | Bug Fix | ||||
| Doc Text: |
Previously, volume migrations were generally not successful under a variety of circumstances. This was a result of vhost filtering verifying source host availability, rather than the destination host. In addition, the LVMBrick instance creation failed due to missing arguments.
With this update, Brick instance creation passes the expected arguments in their expected positions, and host filtering has been corrected.
|
Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 1045064 (view as bug list) | Environment: | |||||
| Last Closed: | 2013-12-20 00:39:46 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: | 1043417 | ||||||
| Bug Blocks: | 1045064, 1056108, 1056459 | ||||||
| Attachments: |
|
||||||
|
Description
Yogev Rabl
2013-11-28 12:31:14 UTC
Could you please share the exact procedure you're following to reproduce this bug? Scheduler's log mentions there's no valid host to migrate the volume to. 1. I have 3 beckends: - 2 LVM beckends. - 1 NFS. 2. Create a volume in one of the backends. 3. Migrate the volume from backend a to backend b. in addition I've ran all the commands from the nova machine and not locally from the cinder machine. The entire topology is: Machine 1: Nova, Neutron, Keystone, Swift. Machine 2: Cinder. Machine 3: Glance. When I run the migrate command from the Cinder machine it works. This bug is blocked by Bug 1043417 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. http://rhn.redhat.com/errata/RHEA-2013-1859.html |