--- storage/devices.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index dbfc9fa..1a52c71 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -458,7 +458,7 @@ class StorageDevice(Device): @property def resizable(self): """ Can this type of device be resized? """ - return self._resizable + return self._resizable and self.exists def notifyKernel(self): """ Send a 'change' uevent to the kernel for this device. """ -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list