Linux mozwell 3.19.0-trunk-amd64 #1 SMP Debian 3.19.1-1~exp1 (2015-03-08) x86_64 GNU/Linux btrfs-progs v3.19.1
I have a btrfs volume that's been in use for a week or 2. It has about ~560G of uncompressible data (video files, tar.xz, git repos, ...) and ~200G of data that compresses 2:1 with LZO (PostgreSQL db). It's split into 2 subvolumes: ID 257 gen 6550 top level 5 path @db ID 258 gen 6590 top level 5 path @large and mounted like this: /dev/sdc /srv/db btrfs rw,noatime,compress=lzo,space_cache 0 0 /dev/sdc /srv/large btrfs rw,noatime,compress=lzo,space_cache 0 0 du -skh /srv 768G /srv df -h /dev/sdc 1.4T 754G 641G 55% /srv/db /dev/sdc 1.4T 754G 641G 55% /srv/large btrfs fi df /srv/large Data, single: total=808.01GiB, used=749.36GiB System, DUP: total=8.00MiB, used=112.00KiB System, single: total=4.00MiB, used=0.00B Metadata, DUP: total=3.50GiB, used=1.87GiB Metadata, single: total=8.00MiB, used=0.00B GlobalReserve, single: total=512.00MiB, used=0.00B So that's a bit bigger than perhaps expected (~750G instead of ~660G+metadata). I thought it might've been related to compress bailing out too easily, but I've done a btrfs fi defragment -r -v -clzo /srv/db /srv/large and this doesn't change anything. I recently copied this data to a new, bigger disk, and the result looks worrying: mount options: /dev/sdd /mnt/large btrfs rw,noatime,compress=lzo,space_cache 0 0 /dev/sdd /mnt/db btrfs rw,noatime,compress=lzo,space_cache 0 0 btrfs fi df Data, single: total=684.00GiB, used=683.00GiB System, DUP: total=8.00MiB, used=96.00KiB System, single: total=4.00MiB, used=0.00B Metadata, DUP: total=3.50GiB, used=2.04GiB Metadata, single: total=8.00MiB, used=0.00B GlobalReserve, single: total=512.00MiB, used=0.00B df /dev/sdd 3.7T 688G 3.0T 19% /mnt/large /dev/sdd 3.7T 688G 3.0T 19% /mnt/db du 767G /mnt That's a 66G difference for the same data with the same compress option. The used size here is much more in line with what I'd have expected given the nature of the data. I would think that compression differences or things like fragmentation or bookending for modified files shouldn't affect this, because the first filesystem has been defragmented/recompressed and didn't shrink. So what can explain this? Where did the 66G go? -- GCP -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html