Fix verify-disks with broken volume groups
authorIustin Pop <iustin@google.com>
Fri, 24 Apr 2009 08:45:09 +0000 (08:45 +0000)
committerIustin Pop <iustin@google.com>
Fri, 24 Apr 2009 08:45:09 +0000 (08:45 +0000)
commit4819db9b1186769aa88d15d0f43e959206207f6b
tree26d1b3b07016858426a4c85433ad6b0aa2d27785
parente12e3e4c57125289d95c1663372415a1280449fc
Fix verify-disks with broken volume groups

When a remote node returns invalid LVM data, we check it, but we don't
stop and continue with the rest of the checks (which require a valid
volume group). This raises an internal error and breaks verify disks.

This seems unchanged for a long while, I don't know why it surfaced just
recently.

Reviewed-by: ultrotter
lib/cmdlib.py