Add LVM-Thin

Skip to main content
Du bist hier:
Drucken

Add LVM-Thin

Add LVM-Thin

To add an additional DISK as LVM-Thin you have to follow the steps below. Instead of nvme/nvme you can also use local/local-lvm.

 

sgdisk -N 1 /dev/sdb
pvcreate --metadatasize 250k -y -ff /dev/sdb1
vgcreate nvme /dev/sdb1
lvcreate -l100%FREE -T -n nvme nvme
lvconvert --type thin-pool nvme/nvme

 

Related Post