--- pyanaconda/storage/devices.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pyanaconda/storage/devices.py b/pyanaconda/storage/devices.py index a90df06..e4dae0a 100644 --- a/pyanaconda/storage/devices.py +++ b/pyanaconda/storage/devices.py @@ -2188,6 +2188,7 @@ class LVMVolumeGroupDevice(DMDevice): """ Destroy the device. """ log_method_call(self, self.name, status=self.status) lvm.vgreduce(self.name, [], rm=True) + lvm.vgdeactivate(self.name) lvm.vgremove(self.name) def reduce(self, pv_list): -- 1.7.3.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list