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 for Premption and Volume Mounting #413

Merged
merged 1 commit into from
Feb 11, 2017

Conversation

akutz
Copy link
Collaborator

@akutz akutz commented Feb 11, 2017

This patch updates the Linux integration driver's preemption logic when mounting volumes. If a volume is already attached the branch in the Mount function involving a precautionary unmount is not invoked.

This patch updates the Linux integration driver's preemption logic when
mounting volumes. If a volume is already attached the branch in the
Mount function involving a precautionary unmount is not invoked.
@akutz akutz added this to the 0.5.0 milestone Feb 11, 2017
@akutz akutz self-assigned this Feb 11, 2017
@akutz
Copy link
Collaborator Author

akutz commented Feb 11, 2017

Hi @cduchesne & @clintonskitson,

Please feel free to update the PR's description or add a comment to indicate the background on this.

@codecov-io
Copy link

Codecov Report

Merging #413 into release/0.5.0 will decrease coverage by -0.06%.
The diff coverage is n/a.

@@                Coverage Diff                @@
##           release/0.5.0     #413      +/-   ##
=================================================
- Coverage          30.49%   30.44%   -0.06%     
=================================================
  Files                 29       29              
  Lines               1741     1741              
=================================================
- Hits                 531      530       -1     
- Misses              1152     1153       +1     
  Partials              58       58
Impacted Files Coverage Δ
api/types/types_localdevices.go 77.35% <ø> (-1.89%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e43c941...6da2964. Read the comment docs.

@akutz akutz merged commit 4f8b9c6 into thecodeteam:release/0.5.0 Feb 11, 2017
@akutz akutz deleted the bugfix/preempted-mounts branch February 11, 2017 17:54
@akutz akutz removed the in progress label Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants