← Back to team overview

curtin-dev team mailing list archive

[Merge] ~ryan-p-norwood/curtin:1925399 into curtin:master

 

The proposal to merge ~ryan-p-norwood/curtin:1925399 into curtin:master has been updated.

Commit message changed to:

Fix NVMe validation for namespaces with UUID

NVMe namespaces are only verified if the wwn comes from either the
NGUID or EUI64. With NVMe 1.3 a third ID, UUID is now[1] supported for a
namespace. If it exists it takes precedence and the wwid in sysfs will
populate with that uuid and use a uuid.XXXXX format, which does not
validate correctly with the filter in curtin.

/sys/devices/virtual/nvme-subsystem/nvme-subsys0/\
nvme0/nvme0n1/wwid:uuid.289acd66-794d-439d-abd0-0396f6382936

1. https://lore.kernel.org/patchwork/patch/808637/

LP: #1925399

For more details, see:
https://code.launchpad.net/~ryan-p-norwood/curtin/+git/curtin/+merge/401624
-- 
Your team curtin developers is subscribed to branch curtin:master.


References