-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
0.3.2 breaks kv1 export (Darwin release) #78
Comments
Hi @minorgod |
Thanks for the speedy reply!
Fairly sure it's not an issue with needing any other flags or env vars since the previous version of medusa works fine. Seems like something in that latest commit has broken the path resoution. Maybe something adding or stripping off a slash somewhere it shouldn't? I'm not a golang programmer so it's hard for me to tell just by looking at the code. |
How does your mountname look? Does it contain special characters like / or something like that? |
I can confirm having the same issue with 0.3.2 and 0.3.3 on WLS running Ubuntu 20.04 LTS - we've reverted to 0.3.1. The error message with %s = /path is the same regardless of whether |
Currently if the API is determined to be kv1 the path is always set to path, whereas it should be set to the value of the variable passed in. Closes jonasvinther#78
Currently if the API is determined to be kv1 the path is always set to path, whereas it should be set to the value of the variable passed in. Closes #78
I have made a new release v0.3.5. Thank you @landrew57 for solving this issue. |
Not sure if this happens on other architectures, but something about 0.3.2 broke export with --engine-type="kv1".
Version 0.3.1 works for me though. Not sure if import is also affected as I'm only using medusa for export at the moment.
The text was updated successfully, but these errors were encountered: