Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests_lvm_pool_members started to fail. It tried to create a device with a requested size (20m) that was less than minimal allowed size (300m) for that type of volume. Role automatically resized the device to allowed size. That lead to discrepancy in actual and expected size values. Increasing the requested device size to be same or larger than minimal fixes the issue.
- Loading branch information