mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
xl/fs: cleanup '/.minio/tmp' directory on each initialization. (#1490)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
ad40036cba
commit
46680788f9
@@ -42,6 +42,11 @@ func newXLObjects(exportPaths ...string) (ObjectLayer, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Cleanup all temporary entries.
|
||||
cleanupAllTmpEntries(storage)
|
||||
|
||||
// Return successfully initialized object layer.
|
||||
return xlObjects{storage}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user