Ian Main
2008-Jun-03 22:19 UTC
[Ovirt-devel] [PATCH] Bunch of fixes for host-browser and co.
This patch is an amalgamation of patches from Darryl Pierce, Alan Pevec, and myself. This patch: - Puts the database_connect back in after the fork. - Makes the identify script on the node allow host and port arguments. - Modifies the init scripts to call identify script with host/port SRV records. - Adds hypervisor type to host information. - Removes the redundant identify.py script in the managed node dir. - Fixes daemonizing and logging in host-browser. - Fixes the keytab sending issues. - Modifies tests to test some of the above. Signed-off-by: Ian Main <imain at redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: host-browser.patch Type: text/x-patch Size: 16141 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20080603/6ee9764f/attachment.bin>
Alan Pevec
2008-Jun-03 23:59 UTC
[Ovirt-devel] [PATCH] Bunch of fixes for host-browser and co.
Ian Main wrote:> - Puts the database_connect back in after the fork. > - Makes the identify script on the node allow host and port arguments. > - Modifies the init scripts to call identify script with host/port > SRV records. > - Adds hypervisor type to host information. > - Removes the redundant identify.py script in the managed node dir. > - Fixes daemonizing and logging in host-browser. > - Fixes the keytab sending issues. > - Modifies tests to test some of the above.ACK