mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 08:05:24 +00:00
bf5d6f431e
* src/node_device_hal.c src/node_device_conf.[ch]: add support for serial number in HAL storage backend, patch by Dave Allan * docs/schemas/nodedev.rng tests/nodedevschemadata/storage_serial_3600c0ff000d7a2a5d463ff4902000000.xml: update the schemas and add a test case, also by Dave Allan Daniel
16 lines
409 B
XML
16 lines
409 B
XML
<device>
|
|
<name>storage_serial_3600c0ff000d7a2a5d463ff4902000000</name>
|
|
<parent>pci_10df_fe00_scsi_host_scsi_device_lun8</parent>
|
|
<capability type='storage'>
|
|
<block>/dev/sdj</block>
|
|
<bus>pci</bus>
|
|
<drive_type>disk</drive_type>
|
|
<model>MSA2012fc</model>
|
|
<vendor>HP</vendor>
|
|
<serial>3600c0ff000d7a2a5d463ff4902000000</serial>
|
|
<size>15626928128</size>
|
|
</capability>
|
|
</device>
|
|
|
|
|