os_cinder volume service fails with Volume group "cinder-volumes" not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
Triaged
|
Medium
|
Jesse Pretorius |
Bug Description
The os_cinder tests have a 50% chance of failing due to one of the cinder-volume services not being functional.
The tests are setup to have two services - one on the host and one in a container. The container is meant to be able to have its own lvm vg using a loopback device, but recent changes to LXC now prevent that with the previous implementations [1] to work around it no longer working.
This configuration was setup to ensure that we test two services are executes correctly: https:/
I can re-work it to do the same with NFS/Ceph instead of LVM to work around this issue.
[1] https:/
Changed in openstack-ansible: | |
assignee: | nobody → Jesse Pretorius (jesse-pretorius) |
importance: | Undecided → Medium |
Changed in openstack-ansible: | |
status: | New → Triaged |
An initial workaround: https:/ /review. openstack. org/475396