Sahina Bose has submitted this change and it was merged. Change subject: gluster: fix size conversion issues in brick create ......................................................................
gluster: fix size conversion issues in brick create There is change in blivet API device.size.convertTo(spec). spec was a string parameter in older versions of blivet but its changed to constants in newer versions. This patch address this issue in a generic way so that it can run on all releases. Bug-Url: https://bugzilla.redhat.com/1270792 Change-Id: I576b1a8c880ef6f355157225c7b763378d8cf46d Signed-off-by: Ramesh Nachimuthu <[email protected]> Reviewed-on: https://gerrit.ovirt.org/50705 Continuous-Integration: Jenkins CI Reviewed-by: Sahina Bose <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/50808 Continuous-Integration: Sahina Bose <[email protected]> --- M vdsm/gluster/storagedev.py 1 file changed, 24 insertions(+), 9 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Sahina Bose: Looks good to me, approved; Passed CI tests Ramesh N: Verified -- To view, visit https://gerrit.ovirt.org/50808 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I576b1a8c880ef6f355157225c7b763378d8cf46d Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5-gluster Gerrit-Owner: Ramesh N <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Ramesh N <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
