Rename n_tokens into capacity

This commit is contained in:
Alex Auvolat
2021-03-10 14:52:03 +01:00
parent 7cda917b6b
commit 6a3dcf3974
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ garage status \
| grep UNCONFIGURED \
| grep -Po '^[0-9a-f]+' \
| while read id; do
garage node configure -d dc1 -n 1 $id
garage node configure -d dc1 -c 1 $id
done