]> xenbits.xensource.com Git - libvirt.git/commit
Improve error reporting with LXC controller
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 11 Oct 2013 16:30:53 +0000 (17:30 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Oct 2013 09:33:07 +0000 (10:33 +0100)
commit1815e2d0812a9cd1c85363e93db5c00e302d1c96
tree5f7f95d3456915fbfa030da7128634dbd55bd302
parent13c011c3373ec4edaee188d749d032102503c9ea
Improve error reporting with LXC controller

The LXC code would read the log file if an LXC guest failed to
startup. There were a number of failure cases where the guest
will not start and libvirtd never gets as far as looking at the
log file.

Fix this by replacing some earlier generic errors with messages
from the log.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_process.c