]> sourceware.org Git - lvm2.git/commit
vgimportdevices: skip lvmlockd locking
authorDavid Teigland <teigland@redhat.com>
Mon, 25 Oct 2021 17:11:17 +0000 (12:11 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 25 Oct 2021 17:11:17 +0000 (12:11 -0500)
commitb65a2c3f3a76739fb75a4a3a868cc9f143740052
tree1c514a31fb5e73cf5a6c71a152d78e5908a0410d
parent221e75316f472fbf5eb2ad206b861ea255c099ed
vgimportdevices: skip lvmlockd locking

Help bootstrapping existing shared vgs into the devices file.
Reading the vg in vgimportdevices would require locking to be
started, but vgchange lockstart won't see the vg if it's not
in the devices file.  The lvmlockd locks are not protecting
vg modifications so skipping them here won't be a problem.
tools/vgimportdevices.c
This page took 0.035339 seconds and 5 git commands to generate.