You can resume suspended drive data relocation as follows.
-
Required role: Storage or Service
-
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.
-
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.
-
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.
-
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."