-
Notifications
You must be signed in to change notification settings - Fork 50
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: user facing commands may need fine tuning for namespaces #1434
Comments
Thinking about this, I think
and
should do the same thing, but think
should be an error, b/c its an improperly formatted namespace specifier. |
chu11
added a commit
to chu11/flux-core
that referenced
this issue
Apr 10, 2018
With the dir and ls commands in flux-kvs, if a user specifies a namespace prefix without a key, assume the user desires the root (i.e. ".") directory within that namespace. Update/adjust unit tests appropriately. Fixes flux-framework#1434
chu11
added a commit
to chu11/flux-core
that referenced
this issue
Apr 10, 2018
With the dir and ls commands in flux-kvs, if a user specifies a namespace prefix without a key, assume the user desires the root (i.e. ".") directory within that namespace. Update/adjust unit tests appropriately. Fixes flux-framework#1434
chu11
added a commit
to chu11/flux-core
that referenced
this issue
Apr 11, 2018
With the dir and ls commands in flux-kvs, if a user specifies a namespace prefix without a key, assume the user desires the root (i.e. ".") directory within that namespace. Update/adjust unit tests appropriately. Fixes flux-framework#1434
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As noted in #1432
Some of this seems a bit odd.
We should decide how
flux kvs dir
,flux kvs ls
, etc should present to the user with namespaces thrown into the mix.The text was updated successfully, but these errors were encountered: