[rhinstaller/blivet/pulls/217 master] Master format free space

bcl installerbot-noreply at redhat.com
Thu Aug 27 16:25:56 UTC 2015


> @@ -72,6 +72,11 @@ class FS(DeviceFormat):
>      _sizeinfoClass = fssize.UnimplementedFSSize
>      _syncClass = fssync.UnimplementedFSSync
>      _writelabelClass = fswritelabel.UnimplementedFSWriteLabel
> +    # This constant is aquired by testing some filesystems
> +    # and it's giving us percentage of space left after the format.
> +    # This number is more guess then precise number because this
> +    # value is already unpredictable and can change in the future...
> +    _MagicMetadataMultiplierClass = 1.0

Shouldn't be named 'Class' if it is a constant.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/217#discussion_r38115517


More information about the anaconda-patches mailing list