I have 4 disks, 1ssd 120gb, proxmox 8.1 is installed on this disk.
My other 3 discs
2TB
6tb
6tb
I want to turn these disks into a single pool of 14 TB. What method should I follow?
Its your life: https://askubuntu.com/questions/219881/how-can-i-create-one-logical-volume-over-two-disks-using-lvmThis will be a machine on which I will perform tests. I have no problem losing data. I want it to be a large area and in one piece. I want to use 3 disks in a single pool
zpool create
and add it to /etc/pve/storage.cfg
.This will be a machine on which I will perform tests. I have no problem losing data. I want it to be a large area and in one piece. I want to use 3 disks in a single pool.
Same restart then@Kenny43 what does zpool list -v show you? It advisable to create your vdevs using the UUID as the drive mapping i.e sda, sdc, etc could change after a reboot.