Comment 6 for bug 1840524

Revision history for this message
Brandon (brandonpoc) wrote :

This bug is happening to me right now, with the 18 LTS ISO server install disc I downloaded earlier today - the same day you patched it!

However, beyond the error we both received, I had received another Python exception that wasn't caught (see below):

======================================================

2019-08-25 07:18:55,776 curtin:1156 Validation error: 'eui.0025385391b22cde' is not valid under any of the given schemas in
{
 "id": "disk-nvme0n1",
 "path": "/dev/nvme0n1",
 "ptable": "dos",
 "serial": "Samsung SSD 970 PRO 512GB_S463NF0M302228R",
 "type": "disk",
 "wwn": "eui.0025385391b22cde"
}
NoneType: None
2019-08-25 07:18:55,776 curtin:1156 Validation error: 'eui.002538519151c016' is not valid under any of the given schemas in
{
 "id": "disk-nvme1n1",
 "path": "/dev/nvme1n1",
 "ptable": "dos",
 "serial": "Samsung SSD 970 EVO Plus 250GB_S4P3NG0M109032A",
 "type": "disk",
 "wwn": "eui.002538519151c016"
}
NoneType: None
2019-08-25 07:18:55,776 block-discover:99 probing failed restricted=False

======================================================

Certainly there are many other uncaught exceptions in this code base as well, as I stumbled across the two of them on my first install on this server.

Regards,

d.s.