forked from Deuxfleurs/garage
Make capacity nullable to allow gateway config
This commit is contained in:
parent
d814deb806
commit
72a0f90070
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,7 @@ paths:
|
||||||
summary: "Send modifications to the cluster layout"
|
summary: "Send modifications to the cluster layout"
|
||||||
description: |
|
description: |
|
||||||
Send modifications to the cluster layout. These modifications will be included in the staged role changes, visible in subsequent calls of `GET /layout`. Once the set of staged changes is satisfactory, the user may call `POST /layout/apply` to apply the changed changes, or `POST /layout/revert` to clear all of the staged changes in the layout.
|
Send modifications to the cluster layout. These modifications will be included in the staged role changes, visible in subsequent calls of `GET /layout`. Once the set of staged changes is satisfactory, the user may call `POST /layout/apply` to apply the changed changes, or `POST /layout/revert` to clear all of the staged changes in the layout.
|
||||||
|
Note that setting the capacity to `null` will configure the node as a gateway.
|
||||||
requestBody:
|
requestBody:
|
||||||
description: |
|
description: |
|
||||||
To add a new node to the layout or to change the configuration of an existing node, simply set the values you want.
|
To add a new node to the layout or to change the configuration of an existing node, simply set the values you want.
|
||||||
|
@ -487,6 +488,7 @@ components:
|
||||||
example: dc1
|
example: dc1
|
||||||
capacity:
|
capacity:
|
||||||
type: integer
|
type: integer
|
||||||
|
nullable: true
|
||||||
example: 4
|
example: 4
|
||||||
tags:
|
tags:
|
||||||
type: array
|
type: array
|
||||||
|
|
Loading…
Reference in a new issue