I have a machine with 7 drives. Proxmox is installed on the first. I would like to use the others for storage of VM disks, ISO images, etc.
From lsblk:
What is the right way to "extend" the "data" storage with these disks.
I can do a standard logical volume and mount it, then create a "Directory" storage. Alas, it seems this can only store one type of data.
Is there some sort of "advance installation" or "storage configuration" document I should be reading?
From lsblk:
root@corei5:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
sdb 8:16 0 232.9G 0 disk
sdc 8:32 0 465.8G 0 disk
sdd 8:48 0 93.2G 0 disk
sde 8:64 0 232.9G 0 disk
sdf 8:80 0 119.2G 0 disk
sdg 8:96 1 111.8G 0 disk
sr0 11:0 1 986.1M 0 rom
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 512M 0 part
└─nvme0n1p3 259:3 0 238G 0 part
├─pve-swap 253:0 0 8G 0 lvm [SWAP]
├─pve-root 253:1 0 59.3G 0 lvm /
├─pve-data_tmeta 253:2 0 1.6G 0 lvm
│ └─pve-data 253:4 0 151.6G 0 lvm
└─pve-data_tdata 253:3 0 151.6G 0 lvm
└─pve-data 253:4 0 151.6G 0 lvm
What is the right way to "extend" the "data" storage with these disks.
I can do a standard logical volume and mount it, then create a "Directory" storage. Alas, it seems this can only store one type of data.
Is there some sort of "advance installation" or "storage configuration" document I should be reading?