Rename datacenters into zones (doc not yet updated)

This commit is contained in:
Alex Auvolat
2021-05-28 13:18:31 +02:00
parent b490ebc7f6
commit ddb2b29bfd
3 changed files with 22 additions and 22 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 -c 1 $id
garage node configure -z dc1 -c 1 $id
done