Mailinglist Archive: opensuse-bugs (15092 mails)
| < Previous | Next > |
[Bug 304657] Yast2 repair doesn' t check or repair system installed on MD Raid
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 14 Sep 2007 08:29:17 -0600 (MDT)
- Message-id: <20070914142917.A72BCCC78D@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=304657#c16
--- Comment #16 from Richard Creighton <rccj@xxxxxxxxxxx> 2007-09-14 08:29:17 MST ---
(From update of attachment 164079)
>Index: OSRFstab.ycp
>===================================================================
>--- OSRFstab.ycp (revision 40176)
>+++ OSRFstab.ycp (working copy)
>@@ -267,6 +267,17 @@
> linux_partition_list = add (linux_partition_list,
> partition["device"]:"");
> }
>+ else if (partition["type"]:`primary == `sw_raid)
>+ {
>+ boolean checked = true;
>+ foreach (string d, partition["devices"]:[], {
>+ if (!contains (checked_partitions, d))
>+ checked = false;
>+ });
>+ if (checked)
>+ linux_partition_list = add (linux_partition_list,
>+ partition["device"]:"");
>+ }
> }
> else
> {
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #16 from Richard Creighton <rccj@xxxxxxxxxxx> 2007-09-14 08:29:17 MST ---
(From update of attachment 164079)
>Index: OSRFstab.ycp
>===================================================================
>--- OSRFstab.ycp (revision 40176)
>+++ OSRFstab.ycp (working copy)
>@@ -267,6 +267,17 @@
> linux_partition_list = add (linux_partition_list,
> partition["device"]:"");
> }
>+ else if (partition["type"]:`primary == `sw_raid)
>+ {
>+ boolean checked = true;
>+ foreach (string d, partition["devices"]:[], {
>+ if (!contains (checked_partitions, d))
>+ checked = false;
>+ });
>+ if (checked)
>+ linux_partition_list = add (linux_partition_list,
>+ partition["device"]:"");
>+ }
> }
> else
> {
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |