]> git.ipfire.org Git - thirdparty/libvirt.git/commit
openvz: Handle domain obj hash map errors
authorGuido Günther <agx@sigxcpu.org>
Mon, 9 Jul 2012 10:11:17 +0000 (12:11 +0200)
committerGuido Günther <agx@sigxcpu.org>
Wed, 11 Jul 2012 08:40:03 +0000 (10:40 +0200)
commit31351c316fee0487dcbc5ef6b630d75be6b212e5
tree836b4ce033f7b62d29c368e4d47f9ade33aad530
parent626dd5180e472c0b4c0c5fb7072358743ca63653
openvz: Handle domain obj hash map errors

This makes the driver fail with a clear error message in case of UUID
collisions (for example if somebody copied a container configuration
without updating the UUID) and also raises an error on other hash map
failures.

OpenVZ itself doesn't complain about duplicate UUIDs since this
parameter is only used by libvirt.
src/openvz/openvz_conf.c