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

UB-1387 : added log for idempotent issue with mountpoint already exis… #223

Merged
merged 2 commits into from
Jul 9, 2018

Conversation

olgashtivelman
Copy link
Collaborator

@olgashtivelman olgashtivelman commented Jul 4, 2018

added a small log to indicate an idempotent issue was encountered and handled.


This change is Reviewable

@coveralls
Copy link

coveralls commented Jul 4, 2018

Coverage Status

Coverage decreased (-0.03%) to 51.449% when pulling 97139bd on fix/UB-1387_add_idempotent_message_to_log into 250d071 on dev.

Copy link
Contributor

@shay-berman shay-berman left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @olgashtivelman and @shay-berman)


remote/mounter/scbe.go, line 66 at r1 (raw file):

		}
	} else {
		s.logger.Watning("Idempotent issue : mount point directory already exists", logs.Args{{"mountpoint", mountRequest.Mountpoint}})

you have bug
it should be Warning with r not with t

Copy link
Collaborator Author

@olgashtivelman olgashtivelman left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @shay-berman)


remote/mounter/scbe.go, line 66 at r1 (raw file):

Previously, shay-berman wrote…

you have bug
it should be Warning with r not with t

Done.

@olgashtivelman olgashtivelman merged commit 2e32696 into dev Jul 9, 2018
@olgashtivelman olgashtivelman deleted the fix/UB-1387_add_idempotent_message_to_log branch July 9, 2018 11:38
@shay-berman shay-berman added the idempotency Improve Flex API idempotency aspects label Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idempotency Improve Flex API idempotency aspects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants