hpe-storage / csi-driver

A Container Storage Interface (CSI) driver from HPE
https://scod.hpedev.io
Apache License 2.0
55 stars 53 forks source link

CON2508: Cleanup of stale multipath devices for node monitor as well as node init container #410

Open AnushaY1916 opened 1 week ago

AnushaY1916 commented 1 week ago

The following functionalities are implemented in phase 3:

  1. Unmount all references to the device, bind mounts, and real mounts.
  2. Kill processes using the mount points and devices
  3. Remove block devices
  4. Flush the multipath map
  5. Enable and disable of node monitor and cleanup in the node init container based on the user's choice

made improvements for the previous phase's implementation as well