summaryrefslogtreecommitdiff
path: root/lib/commands
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2021-11-03 09:50:11 -0500
committerDavid Teigland <teigland@redhat.com>2021-11-04 11:08:38 -0500
commit594f6ca97024fa23dfa852b6cc9da272877e1ced (patch)
tree0c127cbde8e04757d5bb5d4282c2a1e88e0a2a3b /lib/commands
parent726dd25969e9e6a3de285a22cea45e9f5f53520f (diff)
downloadlvm2-594f6ca97024fa23dfa852b6cc9da272877e1ced.tar.gz
rename pvscan_cache_single to expect_missing_vg_device in cmd
Diffstat (limited to 'lib/commands')
-rw-r--r--lib/commands/toolcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands/toolcontext.h b/lib/commands/toolcontext.h
index e864932f2..0ae45ccc0 100644
--- a/lib/commands/toolcontext.h
+++ b/lib/commands/toolcontext.h
@@ -174,7 +174,7 @@ struct cmd_context {
unsigned activate_component:1; /* command activates component LV */
unsigned process_component_lvs:1; /* command processes also component LVs */
unsigned mirror_warn_printed:1; /* command already printed warning about non-monitored mirrors */
- unsigned pvscan_cache_single:1;
+ unsigned expect_missing_vg_device:1; /* when reading a vg it's expected that a dev for a pv isn't found */
unsigned can_use_one_scan:1;
unsigned is_clvmd:1;
unsigned md_component_detection:1;