Activity log for bug #1335642

Date Who What changed Old value New value Message
2014-06-29 16:27:06 vak bug added bug
2014-06-29 19:05:43 vak description Hi all, probably the issue is caused by changing the SATA-port where RAID disks were originally attached -- this is the only thing that happened before my Ubuntu 14.04 (kernel-3.13.0-27) became unbootable. During the boot the OS runs into infinite loop reporting from time to time these: incrementally starting raid arrays mdadm: Create user root not found mdadm: create group disk not found incrementally started raid arrays Since mdadm is in initrd image, I don't even know how to skip mdadm -- workarounds are very welcome, please! For example, renaming /etc/mdadm/mdadm.conf in initrd image didn't help, mdadm then just repeats infinitely without group/user-related errors: incrementally starting raid arrays incrementally started raid arrays incrementally starting raid arrays incrementally started raid arrays ... Disks are successfully assembled into a RAID under LiveCD Ubuntu 13 (yes , i have only old CD here) Why I consider this a bug? because my RAID-array is needed at application level, not on OS-level (e.g. it is not mounted as / or /boot). So, if one can't boot into OS it is a serious bug. Last but not least, I was never choosing to put mdadm into initramfs, so it is a decision taken by default that leads to not-bootable system... Hi all, probably the issue is caused by changing the SATA-port where RAID disks were originally attached -- this is the only thing that happened before my Ubuntu 14.04 (kernel-3.13.0-27) became unbootable. During the boot the OS runs into infinite loop reporting from time to time these: incrementally starting raid arrays mdadm: Create user root not found mdadm: create group disk not found incrementally started raid arrays Since mdadm is in initrd image, I don't even know how to skip mdadm -- workarounds are very welcome, please! For example, renaming /etc/mdadm/mdadm.conf in initrd image didn't help, mdadm then just repeats infinitely without group/user-related errors: incrementally starting raid arrays incrementally started raid arrays incrementally starting raid arrays incrementally started raid arrays ... Disks are successfully assembled into a RAID under LiveCD Ubuntu 13 (yes , i have only old CD here) Why I consider this a bug? because my RAID-array is needed at application level, not on OS-level (e.g. it is not mounted as / or /boot). So, if one can't boot into OS it is a serious bug. Last but not least, I was never choosing to put mdadm into initramfs, so it is a decision taken by default that leads to not-bootable system... UPDATE1: in scripts/mdadm-functions of initrd image i see this: mountroot_fail() { message "Incrementally starting RAID arrays..." if mdadm --incremental --run --scan; then message "Incrementally started RAID arrays." return 0 else if mdadm --assemble --scan --run; then message "Assembled and started RAID arrays." return 0 else message "Could not start RAID arrays in degraded mode." fi fi return 1 } i tried 'mdadm --incremental --run --scan -c <path to etc/dmadm/dmadm.conf of initrd image> -v' and it exits silently without creating /dev/md/127 as I have expected. Whereas sudo mdadm --assemble --run --scan -c ./etc/mdadm/mdadm.conf -v Does the job. Is it an issue just of incremental mode?
2014-07-14 06:54:17 Aitor Andreu bug task added mdadm
2014-07-14 06:54:25 Aitor Andreu bug task deleted mdadm
2014-07-14 06:54:35 Launchpad Janitor mdadm (Ubuntu): status New Confirmed
2014-11-11 13:20:23 Harald Staub bug added subscriber Harald Staub
2015-01-04 20:30:22 Neptune bug added subscriber Neptune
2015-01-08 19:41:17 Scott Starker bug added subscriber Scott Starker
2015-01-19 14:40:05 Simon Aldrich bug added subscriber Simon Aldrich
2015-01-23 23:22:41 Marc Mance bug added subscriber Marc Mance
2015-02-23 06:29:22 Mark Doliner bug added subscriber Mark Doliner
2015-05-14 06:22:23 Warren Wang bug added subscriber Warren Wang
2015-09-29 12:28:41 Anton Statutov bug added subscriber Anton Statutov
2015-12-22 23:12:30 Giorgio Pintaudi removed subscriber LastStarDust
2016-01-19 13:30:06 Diego Morales bug added subscriber Diego Morales
2016-02-22 15:43:25 Kevin bug added subscriber Kevin
2016-03-30 19:21:52 Moe bug added subscriber Moe
2016-04-13 16:03:05 Hemachandra Reddy bug added subscriber Hemachandra Reddy
2016-08-08 16:23:26 CiaranM bug added subscriber Ciaran Moran
2018-12-04 03:23:37 Thomas Mayer bug added subscriber Thomas Mayer
2018-12-16 21:25:12 Dominique Poulain bug added subscriber Dominique Poulain