Skip to content

Commit

Permalink
Fix unlimited-sized fake device graphs (bsc#1221222)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Mar 12, 2024
1 parent b3e7d0d commit 25dc0ab
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions test/data/devicegraphs/autoyast_drive_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
blk_device: /dev/sdj1
lvm_lvs:
- lvm_lv:
size: unlimited
size: 1 TiB
lv_name: lv1
file_system: btrfs
mount_point: /
Expand All @@ -434,7 +434,7 @@
blk_device: /dev/sdj2
lvm_lvs:
- lvm_lv:
size: unlimited
size: 1 TiB
lv_name: lv1
file_system: btrfs
mount_point: /
Expand Down
2 changes: 1 addition & 1 deletion test/data/devicegraphs/dos_lvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 200 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
2 changes: 1 addition & 1 deletion test/data/devicegraphs/dos_lvm_boot_partition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 200 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
2 changes: 1 addition & 1 deletion test/data/devicegraphs/lvm-striped-lvs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
blk_device: /dev/sdb1
lvm_lvs:
- lvm_lv:
size: unlimited
size: 100 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
Expand Down
2 changes: 1 addition & 1 deletion test/data/devicegraphs/lvm-two-disks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 400 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
2 changes: 1 addition & 1 deletion test/data/devicegraphs/lvm_with_bios_boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 200 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
2 changes: 1 addition & 1 deletion test/data/devicegraphs/lvm_with_boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 200 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
2 changes: 1 addition & 1 deletion test/data/devicegraphs/prep_lvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 200 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
2 changes: 1 addition & 1 deletion test/data/devicegraphs/trivial_lvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 200 GiB
lv_name: lv1
file_system: btrfs
mount_point: /
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

lvm_lvs:
- lvm_lv:
size: unlimited
size: 200 GiB
lv_name: lv1
file_system: btrfs
mount_point: /

0 comments on commit 25dc0ab

Please sign in to comment.