[yast-commit] r67327 - in /trunk/iscsi-client: package/yast2-iscsi-client.changes src/IscsiClient.ycp
Author: fehr Date: Mon Jan 30 19:23:00 2012 New Revision: 67327 URL: http://svn.opensuse.org/viewcvs/yast?rev=67327&view=rev Log: prevent calling getiBFT() before open-iscsi install (bnc#725833) Modified: trunk/iscsi-client/package/yast2-iscsi-client.changes trunk/iscsi-client/src/IscsiClient.ycp Modified: trunk/iscsi-client/package/yast2-iscsi-client.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/package/yast2-iscsi-client.changes?rev=67327&r1=67326&r2=67327&view=diff ============================================================================== --- trunk/iscsi-client/package/yast2-iscsi-client.changes (original) +++ trunk/iscsi-client/package/yast2-iscsi-client.changes Mon Jan 30 19:23:00 2012 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Jan 30 19:14:16 CET 2012 - fehr@suse.de + +- prevent calling getiBFT() before open-iscsi install (bnc#725833) + +------------------------------------------------------------------- Thu Jan 12 11:28:17 CET 2012 - fehr@suse.de - remove portal group from target portal (bnc#738037) Modified: trunk/iscsi-client/src/IscsiClient.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/src/IscsiClient.ycp?rev=67327&r1=67326&r2=67327&view=diff ============================================================================== --- trunk/iscsi-client/src/IscsiClient.ycp (original) +++ trunk/iscsi-client/src/IscsiClient.ycp Mon Jan 30 19:23:00 2012 @@ -176,14 +176,14 @@ if(false) return false; sleep(sl); + // check if required package is installed + if(!installed_packages()) return false; if(IscsiClientLib::getiBFT()==nil) return false; /* Progress finished */ Progress::NextStage(); sleep(sl); Progress::NextStage(); - // check if required package is installed - if(!installed_packages()) return false; // check initiatorname - create it if no exists y2milestone("Check initiator name"); if(!IscsiClientLib::checkInitiatorName()) return false; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn2.opensuse.org