]> sourceware.org Git - lvm2.git/commit
Drop --ignoreskippedcluster option
authorDavid Teigland <teigland@redhat.com>
Fri, 15 Jun 2018 20:43:59 +0000 (15:43 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 15 Jun 2018 20:59:34 +0000 (15:59 -0500)
commit428514a07f4bd270f6a137f08be1b2818312bdbd
treedf9f533bacafcf6bdabe73c533ed479c2233b80f
parentccab4a1994f4218810f1a6152cf6c71caa00977e
Drop --ignoreskippedcluster option

It's no longer needed.  Clustered VGs are now handled in
the same way as foreign VGs, and as shared VGs that
can't be accessed:

- A command processing all VGs sees a clustered VG,
  prints a message ("Skipping clustered VG foo."),
  skips it, and does not fail.

- A command where the clustered VG is explicitly
  named on the command line, prints a message and fails.
  "Cannot access clustered VG foo, see lvmlockd(8)."

The option is listed in the set of ignored options for
the commands that previously accepted it.  (Removing it
entirely would cause commands/scripts to fail if they
set it.)
lib/commands/toolcontext.c
lib/commands/toolcontext.h
lib/metadata/metadata.c
scripts/lvm2_activation_generator_systemd_red_hat.c
scripts/lvm2_monitoring_systemd_red_hat.service.in
tools/args.h
tools/command-lines.in
tools/lvmcmdline.c
tools/toollib.c
This page took 0.035882 seconds and 5 git commands to generate.