Mailinglist Archive: opensuse-bugs (10598 mails)

< Previous Next >
[Bug 539616] Grub Error 17 after instalation on RAID1
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 30 Sep 2009 21:23:20 -0600
  • Message-id: <20091001032320.4A5F5CC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=539616

User nfbrown@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=539616#c10


Neil Brown <nfbrown@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |mmarek@xxxxxxxxxx




--- Comment #10 from Neil Brown <nfbrown@xxxxxxxxxx> 2009-09-30 21:23:16 MDT
---
Fix is very simple as below.
It might be best to upgrade to 3.0.2 at the same time as there are
a number of important bugs that have been fixed.
I'll try to get something submitted shortly.



--- a/Detail.c
+++ b/Detail.c
@@ -207,11 +207,11 @@ int Detail(char *dev, int brief, int export, int test,
char *homehost)
printf("ARRAY %s", dev);
if (brief > 1) {
if (array.raid_disks)
- printf("level=%s num-devices=%d",
+ printf(" level=%s num-devices=%d",
c?c:"-unknown-",
array.raid_disks );
else
- printf("level=container num-devices=%d",
+ printf(" level=container num-devices=%d",
array.nr_disks);
}
if (container) {

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >