ADMIN-CANCEL-REBALANCE-DISK
ADMIN-CANCEL-REBALANCE-DISK
Name
ADMIN CANCEL REBALANCE DISK
Description
This statement is used to cancel rebalancing disks of specified backends with high priority
Grammar:
ADMIN CANCEL REBALANCE DISK [ON ("BackendHost1:BackendHeartBeatPort1", "BackendHost2:BackendHeartBeatPort2", ...)];
Explain:
- This statement only indicates that the system no longer rebalance disks of specified backends with high priority. The system will still rebalance disks by default scheduling.
Example
- Cancel High Priority Disk Rebalance of all of backends of the cluster
ADMIN CANCEL REBALANCE DISK;
- Cancel High Priority Disk Rebalance of specified backends
ADMIN CANCEL REBALANCE DISK ON ("192.168.1.1:1234", "192.168.1.2:1234");
Keywords
ADMIN,CANCEL,REBALANCE DISK