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

ofs.ckslib consumes two lines of configuration #777

Closed
bbockelm opened this issue Jul 25, 2018 · 0 comments
Closed

ofs.ckslib consumes two lines of configuration #777

bbockelm opened this issue Jul 25, 2018 · 0 comments

Comments

@bbockelm
Copy link
Contributor

It appears that when ofs.ckslib * path is present in the configuration file, then GetRest is invoked twice:

  • Once in XrdCksConfig::ParseLib
  • Once in XrdOfsConfigPI::RepLib

This has the side-effect of causing the ofs.ckslib line to consume the contents of the next line, making the following line ignored by the configuration parser.

To reproduce, set

ofs.ckslib * /var/lib/xrootd-hdfs/lib/libXrdHdfs.so
testline

and look for the following at startup:

=====> ofs.ckslib * /var/lib/xrootd-hdfs/lib/libXrdHdfs.so  testline
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

1 participant