New: [rhinstaller/blivet/pulls/103 rhel7-branch] Allow passing KiB values to vgcreate -s option

mulkieran installerbot-noreply at redhat.com
Fri May 1 20:50:13 UTC 2015


Resolves: rhbz#1206526

Currently blivet exepects pesize parm of the vgcreate function
should be in MiB. Any given value will be converted to MiB format
and omits any fractional part. That means, if any KiB values are
passed to pesize parm, it becomes 0 and the actual lvm lvcreate
faild to create the vg and returns an error.
This limits passing any KiB values for pesize to create a vg.
This patch fixes the issue by accepting the given value in KiB.

Submitted-by: Timothy Asir Jeyasingh <tjeyasin at redhat.com>
Signed-off-by: mulhern <amulhern at redhat.com>
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/103


More information about the anaconda-patches mailing list