mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -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.
|
// Initialize and load bucket policies.
|
||||||
err = initBucketPolicies(fs)
|
err = initBucketPolicies(fs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user