Made default EC:4 parity when available without restrictions (#2421)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -471,7 +471,7 @@ export const erasureCodeCalc = (
|
||||
|
||||
const fourVar = parityValidValues.find((element) => element === "EC:4");
|
||||
|
||||
if (totalDisks >= 8 && totalNodes > 16 && fourVar) {
|
||||
if (fourVar) {
|
||||
defaultEC = "EC:4";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user