Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for refresh (0.18 sec)

  1. cmd/erasure-sets.go

    				}
    				return ""
    			}(),
    			Endpoint: drive,
    			State:    state,
    		}
    	}
    
    	return beforeDrives
    }
    
    // HealFormat - heals missing `format.json` on fresh unformatted disks.
    func (s *erasureSets) HealFormat(ctx context.Context, dryRun bool) (res madmin.HealResultItem, err error) {
    	storageDisks, _ := initStorageDisksWithErrors(s.endpoints.Endpoints, storageOpts{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 20:08:20 GMT 2024
    - 37.7K bytes
    - Viewed (5)
  2. cmd/metrics-v3-types.go

    		}
    		return nil
    	}
    }
    
    // MetricsGroup - represents a group of metrics. It includes a `MetricsLoaderFn`
    // function that provides a way to load the metrics from the system. The metrics
    // are cached and refreshed after a given timeout.
    //
    // For metrics with a `bucket` dimension, a list of buckets argument is required
    // to collect the metrics.
    //
    // It implements the prometheus.Collector interface for metric groups without a
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 30 15:05:22 GMT 2024
    - 14.7K bytes
    - Viewed (0)
Back to top