mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
fs: start even if there are not enough free space (#3606)
This commit is contained in:
parent
80f1387877
commit
c3f7d1026f
@ -154,11 +154,6 @@ func newFSObjectLayer(fsPath string) (ObjectLayer, error) {
|
||||
},
|
||||
}
|
||||
|
||||
// Validate if disk has enough free space to use.
|
||||
if err = fs.checkDiskFree(); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// Initialize and load bucket policies.
|
||||
err = initBucketPolicies(fs)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user