From dae0822698327e81f467c3594141d70cdafca331 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Thu, 23 Feb 2012 13:11:07 +0000 Subject: The lvmetad client-side integration. Only active when use_lvmetad = 1 is set in lvm.conf *and* lvmetad is running. --- tools/args.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/args.h') diff --git a/tools/args.h b/tools/args.h index 8f116b72..1bd993d2 100644 --- a/tools/args.h +++ b/tools/args.h @@ -61,6 +61,7 @@ arg(use_policies_ARG, '\0', "use-policies", NULL, 0) arg(monitor_ARG, '\0', "monitor", yes_no_arg, 0) arg(config_ARG, '\0', "config", string_arg, 0) arg(trustcache_ARG, '\0', "trustcache", NULL, 0) +arg(lvmetad_ARG, '\0', "lvmetad", NULL, 0) arg(ignoremonitoring_ARG, '\0', "ignoremonitoring", NULL, 0) arg(nameprefixes_ARG, '\0', "nameprefixes", NULL, 0) arg(unquoted_ARG, '\0', "unquoted", NULL, 0) -- cgit