[rhinstaller/anaconda/pulls/423 f23-branch] Improve install space required estimation (#1224048)

jkonecny12 installerbot-noreply at redhat.com
Mon Oct 26 12:03:55 UTC 2015


> @@ -115,8 +115,8 @@ def reasonable_mpoint(mpoint):
>                     # for root we need to take in count both download and install size
>                     if ((key != root_mpoint and val > requested)
>                     or val > requested_root) and reasonable_mpoint(key)}
> -    log.debug('Estimated size: download %s & install %s - df: %s', requested,
> -              (requested_root - requested), df)
> +    log.debug('Estimated size: download %s & install %s', requested,
> +              (requested_root - requested))

This will remove 3 or more lines in the log of filesystem mountpoint which won't be used for downloading. 
I want to make logs more readable so I removed this. If we want these logs we want better formating or something though. I can try to create formatted version of this.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/423#discussion_r42984664


More information about the anaconda-patches mailing list