Add LVM-Thin - FireStorm ISP

Add LVM-Thin

Support Wissensdatenbank

Du bist hier:
Print

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

 

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post