Support supplying custom drives per set count (#6261)

This commit is contained in:
Harshavardhana
2018-08-15 16:35:21 -07:00
committed by kannappanr
parent 7c14cdb60e
commit f26325c988
3 changed files with 103 additions and 4 deletions
+6
View File
@@ -29,6 +29,12 @@ var (
"Browser can only accept `on` and `off` values. To disable web browser access, set this value to `off`",
)
uiErrInvalidErasureSetSize = newUIErrFn(
"Invalid erasure set size",
"Please check the passed value",
"Erasure set can only accept any of [4, 6, 8, 10, 12, 14, 16] values.",
)
uiErrInvalidWormValue = newUIErrFn(
"Invalid WORM value",
"Please check the passed value",