Skip to content

Commit

Permalink
Merge pull request #1375 from yast/huha-no-unlimited-lvs
Browse files Browse the repository at this point in the history
Fix unlimited-sized fake device graphs (bsc#1221222)
  • Loading branch information
shundhammer authored Mar 12, 2024
2 parents b3e7d0d + e8f9426 commit 92516eb
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions package/yast2-storage-ng.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 12 13:57:30 UTC 2024 - Stefan Hundhammer <[email protected]>

- Fix unlimited-sized fake device graphs (bsc#1221222)
- 5.0.9

-------------------------------------------------------------------
Thu Mar 7 16:26:04 UTC 2024 - José Iván López González <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-storage-ng.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-storage-ng
Version: 5.0.8
Version: 5.0.9
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
Expand Down
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 92516eb

Please sign in to comment.