[PATCH] Allow xenstore dependency to be removed
This patch lets you compile vhostmd without xenstore support in the main daemon. Our use-case is for platforms where Xen isn't available. The default is the same as currently - ie. xenstore is compiled in. To disable xenstore, the packager would compile with: ./configure --without-xenstore (this also disables xenstore in the domU tool as before). Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
Richard W.M. Jones wrote:
This patch lets you compile vhostmd without xenstore support in the main daemon. Our use-case is for platforms where Xen isn't available.
The default is the same as currently - ie. xenstore is compiled in.
To disable xenstore, the packager would compile with:
./configure --without-xenstore
(this also disables xenstore in the domU tool as before).
I was about to suggest that we disable xenstore support by default, but then user can't select a transport at runtime when running on a platform that supports multiple. ACK. Thanks, Jim -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org
On Mon, Oct 12, 2009 at 10:37:43AM -0600, Jim Fehlig wrote:
Richard W.M. Jones wrote:
This patch lets you compile vhostmd without xenstore support in the main daemon. Our use-case is for platforms where Xen isn't available.
The default is the same as currently - ie. xenstore is compiled in.
To disable xenstore, the packager would compile with:
./configure --without-xenstore
(this also disables xenstore in the domU tool as before).
I was about to suggest that we disable xenstore support by default, but then user can't select a transport at runtime when running on a platform that supports multiple.
Yes, I agree, I think it's better to leave it enabled. We will disable it only on Fedora platforms that don't support Xen. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/ -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org
participants (2)
-
Jim Fehlig
-
Richard W.M. Jones