Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Pseudo Path == "/" is faulty #46

Open
phdeniel opened this issue Feb 23, 2012 · 3 comments
Open

Using Pseudo Path == "/" is faulty #46

phdeniel opened this issue Feb 23, 2012 · 3 comments

Comments

@phdeniel
Copy link
Owner

Things to do :

  • make a routine to detect that a Pseudo="/" configuration was made
  • make sure that , if Pseudo="/" is used, then only a single export entry is there
  • manage the junction traversal from pseudofs to FSAL at the time OP4_PUTROOTFH is managed
@bongiojp
Copy link
Collaborator

by "only a single export entry is there" do you mean there is only one export entry with Pseudo="/"? In general we need to make sure Pseudo parameters are all unique.

@phdeniel
Copy link
Owner Author

Yes. I think we have to make sure that the same Pseudo path is not used twice. I am not sure this is the case right now.
Consequence of that is : if you use "/", as a Pseudo you can't have other Pseudo set elsewhere in the configuration file.

Anyway, I was wrong on one point : using "/" as Pseudo actually works (and I thought it would not).

@phdeniel
Copy link
Owner Author

phdeniel commented Oct 5, 2012

It seems like this bug is back... Further investigation is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants