On Aug 31, 2013, at 3:04 AM, Russell Coker <[email protected]> wrote:

> How would I determine when this situation is approaching?  On all important 
> systems I have cron jobs and nagios checks to determine via df when thw file 
> system is about to run out of space. How do I do the same for this condition? 

I don't think it's possible to infer this condition from a single command.

However, if you look at only 'btrfs fi show', a small difference between size 
and used could be used as a trigger for a partial balance operation to avoid 
the condition. 

What's a small difference? I'd say at least 2GB, or the size of the maximum 
expected file size + 2GB. That way a single write operation doesn't end up 
causing all free space to be allocated for data, leaving no more free space to 
be allocated for metadata.

Chris Murphy--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to