Format the drive
First, list the available disks:
1
fdisk -l
Format the disk you want to add, creating a partition, in this case we will create sdf1
on the disk sdf
:
1
cfdisk /dev/sdf
Create a physical volume
1
pvcreate /dev/sdf1
Extend it:
1
vgextend pve /dev/sdf1
1
lvextend /dev/pve/data -L +7.3T
(Replace +7.3T
with the size of the disk space being added)
Done!
For pre-built, pre-configured GPU servers for AI, be sure to visit: