Skip to content

Conversation

@andyzhangx
Copy link
Member

@andyzhangx andyzhangx commented Nov 23, 2018

What type of PR is this?
/kind bug

What this PR does / why we need it:
fix azure disk attach/detach failed forever issue
#70568 removes the retry operation of azure disk attach/detach, while it introduces a bug which could make azure disk attach/detach failed forever issue if first attach/detach failed

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #71344

Special notes for your reviewer:
In original code, Attach and Detach function will always return nil no matter that attach/detach operation failed or not. It's a not-easy-to-find bug in code review...

Release note:

fix azure disk attach/detach failed forever issue

/sig azure
/assign @feiskyer
@brendandburns @khenidak
cc @antoineco

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. sig/azure do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Nov 23, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 23, 2018
@k8s-ci-robot k8s-ci-robot added the sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. label Nov 23, 2018
@andyzhangx
Copy link
Member Author

@feiskyer can you mark this PR as important, thanks.

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Nov 23, 2018
@feiskyer
Copy link
Member

/priority critical-urgent
/milestone v1.13

Marked as v1.13 milestone since this is a critical urgent bug fix.

@k8s-ci-robot k8s-ci-robot added the priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. label Nov 23, 2018
@k8s-ci-robot k8s-ci-robot added this to the v1.13 milestone Nov 23, 2018
@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Nov 23, 2018
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

@andyzhangx
Copy link
Member Author

/test pull-kubernetes-integration

1 similar comment
@AishSundar
Copy link
Contributor

/test pull-kubernetes-integration

@k8s-ci-robot k8s-ci-robot merged commit 94759c1 into kubernetes:master Nov 23, 2018
@ghost ghost mentioned this pull request Nov 27, 2018
k8s-ci-robot added a commit that referenced this pull request Nov 27, 2018
…1377-upstream-release-1.10

Automated cherry pick of #71377: should return error when attach/detach failed
k8s-ci-robot added a commit that referenced this pull request Nov 28, 2018
…1377-upstream-release-1.12

Automated cherry pick of #71377: should return error when attach/detach failed
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. 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/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. 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 Disks volume attach still times out on Kubernetes 1.10

4 participants