Skip to content

Commit

Permalink
Merge pull request #1378 from yast/huha-no-unlimited-15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer authored Apr 4, 2024
2 parents a45e131 + fade824 commit 3e86922
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 @@
-------------------------------------------------------------------
Wed Apr 3 11:23:01 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com>

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

-------------------------------------------------------------------
Thu Feb 22 08:32:24 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com>

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: 4.6.16
Version: 4.6.17
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 @@ -416,7 +416,7 @@
blk_device: /dev/sdj1
lvm_lvs:
- lvm_lv:
size: unlimited
size: 1 TiB
lv_name: lv1
file_system: btrfs
mount_point: /
Expand All @@ -435,7 +435,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 3e86922

Please sign in to comment.