Azure / aksArc

# Welcome to the Azure Kubernetes Service enabled by Azure Arc (AKS Arc) repo This is where the AKS Arc team will track features and issues with AKS Arc. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS Arc!
MIT License
111 stars 45 forks source link

csi-node-driver ignores mounted volumes during upgrade or shutdown scenarios #304

Closed scooley closed 1 year ago

scooley commented 1 year ago

The csi-node-driver has an issue that causes it to attempt to mount a volume that was already mounted, resulting in the creation of duplicate volumes on the cluster. The issue occurred when users performed cluster shutdowns or upgrades.

This bug tracks checks to ensure that the driver verifies this condition before mounting a volume, hence preventing duplicate volume creation and unexpected behavior. As a result, users can confidently deploy and manage workloads without the risk of data corruption or loss, ensuring consistent cluster operation.