change disk_domain relocation_task
Function
The change disk_domain relocation_task command is used to manually start or suspend reconstruction, pre-copy, and balancing tasks of a specific disk domain on the current controller.
Format
change disk_domain relocation_task disk_domain_id=? [ action=? ]
Parameters
Parameter |
Description |
Value |
---|---|---|
disk_domain_id=? |
Disk domain ID. |
To obtain the value, run "show disk_domain general". |
action=? |
Starts or suspends task. |
The value can be "start" or "pause", where:
The default value is "start". |
Views
Developer view
Usage Guidelines
None
Example
- Start the reconstruction, pre-copy and balancing tasks for disk domain "0".
developer:/>change disk_domain relocation_task disk_domain_id=0 action=start WARNING: You are about to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in the controller. The suspension operation may compromise disk domain reliability, cause data imbalance in the disk domain, or even interrupt services. This command is used to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in the controller. If you need to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in another controller, run this command on another controller. Suggestion: Before performing this operation, ensure that you need to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in the controller. Do you wish to continue?(y/n)y Command executed successfully. developer:/>
- Suspend the reconstruction, pre-copy and balancing tasks for disk domain "0".
developer:/>change disk_domain relocation_task disk_domain_id=0 action=pause WARNING: You are about to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in the controller. The suspension operation may compromise disk domain reliability, cause data imbalance in the disk domain, or even interrupt services. This command is used to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in the controller. If you need to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in another controller, run this command on another controller. Suggestion: Before performing this operation, ensure that you need to start or suspend reconstruction, pre-copy, and balancing tasks of a specified disk domain in the controller. Do you wish to continue?(y/n)y Command executed successfully. developer:/>
System Response
None