pull down to refresh

Assuming that is the volume you want to remove, and the partition isn't mounted or being used by a domU, execute this command for each one that doesent belong.
lvremove /dev/qubes_dom0/vm-whonix-gw-15-root.tick
Thank you!
I removed 6 logical volumes (using sudo lvremove command; volumes from already deleted VMs/domains). However, sudo vgdisplay still shows 0 Free PE.
reply
I removed a couple of other VMs but the Free PE is still 0.
$ sudo vgdisplay
  --- Volume group ---
  VG Name               qubes_dom0
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  27755
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                82
  Open LV               14
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               237.47 GiB
  PE Size               4.00 MiB
  Total PE              60792
  Alloc PE / Size       60792 / 237.47 GiB
  Free  PE / Size       0 / 0   
  VG UUID               007hBk-o2Kx-OdMy-970q-g5v7-mWxc-lMi29y
In the Qubes UI (top right corner), clicking the disk icon, it shows 46.8% disk usage (it was over 50% before I removed these VMs).
reply
I used sudo lvremove to delete 6 logical volumes (from already deleted VMs), but sudo vgdisplay still says 0 Free PE. Any more ideas? I'm gonna backup my data and delete more VMs in the meantime...
reply
I removed one more large VM, now the UI says 34.4% disk usage, but vgdisplay still says 0 Free PE, so something else is going on.
reply
It doesn't make any sense that you use lvremove and vgdisplay shows zero free. How are you deleting logical volumes? Do you have multiple PVs? Try pvdisplay and lvs
reply
Here is vgdisplay output again:
$ sudo vgdisplay
  --- Volume group ---
  VG Name               qubes_dom0
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  28134
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                95
  Open LV               29
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               237.47 GiB
  PE Size               4.00 MiB
  Total PE              60792
  Alloc PE / Size       60792 / 237.47 GiB
  Free  PE / Size       0 / 0   
  VG UUID               007hBk-o2Kx-OdMy-970q-g5v7-mWxc-lMi29y
reply
What is PV?
reply
sudo lvs does not show the deleted LV/VMs. UI disk usage (top right corner) shows empty disk as well (the space got released).
I deleted the LVs using the command you adviced (sudo lvremove /dev/qubes_dom0/vm-whonix-gw-15-root.tick etc).
reply