Mailinglist Archive: yast-commit (939 mails)
| < Previous | Next > |
[yast-commit] r52952 - in /trunk/storage: package/yast2-storage.changes storage/src/include/ep-hd.ycp storage/src/include/ep-main.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Wed, 05 Nov 2008 17:25:57 -0000
- Message-id: <20081105172557.76401A07A7@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Wed Nov 5 18:25:57 2008
New Revision: 52952
URL: http://svn.opensuse.org/viewcvs/yast?rev=52952&view=rev
Log:
- query product features to decide which multipath config to use (bnc #440608)
Modified:
trunk/storage/package/yast2-storage.changes
trunk/storage/storage/src/include/ep-hd.ycp
trunk/storage/storage/src/include/ep-main.ycp
Modified: trunk/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=52952&r1=52951&r2=52952&view=diff
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Wed Nov 5 18:25:57 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Nov 05 18:19:23 CET 2008 - aschnell@xxxxxxx
+
+- query product features to decide which multipath config to use
+ (bnc #440608)
+
+-------------------------------------------------------------------
Wed Nov 5 10:55:37 CET 2008 - kmachalkova@xxxxxxx
- Show dialog summarizing partitioning changes in fullscreen mode
Modified: trunk/storage/storage/src/include/ep-hd.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-hd.ycp?rev=52952&r1=52951&r2=52952&view=diff
==============================================================================
--- trunk/storage/storage/src/include/ep-hd.ycp (original)
+++ trunk/storage/storage/src/include/ep-hd.ycp Wed Nov 5 18:25:57 2008
@@ -164,7 +164,7 @@
break;
case `multipath:
- if (WFM::ClientExists("multipath"))
+ if (ProductFeatures::GetBooleanFeature("partitioning",
"use_separate_multipath_module") == true)
// popup text
CallConfig(_("Calling Multipath configuration cancels all
current changes.
Really call Multipath configuration?"), ["yast2-multipath"], "multipath");
Modified: trunk/storage/storage/src/include/ep-main.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-main.ycp?rev=52952&r1=52951&r2=52952&view=diff
==============================================================================
--- trunk/storage/storage/src/include/ep-main.ycp (original)
+++ trunk/storage/storage/src/include/ep-main.ycp Wed Nov 5 18:25:57 2008
@@ -27,6 +27,7 @@
import "Integer";
import "String";
import "Region";
+ import "ProductFeatures";
include "partitioning/lvm_ui_dialogs.ycp";
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Nov 5 18:25:57 2008
New Revision: 52952
URL: http://svn.opensuse.org/viewcvs/yast?rev=52952&view=rev
Log:
- query product features to decide which multipath config to use (bnc #440608)
Modified:
trunk/storage/package/yast2-storage.changes
trunk/storage/storage/src/include/ep-hd.ycp
trunk/storage/storage/src/include/ep-main.ycp
Modified: trunk/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=52952&r1=52951&r2=52952&view=diff
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Wed Nov 5 18:25:57 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Nov 05 18:19:23 CET 2008 - aschnell@xxxxxxx
+
+- query product features to decide which multipath config to use
+ (bnc #440608)
+
+-------------------------------------------------------------------
Wed Nov 5 10:55:37 CET 2008 - kmachalkova@xxxxxxx
- Show dialog summarizing partitioning changes in fullscreen mode
Modified: trunk/storage/storage/src/include/ep-hd.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-hd.ycp?rev=52952&r1=52951&r2=52952&view=diff
==============================================================================
--- trunk/storage/storage/src/include/ep-hd.ycp (original)
+++ trunk/storage/storage/src/include/ep-hd.ycp Wed Nov 5 18:25:57 2008
@@ -164,7 +164,7 @@
break;
case `multipath:
- if (WFM::ClientExists("multipath"))
+ if (ProductFeatures::GetBooleanFeature("partitioning",
"use_separate_multipath_module") == true)
// popup text
CallConfig(_("Calling Multipath configuration cancels all
current changes.
Really call Multipath configuration?"), ["yast2-multipath"], "multipath");
Modified: trunk/storage/storage/src/include/ep-main.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-main.ycp?rev=52952&r1=52951&r2=52952&view=diff
==============================================================================
--- trunk/storage/storage/src/include/ep-main.ycp (original)
+++ trunk/storage/storage/src/include/ep-main.ycp Wed Nov 5 18:25:57 2008
@@ -27,6 +27,7 @@
import "Integer";
import "String";
import "Region";
+ import "ProductFeatures";
include "partitioning/lvm_ui_dialogs.ycp";
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |