Nir Soffer has submitted this change and it was merged. Change subject: gluster: create bricks without MBR partitions ......................................................................
gluster: create bricks without MBR partitions During gluster brick creation, PVs should be created directly on the disks instead of MBR partitions to align the pvs correctly as per given RAID parameter. This patch will remove the _makePartition function and will not create parition as part of gluster brick creation. Bug-Url: https://bugzilla.redhat.com/1270792 Change-Id: Ife980665ed76ad6040109990af978f4b833f98ae Signed-off-by: Ramesh Nachimuthu <[email protected]> Reviewed-on: https://gerrit.ovirt.org/50769 Continuous-Integration: Jenkins CI Reviewed-by: Sahina Bose <[email protected]> Reviewed-by: Nir Soffer <[email protected]> --- M vdsm/gluster/storagedev.py 1 file changed, 1 insertion(+), 20 deletions(-) Approvals: Nir Soffer: Looks good to me, approved Jenkins CI: Passed CI tests Sahina Bose: Looks good to me, but someone else must approve Ramesh N: Verified -- To view, visit https://gerrit.ovirt.org/50769 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ife980665ed76ad6040109990af978f4b833f98ae Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ramesh N <[email protected]> Gerrit-Reviewer: Jenkins CI 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
