]> sourceware.org Git - lvm2.git/commit
print warning about in-use orphans
authorDavid Teigland <teigland@redhat.com>
Thu, 1 Jun 2017 16:10:09 +0000 (11:10 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 1 Jun 2017 16:18:42 +0000 (11:18 -0500)
commitc98a25aab1659a5640ac473517bb6af97d696588
tree63e3057046765f45397c6c40c5551db38dcc93a1
parentf3c90e90f8466b5c2fe336e9a1947307c92c9e59
print warning about in-use orphans

Warn about a PV that has the in-use flag set, but appears in
the orphan VG (no VG was found referencing it.)

There are a number of conditions that could lead to this:

. The PV was created with no mdas and is used in a VG with
  other PVs (with metadata) that have not yet appeared on
  the system.  So, no VG metadata is found by lvm which
  references the in-use PV with no mdas.

. vgremove could have failed after clearing mdas but
  before clearing the in-use flag.  In this case, the
  in-use flag needs to be manually cleared on the PV.

. The PV may have damanged/unrecognized VG metadata
  that lvm could not read.

. The PV may have no mdas, and the PVs with the metadata
  may have damaged/unrecognized metadata.
WHATS_NEW
lib/metadata/metadata.c
This page took 0.034032 seconds and 5 git commands to generate.