Skip to content

Commit

Permalink
test: lvm pool members test fix
Browse files Browse the repository at this point in the history
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
japokorn committed Jun 6, 2024
1 parent 5917091 commit ee740b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_lvm_pool_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
storage_safe_mode: false
storage_use_partitions: true
volume_group_size: '10g'
volume_size: '20m'
volume_size: '300m'
tags:
- tests::lvm

Expand Down

0 comments on commit ee740b7

Please sign in to comment.