Description of problem: ----------------------- The disktype currenlty supported by gdeploy are raid6, jbod, raid10 Version-Release number of selected component (if applicable): ------------------------------------------------------------- gdeploy-2.0.1-8.el7rhgs How reproducible: ----------------- NA for RFE Steps to Reproduce: -------------------- NA for RFE Actual results: --------------- There is no disktype for RAID 5 Expected results: ----------------- Provide the disktype for RAID 5
With the conversation with Manoj on the bug 1403772, the computations done for RAID 6 is no different for RAID 5, because gdeploy only looks for 'diskcount', which is the number of data disks.
(In reply to SATHEESARAN from comment #1) > With the conversation with Manoj on the bug 1403772, the computations done > for RAID 6 is no different for RAID 5, because gdeploy only looks for > 'diskcount', which is the number of data disks. Thanks sas. So, we will have this in next release.
Commit: https://github.com/gluster/gdeploy/commit/feceba5 should fix the issue.
Tested with gdeploy-2.0.2-3.el7rhgs Verified that 'raid5' is accepted as valid disk type by 'gdeploy'. If illegal RAID type is provided, gdeploy throws proper error message as follows : "Error: Unsupported disk type! Only ['raid10', 'raid5', 'raid6', 'jbod'] are supported"
The correct fixed-in-version of this bug is gdeploy-2.0.2-2 Updating the same
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2777