microsoft / pai

Resource scheduling and cluster management for AI
https://openpai.readthedocs.io
MIT License
2.64k stars 548 forks source link

Migrate azure blob flex-volume to CSI #4997

Open Binyang2014 opened 4 years ago

Binyang2014 commented 4 years ago

Currently, we use flex-volume to mount AzureBlob. But this need to install blobfuse on host. Currently, blobfuse version 1.1.1 works well. But newer version has some issue which is not compatible with azure blob flex-volume.

For environment which enable auto-update will cause platform unstable.

Consider to migrate to CSI which use the DaemonSet to mount storage, which can fix the blobfuse version.

Binyang2014 commented 3 years ago

Refer: https://github.com/kubernetes-sigs/blob-csi-driver/issues/266#event-3991460933