Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set covers all product layers, including MOSK management (formerly MCC). This means everything you need is in one place. The separate MCC documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
CephPerfTestRequest perftest status¶
TechPreview
Warning
This procedure is valid for MOSK clusters that use the MiraCeph
custom
resource (CR), which is available since MOSK 25.2 to replace the deprecated
KaaSCephCluster
. For the equivalent procedure with the KaaSCephCluster
CR, refer to the following section:
This section describes the status
fields of the CephPerfTestRequest
CR
that you can use to check the status of a Ceph performance test request.
Note
Performance test results will be saved on PVC if the test run
parameters contain the saveResultOnPvc
option. Otherwise, test
results will be saved only as Pod logs. For details, see
Ceph performance test parameters.
Parameter |
Description |
---|---|
|
Describes the current request phase:
|
|
The last start time of the performance test execution. |
|
The duration of the last successful performance test. |
|
The execution status of the last performance test. |
|
Issues or warnings found during the performance test run. |
|
Location of the performance test result. Contains the following fields:
|
|
History of statuses and timings for cron jobs:
|
Example of CephPerfTestRequest status
status:
lastDurationTime: 5m53s
lastJobStatus: Completed
lastStartTime: "2022-06-17T09:29:57Z"
phase: Finished
results:
storedOnPvc:
pvcName: test-perf-req-cephperftest
pvcNamespace: rook-ceph