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

resize Azure disk issue when it's in attached state #96706

Closed
andyzhangx opened this issue Nov 19, 2020 · 0 comments · Fixed by #96705
Closed

resize Azure disk issue when it's in attached state #96706

andyzhangx opened this issue Nov 19, 2020 · 0 comments · Fixed by #96705
Assignees
Labels
area/provider/azure Issues or PRs related to azure provider kind/bug Categorizes issue or PR as related to a bug. 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. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@andyzhangx
Copy link
Member

What happened:
resize Azure disk issue when it's in attached state:

{
  "innererror": {
    "internalErrorCode": "ChangeDiskSizeWhileAttachedNotAllowed"
  },
  "code": "OperationNotAllowed",
  "message": "Cannot resize disk kubernetes-dynamic-pvc-b4c75dc7-16bd-442f-be19-b0a81441fa84 while it is attached to running VM /subscriptions/xxx/resourceGroups/benny-aks-resources/providers/Microsoft.Compute/virtualMachineScaleSets/aks-linux-31091033-vmss/virtualMachines/aks-linux-31091033-vmss_5. Resizing a disk of an Azure Virtual Machine requires the virtual machine to be deallocated. Please stop your VM and retry the operation."
}

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):
  • Cloud provider or hardware configuration:
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Network plugin and version (if this is a network-related bug):
  • Others:

/priority important-soon
/sig cloud-provider
/area provider/azure
/triage accepted
/kind bug
/assign

@andyzhangx andyzhangx added the kind/bug Categorizes issue or PR as related to a bug. label Nov 19, 2020
@k8s-ci-robot k8s-ci-robot added 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. area/provider/azure Issues or PRs related to azure provider triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/provider/azure Issues or PRs related to azure provider kind/bug Categorizes issue or PR as related to a bug. 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. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants