diff --git a/README.md b/README.md index 79eaf43..3e7b4d5 100644 --- a/README.md +++ b/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). * `tag` (optional) - Additional notes appended to garage status, usually a title for the node. -command layout: -`garage layout assign -z -c -t ` - -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 @:3901 -``` - -Example, run from node 1: -``` -garage -h node connect @:3901 -``` ## Backups > Not currently implemented