[PVE-User] delete orphande disk

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Jun 14 08:57:57 CEST 2018


On 6/14/18 8:42 AM, Gregor Burck wrote:
> Hi,
> 
> I've a disk on one node. But over the webgui I can't delete it.
> 
> 
> How could I delete it directly on the shell?
> 
> It doesn't belong to a local VM.
> 


You can do

pvesm list STORAGE
to get the disks volumeid and then delete it with
pvesm free VOLUME

# pvesm list local
local:100/vm-100-disk-1.qcow2       qcow2 76235669504 100
local:100/vm-100-disk-11.raw          raw       1024 100
...

# pvesm free local:100/vm-100-disk-11.raw

cheers,
Thomas




More information about the pve-user mailing list