[PATCH 1/2] Add free space information to DiskOverviews (#949746).

Chris Lumens clumens at redhat.com
Mon Apr 22 20:30:18 UTC 2013


> diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
> index 24d8818..0cb6b30 100644
> --- a/pyanaconda/ui/gui/spokes/storage.py
> +++ b/pyanaconda/ui/gui/spokes/storage.py
> @@ -580,9 +580,12 @@ class StorageSpoke(NormalSpoke, StorageChecker):
>          else:
>              description = disk.description
>  
> +        free = self.storage.getFreeSpace(disks=[disk])[disk.name][1]

I used the wrong numbers out of getFreeSpace.  This should be a 0, and
patch #2 should not exist.

- Chris


More information about the anaconda-patches mailing list