You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/altinity-kb-setup-and-maintenance/multidisk-jbod-balancing.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,15 @@ Example of least_used policy:
72
72
73
73
## Manual Rebalancing Parts over JBOD Disks
74
74
75
+
Following query will select large parts in target_tables and target_databases that can be candidates to move to another disk. Disk chosen should comply with the following requirements:
76
+
- Should only select valid moves for the same storage_policy used by that table
77
+
- storage_policy must be JBODs type
78
+
- moves to other disks in the same volume
79
+
- select a different disk, i.e not the same disk as the one that part is in
80
+
- select the disk to move the part to by order of largest free_space on that disk
81
+
82
+
Set `target_tables` and `target_databases` based on requirements.
0 commit comments