Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyAttachmentStatus (0.32 sec)

  1. pkg/volume/csi/csi_attacher.go

    		return "", fmt.Errorf("volume %v has GET error for volume attachment %v: %v", volumeHandle, attachID, err)
    	}
    	err = c.waitForVolumeAttachDetachStatus(attach, volumeHandle, attachID, timer, timeout, verifyAttachmentStatus)
    	if err != nil {
    		return "", err
    	}
    	return attach.Name, nil
    }
    
    func (c *csiAttacher) waitForVolumeAttachmentWithLister(spec *volume.Spec, volumeHandle, attachID string, timeout time.Duration) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 07:38:14 UTC 2023
    - 25.9K bytes
    - Viewed (0)
Back to top