fs: start even if there are not enough free space (#3606)

master
Andrei Kopats 8 years ago committed by Harshavardhana
parent 80f1387877
commit c3f7d1026f
  1. 5
      cmd/fs-v1.go

@ -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…
Cancel
Save