Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Wiles (0.15 sec)

  1. cmd/admin-heal-ops.go

    	h.traverseAndHealDoneCh <- h.healItems(objAPI, bucketsOnly)
    	xioutil.SafeClose(h.traverseAndHealDoneCh)
    }
    
    // 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
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 25.1K bytes
    - Viewed (1)
Back to top