mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Adding format.json during FS initialization (#1896)
This commit is contained in:
committed by
Harshavardhana
parent
23c88ffb1d
commit
afc3102488
@@ -126,6 +126,7 @@ func cleanupDir(storage StorageAPI, volume, dirPath string) error {
|
||||
}
|
||||
for _, entry := range entries {
|
||||
err = delFunc(pathJoin(entryPath, entry))
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user