Stopping zero data page reclaim of volumes

Virtual Storage Platform One SDS Block and SDS Cloud Virtual Private Storage Administration

Version
1.19.x
Audience
anonymous
Part Number
MK-24VSP1SDS028-03
ft:lastEdition
2026-04-20

If you performed zero data page reclaim with a wrong volume specified or you want to prioritize other operations, stop zero data page reclaim.

When the applicable volume meets the following two conditions, you can perform zero data page reclaim stoppage.

  • The status is "Normal", "Expanding", "Updating", or "DiscardZeroPageFailed."

  • discardZeroDataPageStatus is "DiscardingZeroDataPage" or "DiscardZeroDataPageFailed."

  • Required role: VpsStorage

  1. Verify the ID of the volume for which zero data page reclaim is being performed.

    If you use the CLI to specify a volume by name, check the name of the volume.

    REST API: GET /v1/objects/volumes

    CLI: volume_list

  2. Stop zero data page reclaim.

    Run either of the following commands with the volume ID specified.

    If you use the CLI, you can specify a name instead of the ID of the volume.

    REST API: POST /v1/objects/volumes/<id>/actions/stop-discard-zero-page/invoke

    CLI: volume_stop_discard_zero_page

    Verify the job ID which is displayed after the command is run.

  3. Verify the state of the job.

    Run either of the following commands with the job ID specified.

    REST API: GET /v1/objects/jobs/<jobId>

    CLI: job_show

    If the job state is "Succeeded", the job is completed.

  4. Obtain volume information to verify that zero data page reclaim has been stopped.

    Run either of the following commands with the volume ID specified.

    If you use the CLI, you can specify the name of the volume instead of its ID.

    REST API: GET /v1/objects/volumes/<id>

    CLI: volume_show