Frank, Dan.

Consider the following situation.

There are 2 configured exports

exp_id = 10
Path = /gpfs0/V4
Pseudo = /gpfs0/V4


exp_id = 20
Path = /gpfs0/V4/Tom
Pseudo = /gpfs0/V4/Tom

Client A is allowed to access export ID 20 
but is not allowed to access export ID 10.


When trying to mount pseudo /gpfs0/V4/Tom from client A
this always fails with NFS4ERR_NOENT.

This is because we always walk down exp_id 10
instead considering exp_id 20.

The way I understand the spec, this is a supported scenario.

I don't understand the pseudo-fs concept enough to be able to point
at the issue, therefore ...

Any thoughts ?

Cheers Swen


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to