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

Remove old workaround for a rollback error #4206

Merged
merged 1 commit into from
Mar 27, 2018

Conversation

jefferai
Copy link
Member

It can now cause problems in other situations

It can now cause problems in other situations
@jefferai jefferai added this to the 0.10 milestone Mar 27, 2018
var err error
err = client.Sys().EnableAuthWithOptions(mp, authInput)
if err != nil {
t.Fatalf("err: %v", err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could remove t.Logf() above and print out the mount in which this error occurred in here.

@jefferai jefferai merged commit f09e39e into master Mar 27, 2018
@jefferai jefferai deleted the remove-rollback-workaround branch March 27, 2018 20:34
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