summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/087.out
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-09-12 21:26:24 +0200
committerKevin Wolf <kwolf@redhat.com>2014-09-25 15:24:14 +0200
commitd224469d87140f0ab9496f752f6042606b80718b (patch)
tree59997d139115c6143601cdd011db01f546c03611 /tests/qemu-iotests/087.out
parente5d7bbeb10b72888e112646ef68b1bea0e4e286d (diff)
downloadhqemu-d224469d87140f0ab9496f752f6042606b80718b.zip
hqemu-d224469d87140f0ab9496f752f6042606b80718b.tar.gz
block: Improve message for device name clashing with node name
Suggested-by: Benoit Canet <benoit.canet@nodalink.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/087.out')
-rw-r--r--tests/qemu-iotests/087.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/087.out b/tests/qemu-iotests/087.out
index 7fbee3f..75a54e0 100644
--- a/tests/qemu-iotests/087.out
+++ b/tests/qemu-iotests/087.out
@@ -20,7 +20,7 @@ QMP_VERSION
{"return": {}}
{"return": {}}
{"error": {"class": "GenericError", "desc": "Device with id 'disk' already exists"}}
-{"error": {"class": "GenericError", "desc": "Device with node-name 'test-node' already exists"}}
+{"error": {"class": "GenericError", "desc": "Device name 'test-node' conflicts with an existing node name"}}
main-loop: WARNING: I/O thread spun for 1000 iterations
{"error": {"class": "GenericError", "desc": "could not open disk image disk2: node-name=disk is conflicting with a device id"}}
{"error": {"class": "GenericError", "desc": "could not open disk image disk2: Duplicate node name"}}
OpenPOWER on IntegriCloud