1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-05 13:17:51 +03:00
libvirt/tests/qemumonitorjsondata/query-jobs-create.json

21 lines
401 B
JSON
Raw Normal View History

{
"return": [
{
"current-progress": 1,
"status": "concluded",
"total-progress": 1,
"type": "create",
"id": "createjob-fail",
"error": "Image size must be a multiple of 512 bytes"
},
{
"current-progress": 1,
"status": "concluded",
"total-progress": 1,
"type": "create",
"id": "createjob"
}
],
"id": "libvirt-24"
}