The vnc-listen patch didn't make it into 4.2 due to a newer version
of libvirt-java not being released.
Eventually we want to get rid of this, but currently we are forced to
do it this way. Setting it to anything else then 0.0.0.0 will break
migrations without a newer version of libvirt-java
The newer version of libvirt-java supports live migratons with a different
XML definition for on the destination host.
Detail: This is now controlled by a variable in /etc/default/libvirt-bin
BUG-ID: CLOUDSTACK-1150
Bugfix-for:
Reviewed-by: Wido den Hollander <wido@widodh.nl>
Reported-by: Logan McNaughton <logan@bacoosta.com>
Signed-off-by: Wido den Hollander <wido@widodh.nl> 1360178633 +0100
This was mentioned by Joe Brockmeier on the mailinglist, to make the documentation
more readable we should use the <command> tag for to be executed commands
by the reader.
This commit does that for the KVM hypervisor host installation part.
This commit also renames a lot of Management Server installation files to try to get
consistency in the naming of files.
It should make it easier to identify which files are for which section.
The Hypervisor installation describes what cloud-setup-agent is actually doing, but this way administrators know what the tool is doing.
We could remove all these things from cloud-setup-agent and require system administrators to perform these steps them selfs, this way
we don't break anything on their systems.
It would make setting up Hypervisors a bit harder, but would be much better on the longer run.