Hello,
We currently have a dataset structure similar to the below:
As each dataset is its own filesystem, we must export each of them individually similar to the below:
The issue is when we mount these child datasets, we constantly receive
Stale file handle on NFS child datasets
We currently have a dataset structure similar to the below:
vol1/parent/child1
vol1/parent/child2
As each dataset is its own filesystem, we must export each of them individually similar to the below:
/mnt/vol1/parent -maproot="root":"wheel" -sec=sys
/mnt/vol1/parent/child1 -maproot="root":"wheel" -sec=sys
/mnt/vol1/parent/child2 -maproot="root":"wheel" -sec=sys
The issue is when we mount these child datasets, we constantly receive
ls: cannot...
Stale file handle on NFS child datasets