This commit is contained in:
parent
9fef8d855f
commit
56d78d4a1f
1 changed files with 2 additions and 2 deletions
|
@ -175,11 +175,11 @@ You need to initialise Garage. It can be done in a few commands, coming from [th
|
||||||
# Find your Garage node ID
|
# Find your Garage node ID
|
||||||
docker compose exec garage /garage
|
docker compose exec garage /garage
|
||||||
|
|
||||||
# eb820c8da5605f78 in the output below
|
# Your id is eb820c8da5605f78 in the output below
|
||||||
ID Hostname Address Tags Zone Capacity DataAvail
|
ID Hostname Address Tags Zone Capacity DataAvail
|
||||||
eb820c8da5605f78 9bd710b31be0 127.0.0.1:3901 NO ROLE ASSIGNED
|
eb820c8da5605f78 9bd710b31be0 127.0.0.1:3901 NO ROLE ASSIGNED
|
||||||
|
|
||||||
# Then create a cluster layout
|
# Then create a cluster layout with this id
|
||||||
docker compose exec garage /garage layout assign -z dc1 -c 1G eb820c8da5605f78
|
docker compose exec garage /garage layout assign -z dc1 -c 1G eb820c8da5605f78
|
||||||
|
|
||||||
# Finally, apply the layout
|
# Finally, apply the layout
|
||||||
|
|
Loading…
Add table
Reference in a new issue