Hide Forgot
Description of problem: When merging an internal volume, the volume is not deleted and the VG can't be removed. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
MergeInternal.* tests fail, causing Ruth not to run with 100% pass rate. Alsom removeVG always returns success even if it fails.
(In reply to comment #2) > MergeInternal.* tests fail, causing Ruth not to run with 100% pass rate. > Alsom removeVG always returns success even if it fails. MergeInternal.* tests work properly. The real problem is that libguestfs keep LV open for long time after it done. In this case LVM failed to remove LV/VG but we ignore it. The proper BZ for this is bug 751977