forked from MIR/garage
update readme
This commit is contained in:
parent
c9fdbf4c1c
commit
5e315dd274
25
README.md
25
README.md
@ -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).
|
* `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.
|
* `tag` (optional) - Additional notes appended to garage status, usually a title for the node.
|
||||||
|
|
||||||
command layout:
|
> Role assignment command conflicts with `abra app run`'s -t option
|
||||||
`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
|
|
||||||
> Connecting not currently implemented
|
> 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
|
## Backups
|
||||||
|
|
||||||
> Not currently implemented
|
> Not currently implemented
|
||||||
|
Loading…
x
Reference in New Issue
Block a user