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:

KaaSCephOperationRequest perftest status

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.

Parameters of the CephPerfTestRequest status

Parameter

Description

phase

Describes the current request phase:

  • Pending - the request is created and placed in the request queue.

  • Scheduling - the performance test is handled, waiting for a Pod to be scheduled for the run.

  • WaitingNextRun - the performance test is waiting for the next run of the periodic job.

  • Running - the performance test is executing.

  • Finished - the performance test executed successfully.

  • Suspended - the performance test is suspended. Only for periodic jobs.

  • Failed - the performance test failed.

LastStartTime

The last start time of the performance test execution.

LastDurationTime

The duration of the last successful performance test.

LastJobStatus

The execution status of the last performance test.

messages

Issues or warnings found during the performance test run.

results

Location of the performance test result. Contains the following fields:

  • perftestReference - reference to the job or cron job with the performance test run.

  • referenceNamespace - namespace of the job or cron job with the performance test run.

  • storedOnPvc - location of the performance test results on a PVC with pvcName in pvcNamespace if the test run parameters contain the saveResultOnPvc option.

statusHistory

History of statuses and timings for cron jobs:

  • StartTime - start time of the previous performance test

  • JobStatus - last status of the performance test

  • DurationTime - last duration of the performance test

  • Messages - issues occured during the previous performance test

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