Re: btrfs space used issue
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-03-05 15:28:29
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-03-05 15:28:29
On Sat, Mar 03, 2018 at 06:59:26AM +0000, Duncan wrote:
Indeed. Preallocation with COW doesn't make the sense it does on an overwrite-in-place filesystem.
It makes a whole lot of sense, it just is a little harder to implement. There is no reason not to preallocate specific space, or if you aren't forced to be fully log structured by the medium, specific blocks to COW into. It just isn't quite as trivial as for a rewrite in place file system to implement.