https://bugzilla.novell.com/show_bug.cgi?id=805415 https://bugzilla.novell.com/show_bug.cgi?id=805415#c0 Summary: raid1: started degraded after crash Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: nfbrown@suse.com ReportedBy: jslaby@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Hi Neil, when my system crashes, after a fresh boot, my raid1 is started degraded (I'm not sure if every time): # journalctl |grep \\.md Feb 23 22:26:37 bellona.site boot.md[1538]: Starting MD RAID mdadm: /dev/md1 has been started with 1 drive (out of 2). Feb 23 22:26:37 bellona.site boot.md[1538]: ..done # cat /proc/mdstat Personalities : [raid0] [raid1] md1 : active raid1 sda2[1] 48794496 blocks super 1.2 [2/1] [_U] I have to manually call mdadm -a: # mdadm -a /dev/sdb2 mdadm: added /dev/sdb2 bellona:~ # cat /proc/mdstat Personalities : [raid0] [raid1] md1 : active raid1 sdb2[2] sda2[1] 48794496 blocks super 1.2 [2/1] [_U] [>....................] recovery = 0.0% (6528/48794496) finish=248.5min speed=3264K/sec fdisk output: /dev/sda2 411648 98066431 48827392 83 Linux /dev/sdb2 2048 97656831 48827392 83 Linux # mdadm --misc --detail /dev/md1 /dev/md1: Version : 1.2 Creation Time : Sat Sep 8 20:18:43 2012 Raid Level : raid1 Array Size : 48794496 (46.53 GiB 49.97 GB) Used Dev Size : 48794496 (46.53 GiB 49.97 GB) Raid Devices : 2 Total Devices : 2 Persistence : Superblock is persistent Update Time : Sat Feb 23 23:11:34 2013 State : clean, degraded, recovering Active Devices : 1 Working Devices : 2 Failed Devices : 0 Spare Devices : 1 Rebuild Status : 1% complete Name : bellona:1 UUID : 3bad2815:4e6bfc83:b113591c:22fd63f8 Events : 12658 Number Major Minor RaidDevice State 2 259 917504 0 spare rebuilding /dev/sdb2 1 259 262144 1 active sync /dev/sda2 # rpm -q mdadm mdadm-3.2.6-4.1.x86_64 # uname -a Linux bellona.site 3.8.0-rc7-next-20130218_64+ #1768 SMP Mon Feb 18 10:08:51 CET 2013 x86_64 x86_64 x86_64 GNU/Linux -- 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.