On 7/22/14, 8:16 AM, Cyril B. wrote:
> Hello,
>
> I've noticed that since Linux 3.11, quotacheck always happen after
> unclean unmounts. Is this expected? It didn't happen on previous
> Linux versions.
I can reproduce this, I'll take a look - thanks for bisecting!
-Eric
> A bisect shows that this commit is responsible:
> xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
> id: 83e782e1a1cc0159888e58e14dfc8f3289663338
>
> Relevant dmesg:
> [ 8.844063] XFS (md4): Mounting Filesystem
> [ 9.054023] XFS (md4): Starting recovery (logdev: internal)
> [ 9.331785] XFS (md4): Ending recovery (logdev: internal)
> [ 9.383856] XFS (md4): Quotacheck needed: Please wait.
> [ 48.427732] XFS (md4): Quotacheck: Done.
>
> More details:
> * vanilla kernel
> * on top of mdadm (RAID1)
> * xfsprogs 3.1.5
> * mount options: noatime,nosuid,nodev,grpquota,inode64
> * xfs_info:
> meta-data=/dev/md4 isize=256 agcount=4, agsize=119997280 blks
> = sectsz=512 attr=2
> data = bsize=4096 blocks=479989120, imaxpct=5
> = sunit=0 swidth=0 blks
> naming =version 2 bsize=4096 ascii-ci=0
> log =internal bsize=4096 blocks=234369, version=2
> = sectsz=512 sunit=0 blks, lazy-count=1
> realtime =none extsz=4096 blocks=0, rtextents=0
>
> Thanks,
>
|