/*
* default block handlers
*/
-static int
-multipath_tool_handler(vector strvec)
-{
- conf->multipath = set_value(strvec);
-
- if (!conf->multipath)
- return 1;
-
- return 0;
-}
-
static int
polling_interval_handler(vector strvec)
{
install_keyword_root("defaults", NULL);
install_keyword("polling_interval", &polling_interval_handler);
- install_keyword("multipath_tool", &multipath_tool_handler);
install_keyword("udev_dir", &udev_dir_handler);
install_keyword("default_selector", &def_selector_handler);
install_keyword("default_path_grouping_policy", &def_pgpolicy_handler);
##
#defaults {
# #
-# # name : multipath_tool
-# # scope : multipathd
-# # desc : the tool in charge of configuring the multipath device maps
-# # default : "/sbin/multipath -v0"
-# #
-# multipath_tool "/sbin/multipath -v0"
-#
-# #
# # name : udev_dir
# # desc : directory where udev creates its device nodes
# # default : /udev