/srv/irclogs.ubuntu.com/2016/05/18/#ubuntu-s390x.txt

=== inaddy is now known as tinoco
=== mvalen_ is now known as mvalen
=== xnox_ is now known as xnox
xnoxLooking at s390-dasd code, for dasd drives esentially 0.0.0xxx is converted into xxx and then used as an integer.11:27
xnoxis it at all possible to have dasd drives on e.g. 1.1.1000?11:28
hcaxnox, yes it's possible to have dasd drives on e.g. 1.1.1000. which dasd code did you look at?11:56
xnoxhca, i'm looking at s390-dasd - debian-installer component.11:59
xnox        if (sscanf (i, "0.0.%04x", &ret) == 1)11:59
xnox                return ret;11:59
xnox        if (sscanf (i, "%04x", &ret) == 1)11:59
xnox                return ret;11:59
xnox        return -1;11:59
hcaxnox, ok i thought you were talking about the kernel code12:00
xnoxthis clearly tries to reduce the dasd drive id, down to an integer, ignoring leading digits.12:00
xnoxso my 2 british pence bet, is that installations fail on ids 0.1. and higher =)12:01
hcasure :)12:01
* xnox opens a bug report.12:01
xnoxbug #158313812:03
ubottubug 1583138 in s390-dasd (Ubuntu) "s390-dasd assumes all drives are on 0.0. prefix" [Undecided,New] https://launchpad.net/bugs/158313812:03
=== Bercik_ is now known as Bercik

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!