Your message dated Wed, 18 Jan 2012 18:49:06 +0000
with message-id <[email protected]>
and subject line Bug#651880: fixed in mdadm 3.2.3-2
has caused the Debian Bug report #651880,
regarding mdadm: re-add fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
651880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651880
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mdadm
Version: 3.2.2-1
Severity: normal
Tags: patch upstream

Dear Maintainer,

one disk, sdc, failed during one boot.
Normally re-adding the partitions to the arrays worked without any issue. like 
this:
mdadm --re-add /dev/md1  /dev/sdc3
but now
mdadm: --re-add for /dev/sdc3 to /dev/md1 is not possible

as well:
mdadm --add /dev/md1  /dev/sdc3
but now:
mdadm: /dev/sdc3 reports being an active member for /dev/md1, but a --re-add 
fails.
mdadm: not performing --add as that would convert /dev/sdc3 in to a spare.
mdadm: To make this a spare, use "mdadm --zero-superblock /dev/sdc3" first.

after downgrading to version 3.1.4 the later one(add, not re-add) works again.

There seems to be a path for this issue:
http://www.spinics.net/lists/raid/msg34505.html

Thanks

Achim



*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


-- Package-specific info:
--- mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 UUID=6fbb3af5:f77c4f72:aa9a7ca1:1b0ae861
ARRAY /dev/md1 UUID=c4cd8dc3:f8073a30:aa9a7ca1:1b0ae861
ARRAY /dev/md/2 metadata=1.1 UUID=65b948c6:0631cd47:e9d2791c:d37572f0 
name=data:2

--- /etc/default/mdadm
INITRDSTART='all'
AUTOSTART=true
AUTOCHECK=true
START_DAEMON=true
DAEMON_OPTIONS="--syslog"
VERBOSE=false

--- /proc/mdstat:
Personalities : [raid1] 
md2 : active raid1 sdb1[0] sda5[1]
      156288253 blocks super 1.1 [2/2] [UU]
      
md1 : active raid1 sda3[0]
      224612672 blocks [2/1] [U_]
      
md0 : active raid1 sdc2[1] sda2[0]
      19534976 blocks [2/2] [UU]
      
unused devices: <none>

--- /proc/partitions:
major minor  #blocks  name

   8        0  976762584 sda
   8        1   19535008 sda1
   8        2   19535040 sda2
   8        3  224612797 sda3
   8        4          1 sda4
   8        5  156288321 sda5
   8        6  556788801 sda6
   8       16  156290904 sdb
   8       17  156288321 sdb1
   8       32  245117376 sdc
   8       33     963868 sdc1
   8       34   19535040 sdc2
   8       35  224612797 sdc3
   9        0   19534976 md0
   9        1  224612672 md1
   9        2  156288253 md2
 253        0  555745280 dm-0
 253        1    1040384 dm-1
 253        2  156286976 dm-2
 253        3   19529728 dm-3
 253        4  195309568 dm-4
 253        5    9773056 dm-5
 252        0    1965188 zram0
 252        1    1965188 zram1

--- LVM physical volumes:
  PV         VG            Fmt  Attr PSize   PFree
  /dev/md1   vg_md1        lvm2 a--  214.21g    0 
  /dev/md2   vg_md2        lvm2 a--  149.05g    0 
  /dev/sda6  vg_WD1002FBYS lvm2 a--  530.99g    0 
--- mount output
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,relatime)
udev on /dev type devtmpfs (rw,relatime,size=1929464k,nr_inodes=482366,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=786076k,mode=755)
/dev/disk/by-uuid/070755ed-6a1f-4b0b-b5dc-2412f1540ec7 on / type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,relatime,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=23,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
systemd-1 on /lib/init/rw type autofs 
(rw,relatime,fd=24,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /media type tmpfs (rw,nosuid,nodev,noexec,relatime,mode=755)
/dev/mapper/vg_WD1002FBYS-unsecure on /unsecure type ext3 
(rw,relatime,errors=remount-ro,commit=5,barrier=1,data=ordered)
/dev/mapper/vg_md1-home on /home type ext3 
(rw,relatime,errors=remount-ro,commit=5,barrier=1,data=ordered)
/dev/mapper/vg_md2-data on /srv type ext3 
(rw,relatime,errors=remount-ro,commit=5,barrier=1,data=ordered)
/dev/mapper/vg_md1-home on /srv/bittorrent/StarTrek/TNG type ext3 
(rw,relatime,errors=remount-ro,commit=5,barrier=1,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)

--- initrd.img-3.1.0-1-amd64:
17651 blocks
01ce4bb6f5ae1c4fd03c76443f5300c7  ./sbin/mdadm
f4fbd9099399ab08ba9b9f6c71d77595  ./scripts/local-top/mdadm
9816fea1f83c90769c968fc0cb89b74a  ./etc/mdadm/mdadm.conf
6ce2fd2b5eb4cb439f4ddae7284d1c89  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/multipath.ko
e915709f820a409599cec9a68300c97a  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/dm-snapshot.ko
e000cf2e64fae7ca0043a0afb13c1f5f  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/dm-mirror.ko
22afb9e766b526708bb8ec95f622c83a  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/md-mod.ko
d3f00cba4af7ee8cb8b07a669d21a64d  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/raid456.ko
93ad1cc78cbe370bc3564f2e8616bcd6  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/raid0.ko
f10baa755b55ac1fbf9ffb5f348ffa32  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/dm-log.ko
6a9b25c265f163e5175d3afb105c6fdd  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/raid10.ko
e82d3fb1e14a6a8fc0fe7979fdbe3ff4  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/dm-mod.ko
369620bd57fdb787604fad09e3946f18  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/raid1.ko
7e10798d95d0fcdc938bff5ea99aaa54  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/linear.ko
41b1a82551065c970f39bcc1a95bad30  
./lib/modules/3.1.0-1-amd64/kernel/drivers/md/dm-region-hash.ko

--- initrd's /conf/conf.d/md:
MD_HOMEHOST='data'
MD_DEVPAIRS='/dev/md0:raid1 /dev/md1:raid1 /dev/md/2:raid1'
MD_LEVELS='raid1 raid1 raid1'
MD_DEVS=all
MD_MODULES='raid1'

--- /proc/modules:
dm_mod 63353 16 - Live 0xffffffffa00a4000
raid1 30716 3 - Live 0xffffffffa009b000
md_mod 87742 4 raid1, Live 0xffffffffa007a000

--- /var/log/syslog:

--- volume detail:
/dev/sda:
   MBR Magic : aa55
Partition[0] :     39070017 sectors at           63 (type 07)
Partition[1] :     39070080 sectors at     39070080 (type fd)
Partition[2] :    449225595 sectors at     78140160 (type fd)
Partition[3] :   1426154310 sectors at    527365755 (type 05)
--
/dev/sda1:
   MBR Magic : aa55
Partition[0] :      7631461 sectors at   1768778098 (type 6b)
Partition[1] :   1394635881 sectors at   1830843506 (type 75)
Partition[2] :         2573 sectors at   1718906437 (type 41)
Partition[3] :        52918 sectors at   2827157504 (type 00)
--
/dev/sda2:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : 6fbb3af5:f77c4f72:aa9a7ca1:1b0ae861 (local to host data)
  Creation Time : Sat May 22 03:26:52 2010
     Raid Level : raid1
  Used Dev Size : 19534976 (18.63 GiB 20.00 GB)
     Array Size : 19534976 (18.63 GiB 20.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

    Update Time : Mon Dec 12 21:26:54 2011
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 72123928 - correct
         Events : 75664


      Number   Major   Minor   RaidDevice State
this     0       8        2        0      active sync   /dev/sda2

   0     0       8        2        0      active sync   /dev/sda2
   1     1       8       34        1      active sync   /dev/sdc2
--
/dev/sda3:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : c4cd8dc3:f8073a30:aa9a7ca1:1b0ae861 (local to host data)
  Creation Time : Sat May 22 03:27:03 2010
     Raid Level : raid1
  Used Dev Size : 224612672 (214.21 GiB 230.00 GB)
     Array Size : 224612672 (214.21 GiB 230.00 GB)
   Raid Devices : 2
  Total Devices : 1
Preferred Minor : 1

    Update Time : Mon Dec 12 21:26:31 2011
          State : clean
 Active Devices : 1
Working Devices : 1
 Failed Devices : 1
  Spare Devices : 0
       Checksum : d3e8c300 - correct
         Events : 77679


      Number   Major   Minor   RaidDevice State
this     0       8        3        0      active sync   /dev/sda3

   0     0       8        3        0      active sync   /dev/sda3
   1     1       0        0        1      faulty removed
--
/dev/sda4:
   MBR Magic : aa55
Partition[0] :    312576642 sectors at            2 (type fd)
Partition[1] :   1113577666 sectors at    312576644 (type 05)
--
/dev/sda5:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 65b948c6:0631cd47:e9d2791c:d37572f0
           Name : data:2  (local to host data)
  Creation Time : Sun May 23 23:24:49 2010
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 312576506 (149.05 GiB 160.04 GB)
     Array Size : 312576506 (149.05 GiB 160.04 GB)
    Data Offset : 136 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : cceb9f8d:8e4cf1d5:41f8c922:eea6da75

    Update Time : Mon Dec 12 21:22:33 2011
       Checksum : e13d6df3 - correct
         Events : 27576


   Device Role : Active device 1
   Array State : AA ('A' == active, '.' == missing)
--
/dev/sda6 is not recognised by mdadm.
/dev/sdb:
   MBR Magic : aa55
Partition[0] :    312576642 sectors at           63 (type fd)
--
/dev/sdb1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 65b948c6:0631cd47:e9d2791c:d37572f0
           Name : data:2  (local to host data)
  Creation Time : Sun May 23 23:24:49 2010
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 312576506 (149.05 GiB 160.04 GB)
     Array Size : 312576506 (149.05 GiB 160.04 GB)
    Data Offset : 136 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 952a0dbc:5a9cccc9:bf4b1a89:e737c6ea

    Update Time : Mon Dec 12 21:22:33 2011
       Checksum : dec1e107 - correct
         Events : 27576


   Device Role : Active device 0
   Array State : AA ('A' == active, '.' == missing)
--
/dev/sdc:
   MBR Magic : aa55
Partition[0] :      1927737 sectors at           63 (type 82)
Partition[1] :     39070080 sectors at      1927800 (type fd)
Partition[2] :    449225595 sectors at     40997880 (type fd)
--
/dev/sdc1 is not recognised by mdadm.
/dev/sdc2:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : 6fbb3af5:f77c4f72:aa9a7ca1:1b0ae861 (local to host data)
  Creation Time : Sat May 22 03:26:52 2010
     Raid Level : raid1
  Used Dev Size : 19534976 (18.63 GiB 20.00 GB)
     Array Size : 19534976 (18.63 GiB 20.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

    Update Time : Mon Dec 12 21:26:54 2011
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 7212394a - correct
         Events : 75664


      Number   Major   Minor   RaidDevice State
this     1       8       34        1      active sync   /dev/sdc2

   0     0       8        2        0      active sync   /dev/sda2
   1     1       8       34        1      active sync   /dev/sdc2
--
/dev/sdc3:
          Magic : a92b4efc
        Version : 0.90.00
           UUID : c4cd8dc3:f8073a30:aa9a7ca1:1b0ae861 (local to host data)
  Creation Time : Sat May 22 03:27:03 2010
     Raid Level : raid1
  Used Dev Size : 224612672 (214.21 GiB 230.00 GB)
     Array Size : 224612672 (214.21 GiB 230.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 1

    Update Time : Sun Dec 11 18:01:02 2011
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : d3e692ad - correct
         Events : 55284


      Number   Major   Minor   RaidDevice State
this     1       8       35        1      active sync   /dev/sdc3

   0     0       8        3        0      active sync   /dev/sda3
   1     1       8       35        1      active sync   /dev/sdc3
--

--- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro i8042.nopnp 
cgroup_enable=memory quiet

--- grub2:
insmod raid
set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
  insmod raid
  set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
insmod raid
set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
        insmod raid
        set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
        linux   /boot/vmlinuz-3.1.0-1-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro i8042.nopnp 
cgroup_enable=memory quiet
        insmod raid
        set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
        linux   /boot/vmlinuz-3.1.0-1-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro single i8042.nopnp 
cgroup_enable=memory
        insmod raid
        set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
        linux   /boot/vmlinuz-3.0.0-2-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro i8042.nopnp 
cgroup_enable=memory quiet
        insmod raid
        set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
        linux   /boot/vmlinuz-3.0.0-2-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro single i8042.nopnp 
cgroup_enable=memory
        set root='(hd0,msdos1)'
        set root='(hd0,msdos2)'
        linux /boot/vmlinuz-3.1.0-1-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro i8042.nopnp 
cgroup_enable=memory quiet
        set root='(hd0,msdos2)'
        linux /boot/vmlinuz-3.1.0-1-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro single i8042.nopnp 
cgroup_enable=memory
        set root='(hd0,msdos2)'
        linux /boot/vmlinuz-3.0.0-2-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro i8042.nopnp 
cgroup_enable=memory quiet
        set root='(hd0,msdos2)'
        linux /boot/vmlinuz-3.0.0-2-amd64 
root=UUID=070755ed-6a1f-4b0b-b5dc-2412f1540ec7 ro single i8042.nopnp 
cgroup_enable=memory
        set root=(hd0,msdos1)
        insmod raid
        set root='(mduuid/6fbb3af5f77c4f72aa9a7ca11b0ae861)'
        set root=(loop)

--- udev:
ii  udev           175-3          /dev/ and hotplug management daemon
29feaf8ce743cefe2615b2f2e18087ef  /lib/udev/rules.d/64-md-raid.rules
760d7d1d06e14f3730c5d9f79c8d5a5a  /lib/udev/rules.d/99-systemd.rules

--- /dev:
brw-rw---T 1 root disk 9, 0 Dec 12 21:01 /dev/md0
brw-rw---T 1 root disk 9, 1 Dec 12 21:01 /dev/md1
brw-rw---T 1 root disk 9, 2 Dec 12 21:01 /dev/md2

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Dec 12 20:26 ata-HL-DT-STDVD-RAM_GH22NP20 -> ../../sr0
lrwxrwxrwx 1 root root  9 Dec 12 20:26 ata-PLEXTOR_CD-R_PX-W1210A -> ../../sr1
lrwxrwxrwx 1 root root  9 Dec 12 20:26 ata-SAMSUNG_SP1614C_s01xj10xc19164 -> 
../../sdb
lrwxrwxrwx 1 root root 10 Dec 12 20:26 ata-SAMSUNG_SP1614C_s01xj10xc19164-part1 
-> ../../sdb1
lrwxrwxrwx 1 root root  9 Dec 12 20:26 
ata-WDC_WD1002FBYS-02A6B0_WD-WMATV5728872 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD1002FBYS-02A6B0_WD-WMATV5728872-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD1002FBYS-02A6B0_WD-WMATV5728872-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD1002FBYS-02A6B0_WD-WMATV5728872-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD1002FBYS-02A6B0_WD-WMATV5728872-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD1002FBYS-02A6B0_WD-WMATV5728872-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD1002FBYS-02A6B0_WD-WMATV5728872-part6 -> ../../sda6
lrwxrwxrwx 1 root root  9 Dec 12 20:26 ata-WDC_WD2500YD-01NVB1_WD-WCANK1775659 
-> ../../sdc
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD2500YD-01NVB1_WD-WCANK1775659-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Dec 12 21:10 
ata-WDC_WD2500YD-01NVB1_WD-WCANK1775659-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
ata-WDC_WD2500YD-01NVB1_WD-WCANK1775659-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 dm-name-vg_WD1002FBYS-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 dm-name-vg_WD1002FBYS-unsecure -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Dec 12 20:26 dm-name-vg_md1-home -> ../../dm-4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 dm-name-vg_md1-usr -> ../../dm-3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 dm-name-vg_md1-var -> ../../dm-5
lrwxrwxrwx 1 root root 10 Dec 12 20:26 dm-name-vg_md2-data -> ../../dm-2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
dm-uuid-LVM-2zC2rxYTvi19ySQAsNC0bCF5oK5J0QwXaU41695LuIk68hgZ0tHekmdWSkVwhbMP -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
dm-uuid-LVM-2zC2rxYTvi19ySQAsNC0bCF5oK5J0QwXpYp9XrZ0gUoqeWx1ISR468wTmXg3Mn2S -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
dm-uuid-LVM-MI9E1F0x7zbSsF6PUmigLn2MTyOUhPb5LsY051ihX5g0kPl7OW1OhJaWRfxSwQFZ -> 
../../dm-2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
dm-uuid-LVM-QuOH5IpNxUSKORll8QkWSAX0ivAr63s08s8gbZNd8MS3FR1Ag5Gc2pj1x3LPPPpQ -> 
../../dm-4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
dm-uuid-LVM-QuOH5IpNxUSKORll8QkWSAX0ivAr63s0cIjR1NkaGxuznjbBP15QV3jk2ynb858J -> 
../../dm-5
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
dm-uuid-LVM-QuOH5IpNxUSKORll8QkWSAX0ivAr63s0s1L35Gc1iWSKjwH2a0efPXx1TqhDv8ga -> 
../../dm-3
lrwxrwxrwx 1 root root  9 Dec 12 21:01 md-name-data:2 -> ../../md2
lrwxrwxrwx 1 root root  9 Dec 12 21:01 
md-uuid-65b948c6:0631cd47:e9d2791c:d37572f0 -> ../../md2
lrwxrwxrwx 1 root root  9 Dec 12 21:01 
md-uuid-6fbb3af5:f77c4f72:aa9a7ca1:1b0ae861 -> ../../md0
lrwxrwxrwx 1 root root  9 Dec 12 21:01 
md-uuid-c4cd8dc3:f8073a30:aa9a7ca1:1b0ae861 -> ../../md1
lrwxrwxrwx 1 root root  9 Dec 12 20:26 scsi-SATA_SAMSUNG_SP1614Cs01xj10xc19164 
-> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_SAMSUNG_SP1614Cs01xj10xc19164-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Dec 12 20:26 
scsi-SATA_WDC_WD1002FBYS-_WD-WMATV5728872 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD1002FBYS-_WD-WMATV5728872-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD1002FBYS-_WD-WMATV5728872-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD1002FBYS-_WD-WMATV5728872-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD1002FBYS-_WD-WMATV5728872-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD1002FBYS-_WD-WMATV5728872-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD1002FBYS-_WD-WMATV5728872-part6 -> ../../sda6
lrwxrwxrwx 1 root root  9 Dec 12 20:26 
scsi-SATA_WDC_WD2500YD-01_WD-WCANK1775659 -> ../../sdc
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD2500YD-01_WD-WCANK1775659-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Dec 12 21:10 
scsi-SATA_WDC_WD2500YD-01_WD-WCANK1775659-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 
scsi-SATA_WDC_WD2500YD-01_WD-WCANK1775659-part3 -> ../../sdc3
lrwxrwxrwx 1 root root  9 Dec 12 20:26 wwn-0x50014ee00209f766 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 12 20:26 wwn-0x50014ee00209f766-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 wwn-0x50014ee00209f766-part2 -> 
../../sda2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 wwn-0x50014ee00209f766-part3 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 wwn-0x50014ee00209f766-part4 -> 
../../sda4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 wwn-0x50014ee00209f766-part5 -> 
../../sda5
lrwxrwxrwx 1 root root 10 Dec 12 20:26 wwn-0x50014ee00209f766-part6 -> 
../../sda6
lrwxrwxrwx 1 root root  9 Dec 12 20:26 wwn-0x50f0000000000000 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 12 20:26 wwn-0x50f0000000000000-part1 -> 
../../sdb1

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Dec 12 20:26 md1_home -> ../../dm-4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 md1_usr -> ../../dm-3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 md1_var -> ../../dm-5

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Dec 12 20:26 pci-0000:00:11.0-scsi-0:0:0:0 -> 
../../sda
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:00:11.0-scsi-0:0:0:0-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:00:11.0-scsi-0:0:0:0-part2 -> 
../../sda2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:00:11.0-scsi-0:0:0:0-part3 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:00:11.0-scsi-0:0:0:0-part4 -> 
../../sda4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:00:11.0-scsi-0:0:0:0-part5 -> 
../../sda5
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:00:11.0-scsi-0:0:0:0-part6 -> 
../../sda6
lrwxrwxrwx 1 root root  9 Dec 12 20:26 pci-0000:00:11.0-scsi-2:0:0:0 -> 
../../sdb
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:00:11.0-scsi-2:0:0:0-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root  9 Dec 12 20:26 pci-0000:05:00.0-scsi-0:0:0:0 -> 
../../sdc
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:05:00.0-scsi-0:0:0:0-part1 -> 
../../sdc1
lrwxrwxrwx 1 root root 10 Dec 12 21:10 pci-0000:05:00.0-scsi-0:0:0:0-part2 -> 
../../sdc2
lrwxrwxrwx 1 root root 10 Dec 12 20:26 pci-0000:05:00.0-scsi-0:0:0:0-part3 -> 
../../sdc3
lrwxrwxrwx 1 root root  9 Dec 12 20:26 pci-0000:05:00.1-scsi-0:0:0:0 -> 
../../sr0
lrwxrwxrwx 1 root root  9 Dec 12 20:26 pci-0000:05:00.1-scsi-0:0:1:0 -> 
../../sr1

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Dec 12 20:26 024a76b1-418c-427e-bf08-40089a1ece86 -> 
../../dm-2
lrwxrwxrwx 1 root root  9 Dec 12 21:01 070755ed-6a1f-4b0b-b5dc-2412f1540ec7 -> 
../../md0
lrwxrwxrwx 1 root root 11 Dec 12 20:27 0823e80a-4c60-4efe-81e7-29ec7316a7e3 -> 
../../zram0
lrwxrwxrwx 1 root root 11 Dec 12 20:27 3568c0dc-fda5-4d66-a003-47010a2b436c -> 
../../zram1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 5844f721-7e17-4f60-ae85-0b07b4a68c1c -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Dec 12 20:26 584c2be8-e94f-4f6e-9f23-adde856731bd -> 
../../sdc1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 C4143DC8143DBE6C -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 b84a3898-01ac-4b0a-bff8-c9788d169b20 -> 
../../dm-4
lrwxrwxrwx 1 root root 10 Dec 12 20:26 df45c6bb-5ddb-40e5-82fd-118b5609620a -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Dec 12 20:26 f40f1dad-9367-4003-b74d-7d49a69c8d1b -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Dec 12 20:26 f81017ce-6de6-4ca0-a655-64d30f1f2d91 -> 
../../dm-5

/dev/md:
total 0
lrwxrwxrwx 1 root root 6 Dec 12 21:01 2 -> ../md2

Auto-generated on Mon, 12 Dec 2011 21:26:54 +0100
by mdadm bugscript 3.2.2-1

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mdadm depends on:
ii  debconf      1.5.41
ii  initscripts  2.88dsf-13.13
ii  libc6        2.13-22
ii  lsb-base     3.2-28
ii  udev         175-3

Versions of packages mdadm recommends:
ii  module-init-tools               3.16-1
ii  postfix [mail-transport-agent]  2.8.5-1

mdadm suggests no packages.

-- debconf information:
  mdadm/autostart: true
  mdadm/mail_to: root
  mdadm/initrdstart_msg_errmd:
* mdadm/initrdstart: all
  mdadm/initrdstart_msg_errconf:
  mdadm/initrdstart_notinconf: false
  mdadm/initrdstart_msg_errexist:
  mdadm/initrdstart_msg_intro:
  mdadm/autocheck: true
  mdadm/initrdstart_msg_errblock:
  mdadm/start_daemon: true



--- End Message ---
--- Begin Message ---
Source: mdadm
Source-Version: 3.2.3-2

We believe that the bug you reported is fixed in the latest version of
mdadm, which is due to be installed in the Debian FTP archive:

mdadm-udeb_3.2.3-2_i386.udeb
  to main/m/mdadm/mdadm-udeb_3.2.3-2_i386.udeb
mdadm_3.2.3-2.debian.tar.bz2
  to main/m/mdadm/mdadm_3.2.3-2.debian.tar.bz2
mdadm_3.2.3-2.dsc
  to main/m/mdadm/mdadm_3.2.3-2.dsc
mdadm_3.2.3-2_i386.deb
  to main/m/mdadm/mdadm_3.2.3-2_i386.deb
mdadm_3.2.3.orig.tar.bz2
  to main/m/mdadm/mdadm_3.2.3.orig.tar.bz2



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev <[email protected]> (supplier of updated mdadm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 18 Jan 2012 22:33:01 +0400
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source i386
Version: 3.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers <[email protected]>
Changed-By: Michael Tokarev <[email protected]>
Description: 
 mdadm      - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 607375 628667 633880 637068 641584 641886 641972 645563 650630 651737 
651880 652547 655212
Changes: 
 mdadm (3.2.3-2) unstable; urgency=low
 .
   [ Michael Tokarev ]
   * new upstream bugfix/stable version, with lots of fixes all over.
     Closes: #641886, #628667, #645563, #651880, #607375, #633880
   * update Neil's email (Closes: #650630)
   * update mdadd.sh to version 1.52 (Closes: #655212)
   * fixed a typo (RAID6 vs RAID10) in FAQ (Closes: #637068)
   * declare ordering dependency for multipath-tools-boot in
     mdadm-raid init script (Closes: #641584)
     While at it, remove mention of devfsd
   * added Slovak (sk.po) po-debconf translation from Slavko <[email protected]>
     (Closes: #641972)
   * set nice value of the check/resync thread too, together with I/O
     scheduling class, based on patch by Sergey B Kirpichev (Closes: #652547)
   * small changes for debian/checkarray
   * (internal) move files from contrib/* topgit branches into debian directory
   * remove dh_testroot from clean target
   * add myself to uploaders
 .
   [ Peter Eisentraut ]
   * Added support for "status" action to mdadm init script (Closes: #651737)
Checksums-Sha1: 
 6ef54b540f1a5ffa8ecc60995f755dd26e349660 1498 mdadm_3.2.3-2.dsc
 511f4104fe4035515925613e358bef0ea0823148 366770 mdadm_3.2.3.orig.tar.bz2
 955f6afc090ce8cb16202963acbcbc6a0152a00f 124599 mdadm_3.2.3-2.debian.tar.bz2
 76686ef906628cbe73ca236dec97cd806a96e5f3 558248 mdadm_3.2.3-2_i386.deb
 fe1f2326103d02219da49eb58041055b454a3d9b 189460 mdadm-udeb_3.2.3-2_i386.udeb
Checksums-Sha256: 
 d5d1ffc4efbdecc81d6ff25aed4b0dc52dd89e0fb111116a889ab25e22ca53d5 1498 
mdadm_3.2.3-2.dsc
 0ff49a04c6250834ce1b5be5a1581532e70e2221a87e1eedec46d6656b37ab40 366770 
mdadm_3.2.3.orig.tar.bz2
 fa0606b50c534dab91849729878782f8998d47f9127bae8e1ed06019676b2a4b 124599 
mdadm_3.2.3-2.debian.tar.bz2
 6d397de1575948c818c3b400635c5eb19df2f489976109966a5e846bf2c5b1ea 558248 
mdadm_3.2.3-2_i386.deb
 70cca8280c0641e415ac40bde0a1401a844ee6dd51d708b1f8044b3934332c37 189460 
mdadm-udeb_3.2.3-2_i386.udeb
Files: 
 5301178a6e0aac0f04bba0010a2078da 1498 admin optional mdadm_3.2.3-2.dsc
 d789d6ecb9c1d5ebcc64f0fc52bca92f 366770 admin optional mdadm_3.2.3.orig.tar.bz2
 652f6121420a03666d9da70db55cc174 124599 admin optional 
mdadm_3.2.3-2.debian.tar.bz2
 83bb41de1e1c78acba0c5f2d69b9022b 558248 admin optional mdadm_3.2.3-2_i386.deb
 54809d1c5f9b0e33acc54add6bda637d 189460 debian-installer optional 
mdadm-udeb_3.2.3-2_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iJwEAQECAAYFAk8XEcQACgkQUlPFrXTwyDjkrgP9FhhzOsjlNP9N+S3Msb9lEy0C
JYizxR/LSP69gcardkP1AA9stSGA/wIYXR6XPLWgiB8Q5N3Hg4XCjM24GrIcwi07
x25aTydCPLPOWGJx7Q/yWH5DqmBR/AVTlejeDIyuo8j+ovAGs2T7g6U1z87/125i
HnaFTpqteFsSE2QX3sg=
=ZeyF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to