I removed a disk on an iSCSI server before removing the associated VM and storage from Proxmox. Now the system is hanging. The web interface hangs indefinitely. pvesm list -a hangs. pvscan and vgscan also hang. multipath still lists the associated multipath device.
I was able to logout of and remove the iscsi nodes using the following commands (at least I got no errors and the target was no longer listed):
But everything is still having issues.
Is it possible to tell proxmox and the underlying system to 'forget' about the deleted iscsi disk without rebooting?
I was able to logout of and remove the iscsi nodes using the following commands (at least I got no errors and the target was no longer listed):
Code:
iscsiadm -m node -T [targetname] --logout
iscsiadm -m node -T [targetname] --op=delete
Is it possible to tell proxmox and the underlying system to 'forget' about the deleted iscsi disk without rebooting?