Thin-Pool

Tasks

Anlegen

NAME="local-NVME"
BLOCK="/dev/vdb"
wipefs -a $BLOCK
pvcreate $BLOCK
vgcreate $NAME $BLOCK
lvcreate --type thin-pool --chunksize 64K -l 100%FREE -n vm-data $NAME

Troubleshooting

LVM Pool aktivierung dauert ewig

set thin_check_options = [ "-q", "--skip-mappings" ] in file /etc/lvm/lvm.conf

afterwards run: update-initramfs -u -k all


Revision #3
Created 13 July 2024 16:45:55 by Admin
Updated 21 November 2024 20:15:57 by Admin