diff options
author | Victor Toso <victortoso@redhat.com> | 2022-03-28 16:05:53 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-03-31 12:34:51 +0200 |
commit | 39e8bb223e4e186b9002f35d1632133f51062fcb (patch) | |
tree | 22b6e5f653140b09bf33f139968494415f846c43 /qapi | |
parent | abbf04731f002f97d1aa2e5f264ea59489c97f5a (diff) |
qapi: fix example of BLOCK_IO_ERROR event
Example output lacks mandatory member @reason. Provide it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220328140604.41484-4-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 63c30a5378..46580ac551 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -5058,7 +5058,8 @@ # "data": { "device": "ide0-hd1", # "node-name": "#block212", # "operation": "write", -# "action": "stop" }, +# "action": "stop", +# "reason": "No space left on device" }, # "timestamp": { "seconds": 1265044230, "microseconds": 450486 } } # ## |