Bug 713086

Summary: systemd seems to check home partition every time
Product: [openSUSE] openSUSE 12.1 Reporter: Alin M Elena <alinm.elena>
Component: BasesystemAssignee: Frederic Crozat <fcrozat>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Milestone 3   
Target Milestone: ---   
Hardware: x86-64   
OS: SUSE Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: the dmesg log

Description Alin M Elena 2011-08-19 08:59:15 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0

systemd seems to check my home partition every time... though it does not happen on my root partition.

I tried to enable debug... but I see no interesting messages... except unmounting home partition

here is the tunefs output for my two partitions

[root@abbaton:/var/log]: tune2fs -l /dev/sda3 
tune2fs 1.41.14 (22-Dec-2010)
Filesystem volume name:   ROOT
Last mounted on:          /root
Filesystem UUID:          86dc9c52-c233-4f02-9f31-c63058d94631
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash 
Default mount options:    (none)
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              1222992
Block count:              4882432
Reserved block count:     244134
Free blocks:              2137256
Free inodes:              942146
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      1022
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8208
Inode blocks per group:   513
Flex block group size:    16
Filesystem created:       Mon May 16 18:10:42 2011
Last mount time:          Fri Aug 19 08:43:19 2011
Last write time:          Fri Aug 19 08:43:19 2011
Mount count:              19
Maximum mount count:      36
Last checked:             Mon Aug 15 08:11:14 2011
Check interval:           15552000 (6 months)
Next check after:         Sat Feb 11 07:11:14 2012
Lifetime writes:          216 GB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:               256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
First orphan inode:       1056408
Default directory hash:   half_md4
Directory Hash Seed:      b3bfe178-227f-47a6-a290-8113b55e367d
Journal backup:           inode blocks


and the offending one

[root@abbaton:/var/log]: tune2fs -l /dev/sda4
tune2fs 1.41.14 (22-Dec-2010)
Filesystem volume name:   HOME
Last mounted on:          /home
Filesystem UUID:          c4947dc0-5b10-4e6e-9877-6259182d1bcd
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash 
Default mount options:    (none)
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              11567104
Block count:              46257664
Reserved block count:     2312883
Free blocks:              2583552
Free inodes:              11234720
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      1012
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8192
Inode blocks per group:   512
Flex block group size:    16
Filesystem created:       Thu Oct  7 12:40:13 2010
Last mount time:          Fri Aug 19 08:44:19 2011
Last write time:          Fri Aug 19 08:44:19 2011
Mount count:              734
Maximum mount count:      -1
Last checked:             Mon Jan 31 00:54:58 2011
Check interval:           0 (<none>)
Lifetime writes:          1793 GB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:               256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
First orphan inode:       11450233
Default directory hash:   half_md4
Directory Hash Seed:      b9ebf3e8-d1f5-4088-83c2-f32e528b179a
Journal backup:           inode blocks


Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Frederic Crozat 2011-09-08 12:47:33 UTC
please update to latest factory and reboot with "systemd.log_target=kmsg systemd.log_level=debug"

when boot is complete, attach "dmesg" output to this bug report.

thanks.
Comment 2 Alin M Elena 2011-09-09 07:47:09 UTC
Created attachment 449979 [details]
the dmesg log
Comment 3 Frederic Crozat 2011-09-09 08:17:38 UTC
root partition fsck is done at initrd level, not at systemd level.

fsck for /home is normal (it just check if everything is fine).

So, I'm not sure what is the problem, exactly.
Comment 4 Alin M Elena 2011-09-09 08:24:04 UTC
Ok... maybe was just a false alarm. I got worried for the fsck message

Alin
Comment 5 Frederic Crozat 2011-09-09 08:38:24 UTC
closing as invalid then