From 27db6136ea3b03d8711a7901a437b1f76030c9d9 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 17 Mar 2009 10:40:47 +0000 Subject: xend: Accept udev events and update physical resource information When a udev event is received, udevevent.py parses the udev data and tells XendNode.py to update the physical resource information. This patch also add a boolean parameter 'xend-udev-event-server', to let users indicate whether we should enable this function or not. Signed-off-by: Yosuke Iwamatsu --- tools/examples/xend-config.sxp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/examples') diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp index 5465c39af3..7ca270661a 100644 --- a/tools/examples/xend-config.sxp +++ b/tools/examples/xend-config.sxp @@ -64,6 +64,7 @@ #(xend-relocation-server no) (xend-relocation-server yes) #(xend-relocation-ssl-server no) +#(xend-udev-event-server no) #(xend-unix-path /var/lib/xend/xend-socket) -- cgit v1.2.3