]> sourceware.org Git - lvm2.git/commit
vgcreate: allow both --shared and --lock-type options
authorDavid Teigland <teigland@redhat.com>
Thu, 8 Oct 2015 15:14:33 +0000 (10:14 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 8 Oct 2015 15:14:33 +0000 (10:14 -0500)
commit09981afc1c03e1d79109c483b3d19ae1c207e158
tree8a4c29a1e91f3c4b2f8e693c3c48e6332214e4f5
parent3d03e504cda6307f692c5879f6850b2e27af7d71
vgcreate: allow both --shared and --lock-type options

Using --lock-type sanlock|dlm implies --shared.

Using --shared selects lock type sanlock|dlm
(by choosing the one that's running.)

Using both --shared and --lock-type sanlock|dlm should
also be allowed (--shared is just redundant information.)
tools/toollib.c
This page took 0.033937 seconds and 5 git commands to generate.