1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-07 15:33:21 +03:00

conf: add metadata/check_pv_device_sizes

This commit is contained in:
Peter Rajnoha
2016-01-22 13:20:21 +01:00
parent c0912af310
commit 136fd8f2f6
6 changed files with 25 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ struct cmd_context {
* Switches.
*/
unsigned is_long_lived:1; /* optimises persistent_filter handling */
unsigned check_pv_dev_sizes:1;
unsigned handles_missing_pvs:1;
unsigned handles_unknown_segments:1;
unsigned use_linear_target:1;