]> sourceware.org Git - lvm2.git/commit
use exclusive file lock on VG for activation
authorDavid Teigland <teigland@redhat.com>
Wed, 6 Jun 2018 16:14:39 +0000 (11:14 -0500)
committerDavid Teigland <teigland@redhat.com>
Wed, 6 Jun 2018 18:58:34 +0000 (13:58 -0500)
commit58a9254252a4c837601c15aabdae53d2f3c06edc
treeec8030e724bb5d2e68de38391bf4edf41ab724fe
parentd2d8dd7f7f21798cac37d9cc6a7cdcb290a63f4f
use exclusive file lock on VG for activation

Make activation commands:
  vgchange -ay, lvchange -ay, pvscan -aay

take an exclusive file lock on the VG to serialize
multiple concurrent activation commands which could
otherwise interfere with each other.
tools/lvchange.c
tools/pvscan.c
tools/vgchange.c
This page took 0.037932 seconds and 5 git commands to generate.