Hemant Kumar
Hemant Kumar
/remove-lifecycle rotten
@reylejano I opened https://github.com/kubernetes/enhancements/pull/2723 to fill those sections.
@verult thats right https://github.com/kubernetes-sigs/azurefile-csi-driver/issues/708 is as such not affected by k8s feature freeze and drivers are expected to implement this feature post code freeze.
Can you explain in some detail, what you were doing and what happened and what you were expecting to happen? It is little bit hard to decipher underlying bug from...
Yea that is correct. if no node expansion is required for the volume, CSI driver *must* return `false` as return value and in which case pvc size should be updated...
So the only issue here is - we are going to be scanning entire `operations` here, but it may not be that big of a deal or we can handle...
@itroyano - Both mount and unmount operation already have volume name in their key and hence multiple mount operations on same volume can't proceed. We however do allow, multiple unmount...