Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for persistISCSI (0.09 sec)

  1. pkg/volume/iscsi/iscsi_util.go

    	if err = util.persistISCSI(b); err != nil {
    		// Return uncertain error so kubelet calls Unmount / Unmap when the pod
    		// is deleted.
    		return "", types.NewUncertainProgressError(err.Error())
    	}
    	return devicePath, nil
    }
    
    // persistISCSI saves iSCSI volume configuration for DetachDisk into global
    // mount / map directory.
    func (util *ISCSIUtil) persistISCSI(b iscsiDiskMounter) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
Back to top