change disk_domain relocation_task
Function
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:
|
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:/>