bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #39527] grub2-install fails when 1-Disk RAID-1 array is present


From: Andrey Borzenkov
Subject: [bug #39527] grub2-install fails when 1-Disk RAID-1 array is present
Date: Sun, 21 Jul 2013 05:57:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #8, bug #39527 (project grub):

The message simply means that one disk in RAID is missing. You need to check
state of arrays using /proc/mdstat. After mdadm --remove you get degraded
array and this message is normal.

Note that your example does not work here. mdadm --grow -n 2  immediately
after mdadm --grow -n 1 fails as it should. You first need to add additional
(spare) disk and then you can grow array again. But if I reverse --grow and
--add I get healthy 2-disks array and no warning.

Please

- do whatever steps you did to reproduce it
- record output of "cat /proc/mdstat"
- run grub2-probe -t abstraction -d /dev/md0

If you get warning, show /proc/mdstat recorded above.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39527>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]