storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
395 stars 88 forks source link

Check free space before accepting new shard #736

Closed braydonf closed 7 years ago

braydonf commented 7 years ago

Closes https://github.com/Storj/core/issues/675

littleskunk commented 7 years ago

handleMirror is missing. It will accept new shards as well.

braydonf commented 7 years ago

I've gone through and tested this in https://github.com/storj/integration and haven't run into any issues.

littleskunk commented 7 years ago

Looks good to me.