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

Fix writing to KVv2 root via kv put #4726

Merged
merged 3 commits into from
Jun 8, 2018
Merged

Fix writing to KVv2 root via kv put #4726

merged 3 commits into from
Jun 8, 2018

Conversation

jefferai
Copy link
Member

@jefferai jefferai commented Jun 8, 2018

The check that adds the API path wasn't taking into account the root,
e.g. if it's mounted at kv, kv and kv/ would end up creating an
extra copy of the mount path in front, leading to paths like
kv/data/kv.

The check that adds the API path wasn't taking into account the root,
e.g. if it's mounted at `kv`, `kv` and `kv/` would end up creating an
extra copy of the mount path in front, leading to paths like
`kv/data/kv`.
@jefferai jefferai added this to the 0.10.3 milestone Jun 8, 2018
@jefferai jefferai merged commit e15501e into master Jun 8, 2018
@jefferai jefferai deleted the fix-kvv2-cli-root branch June 8, 2018 17:45
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

Successfully merging this pull request may close these issues.

2 participants