Avoid initializing driver if pidfie is claimed. Always claim pidfile as root

This commit is contained in:
Daniel P. Berrange
2008-05-20 16:17:36 +00:00
parent 1290f50284
commit 8049357ded
2 changed files with 55 additions and 51 deletions

View File

@@ -1,3 +1,10 @@
Tue May 20 12:15:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* qemud/qemud.c: Re-factor daemon startup code to avoid
initializing the drivers if the pidfile is already claimed
by another daemon instance. Always claim pidfile when running
as root, even in non-daemon mode
Tue May 20 17:53:29 CEST 2008 Daniel Veillard <veillard@redhat.com>
* docs/remote.html docs/remote.html.in: patch from Kenneth Nagin