qapi: fix example of FAILOVER_NEGOTIATED event
Example output lacks mandatory member @timestamp. Provide it. Event's documentation is not properly formatted. Fix it by: - Adding @ to "device-id" - Adding extra line for "Since" section Signed-off-by: Victor Toso <victortoso@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Message-Id: <20220328140604.41484-9-victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
0df5e9a301
commit
121c25b077
@ -685,13 +685,15 @@
|
||||
# Failover primary devices which were hidden (not hotplugged when requested)
|
||||
# before will now be hotplugged by the virtio-net standby device.
|
||||
#
|
||||
# device-id: QEMU device id of the unplugged device
|
||||
# @device-id: QEMU device id of the unplugged device
|
||||
#
|
||||
# Since: 4.2
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# <- { "event": "FAILOVER_NEGOTIATED",
|
||||
# "data": "net1" }
|
||||
# "data": { "device-id": "net1" },
|
||||
# "timestamp": { "seconds": 1368697518, "microseconds": 326866 } }
|
||||
#
|
||||
##
|
||||
{ 'event': 'FAILOVER_NEGOTIATED',
|
||||
|
Loading…
Reference in New Issue
Block a user