sushy-tools/sushy_tools/emulator/resources/systems
Mat Kowalski 7132acd8c1
Use /dev/sdx instead of /dev/sdc when mounting boot images
Currently when mounting cdrom device we are hardcoding use of /dev/sdc.
Given that in some scenarios users may want to attach additional disks
to their VMs, it means they need to be aware that using /dev/sdc is not
permitted if e.g. there is an inspector image mounted as Virtual Media.

In order to simplify the usage we are instead mounting boot devices as
/dev/sdx so that users have a freedom of creating block devices without
discontinuous names.

Change-Id: Ifd072ca6e0a88da138d9ef7140499faca1705c46
2021-05-26 15:31:35 +02:00
..
__init__.py Rename `drivers` to `resources/systems` 2019-06-11 12:00:52 +02:00
base.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
libvirtdriver.py Use /dev/sdx instead of /dev/sdc when mounting boot images 2021-05-26 15:31:35 +02:00
novadriver.py Always log via Flask application 2020-01-03 14:33:28 +01:00