container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

If the mount fails, what else can I do besides rebuilding the pod to re-mount #418

Open xuxihao opened 4 years ago

xuxihao commented 4 years ago

Assume that a custom-pod mounts the PVC by CSI-plug-in, the CSI-plug-in-sidecar may fail due to some reason and the mount in custom-pod fails even after the CSI-plug-in is restarted. What else can I do besides rebuilding the custom-pod(costly in production) to re-mount?