Fabian Deutsch has submitted this change and it was merged. Change subject: installer: Use different size source ......................................................................
installer: Use different size source Previously sfdisk was used to determin the size of disks. This could fail if the disk contained a GPT label (sfdisk does not support GPT), this does actually not matter (what label is used) because we only need the size of the disk, but we still used sfdisk. Now lsblk is used, which only looks at the disk itself, and does not take the label into account. Change-Id: I913ee34a50f9a79e51d4a8b073318c4966576dd3 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1174146 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirtnode/storage.py 1 file changed, 9 insertions(+), 2 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/36365 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I913ee34a50f9a79e51d4a8b073318c4966576dd3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
