When playing around with NFS mounts, I added a mount with
Then I changed my mind, and wanted to put my export to a different path, so I tried
This ended me up with a stale mount, as the NFS remained mounted according to /proc/mounts even though the configuration was removed.
So I was unable to create a new
I had to umount /mnt/pve/mymount manually, and delete the existing path, in order to start over the configuration.
It seems to me, that pvesm remove is not doing a complete job?
pvesm add nfs mymount --path /mnt/pve/mymount --server 10.9.8.7 --export /srvThen I changed my mind, and wanted to put my export to a different path, so I tried
pvesm remove mymountThis ended me up with a stale mount, as the NFS remained mounted according to /proc/mounts even though the configuration was removed.
So I was unable to create a new
pvesm add nfs command as the path was "already existing", and removing the path did not work, because it was "occupied" as the NFS mount was still active in a half-alive way.I had to umount /mnt/pve/mymount manually, and delete the existing path, in order to start over the configuration.
It seems to me, that pvesm remove is not doing a complete job?