coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
330 stars 165 forks source link

mantle/kola: run basic nvme tests only on x86/aarch64 #3783

Closed dustymabe closed 2 months ago

dustymabe commented 2 months ago

On ppc64le it fails to boot with an error like:

Trying to load:  from: /pci@800000020000000/mass-storage@1 ...
E3404: Not a bootable device!

On s390x it appears qemu doesn't even support it as an option:

qemu-system-s390x: -device nvme,drive=disk-1,serial=primary-disk,bootindex=1: 'nvme' is not a valid device model name
dustymabe commented 2 months ago

ahh. this is a duplicate.. closing in favor of https://github.com/coreos/coreos-assembler/pull/3782