Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Beta (0.13 sec)

  1. cmd/admin-heal-ops.go

    }
    
    // healMinioSysMeta - heals all files under a given meta prefix, returns a function
    // which in-turn heals the respective meta directory path and any files in int.
    func (h *healSequence) healMinioSysMeta(objAPI ObjectLayer, metaPrefix string) func() error {
    	return func() error {
    		// NOTE: Healing on meta is run regardless
    		// of any bucket being selected, this is to ensure that
    		// meta are always upto date and correct.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 25.1K bytes
    - Viewed (1)
Back to top