1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-06 11:33:14 +03:00

Remove independent metadata areas

in which metadata is stored in files on the local fs
instead of on PVs.
This commit is contained in:
David Teigland
2018-06-13 12:25:19 -05:00
parent 9df6f601e0
commit 17f5572bc9
7 changed files with 2 additions and 407 deletions

View File

@@ -146,7 +146,6 @@ struct cmd_context {
unsigned metadata_read_only:1;
unsigned ignore_clustered_vgs:1;
unsigned threaded:1; /* set if running within a thread e.g. clvmd */
unsigned independent_metadata_areas:1; /* active formats have MDAs outside PVs */
unsigned unknown_system_id:1;
unsigned include_historical_lvs:1; /* also process/report/display historical LVs */
unsigned record_historical_lvs:1; /* record historical LVs */