Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateObjPerfOptions (0.16 sec)

  1. cmd/admin-handlers.go

    	if err != nil {
    		duration = time.Second * 10
    	}
    
    	storageInfo := objectAPI.StorageInfo(ctx, false)
    
    	sufficientCapacity, canAutotune, capacityErrMsg := validateObjPerfOptions(ctx, storageInfo, concurrent, size, autotune)
    	if !sufficientCapacity {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, AdminError{
    			Code:       "XMinioSpeedtestInsufficientCapacity",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
Back to top