]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vz: dont remove domain from list on client object error
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Tue, 14 Jun 2016 08:45:58 +0000 (11:45 +0300)
committerMaxim Nestratov <mnestratov@virtuozzo.com>
Tue, 19 Jul 2016 02:31:17 +0000 (05:31 +0300)
commitab64ebd1b52128555c430d59e53447cb670781d3
tree5f11310d4b8e139144ab8207a78fc5fbc3261570
parentcfc6815568396794cf6e365484c63a7de0e09b32
vz: dont remove domain from list on client object error

After domain is in the domains list let's keep it there. This
is approach taken by qemu driver and vz vzDomainMigrateFinish3Params too.
It quite reasonable, driver domain object is fully constructed and
can be discovered by client later.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
src/vz/vz_driver.c