Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tmpNewFormats (0.11 sec)

  1. cmd/erasure-sets.go

    				res.After.Drives[i*s.setDriveCount+j].State = madmin.DriveStateOk
    				tmpNewFormats[i*s.setDriveCount+j] = newFormatSets[i][j]
    			}
    		}
    
    		// Save new formats `format.json` on unformatted disks.
    		for index, format := range tmpNewFormats {
    			if storageDisks[index] == nil || format == nil {
    				continue
    			}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 27 10:41:37 UTC 2024
    - 37K bytes
    - Viewed (0)
Back to top