kubernetes-sigs / azuredisk-csi-driver

Azure Disk CSI Driver
Apache License 2.0
147 stars 192 forks source link

Revert "chore: upgrade to base image alpine 3.20.2" #2585

Closed andyzhangx closed 2 weeks ago

andyzhangx commented 2 weeks ago

Reverts kubernetes-sigs/azuredisk-csi-driver#2490

alpine base image 3.20.2 works on Ubuntu 22.04.4 LTS 6.5.0-1024-azure, but it's broken on Ubuntu 22.04.5 LTS 5.15.0-1073-azure with xfs mount with following error:

'could not format /dev/disk/azure/scsi1/lun0(lun: 0), and mount it at /var/lib/kubelet/plugins/kubernetes.io/csi/disk.csi.azure.com/90564df3fd2ed9991ce81f6ca7aab17a7f871e17839da16460c96c3f5dceb0da/globalmount, failed with mount failed: exit status 32

Mounting command: mount
Mounting arguments: -t xfs -o nouuid,defaults /dev/disk/azure/scsi1/lun0 /var/lib/kubelet/plugins/kubernetes.io/csi/disk.csi.azure.com/90564df3fd2ed9991ce81f6ca7aab17a7f871e17839da16460c96c3f5dceb0da/globalmount
Output: mount: /var/lib/kubelet/plugins/kubernetes.io/csi/disk.csi.azure.com/90564df3fd2ed9991ce81f6ca7aab17a7f871e17839da16460c96c3f5dceb0da/globalmount: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.'
k8s-ci-robot commented 2 weeks ago

[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

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/OWNERS)~~ [andyzhangx] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
andyzhangx commented 2 weeks ago

/retest

k8s-ci-robot commented 2 weeks ago

@andyzhangx: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-azuredisk-csi-driver-external-e2e-single-az ffbeb55be2832f9fd02cc17e56203f49daf7928c link true /test pull-azuredisk-csi-driver-external-e2e-single-az

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
andyzhangx commented 2 weeks ago

/cherrypick release-1.31

andyzhangx commented 2 weeks ago

/cherrypick release-1.30

k8s-infra-cherrypick-robot commented 2 weeks ago

@andyzhangx: new pull request created: #2586

In response to [this](https://github.com/kubernetes-sigs/azuredisk-csi-driver/pull/2585#issuecomment-2461245049): >/cherrypick release-1.31 Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
k8s-infra-cherrypick-robot commented 2 weeks ago

@andyzhangx: new pull request created: #2587

In response to [this](https://github.com/kubernetes-sigs/azuredisk-csi-driver/pull/2585#issuecomment-2461245114): >/cherrypick release-1.30 Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.