https://bugzilla.novell.com/show_bug.cgi?id=866283 https://bugzilla.novell.com/show_bug.cgi?id=866283#c0 Summary: No automatic fsck on ext4 fs after checktime reached Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: martin@oneiros.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=580532) --> (http://bugzilla.novell.com/attachment.cgi?id=580532) /etc/fstab User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 I have these messages in my dmesg: [ 20.526382] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 20.572718] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: acl,user_xattr [ 20.653012] EXT4-fs (dm-0): warning: checktime reached, running e2fsck is recommended [ 20.700149] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: acl,user_xattr,journal_checksum [ 20.780360] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled [ 20.877039] EXT4-fs (dm-2): warning: checktime reached, running e2fsck is recommended [ 20.891707] XFS (dm-6): Mounting Filesystem [ 20.911392] XFS (dm-7): Mounting Filesystem [ 20.913928] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: acl,user_xattr,journal_checksum [ 20.960387] XFS (dm-8): Mounting Filesystem [ 21.907109] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: acl,user_xattr [ 21.928877] EXT4-fs (dm-9): warning: checktime reached, running e2fsck is recommended [ 21.929530] XFS (dm-7): Ending clean mount [ 21.945120] XFS (dm-8): Ending clean mount [ 21.966153] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: acl,user_xattr,journal_checksum [ 22.015595] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: acl,user_xattr,journal_checksum [ 22.193371] XFS (dm-6): Ending clean mount Although the relevant filesystems have the right flags in /etc/fstab, no automatic fsck is run. This is a system with LVM on RAID5. mounts:
mount|fgrep ext4 /dev/mapper/system-root on / type ext4 (rw,relatime,journal_checksum,data=ordered) /dev/mapper/system-home on /home type ext4 (rw,relatime,journal_checksum,data=ordered) /dev/mapper/system-space on /space type ext4 (rw,relatime,journal_checksum,data=ordered) /dev/mapper/raid-nelson--boot on /raid/nelson/boot type ext4 (ro,relatime,stripe=256,data=ordered) /dev/mapper/raid-backup on /raid/backup type ext4 (rw,relatime,journal_checksum,stripe=64,data=ordered) /dev/mapper/raid-raid on /raid/raid type ext4 (rw,relatime,journal_checksum,stripe=64,data=ordered)
l /dev/mapper/ insgesamt 0 drwxr-xr-x 2 root root 260 28. Feb 13:52 ./ drwxr-xr-x 20 root root 4300 28. Feb 13:52 ../ crw------- 1 root root 10, 236 28. Feb 13:52 control lrwxrwxrwx 1 root root 7 28. Feb 13:52 raid-backup -> ../dm-9 lrwxrwxrwx 1 root root 7 28. Feb 13:52 raid-nelson--boot -> ../dm-5 lrwxrwxrwx 1 root root 7 28. Feb 13:52 raid-nelson--home -> ../dm-6 lrwxrwxrwx 1 root root 7 28. Feb 13:52 raid-nelson--root -> ../dm-7 lrwxrwxrwx 1 root root 7 28. Feb 13:52 raid-nelson--space -> ../dm-8 lrwxrwxrwx 1 root root 7 28. Feb 13:52 raid-raid -> ../dm-4 lrwxrwxrwx 1 root root 7 28. Feb 13:52 system-home -> ../dm-0 lrwxrwxrwx 1 root root 7 28. Feb 13:52 system-root -> ../dm-1 lrwxrwxrwx 1 root root 7 28. Feb 13:52 system-space -> ../dm-2 lrwxrwxrwx 1 root root 7 28. Feb 13:52 system-swap -> ../dm-3
Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.