MineHarvest66 Posted September 13, 2014 Report Posted September 13, 2014 Hi, I don't know why I didn't think of submitting my feature request eailer today but here what's our current issue is. Anyone who know what RAID is and all that knows that RAID can only works with certain conditions. Right now the customer could orders something like this.. HDD 1 500GB HDD 2 250GB HDD 3 750GB RAID 5 OR even like this HDD 1 250GB RAID 5 Both are invalid configurations for a RAID 5 array, anyone who doesn't know RAID 5 is it's requires 3 of the SAME drives (every RAID will need the SAME exact drive size and type). So I am asking if something that allow us to set requirements that prevents the customer from placing an order for example an invalid RAID 5 array could be added? Right now we will have to just play it as is and the ones that don't read the descriptions will get their orders processed as is. But it would be nice to have something like this for us to be sure a incompatible order cannot be processed. Quote
domaingood Posted September 13, 2014 Report Posted September 13, 2014 Its doing too heard.WHM** and ubersmith dont have this Configurations Quote
Blesta Addons Posted September 14, 2014 Report Posted September 14, 2014 Hi, I don't know why I didn't think of submitting my feature request eailer today but here what's our current issue is. Anyone who know what RAID is and all that knows that RAID can only works with certain conditions. Right now the customer could orders something like this.. HDD 1 500GB HDD 2 250GB HDD 3 750GB RAID 5 OR even like this HDD 1 250GB RAID 5 Both are invalid configurations for a RAID 5 array, anyone who doesn't know RAID 5 is it's requires 3 of the SAME drives (every RAID will need the SAME exact drive size and type). So I am asking if something that allow us to set requirements that prevents the customer from placing an order for example an invalid RAID 5 array could be added? Right now we will have to just play it as is and the ones that don't read the descriptions will get their orders processed as is. But it would be nice to have something like this for us to be sure a incompatible order cannot be processed. you can got it by tweaking the template file with jquery code , so you hide the RAID fields unless there are 3 HDD selected , then the raid 5 will be shown , the function (hide/show - ischecked ) is your way . Quote
MineHarvest66 Posted September 14, 2014 Author Report Posted September 14, 2014 you can got it by tweaking the template file with jquery code , so you hide the RAID fields unless there are 3 HDD selected , then the raid 5 will be shown , the function (hide/show - ischecked ) is your way . Okay that would works for my example however we will be offering RAID 1 and 10 as well. Quote
Blesta Addons Posted September 14, 2014 Report Posted September 14, 2014 Okay that would works for my example however we will be offering RAID 1 and 10 as well. so you need more condtions and code Quote
Max Posted September 14, 2014 Report Posted September 14, 2014 Would personally just use a single field with the most common configurations. "2x250 GB RAID 1" "2x500 GB RAID 1" "2x750 GB RAID 1" "3x250 GB RAID 5" "3x500 GB RAID 5" "3x750 GB RAID 5" Michael 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.