summaryrefslogtreecommitdiff
path: root/tools/tools.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-04-06 13:18:03 -0500
committerDavid Teigland <teigland@redhat.com>2018-04-20 11:22:48 -0500
commit89c65d4f71e51c2db4fcba176546d2474e3451bd (patch)
tree4df3c1412a89ecfefbb4e940c45b1a543b938166 /tools/tools.h
parent45e5e702c1d488df4898a41db0c00ead63c5f6ee (diff)
downloadlvm2-89c65d4f71e51c2db4fcba176546d2474e3451bd.tar.gz
remove unnecessary REQUIRES_FULL_LABEL_SCAN
we always scan all devices
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/tools.h b/tools/tools.h
index 088655129..d4d2fb2a0 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -124,8 +124,8 @@ struct arg_value_group_list {
#define LOCKD_VG_SH 0x00000020
/* Command does not process any metadata. */
#define NO_METADATA_PROCESSING 0x00000040
-/* Command wants to scan for new devices and force labels to be read from them all. */
-#define REQUIRES_FULL_LABEL_SCAN 0x00000080
+/* Command must not load the contents saved by the persistent filter */
+#define IGNORE_PERSISTENT_FILTER 0x00000080
/* Command must use all specified arg names and fail if all cannot be used. */
#define MUST_USE_ALL_ARGS 0x00000100
/* Command wants to control the device scan for lvmetad itself. */
@@ -136,9 +136,6 @@ struct arg_value_group_list {
#define DISALLOW_TAG_ARGS 0x00000800
/* Command may need to find VG name in an option value. */
#define GET_VGNAME_FROM_OPTIONS 0x00001000
-/* Command must not load the contents saved by the persistent filter */
-#define IGNORE_PERSISTENT_FILTER 0x00002000
-
void usage(const char *name);
/* the argument verify/normalise functions */