diff --git a/spec/hardware/disk.fmf b/spec/hardware/disk.fmf index ec2e99f357..e1d91d94cc 100644 --- a/spec/hardware/disk.fmf +++ b/spec/hardware/disk.fmf @@ -16,9 +16,20 @@ description: | # String, disk driver requested. - driver: "well-known disk driver" + The :ref:`/spec/plans/guest-topology` may include the following + fields in its description of the actual guest hardware: + + .. code-block:: + + # String, path to the block device representing this disk. + block-device: "/dev/vda" + .. versionchanged:: 1.32 Added `driver` and `model-name` into specification. + .. versionchanged:: 1.34 + Added ``block-device`` into specification. + example: - | # Require a disk big enough for testing @@ -42,6 +53,19 @@ example: - model-name: 'PERC H310' - driver: '~ sas.*' + - | + # Guest topology exposing details about the actual disks + disk: + - size: 21474836480 + model-name: PERC H310 + driver: megaraid_sas + block-device: /dev/sda + + - size: 21474836480 + model-name: PERC H310 + driver: megaraid_sas + block-device: /dev/sdb + link: - implemented-by: /tmt/steps/provision/artemis.py note: "``size`` only"