UI freeze when opening Storage tab if one of the NFS Share is not available

softlion

Active Member
Dec 10, 2009
63
0
26
[fixed] UI freeze when opening Storage tab if one of the NFS Share is not available

Hi,
i have a dedicated server on a hosting, for which i subscribed a NFS Share option.
I mounted and added the NFS share using proxmox UI.

I unsubscribed the NFS option, and was unable to access the UI anymore.
I removed the NFS mapping manually using linux command line.
But I still can't access the Storage tab, and the VM config page where the storage was used.

Where is stored the proxmox config file so I manually delete this storage ?
:confused:
 
Last edited:
just remove it in /etc/pve/storage.cfg
 
Hi,
it's ok with the storage page thanks :)
But i still got an issue when trying to destroy the VM using this storage, because nfsxxxxxxx does not exist anymore.

Nov 12 18:29:57 qm 32569 VM 1107 destroy failed - command '/sbin/lvremove -f nfsxxxxxxx' failed with exit code 5
 
remove the vm manually. (see /etc/qemu-server/1107.conf) - just remove this files and all not needed disk images files. but as the nfs is gone I assume there are not disk images left.
 
Hi,

I have the same problem and edit the storage.cfg file have resolve it !
But i had to restart my server to unfreez the ui.

I there an other way to solve the problem without reboot ?

Thanks
 
It's works !
But does it stop the vm ? to restart the pvedaemon service ?

Thanks !