forked from Deuxfleurs/garage
Use smaller capacities for nodes
This commit is contained in:
parent
d7e005251d
commit
5e33c3cfc9
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ garage status \
|
|||
| grep UNCONFIGURED \
|
||||
| grep -Po '^[0-9a-f]+' \
|
||||
| while read id; do
|
||||
garage node configure -d dc1 -n 100 $id
|
||||
garage node configure -d dc1 -n 1 $id
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue