mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-21 22:04:19 +03:00
a3678fa186
Specific test case: 1. pvcreate /dev/loop1; vgcreate vg1 /dev/loop1; lvcreate -L 64M -n lv1 vg1 2. vgremove vg1 (will prompt user) 3. CTRL-C Code will exit with: Do you really want to remove volume group "vg2" containing 2 logical volumes? [y/n]: Volume group "vg2" not removed Command failed with status code 5. Internal error: Volume Group vg2 was not unlocked Device '/dev/loop1' has been left open. After change: Do you really want to remove volume group "vg2" containing 2 logical volumes? [y/n]: Volume group "vg2" not removed Command failed with status code 5.