Mailinglist Archive: yast-commit (459 mails)

< Previous Next >
[yast-commit] r60635 - /trunk/storage/storage/src/modules/Storage.ycp
  • From: aschnell@xxxxxxxxxxxxxxxx
  • Date: Mon, 01 Feb 2010 13:13:33 -0000
  • Message-id: <E1Nbw5t-0005lV-A6@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Mon Feb 1 14:13:32 2010
New Revision: 60635

URL: http://svn.opensuse.org/viewcvs/yast?rev=60635&view=rev
Log:
- adapted to libstorage changes

Modified:
trunk/storage/storage/src/modules/Storage.ycp

Modified: trunk/storage/storage/src/modules/Storage.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=60635&r1=60634&r2=60635&view=diff
==============================================================================
--- trunk/storage/storage/src/modules/Storage.ycp (original)
+++ trunk/storage/storage/src/modules/Storage.ycp Mon Feb 1 14:13:32 2010
@@ -1482,7 +1482,7 @@
y2milestone( "ls=%1", ls );
c["devices"] = ls;

- integer t = LibStorage::MdPartCoInfo::swig_level_get(infos);
+ integer t = LibStorage::MdPartCoInfo::swig_type_get(infos);
c["raid_type"] = substring(sformat("%1", toSymbol(conv_mdtype, t)), 1);
if (c["raid_type"]:"" == "raid5")
{
@@ -1491,7 +1491,7 @@
if (pt != `par_none)
c["parity_algorithm"] = substring(sformat("%1", pt), 1);
}
- t = LibStorage::MdPartCoInfo::swig_chunk_get(infos);
+ t = LibStorage::MdPartCoInfo::swig_chunkSizeK_get(infos);
if (t > 0)
{
c["chunk_size"] = t;

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages