Resuming drive data relocation (Bare metal) (CLI or REST API)

Virtual Storage Platform One SDS Block Storage Administrator Guide

Version
1.17.x
Audience
anonymous
Part Number
MK-24VSP1SDS002-04

You can resume suspended drive data relocation as follows.

  • Required role: Storage or Service

  1. Obtain a list of information about the protection domain, and verify the ID of the protection domain and driveDataRelocationStatus.

    REST API: GET /v1/objects/protection-domains

    CLI: protection_domain_list

    When driveDataRelocationStatus is "Suspended", go to the next step.

  2. Resume drive data relocation.

    Run either of the following commands with the protection domain ID specified.

    REST API: POST /v1/objects/protection-domains/<id>/actions/resume-drive-data-relocation/invoke

    CLI: protection_domain_resume_drive_data_relocation

    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 a list of information about the protection domain, and verify driveDataRelocationStatus.

    REST API: GET /v1/objects/protection-domains

    CLI: protection_domain_list

    Verify that driveDataRelocationStatus is "Stopped" or "Running."