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

kvs: Handle keys with "." at the end. #1173

Closed
chu11 opened this issue Aug 30, 2017 · 0 comments
Closed

kvs: Handle keys with "." at the end. #1173

chu11 opened this issue Aug 30, 2017 · 0 comments

Comments

@chu11
Copy link
Member

chu11 commented Aug 30, 2017

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.

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