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

fail to detach azure disk when there is server side error #74396

Closed
andyzhangx opened this issue Feb 22, 2019 · 1 comment · Fixed by #74398
Closed

fail to detach azure disk when there is server side error #74396

andyzhangx opened this issue Feb 22, 2019 · 1 comment · Fixed by #74398
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@andyzhangx
Copy link
Member

What happened:
Current azure cloud provider would fail to detach azure disk when there is server side error, need to add retry mechanism for detach disk operation, while for attach disk operation, it's not necessary since k8s pv-controller will try if first try failed.

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version): v1.10 ~ master
  • Cloud provider or hardware configuration:
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

/sig azure
/assign

@andyzhangx andyzhangx added the kind/bug Categorizes issue or PR as related to a bug. label Feb 22, 2019
@spiffxp
Copy link
Member

spiffxp commented Feb 25, 2019

/milestone v1.14
We're entering burndown and this looks relevant to the 1.14 release. Please /milestone clear if I am incorrect

@k8s-ci-robot k8s-ci-robot added this to the v1.14 milestone Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants