From 314e64084d310263417f5caf0668cca3d160ba1c Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 26 Jul 2012 16:47:32 +0100 Subject: libxl: add option to choose who executes hotplug scripts Add and option to xl.conf file to decide if hotplug scripts are executed from the toolstack (xl) or from udev as it used to be in the past. This option is only introduced in this patch, but it has no effect since the code to call hotplug scripts from libxl is introduced in a latter patch. This choice will be saved in "libxl/disable_udev", as specified in the DISABLE_UDEV_PATH constant. Signed-off-by: Roger Pau Monne Acked-by: Ian Jackson Committed-by: Ian Campbell --- docs/man/xl.conf.pod.5 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/man') diff --git a/docs/man/xl.conf.pod.5 b/docs/man/xl.conf.pod.5 index 149430c61e..23932bea63 100644 --- a/docs/man/xl.conf.pod.5 +++ b/docs/man/xl.conf.pod.5 @@ -55,6 +55,14 @@ default. Default: C<1> +=item B + +If disabled hotplug scripts will be called from udev, as it used to +be in the previous releases. With the default option, hotplug scripts +will be launched by xl directly. + +Default: C<1> + =item B Sets the path to the lock file used by xl to serialise certain -- cgit v1.2.3