update readme

This commit is contained in:
brooke 2025-03-01 20:59:51 -05:00
parent c9fdbf4c1c
commit 5e315dd274

View File

@ -41,32 +41,9 @@ Terms:
* `capacity` (reqired) - Disk space the node will be allocating to the cluster, use T and G for units (Terabytes and Gigabytes respectively).
* `tag` (optional) - Additional notes appended to garage status, usually a title for the node.
command layout:
`garage layout assign <node-id> -z <zone> -c <capacity> -t <tags>`
Example (pulled from garage docs)
```
garage layout assign 563e -z par1 -c 1T -t mercury
garage layout assign 86f0 -z par1 -c 2T -t venus
garage layout assign 6814 -z lon1 -c 2T -t earth
garage layout assign 212f -z bru1 -c 1.5T -t mars
```
#### Adding & Connecting Nodes
> Role assignment command conflicts with `abra app run`'s -t option
> Connecting not currently implemented
This abra recipe does not supply garage with the public ip address of your box, so when connecting to another garage node you must supply the local node's ip.
Example, run from node 2:
```
garage node connect <node-1-id>@<node-1-ip>:3901
```
Example, run from node 1:
```
garage -h <node-2-ip> node connect <node-1-id>@<node-1-ip>:3901
```
## Backups
> Not currently implemented