- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fixFormatErasureV3 (0.13 sec)
-
cmd/format-erasure.go
if len(format.Erasure.Sets) > 1 { continue } if format.Erasure.This == "" { return true } } return false } // fixFormatErasureV3 - fix format Erasure configuration on all disks. func fixFormatErasureV3(storageDisks []StorageAPI, endpoints Endpoints, formats []*formatErasureV3) error { g := errgroup.WithNErrs(len(formats)) for i := range formats { i := i g.Go(func() error {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 23.2K bytes - Viewed (0)