[blivet][master/f21-branch] Hot-fix for a bug #1123466

Vratislav Podzimek vpodzime at redhat.com
Sun Jul 27 14:04:04 UTC 2014


With the zRAM patches I've removed what seemed to be an unused constant --
EARLY_SWAP_RAM. Turns out blivet uses it to check if the installation will work
without swap or not. I have no idea how the constant's name relates to that, but
instead of adding it back I'd like to start with removing the check from blivet.
The actual amount of RAM anaconda requires for installation without swap depends
on the installation mode (GUI/TUI) so the check needs to be more complex. And it
shouldn't be done in blivet in the first place.

A follow-up patch I'll sent during the week will add the check back, but into
Anaconda's codebase. Maybe moving all the sanityCheck code from blivet as it is
installer specific and has nothing to do with blivet.

Vratislav Podzimek (1):
  Remove a wrong RAM/swap check (#1123466)

 blivet/__init__.py | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

-- 
1.9.3



More information about the anaconda-patches mailing list