sushy-tools/sushy_tools/emulator/resources
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
..
systems Use /dev/sdx instead of /dev/sdc when mounting boot images 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
chassis.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
drives.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
indicators.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
managers.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
storage.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00
vmedia.py Allow non-verified HTTPS sources for virtualmedia 2021-05-14 17:42:29 +02:00
volumes.py Flatten the emulator resources 2020-08-06 12:52:12 +02:00