Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cumulativeSize (0.12 sec)

  1. cmd/data-scanner.go

    		var cumulativeSize int64
    		for _, oi := range objInfos {
    			actualSz, err := oi.GetActualSize()
    			if err != nil {
    				scannerLogIf(ctx, err)
    				continue
    			}
    			size := healActions(oi, actualSz)
    			if fn != nil { // call accountingfn
    				fn(oi, size, actualSz, sizeS)
    			}
    			cumulativeSize += size
    		}
    		// end ILM check timer
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 45.5K bytes
    - Viewed (0)
Back to top