unable to delete the disk

inder441

New Member
Dec 17, 2024
12
0
1
I have LVM storage configured on local raid disks and I have 2 VMs running on it, with various disks. However, I have a stale 1.9 TB disk (vgpve002-del--vm--106--disk--2) I am unable to delete.

here is my config:

4.8 TB Raid volume presented to PVE.
pv created on top of raid volume.
vg created on top of pv.
Then LVM created using vg.

Attached is the output of the LVM.

May someone please share some inputs commands on how to delete that disk (vgpve002-del--vm--106--disk--2). I do not see this VM 106 on my host. It was there but deleted way back. However, I do not see any erase task running in background which would delete this disk. Hence, I am trying to understand how to delete this.


Any assistance will be highly appreciated.
 

Attachments

  • lsblkk.PNG
    lsblkk.PNG
    23 KB · Views: 9
Have a look at the LV first with lvdisplay and then grab the correct name. Command for removal is like this lvremove -S lv_name=vm--106--disk--2
 
Last edited: