diff options
author | David Teigland <teigland@redhat.com> | 2017-10-26 11:20:13 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2017-10-26 12:41:06 -0500 |
commit | 1f5be8bc9ac4b4925d54a0ffe344f252b54a0e47 (patch) | |
tree | 09a18583488ce0de90293d9311fc49d6d6bc10c4 /lib/commands/toolcontext.h | |
parent | a622a6ffb686ca35021e231b9d0bd5578f341930 (diff) | |
download | lvm2-dev-dct-new-scan-14.tar.gz |
lvmetad: use new label_scan for update from pvscandev-dct-new-scan-14
Take advantage of the common implementation with aio
and reduced disk reads.
Diffstat (limited to 'lib/commands/toolcontext.h')
-rw-r--r-- | lib/commands/toolcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/commands/toolcontext.h b/lib/commands/toolcontext.h index 32b4cd9c0..1e3e721db 100644 --- a/lib/commands/toolcontext.h +++ b/lib/commands/toolcontext.h @@ -166,6 +166,7 @@ struct cmd_context { unsigned lv_notify:1; unsigned pv_notify:1; unsigned use_aio:1; + unsigned pvscan_cache_single:1; /* * Filtering. |