mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Fix FS remove bucket regression bug (#2693)
This commit is contained in:
committed by
Harshavardhana
parent
19e01ceb19
commit
a84548d7ea
@@ -62,6 +62,7 @@ func newObjectLayer(disks, ignoredDisks []string) (ObjectLayer, error) {
|
||||
globalShutdownCBs.AddObjectLayerCB(func() errCode {
|
||||
if objAPI != nil {
|
||||
if sErr := objAPI.Shutdown(); sErr != nil {
|
||||
errorIf(err, "Unable to shutdown object API.")
|
||||
return exitFailure
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user