Tokutek / mongo

TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB | Issue tracker: https://tokutek.atlassian.net/browse/MX/ |
http://www.tokutek.com/products/tokumx-for-mongodb/
703 stars 97 forks source link

no space left, but there free space of 37gb #1231

Open bitliner opened 9 years ago

bitliner commented 9 years ago

I am launching tokumx inside a docker container.

Very weird, as soon as I try to write to database, it throws the error "no space left".

But there are 37GB of free space.

How is it possible? Could it be that it throws that error based on percentage of free space instead of real free disk space?

esmet commented 9 years ago

That is a possibility yes

Sent from my iPhone

On Jul 6, 2015, at 1:54 PM, Giovanni Gaglione notifications@github.com wrote:

I am launching tokumx inside a docker container.

Very weird, as soon as I try to write to database, it throws the error "no space left".

But there are 37GB of free space.

How is it possible? Could it be that it throws that error based on percentage of free space instead of real free disk space?

— Reply to this email directly or view it on GitHub.

joelaflamme commented 9 years ago

This may be helpful regarding the percentage free space, http://docs.tokutek.com/tokumx/tokumx-server-parameters.html#tokumx-new-server-parameters-fsRedzone.

Please post these questions directly to our user group, https://groups.google.com/forum/#!forum/tokumx-user.

Joe