On Tue, May 14, 2019 at 12:09 AM Brian Foster <bfoster@xxxxxxxxxx> wrote: > Could you also include xfs_info and mount params of the filesystem(s) in > question? $ sudo mount | grep sdad /dev/sdad on /srv/node/sdad type xfs (rw,noatime,nodiratime,attr2,inode64,logbufs=8,noquota) $ sudo xfs_info /srv/node/sdad meta-data=/dev/sdad isize=512 agcount=10, agsize=268435455 blks = sectsz=4096 attr=2, projid32bit=1 = crc=1 finobt=1 spinodes=0 data = bsize=4096 blocks=2441609216, imaxpct=5 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0 ftype=1 log =internal bsize=4096 blocks=521728, version=2 = sectsz=4096 sunit=1 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 $ sudo xfs_info /srv/node/sdac meta-data=/dev/sdac isize=512 agcount=10, agsize=268435455 blks = sectsz=4096 attr=2, projid32bit=1 = crc=1 finobt=1 spinodes=0 data = bsize=4096 blocks=2441609216, imaxpct=5 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0 ftype=1 log =internal bsize=4096 blocks=521728, version=2 = sectsz=4096 sunit=1 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 > Also, is this negative blocks used state persistent for any of these > filesystems? IOW, if you unmount/mount, are you right back into this > state, or does accounting start off sane and fall into this bogus state > after a period of runtime or due to some unknown operation? It's persistent. After umount/remount, it's still in the same state. It seems to happen after some time...