[yast-commit] r62665 - in /trunk/s390: VERSION package/yast2-s390.changes src/modules/DASDController.ycp
Author: mzugec Date: Thu Oct 21 17:47:51 2010 New Revision: 62665 URL: http://svn.opensuse.org/viewcvs/yast?rev=62665&view=rev Log: DASD: if possible, use device by-path in AY Export (bnc#591603) Modified: trunk/s390/VERSION trunk/s390/package/yast2-s390.changes trunk/s390/src/modules/DASDController.ycp Modified: trunk/s390/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/VERSION?rev=62665&r1=62664&r2=62665&view=diff ============================================================================== --- trunk/s390/VERSION (original) +++ trunk/s390/VERSION Thu Oct 21 17:47:51 2010 @@ -1 +1 @@ -2.19.4 +2.19.5 Modified: trunk/s390/package/yast2-s390.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/package/yast2-s390.changes?rev=62665&r1=62664&r2=62665&view=diff ============================================================================== --- trunk/s390/package/yast2-s390.changes (original) +++ trunk/s390/package/yast2-s390.changes Thu Oct 21 17:47:51 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Oct 21 17:46:53 CEST 2010 - mzugec@suse.cz + +- DASD: if possible, use device by-path in AY Export (bnc#591603) +- 2.19.5 + +------------------------------------------------------------------- Wed Aug 18 15:14:52 CEST 2010 - mzugec@suse.cz - fixed typo (bnc#631743) Modified: trunk/s390/src/modules/DASDController.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/modules/DASDController.ycp?rev=62665&r1=62664&r2=62665&view=diff ============================================================================== --- trunk/s390/src/modules/DASDController.ycp (original) +++ trunk/s390/src/modules/DASDController.ycp Thu Oct 21 17:47:51 2010 @@ -197,6 +197,8 @@ if (Mode::config ()) { list l = maplist (integer i, map<string,any> d, devices, { + // if possible, use device by-path (bnc#591603) + if (haskey(d, "dev_name") && size(d["dev_names"]:[])>1) d["dev_name"]=d["dev_names", 1]:""; return d; }); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn2.opensuse.org