Skip to content

Conversation

@andyzhangx
Copy link
Member

What type of PR is this?
/kind bug

What this PR does / why we need it:
fix: azure disk detach failure if node not exists

Which issue(s) this PR fixes:

Fixes #82617

Special notes for your reviewer:
If a node with a Azure Disk attached is deleted (before the volume is detached), subsequent attempts by the attach/detach controller to detach it continuously fail, and prevent the controller from attaching the volume to another node.

Does this PR introduce a user-facing change?:

fix: azure disk detach failure if node not exists

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:

none

/kind bug
/assign @feiskyer
/priority important-soon
/sig cloud-provider
/area provider/azure

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/bug Categorizes issue or PR as related to a bug. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/provider/azure Issues or PRs related to azure provider labels Sep 12, 2019
@andyzhangx andyzhangx force-pushed the detach-azuredisk-not-found branch from 02bb4ba to d11cac9 Compare September 12, 2019 14:11
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 12, 2019
@neolit123
Copy link
Member

/retest

Copy link
Member

@feiskyer feiskyer left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 14, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx, feiskyer

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit ba07527 into kubernetes:master Sep 14, 2019
@k8s-ci-robot k8s-ci-robot added this to the v1.17 milestone Sep 14, 2019
k8s-ci-robot added a commit that referenced this pull request Sep 20, 2019
…2640-upstream-release-1.13

Automated cherry pick of #82640: fix: azure disk detach failure if node not exists
k8s-ci-robot added a commit that referenced this pull request Sep 20, 2019
…2640-upstream-release-1.14

Automated cherry pick of #82640: fix: azure disk detach failure if node not exists
k8s-ci-robot added a commit that referenced this pull request Sep 20, 2019
…2640-upstream-release-1.16

Automated cherry pick of #82640: fix: azure disk detach failure if node not exists
k8s-ci-robot added a commit that referenced this pull request Sep 20, 2019
…2640-upstream-release-1.15

Automated cherry pick of #82640: fix: azure disk detach failure if node not exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/cloudprovider area/provider/azure Issues or PRs related to azure provider cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Azure disk detach fails if node no longer exists

4 participants