Skip to content

Commit

Permalink
test(LVM-THIN): avoid thin pool size warning
Browse files Browse the repository at this point in the history
Avoid the following warning by reducing thin pool size

> "Sum of all thin volume sizes exceeds the size of thin pool
> and the size of whole volume group.
  • Loading branch information
Henrik66 authored and aafeijoo-suse committed Jun 6, 2023
1 parent 739b9e1 commit d244b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TEST-17-LVM-THIN/create-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ for dev in /dev/disk/by-id/ata-disk_disk[123]; do
done

lvm vgcreate dracut /dev/disk/by-id/ata-disk_disk[123]
lvm lvcreate --ignoremonitoring -l 17 -T dracut/mythinpool
lvm lvcreate --ignoremonitoring -V1G -T dracut/mythinpool -n root
lvm lvcreate --ignoremonitoring -l 100%FREE -T dracut/mythinpool
lvm lvcreate --ignoremonitoring -V100M -T dracut/mythinpool -n root
lvm vgchange --ignoremonitoring -ay
mkfs.ext4 /dev/dracut/root
mkdir -p /sysroot
Expand Down

0 comments on commit d244b31

Please sign in to comment.