Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForDetach (0.36 sec)

  1. pkg/volume/csi/csi_attacher.go

    	verifyStatus := func() (bool, error) {
    		volumeAttachment, err := c.plugin.volumeAttachmentLister.Get(attachID)
    		if err != nil {
    			if !apierrors.IsNotFound(err) {
    				return false, errors.New(log("detacher.WaitForDetach failed for volume [%s] (will continue to try): %v", volumeHandle, err))
    			}
    
    			// Detachment successful.
    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