Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for initFormatErasure (0.08 seconds)

  1. cmd/format-erasure.go

    				}
    			}
    			return nil
    		}, i)
    	}
    	for _, err := range g.Wait() {
    		if err != nil {
    			return err
    		}
    	}
    	return nil
    }
    
    // initFormatErasure - save Erasure format configuration on all disks.
    func initFormatErasure(ctx context.Context, storageDisks []StorageAPI, setCount, setDriveCount int, deploymentID string, sErrs []error) (*formatErasureV3, error) {
    	format := newFormatErasureV3(setCount, setDriveCount)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 23.1K bytes
    - Click Count (0)
Back to Top