Proxmox VE 7.4-17
I temporarily attached an external USB disk to my Proxmox node and added it to DataCenter->Storage in the GUI. I then attached a VM disk on this storage to a container (disk name is
Stupidly I removed the storage entry, forgetting that I still had a (unused) volume attached to a running container, and now I can't seem to remove the volume. The GUI for the container shows the unused disk crossed out, but it doesn't disappear after stopping and restarting the container.
Running
Running
I only discovered my mistake when
Can anyone advise how to recover from this mistake? TIA
I temporarily attached an external USB disk to my Proxmox node and added it to DataCenter->Storage in the GUI. I then attached a VM disk on this storage to a container (disk name is
usbRetro:105/vm-105-disk-0.raw
)Stupidly I removed the storage entry, forgetting that I still had a (unused) volume attached to a running container, and now I can't seem to remove the volume. The GUI for the container shows the unused disk crossed out, but it doesn't disappear after stopping and restarting the container.
Running
pct config 105
doesn't show the unused disk in the container configRunning
find / -name 'vm-105-disk-*'
finds nothingI only discovered my mistake when
pve7to8
warned me about it:
Code:
WARN: CT 105 - volume 'usbRetro:105/vm-105-disk-0.raw' (in config) - storage does not exist!
Can anyone advise how to recover from this mistake? TIA