Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsCorruptedMnt (0.67 sec)

  1. pkg/volume/csi/csi_mounter.go

    		return false, err
    	}
    	return !notMnt, nil
    }
    
    func isCorruptedDir(dir string) bool {
    	_, pathErr := mount.PathExists(dir)
    	return pathErr != nil && mount.IsCorruptedMnt(pathErr)
    }
    
    // removeMountDir cleans the mount dir when dir is not mounted and removed the volume data file in dir
    func removeMountDir(plug *csiPlugin, mountPath string) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 30 10:47:59 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top