Dan Kenigsberg has submitted this change and it was merged. Change subject: gluster: fix xfs filesystem is created with wrong inode size ......................................................................
gluster: fix xfs filesystem is created with wrong inode size Currently brick create function creates an xfs filesystem with inode size of 256 for brick which uses raid0 or JBOD devices. This patch uses the striping parameters "-d su=stripe_unit_size, sw=stripe_width_in_number_of_disks" during xfs file system create for RAID6. For RAID 10, JBOD and other devices it omits the "-d su=<>,sw=<>" option and set only the inode size to 512 and the directory block size to 8192. Change-Id: If3f350d2f79172705a93a9d69fe1b7b78867861e Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1244865 Signed-off-by: Timothy Asir Jeyasingh <[email protected]> Reviewed-on: https://gerrit.ovirt.org/43847 Reviewed-by: Bala.FA <[email protected]> Reviewed-by: Manoj Pillai <[email protected]> Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/gluster/storagedev.py 1 file changed, 15 insertions(+), 5 deletions(-) Approvals: Manoj Pillai: Looks good to me, but someone else must approve Timothy Asir: Verified Bala.FA: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/43847 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If3f350d2f79172705a93a9d69fe1b7b78867861e Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Timothy Asir <[email protected]> Gerrit-Reviewer: Bala.FA <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Darshan Narayana Murthy <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Manoj Pillai <[email protected]> Gerrit-Reviewer: Ramesh N <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Shubhendu Tripathi <[email protected]> Gerrit-Reviewer: Timothy Asir <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
