Bug#812608: mdadm: raid array always checked during reboot

Gary Dale gary at extremeground.com
Mon Jan 25 15:32:11 UTC 2016


Package: mdadm
Version: 3.3.4-1.1+b1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
when I reboot my computer, I get a long delay of 3 - 4 minutes while systemd runs a start
job against the uuid of my raid5 array.

   * What exactly did you do (or not do) that was effective (or ineffective)?
not much. I've been putting up with it, hoping it would stop as stretch progressed.
Unfortunately it's still happening. The start job appears to be an fsck against the
raid array and is run whether the system was rebooted or recovering from a sysreq-reboot.



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


-- Package-specific info:
--- mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR gary at extremeground.com
ARRAY /dev/md1 metadata=1.2 name=transponder:1 UUID=a7448cb1:0cf55871:f6d9cd65:c5094d82

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

--- /proc/mdstat:
Personalities : [raid6] [raid5] [raid4] 
md1 : active raid5 sdf1[6] sde1[7] sdd1[5] sdc1[8] sdb1[9]
      15628064768 blocks super 1.2 level 5, 512k chunk, algorithm 2 [5/5] [UUUUU]
      
unused devices: <none>

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

   8       32 3907018584 sdc
   8       33 3907017543 sdc1
   8       48 3907018584 sdd
   8       49 3907017543 sdd1
   8       16 3907018584 sdb
   8       17 3907017543 sdb1
   8        0  117220824 sda
   8        1  116169728 sda1
   8        2    1048576 sda2
   8       64 3907018584 sde
   8       65 3907017543 sde1
   8       80 3907018584 sdf
   8       81 3907017543 sdf1
  11        0    1048575 sr0
   9        1 15628064768 md1

--- LVM physical volumes:
LVM does not seem to be used.
--- 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=10240k,nr_inodes=2047077,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=3292648k,mode=755)
/dev/sda1 on / type ext4 (rw,noatime,discard,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
/dev/md1 on /home type ext4 (rw,noatime,stripe=256,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/129 type tmpfs (rw,nosuid,nodev,relatime,size=1646324k,mode=700,uid=129,gid=144)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1646324k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
TheLibrarian:/home/shares on /home/garydale/mnt type nfs4 (rw,nosuid,nodev,noexec,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=0.0.0.0,local_lock=none,addr=192.168.1.14,user=garydale)
TheLibrarian:/home/secure on /home/garydale/mnt2 type nfs4 (rw,nosuid,nodev,noexec,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=0.0.0.0,local_lock=none,addr=192.168.1.14,user=garydale)

--- initrd.img-4.3.0-1-amd64:
104672 blocks
a10e8da554450945ba45e050b359566e  ./etc/mdadm/mdadm.conf
d3be82c0f275d6c25b04d388baf9e836  ./etc/modprobe.d/mdadm.conf
6e8a633dd34ffb7061b98246db825ef7  ./sbin/mdadm
599bbf3fe6093157a26863dcb59cdf5d  ./scripts/local-top/mdadm
857eadffa563cfb9d61e1ed2f3723a0e  ./conf/mdadm
95aa6c560c151929c7a28427166dad8d  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/linear.ko
0225997ad6abd6389112d2dee1d9f584  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/multipath.ko
5353bde3fdbd30c594318f10c9a8ddba  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/raid0.ko
9c3de5399385ddc8b74f347756cbf9ae  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/md-mod.ko
43a0f8951e1ae92e361cdec6e77c2114  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/raid1.ko
762e8d42543596241f008f0efe9c6f40  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/dm-mod.ko
598603be4cd05ca447f159221b32dea7  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/raid10.ko
2e6d9b0211d1f625861fc19ffc34dc3d  ./lib/modules/4.3.0-1-amd64/kernel/drivers/md/raid456.ko

--- initrd's /conf/conf.d/md:
no conf/md file.

--- /proc/modules:
raid456 94208 1 - Live 0xffffffffa01d0000
async_raid6_recov 20480 1 raid456, Live 0xffffffffa01ca000
async_memcpy 16384 2 raid456,async_raid6_recov, Live 0xffffffffa011e000
async_pq 16384 2 raid456,async_raid6_recov, Live 0xffffffffa0116000
async_xor 16384 3 raid456,async_raid6_recov,async_pq, Live 0xffffffffa00f1000
async_tx 16384 5 raid456,async_raid6_recov,async_memcpy,async_pq,async_xor, Live 0xffffffffa00d8000
raid6_pq 102400 3 raid456,async_raid6_recov,async_pq, Live 0xffffffffa0168000
md_mod 131072 2 raid456, Live 0xffffffffa013e000

--- /var/log/syslog:

--- volume detail:
/dev/sda:
   MBR Magic : aa55
Partition[0] :    234441647 sectors at            1 (type ee)
--
/dev/sda1 is not recognised by mdadm.
/dev/sda2 is not recognised by mdadm.
/dev/sdb:
   MBR Magic : aa55
Partition[0] :   4294967295 sectors at            1 (type ee)
--
/dev/sdb1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : a7448cb1:0cf55871:f6d9cd65:c5094d82
           Name : transponder:1  (local to host transponder)
  Creation Time : Thu Jan  5 09:12:29 2012
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7814033039 (3726.02 GiB 4000.78 GB)
     Array Size : 15628064768 (14904.08 GiB 16003.14 GB)
  Used Dev Size : 7814032384 (3726.02 GiB 4000.78 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1960 sectors, after=655 sectors
          State : clean
    Device UUID : f541070b:c3ae47db:7d18e69a:c768a952

    Update Time : Mon Jan 25 10:27:46 2016
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 8b400697 - correct
         Events : 349481

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 1
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdc:
   MBR Magic : aa55
Partition[0] :   4294967295 sectors at            1 (type ee)
--
/dev/sdc1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : a7448cb1:0cf55871:f6d9cd65:c5094d82
           Name : transponder:1  (local to host transponder)
  Creation Time : Thu Jan  5 09:12:29 2012
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7814033039 (3726.02 GiB 4000.78 GB)
     Array Size : 15628064768 (14904.08 GiB 16003.14 GB)
  Used Dev Size : 7814032384 (3726.02 GiB 4000.78 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1960 sectors, after=655 sectors
          State : clean
    Device UUID : 01304fe8:a09c3ad1:324196eb:7a740586

    Update Time : Mon Jan 25 10:27:46 2016
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : e28716e8 - correct
         Events : 349481

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 2
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdd:
   MBR Magic : aa55
Partition[0] :   4294967295 sectors at            1 (type ee)
--
/dev/sdd1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : a7448cb1:0cf55871:f6d9cd65:c5094d82
           Name : transponder:1  (local to host transponder)
  Creation Time : Thu Jan  5 09:12:29 2012
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7814033039 (3726.02 GiB 4000.78 GB)
     Array Size : 15628064768 (14904.08 GiB 16003.14 GB)
  Used Dev Size : 7814032384 (3726.02 GiB 4000.78 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1960 sectors, after=655 sectors
          State : clean
    Device UUID : e2d89de5:ba5c2430:9aaa32f1:b799df2f

    Update Time : Mon Jan 25 10:27:46 2016
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : ee360e84 - correct
         Events : 349481

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 3
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sde:
   MBR Magic : aa55
Partition[0] :   4294967295 sectors at            1 (type ee)
--
/dev/sde1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : a7448cb1:0cf55871:f6d9cd65:c5094d82
           Name : transponder:1  (local to host transponder)
  Creation Time : Thu Jan  5 09:12:29 2012
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7814033039 (3726.02 GiB 4000.78 GB)
     Array Size : 15628064768 (14904.08 GiB 16003.14 GB)
  Used Dev Size : 7814032384 (3726.02 GiB 4000.78 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1960 sectors, after=655 sectors
          State : clean
    Device UUID : 2189b9e0:479c6963:5aaa1252:1c9a1e65

    Update Time : Mon Jan 25 10:27:46 2016
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : b2b5fe77 - correct
         Events : 349481

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 4
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdf:
   MBR Magic : aa55
Partition[0] :   4294967295 sectors at            1 (type ee)
--
/dev/sdf1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x0
     Array UUID : a7448cb1:0cf55871:f6d9cd65:c5094d82
           Name : transponder:1  (local to host transponder)
  Creation Time : Thu Jan  5 09:12:29 2012
     Raid Level : raid5
   Raid Devices : 5

 Avail Dev Size : 7814033039 (3726.02 GiB 4000.78 GB)
     Array Size : 15628064768 (14904.08 GiB 16003.14 GB)
  Used Dev Size : 7814032384 (3726.02 GiB 4000.78 GB)
    Data Offset : 2048 sectors
   Super Offset : 8 sectors
   Unused Space : before=1960 sectors, after=655 sectors
          State : clean
    Device UUID : fd53db19:4f9d83d6:39b2899d:40e49b84

    Update Time : Mon Jan 25 10:27:46 2016
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : c9e61c5d - correct
         Events : 349481

         Layout : left-symmetric
     Chunk Size : 512K

   Device Role : Active device 0
   Array State : AAAAA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdg is not recognised by mdadm.
/dev/sdh is not recognised by mdadm.
/dev/sdi is not recognised by mdadm.
/dev/sdj is not recognised by mdadm.

--- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro quiet

--- grub2:
set root='hd0,gpt1'
set root='hd0,gpt1'
	set root='hd0,gpt1'
	linux	/boot/vmlinuz-4.3.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro  quiet
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.3.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro  quiet
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.3.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro  quiet init=/lib/sysvinit/init
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.3.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro single 
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.2.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro  quiet
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.2.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro  quiet init=/lib/sysvinit/init
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.2.0-1-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro single 
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.1.0-2-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro  quiet
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.1.0-2-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro  quiet init=/lib/sysvinit/init
		set root='hd0,gpt1'
		linux	/boot/vmlinuz-4.1.0-2-amd64 root=UUID=95fe03ab-42b8-412a-9bb3-2ae7a1e829bc ro single 
	set root='hd0,gpt1'
	set root='hd0,gpt1'
	set root='hd0,gpt1'
	set root='hd0,gpt1'

--- udev:
ii  udev           228-4        amd64        /dev/ and hotplug management daem
e95faba71945b1dcc9749adc5dcd80f6  /lib/udev/rules.d/63-md-raid-arrays.rules
f0b45148fbd3ce678e682925483f17dc  /lib/udev/rules.d/64-md-raid-assembly.rules
d3f53eb83e89c327ad6aa0ca66f6124e  /lib/udev/rules.d/99-systemd.rules

--- /dev:
brw-rw---- 1 root disk 9, 1 Jan 25 10:25 /dev/md1

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Jan 25 10:15 ata-ASUS_BW-12B1ST_C5D0CL191186 -> ../../sr0
lrwxrwxrwx 1 root root  9 Jan 25 10:25 ata-OCZ-AGILITY3_OCZ-EL4Y6341P0ZI2DAN -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 25 10:25 ata-OCZ-AGILITY3_OCZ-EL4Y6341P0ZI2DAN-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 25 10:25 ata-OCZ-AGILITY3_OCZ-EL4Y6341P0ZI2DAN-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Jan 25 10:15 ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E5PEDFJJ -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 25 10:15 ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E5PEDFJJ-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E5UJ03UN -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 25 10:15 ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E5UJ03UN-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E5UJ0N4A -> ../../sdf
lrwxrwxrwx 1 root root 10 Jan 25 10:15 ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E5UJ0N4A-part1 -> ../../sdf1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 ata-WDC_WD40EZRX-00SPEB0_WD-WCC4E6HTVN2P -> ../../sde
lrwxrwxrwx 1 root root 10 Jan 25 10:15 ata-WDC_WD40EZRX-00SPEB0_WD-WCC4E6HTVN2P-part1 -> ../../sde1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 ata-WDC_WD40EZRX-00SPEB0_WD-WCC4E6VP7ZA3 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jan 25 10:15 ata-WDC_WD40EZRX-00SPEB0_WD-WCC4E6VP7ZA3-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 md-name-transponder:1 -> ../../md1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 md-uuid-a7448cb1:0cf55871:f6d9cd65:c5094d82 -> ../../md1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 usb-EPSON_Storage_554638593032343867-0:0 -> ../../sdh
lrwxrwxrwx 1 root root  9 Jan 25 10:15 usb-EPSON_Storage_554638593032343867-0:1 -> ../../sdi
lrwxrwxrwx 1 root root  9 Jan 25 10:15 usb-EPSON_Storage_554638593032343867-0:2 -> ../../sdj
lrwxrwxrwx 1 root root  9 Jan 25 10:15 usb-Multiple_Card_Reader_058F63666438-0:0 -> ../../sdg
lrwxrwxrwx 1 root root  9 Jan 25 10:15 wwn-0x50014ee260e1021e -> ../../sdf
lrwxrwxrwx 1 root root 10 Jan 25 10:15 wwn-0x50014ee260e1021e-part1 -> ../../sdf1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 wwn-0x50014ee26137caa4 -> ../../sde
lrwxrwxrwx 1 root root 10 Jan 25 10:15 wwn-0x50014ee26137caa4-part1 -> ../../sde1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 wwn-0x50014ee2b637e345 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 25 10:15 wwn-0x50014ee2b637e345-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 wwn-0x50014ee2b6382111 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 25 10:15 wwn-0x50014ee2b6382111-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 wwn-0x50014ee2b68d89cd -> ../../sdd
lrwxrwxrwx 1 root root 10 Jan 25 10:15 wwn-0x50014ee2b68d89cd-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Jan 25 10:25 wwn-0x5e83a97e2c48f90d -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 25 10:25 wwn-0x5e83a97e2c48f90d-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 25 10:25 wwn-0x5e83a97e2c48f90d-part2 -> ../../sda2

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Jan 25 10:25 OCZ-VERTEX -> ../../sda1

/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root root 10 Jan 25 10:15 Linux\x20RAID -> ../../sdf1
lrwxrwxrwx 1 root root 10 Jan 25 10:25 Linux\x20filesystem -> ../../sda1

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Jan 25 10:15 414654c8-5361-4a7f-a624-c783649b87c5 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jan 25 10:15 685364f4-6627-4922-9695-260c1955f8a5 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Jan 25 10:15 ad4cd3cd-c235-4215-9625-ab21bebb9701 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jan 25 10:25 ccfbde0b-3511-4961-b2e7-d6b3baa76fd2 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 25 10:15 ded24677-b5a8-4ced-8c4b-8bebcb8e2117 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jan 25 10:15 e9a8bdfb-94d8-4f93-87ab-0b59faddecf4 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jan 25 10:25 f58e0ba1-d8fd-4931-8bb0-6b0612810d32 -> ../../sda2

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Jan 25 10:25 pci-0000:00:11.0-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 25 10:25 pci-0000:00:11.0-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 25 10:25 pci-0000:00:11.0-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:00:11.0-ata-2 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 25 10:15 pci-0000:00:11.0-ata-2-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:00:11.0-ata-3 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 25 10:15 pci-0000:00:11.0-ata-3-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:00:11.0-ata-4 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jan 25 10:15 pci-0000:00:11.0-ata-4-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:00:11.0-ata-5 -> ../../sde
lrwxrwxrwx 1 root root 10 Jan 25 10:15 pci-0000:00:11.0-ata-5-part1 -> ../../sde1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:00:11.0-ata-6 -> ../../sdf
lrwxrwxrwx 1 root root 10 Jan 25 10:15 pci-0000:00:11.0-ata-6-part1 -> ../../sdf1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:00:16.2-usb-0:1:1.0-scsi-0:0:0:0 -> ../../sdg
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:02:00.0-usb-0:2:1.2-scsi-0:0:0:0 -> ../../sdh
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:02:00.0-usb-0:2:1.2-scsi-0:0:0:1 -> ../../sdi
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:02:00.0-usb-0:2:1.2-scsi-0:0:0:2 -> ../../sdj
lrwxrwxrwx 1 root root  9 Jan 25 10:15 pci-0000:08:00.0-ata-2 -> ../../sr0

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Jan 25 10:25 95fe03ab-42b8-412a-9bb3-2ae7a1e829bc -> ../../sda1
lrwxrwxrwx 1 root root  9 Jan 25 10:15 ceb7e22e-01a1-44b7-bc04-bb81833ffb70 -> ../../md1

/dev/md:
total 0

Auto-generated on Mon, 25 Jan 2016 10:27:50 -0500 by mdadm bugscript

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mdadm depends on:
ii  debconf [debconf-2.0]  1.5.58
ii  initscripts            2.88dsf-59.2
ii  libc6                  2.21-6
ii  lsb-base               9.20160110
ii  udev                   228-4

Versions of packages mdadm recommends:
ii  exim4-daemon-light [mail-transport-agent]  4.86-7+b1
ii  kmod                                       21-1
ii  module-init-tools                          21-1

mdadm suggests no packages.

-- debconf information:
  mdadm/initrdstart_msg_errconf:
* mdadm/initrdstart: all
  mdadm/mail_to: gary at extremeground.com
  mdadm/initrdstart_msg_errblock:
* mdadm/autostart: true
  mdadm/autocheck: true
  mdadm/initrdstart_notinconf: false
  mdadm/start_daemon: true
  mdadm/initrdstart_msg_errmd:
  mdadm/initrdstart_msg_intro:
  mdadm/initrdstart_msg_errexist:



More information about the pkg-mdadm-devel mailing list