We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported in #198
confdir + $CFGDIR only works if a /etc/clustershell directory exists. This should be fixed in CLI/Config.py.
confdir
$CFGDIR
/etc/clustershell
CLI/Config.py
confdir: /etc/clustershell/clush.conf.d $CFGDIR/clush.conf.d
The text was updated successfully, but these errors were encountered:
clush: select proper last parsed config file (cea-hpc#511)
d78abfb
Fix a defect to actually select the last parsed config file, otherwise $CFGDIR in confdir is broken when /etc/clustershell exists. Fixes cea-hpc#511.
clush: select proper last parsed config file (#511) (#512)
98761ce
Fix a defect to actually select the last parsed config file, otherwise $CFGDIR in confdir is broken when /etc/clustershell exists. Fixes #511.
thiell
Successfully merging a pull request may close this issue.
Reported in #198
confdir
+$CFGDIR
only works if a/etc/clustershell
directory exists. This should be fixed inCLI/Config.py
.The text was updated successfully, but these errors were encountered: