Trying to add a secondary hdd to my new proxmox-9 installation I managed to loose the data lv.
should be something like
how can I get it back and maybe create it with using the additional pv I have on /dev/sdb1?
I'd prefer using the cli rather then the webgui.
Code:
root@pve:~# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root pve -wi-ao---- 12.66g
swap pve -wi-ao---- 3.50g
should be something like
Code:
# lvs
LV VG Attr LSize Pool Origin Data% Meta%
data pve twi-a-tz-- 4.38g 0.00 0.63
root pve -wi-ao---- 1.75g
swap pve -wi-ao---- 896.00m
how can I get it back and maybe create it with using the additional pv I have on /dev/sdb1?
Code:
root@pve:~# pvs
PV VG Fmt Attr PSize PFree
/dev/sda3 pve lvm2 a-- 28.82g 12.66g
/dev/sdb1 vmdata lvm2 a-- 698.63g 698.63g
I'd prefer using the cli rather then the webgui.
Last edited: