Update console to use latest operator (#476)

Main changes Rename everything from Zone->Pool
This commit is contained in:
Cesar N
2020-12-07 09:49:51 -06:00
committed by GitHub
parent cb35dcf971
commit 3c0e3a1208
35 changed files with 1517 additions and 1546 deletions

View File

@@ -185,9 +185,9 @@ func getTotalSizes(argPatterns []ellipses.ArgPattern) []uint64 {
}
// PossibleParityValues returns possible parities for input args,
// parties are calculated in uniform manner for one zone or
// multiple zones, ensuring that parities returned are common
// and applicable across all zones.
// parties are calculated in uniform manner for one pool or
// multiple pools, ensuring that parities returned are common
// and applicable across all pools.
func PossibleParityValues(args ...string) ([]string, error) {
setIndexes, err := parseEndpointSet(args...)
if err != nil {