[yast-commit] r62330 - in /trunk/autoinstallation: package/autoyast2.changes src/include/autopart.ycp
Author: ug Date: Tue Aug 3 11:35:35 2010 New Revision: 62330 URL: http://svn.opensuse.org/viewcvs/yast?rev=62330&view=rev Log: reusing more partitions than the hardware still could create fails (bnc#620212) Modified: trunk/autoinstallation/package/autoyast2.changes trunk/autoinstallation/src/include/autopart.ycp Modified: trunk/autoinstallation/package/autoyast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast... ============================================================================== --- trunk/autoinstallation/package/autoyast2.changes (original) +++ trunk/autoinstallation/package/autoyast2.changes Tue Aug 3 11:35:35 2010 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Aug 3 11:33:58 CEST 2010 - ug@suse.de + +- reusing more partitions than the hardware still could create + fails (bnc#620212). This is a different issue but the same bug + like on Jul 15 14:21:41 below + +------------------------------------------------------------------- Thu Jul 15 14:21:41 CEST 2010 - ug@suse.de - speed up partitioning calculation if a lot partitions are Modified: trunk/autoinstallation/src/include/autopart.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/auto... ============================================================================== --- trunk/autoinstallation/src/include/autopart.ycp (original) +++ trunk/autoinstallation/src/include/autopart.ycp Tue Aug 3 11:35:35 2010 @@ -811,12 +811,18 @@ * extended is not possible and number of requested partitions is less than all * available primaries and logical slots ) */ + +/* + // FIXME: bnc#620212 - this test is buggy. Reusing more partitions than the hardware still could create will fail + // should be size(ps)-NUM_OF_REUSED if( size(g["gap"]:[])>0 && ((g["extended_possible"]:false && // size(g["free_pnr"]:[])>0 && // reusing all 4 primaries will fail with this size(ps)+1 <= size(g["ext_pnr"]:[])+size(g["free_pnr"]:[])) || (!g["extended_possible"]:false && size(ps) <= size(g["ext_pnr"]:[])+size(g["free_pnr"]:[]))) ) +*/ + if( size(g["gap"]:[])>0 ) { map lg = (map) eval(g); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn.opensuse.org