Fix device mountable volume names in DSW#71509
Fix device mountable volume names in DSW#71509k8s-ci-robot merged 3 commits intokubernetes:masterfrom
Conversation
|
/sig storage |
|
/assign @msau42 |
5155de6 to
8acb32e
Compare
|
/retest |
pkg/volume/local/local.go
Outdated
There was a problem hiding this comment.
I would suggest move this comment to where the lock is used below.
|
UnmountDevice is not supposed to be called until all references are gone. And should be serialized with MountVolume. I think we should investigate potential issues with operation executor because it's expected to be able to handle this race. |
|
Oh, if it's expected to handle this race, I am going to check it. |
|
/retest |
|
/test pull-kubernetes-local-e2e-containerized |
|
/lgtm |
|
/test pull-kubernetes-local-e2e-containerized |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cofyc, saad-ali The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test pull-kubernetes-godeps |
|
/priority important-soon |
|
/retest Review the full test history for this PR. Silence the bot with an |
7 similar comments
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/test pull-kubernetes-kubemark-e2e-gce-big |
|
/retest Review the full test history for this PR. Silence the bot with an |
…upstream-release-1.13 Automated cherry pick of #71509: Fix device mountable volume names in DSW
…upstream-release-1.12 Automated cherry pick of #71509: Fix device mountable volume names in DSW
What type of PR is this?
/kind bug
What this PR does / why we need it:
This helps to serialize actions on local volume global path. This prevents races on same local volume, see #71438 (comment).
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Partially address #71438
Special notes for your reviewer:
Does this PR introduce a user-facing change?: