Andy Zhang

Results 648 comments of Andy Zhang

this driver is based on hostPath and finally generates `local` type volume: https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/b5987962ca8c6f53415c4ad683ddea4cb274fec6/deployment/kubernetes/example/default_example_provisioner_generated.yaml#L60-L62

@raphaelpoumarede local-pv-provisioner project are using `hostPath` to discover all disks and finally generate local PV.

@khenidak Have you ever run `https://github.com/khenidak/dysk/blob/master/kubernetes/dysk` as a flexvolume driver, there are lots of bugs, it even cannot be loaded. And pls note that bash env in kubelet image is...

@khenidak, I have a PR to fix it all.

that's bad, you need to merge... Pls add me as reviewer if you want to change flex vol driver. I am quite familiar with flex vol driver development, you may...

@rocketraman Your issue should be related to this bug: https://github.com/andyzhangx/demo/blob/master/issues/azuredisk-issues.md#14-azure-disk-attachdetach-failure-mount-issue-io-error, it's due to the dirty vm cache which would lead to lots of strange disk attach/detach issues. The fix has...

Moreover, have you tried reboot after mounting a dysk? Reboot will cost a lot more time which is abnormal.

https://github.com/Azure/AgentBaker/issues/1672

@TiloGit ```console # kubectl get po --all-namespaces | grep csi kube-system csi-azuredisk-controller-77d5ccd444-4gf2h 5/5 Running 14 8d kube-system csi-azuredisk-node-prt5d 3/3 Running 0 8d kube-system csi-azurefile-controller-7c7bb9474c-6l7p5 0/5 Pending 0 13d kube-system csi-azurefile-controller-7c7bb9474c-bc7nl...