mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
Merge pull request #58 from fkautz/pr_out_increasing_parity_from_5_to_6
Increasing parity from 5 to 6
This commit is contained in:
commit
7d47b72f1d
@ -23,7 +23,7 @@ func main() {
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "protection-level",
|
||||
Value: "10,5",
|
||||
Value: "10,6",
|
||||
Usage: "data,parity",
|
||||
},
|
||||
},
|
||||
@ -40,7 +40,7 @@ func main() {
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "protection-level",
|
||||
Value: "10,5",
|
||||
Value: "10,6",
|
||||
Usage: "data,parity",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user