Re: ENOSPC while df shows 826.93GiB free
From: Qu Wenruo <hidden>
Date: 2021-12-07 03:30:13
On 2021/12/7 11:06, Christoph Anton Mitterer wrote:
On Tue, 2021-12-07 at 10:59 +0800, Qu Wenruo wrote:quoted
Since your metadata is already full, you may need to delete enough data to free up enough metadata space. The candidates includes small files (mostly inlined files), and large files with checksums.On that fs, there are rather many large files (800MB - 1.5 GB). Is there anyway to get (much?) more space reserved for metadata in the future respectively on the other existing filesystems that haven't deadlocked themselves yet?!
In fact, this is not really a deadlock, only balance is blocked by such problem. For other regular operations, you either got ENOSPC just like all other fses which runs out of space, or do it without problem. Furthermore, balance in this case is not really the preferred way to free up space, really freeing up data is the correct way to go. Thanks, Qu
Thanks, Chris.