Removing NFS and re-adding, gets stuck.

Dec 26, 2018
138
2
23
36
So, if i remove a NFS share, and try to add it again. I get this error:
create storage failed: error with cfs lock 'file-storage_cfg': unable to activate storage

And the folder still exists under /mnt/pve/nfs-share

Why is this not also removed?
 
hi,

you need to unmount manually:

Code:
umount /mnt/pve/nfs-share
 
  • Like
Reactions: potetpro