kubevirt / csi-driver

KubeVirt CSI driver
Other
34 stars 25 forks source link

Increase timeout of csi-provisioner and csi attacher #93

Closed awels closed 9 months ago

awels commented 9 months ago

What this PR does / why we need it: Increased timeout of csi-provisioner and csi-attacher. This fixes random failures in the k8s e2e test. Cleaned up some linter issues with using deprecated functions. Ignore server rejection errors from kubevirt addvolume/removevolume and retry them. Put proper log levels on messages so it is easier to control the logging in the csi-driver pod. Added some extra logging to easier identify issues once the log level is set high enough.

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 #

Special notes for your reviewer: See these links for what the arguments do https://github.com/kubernetes-csi/external-provisioner https://github.com/kubernetes-csi/external-attacher

Release note:

Increased timeout for csi-provisioner and csi-attacher
awels commented 9 months ago

/test pull-csi-driver-linter

awels commented 9 months ago

/retest-required

awels commented 9 months ago

/test pull-csi-driver-sanity-test

kubevirt-bot commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davidvossel

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/kubevirt/csi-driver/blob/main/OWNERS)~~ [davidvossel] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment