New: [rhinstaller/blivet/pulls/234 f23-branch] Fix calling non-existing method (#1252902)

jkonecny12 installerbot-noreply at redhat.com
Thu Sep 24 09:37:14 UTC 2015


Fix my bug from commit (#05feef37e2c5ae8fd63abe2198ccd8d55e09b08a) where
I was calling non-existing device.format.umount() method, the unmount()
(missing 'n') method exists there but it's still only calling teardown()
instead of system umount. I'm changing call to util.umount() which
calling the system umount.
Because of this regression the first call of the
_findExistingInstallations method will raise an exception so no existing
installations were found and everything were in the Unknown group.
The exception was logged to storage log as info so I missed it.

Sorry guys for this issue.

*Related: rhbz#1252902*

*Will go to master branch too*
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/234


More information about the anaconda-patches mailing list