Browse Source
The following tempest test is failing regularly in the gate: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments The theory behind this fix is that tests are creating/deleting /dev/sdX devices and LVM ends up attempting to open an already removed device which causes LVM to temporarily block. Setting the global_filter will limit the block devices that are used by LVM system components. Microstack only uses a loopback device for LVM. Closes-Bug: #1918306 Change-Id: I8cccf7a1b1af2e15106b11023652af23c7715e6fchanges/71/779371/17
3 changed files with 2128 additions and 0 deletions
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue