> 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): Have you asked the LVM guys what the deal with this is? It could be a bug on their end, perhaps something they are not aware of. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list