]> sourceware.org Git - lvm2.git/commit
vgsplit: simplify vg creation
authorDavid Teigland <teigland@redhat.com>
Fri, 7 Jun 2019 19:30:03 +0000 (14:30 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 10 Jun 2019 15:38:32 +0000 (10:38 -0500)
commit550536474f2b2ad3ac58f1f91aa2325022df53b9
tree7e4411cc1f2b9d0b68a2f47932287de3e077b871
parent5036244ce87f3854c7d6b14ab754f43eceaf24eb
vgsplit: simplify vg creation

The way that this command now uses the global lock
followed by a label scan, it can simply check if the
new VG name exists, and if not lock it and create it.
lib/metadata/metadata.c
tools/vgsplit.c
This page took 0.033336 seconds and 5 git commands to generate.