Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isOperationExists (0.15 sec)

  1. pkg/volume/util/nestedpendingoperations/nestedpendingoperations.go

    	opKey := operationKey{volumeName, podName, nodeName}
    	exist, previousOpIndex := grm.isOperationExists(opKey)
    	if exist && grm.operations[previousOpIndex].operationPending {
    		return true
    	}
    	return false
    }
    
    // This is an internal function and caller should acquire and release the lock
    func (grm *nestedPendingOperations) isOperationExists(key operationKey) (bool, int) {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 01:29:17 UTC 2022
    - 12.6K bytes
    - Viewed (0)
Back to top