[rhinstaller/blivet/pulls/54 master] Dynamic mountpoint detection -- new version

mulkieran installerbot-noreply at redhat.com
Thu Mar 19 15:43:00 UTC 2015


Still looks good to me. FWIW, I ran a quick profile on the md5_file() method on my /proc/mounts and it's the read() method that chews up the bulk of the time, with updating the hash a distant second. And if we check whether there has been a change this way we just can't get away from reading those bits. Reading it in smaller chunks makes no difference...reading it in one big step doubles the time it takes.
Hoping that under normal use this change makes no perceptible difference (fingers crossed).
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/54


More information about the anaconda-patches mailing list