Modify pool params
Modifies the pool redundancy settings.
Path parameters
| Parameter | Type & Description |
|---|---|
| name required | string The name of the pool to describe. |
Request body
| Property | Type & Description |
|---|---|
name string Name of the pool. | |
copiesNumber integer Desired number of object replicas in the pool. When below this number the pool still may be used in 'degraded' mode. Defaults to | |
minCopiesNumber integer Minimum number of object replicas in the pool. Below this threshold any I/O for the pool is disabled. Must be lower or equal to 'copiesNumber'. Defaults to | |
Responses
The settings have been changed.
Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
The pool does not exist.
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Services needed to fulfill this request are not running.