LVM-Thin hinzufügen - FireStorm ISP

LVM-Thin hinzufügen

Support Wissensdatenbank

Du bist hier:
Print

LVM-Thin hinzufügen

Um eine zusätzliche DISK als LVM-Thin hinzuzufügen muss man untenstehende Schritte durchführen. Anstatt nvme/nvme kann man auch local/local-lvm verwenden.

 

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