#Snapshots show as mounted in Centos 7.9
1 messages · Page 1 of 1 (latest)
this is an NFSv4 feature. I assume the "other server" did the mount via NFSv3?
you can disable that by exporting the same fsid but that requires a full remount of all clients
theoretically it can also affect NFSv3 mounts but I have only ever seen it with NFSv4 I think...
Sorry missed that critical detail out! Its both NFSv3 mate
I have seen it with NFSv3 before. If no access happens to the mounted snapshots it will get unmounted automatically. Some 3rd party monitoring agents tend to scan everything that's mounted on a regular basis. So the auto-unmount never happens...
yeah, in any case, it should be a cosmetic issue and not have any impact. I guess there is a client-side option somewhere to change this behavior if one server sees them and one doesn't, but I don't know where. If you disable the fs-id-change it will go away (but at least have 64-bit identifiers enabled, otherwise the 323bit ID space is rather small for the volume and the snapshots together)
as soon as you cd into the .snapshot directory of the volume's NFS export, NFS recognizes that it is a "different filesystem" and mounts it. Its perfectly normal.
Except when snapshot auto delete removes snapshot and you end up with stale NFS mounts.
You can disable this functionality, but it isn’t advised to do so - https://community.netapp.com/t5/ONTAP-Discussions/cDOT-NFS-snaphot-directly-automounting/m-p/115458
Strange they have had them drop off but they apprently never CD into the snapshot dir...