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
As discussed in #1172 , flux should be able to handle keys with periods at the end. For example:
>flux kvs ls -R a
works but
>flux kvs ls -R a. a.: No such file or directory
Does not. This behavior should be consistent with other kvs commands, even those that don't work with directories. For example with kvs get.
>flux kvs get resource. flux-kvs: resource.: No such file or directory >flux kvs get resource flux-kvs: resource: Is a directory
This should return the same error code, not different ones.
Unclear if this handling would be solely within the flux kvs module or if some handling may come with the flux kvs command and/or libkvs.
The text was updated successfully, but these errors were encountered:
094fb27
No branches or pull requests
As discussed in #1172 , flux should be able to handle keys with periods at the end. For example:
works but
Does not. This behavior should be consistent with other kvs commands, even those that don't work with directories. For example with kvs get.
This should return the same error code, not different ones.
Unclear if this handling would be solely within the flux kvs module or if some handling may come with the flux kvs command and/or libkvs.
The text was updated successfully, but these errors were encountered: