]> sourceware.org Git - lvm2.git/commit
lvmlockd: update method for changing clustered VG
authorDavid Teigland <teigland@redhat.com>
Wed, 13 Jun 2018 20:30:28 +0000 (15:30 -0500)
committerDavid Teigland <teigland@redhat.com>
Wed, 13 Jun 2018 20:30:28 +0000 (15:30 -0500)
commite53cfc6a88d7acafde6ba3fa293bcf15b9a033bc
tree92827a6ded5f4af25e6bd8277f937279a26e6be5
parent9b79f0244a17c91d790e2114e1c912e5efe00a2f
lvmlockd: update method for changing clustered VG

The previous method for forcibly changing a clustered VG
to a local VG involved using -cn and locking_type 0.
Since those options are deprecated, replace it with
the same command used for other forced lock type changes:
vgchange --locktype none --lockopt force.
lib/commands/toolcontext.h
lib/metadata/metadata.c
man/lvmlockd.8_main
tools/vgchange.c
This page took 0.038431 seconds and 5 git commands to generate.