Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for maintenance (0.64 sec)

  1. cmd/erasure-server-pool.go

    			result.ESHealth = append(result.ESHealth, struct {
    				Maintenance                  bool
    				PoolID, SetID                int
    				Healthy                      bool
    				HealthyRead                  bool
    				HealthyDrives, HealingDrives int
    				ReadQuorum, WriteQuorum      int
    			}{
    				Maintenance:   opts.Maintenance,
    				SetID:         setIdx,
    				PoolID:        poolIdx,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:32:14 GMT 2024
    - 80.1K bytes
    - Viewed (0)
  2. RELEASE.md

    ### Bug Fixes and Other Changes
    
    *  The use of the ambe config to build and test aarch64 is not needed. The ambe config will be removed in the future. Making cpu_arm64_pip.sh and cpu_arm64_nonpip.sh more similar for easier future maintenance.
    
    # Release 2.12.0
    
    ### Breaking Changes
    
    *   Build, Compilation and Packaging
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top