action #18988
[tools] nvme backend enablement
Start date:
2017-05-05
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Enable the ability to emulate nvme hardware in qemu backend so we can run 1 test run to avoid SLE blocking issues when btrfs is not installable on nvme devices like in bsc#1033577
From Johannes:
Adding NVMe to openQA shouldn't be much more than:
qemu-system-x86_64 -drive file=$img,id=$ID,if=none -device nvme,drive=$ID,serial=1234
History
#1
Updated by coolo about 6 years ago
I disagree with you adding this as High prio as part of the milestone. This milestone is moving slowly enough
#2
Updated by RBrownSUSE about 6 years ago
- Status changed from New to In Progress
- Assignee set to EDiGiacinto
Ettore got started on this task before I got around to it, so his problem to fix now ;)
#3
Updated by EDiGiacinto about 6 years ago
PR with preliminar support: https://github.com/os-autoinst/os-autoinst/pull/781
Qemu can launch instance with nvme now, but migrate/snapshots are not working still.
#4
Updated by EDiGiacinto about 6 years ago
- Status changed from In Progress to Resolved