Comment 13 for bug 2013201

Revision history for this message
Olivier Gayot (ogayot) wrote : Re: Installer crashed while trying to manually create a partition (on a DASD FBA or DASD ECKD disks on s390x)

> I agree that the 1.876GiB does not nicely translate into a proper byte size.
> But the installer screen suggests to specify the size in "G".
> And there is a certain 'force' - in case of a disk with for example a size of xxx.876G, and the need for a small /boot - that makes one specifying 1.876GiB or 0.876GiB =)

Sure. I mean it's on us. We're doing the conversion to the nearest aligned value (which is the intended behavior) but then by showing it back to the user nicely, we're replacing that value by something rounded that is not aligned.

Subiquity should internally store the accurate / aligned value - even if it shows a rounded value to the user (in my opinion).