Displaying 1 result from an estimated 1 matches for "xfs_logprint".
2015 Dec 30
2
Centos 7 guest - long delay on mounting /boot with host disk write cache off
...but mounting with "-o ro,norecovery" does help - dmesg records:
[ 263.795813] XFS (vda1): Unmounting Filesystem
[ 271.973701] XFS (vda1): Mounting V4 filesystem in no-recovery mode.
Filesystem will be inconsistent.
[ 272.003618] SELinux: initialized (dev vda1, type xfs), uses xattr
xfs_logprint -t /dev/vda1 says that the device is clean:
xfs_logprint:
data device: 0xfc01
log device: 0xfc01 daddr: 512032 length: 6824
log tail: 3447 head: 3447 state: <CLEAN>
however the full xfs log contains a lot of entries
xfs_logprint /dev/vda1 results in ~23000 lines of text.
Pe...