You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add disk online/offline into Stage/Unstage volumes
Disk might be offline when attaching to VMs due to different reasons.
Add disk online logic into NodeStageVolume to make sure disk can be
accessed. Also add disk offline logic into NodeUnstageVolume to make
sure disk is in a clean state when detaching from VM.
Disk online/offline API is in csi proxy disk.v1beta2 api group, so
updating to use this group
0 commit comments