We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Talos 1.8.3 the xfs file system have lot bigger log
xfs_info /dev/sdb10 meta-data=/dev/sdb10 isize=512 agcount=4, agsize=65536 blks = sectsz=4096 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=1 = reflink=1 bigtime=1 inobtcount=1 nrext64=1 data = bsize=4096 blocks=262144, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0, ftype=1 log =internal log bsize=4096 blocks=59985, version=2 = sectsz=4096 sunit=1 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0
Versus a Talos 1.7.7
/# xfs_info /dev/sdb10 meta-data=/dev/sdb10 isize=512 agcount=4, agsize=61035 blks = sectsz=4096 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=0 = reflink=1 bigtime=1 inobtcount=0 nrext64=0 data = bsize=4096 blocks=244140, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0, ftype=1 log =internal log bsize=4096 blocks=1419, version=2 = sectsz=4096 sunit=1 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0
We can't rerproduce both of these
The text was updated successfully, but these errors were encountered:
Data point: such small log was only available with Talos < 1.2:
log =internal log bsize=4096 blocks=2560, version=2
Sorry, something went wrong.
The xfs log size was increased in commit https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?id=cdfa467edd2d1863de067680b0a3ec4458e5ff4a (and there are reasons to do so)
This change went in xfsprogs 5.15.
f70b738
smira
Successfully merging a pull request may close this issue.
On Talos 1.8.3 the xfs file system have lot bigger log
Versus a Talos 1.7.7
We can't rerproduce both of these
The text was updated successfully, but these errors were encountered: