qos commands
sbctl qos --help
qos commands
Creates a new QOS class
Creates a new QOS class
sbctl qos add
<NAME>
<WEIGHT>
<CLUSTER_ID>
| Argument | Description | Data Type | Required |
|---|---|---|---|
| NAME | QOS class name | string | True |
| WEIGHT | QOS class weight | integer | True |
| CLUSTER_ID | Cluster UUID | string | True |
Lists all qos classes
Lists all qos classes
sbctl qos list
<CLUSTER_ID>
--json
| Argument | Description | Data Type | Required |
|---|---|---|---|
| CLUSTER_ID | Cluster UUID | string | True |
| Parameter | Description | Data Type | Required | Default |
|---|---|---|---|---|
| --json | Print json output | marker | False | - |
Delete a class
Delete a class
sbctl qos delete
<NAME>
<CLUSTER_ID>
| Argument | Description | Data Type | Required |
|---|---|---|---|
| NAME | QOS class name | string | True |
| CLUSTER_ID | Cluster UUID | string | True |