]> xenbits.xensource.com Git - libvirt.git/commit
Fix error when starting a container after an error
authorCédric Bosdonnat <cbosdonnat@suse.com>
Thu, 18 Dec 2014 14:42:06 +0000 (15:42 +0100)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Mon, 5 Jan 2015 17:43:32 +0000 (18:43 +0100)
commita58e1cb40a86f438d82649d5a26f591e226bac29
treeb9b53f07eeb1ef19c454466a648adc53e06cee1b
parentc9fe2bbf5a839ab0fb5793c77725a494625bba9e
Fix error when starting a container after an error

The typical case for the problem is starting a domain needing a network
that isn't started. Even after starting the network, we get an unknown error
when starting the container.

This is due to dynamic security label not being removed.
src/lxc/lxc_process.c