Proxmox / PVE working with partitions and storage ( parted , lvm , mkfs , mount )
Assumptions:
Default installation of PROXMOX
4TB of storage Recommended : either 4x 2TB raid 10 , 2 x 4TB raid 1 or 3 x 2TB raid5 as /dev/sda
Unmounted /var/lib/vz
Partition 4 should be storage for the vm;s mounted as /var/lib/vz
show partitions including free space
remove partition 4
create partition aligned (optimal sectors) start at 1% and end at 100%
flag partition 4 as LVM
remove an existing logical volume called pve
create a LVM physical volume on the partition, with 2 metadata copies to increase fault tolerance of the metadata
create a logical volume group called hdd
Create the 3 logical volumes of 931.25 GByte volume called hdd1,hdd2,hdd3 on lvm group hdd
create a logical volume with the rest of the space, called datastore
Create a mount point and mount the Logical Volumes
Create media and backup folders on /datastore
Setup “fstab” to automatically mount
Default installation of PROXMOX
4TB of storage Recommended : either 4x 2TB raid 10 , 2 x 4TB raid 1 or 3 x 2TB raid5 as /dev/sda
Unmounted /var/lib/vz
Partition 4 should be storage for the vm;s mounted as /var/lib/vz
show partitions including free space
Комментарии
Отправить комментарий