Hi,
I am lost. I have a new installation of Proxmox 6. My goal is to add a new thin storage area for vm's on separate physical storage from pve. But I can not see the storage/volumes in the Proxmox front end. I have followed every manual and post I could find ...so I am obviously missing something. More than likely I can't figure out how to use the pvesm command. I have looked for it to show in each of the steps I followed from fstab to lvcreate. Here is my process. Please explain (or point me to a good reference) for what I missed. Thanks a bunch!
pvesm add lvm tv-taichi_data ???
I am lost. I have a new installation of Proxmox 6. My goal is to add a new thin storage area for vm's on separate physical storage from pve. But I can not see the storage/volumes in the Proxmox front end. I have followed every manual and post I could find ...so I am obviously missing something. More than likely I can't figure out how to use the pvesm command. I have looked for it to show in each of the steps I followed from fstab to lvcreate. Here is my process. Please explain (or point me to a good reference) for what I missed. Thanks a bunch!
sgdisk -N 1 /dev/sdb
pvs
PV VG Fmt Attr PSize PFree
/dev/sdb1 vg-taichi lvm2 a-- 238.47g 0
/dev/sdc3 pve lvm2 a-- <57.26g 7.12g
reboot
pvcreate /dev/sdb1
vgcreate vg-taichi /dev/sdb1
lvcreate -l 100%FREE --thinpool tp-taichi vg-taichi
lvcreate -V 250G --thin -n tv-taichi_data vg-taichi/tp-taichi
lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log
data pve twi-aotz-- 26.76g 3.38 1.63
root pve -wi-ao---- 14.25g
swap pve -wi-ao---- 7.12g
vm-100-disk-0 pve Vwi-a-tz-- 8.00g data 11.30
tp-taichi vg-taichi twi-aotz-- <238.24g 2.07 11.47
tv-taichi_data vg-taichi Vwi-a-tz-- 250.00g tp-taichi 1.97
mkdir -p /mnt/taichi_data
mkfs.ext4 /dev/vg-taichi/tv-taichi_data
mount /dev/vg-taichi/tv-taichi_data /mnt/taichi_data
nano /etc/fstab
/dev/mapper/vg--taichi-tv--taichi_data /mnt/taichi_data ext4 defaults 0 0
mount -av
pvesm add lvm tv-taichi_data ???
Last edited: