Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetReqInfo (0.14 sec)

  1. cmd/erasure-server-pool.go

    		}
    	}
    
    	// Check if disks are healing on in-case of VMware vsphere deployments.
    	if opts.Maintenance && opts.DeploymentType == vmware {
    		if drivesHealing > 0 {
    			healingLogIf(logger.SetReqInfo(ctx, reqInfo), fmt.Errorf("Total drives to be healed %d", drivesHealing))
    		}
    	}
    
    	var usingDefaults bool
    	if globalStorageClass.GetParityForSC(storageclass.STANDARD) < 0 {
    		usingDefaults = true
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 20:08:20 GMT 2024
    - 80.5K bytes
    - Viewed (0)
Back to top