Creating a performance class
Use the perf_class_create command to create a performance class.
perf_class_create perf_class=perfClassName
Parameters
| Name | Type | Description | Mandatory |
|---|---|---|---|
| perf_class | String | Name of a performance class. | Y |
The performance class name must be unique. Up to 4 classes can be created.
Example:
perf_class_create perf_class=p1
Access control
| User Category | Permission |
|---|---|
| Storage administrator | Allowed |
| Application administrator | Disallowed |
| Security administrator | Disallowed |
| Read-only users | Disallowed |
| Operations administrator | Disallowed |
| Host side accelerator client | Disallowed |
Return codes
- PERF_CLASS_EXISTS
Performance class already exists.
- MAX_PERF_CLASSES_REACHED
Maximum number of performance classes is already defined.