@@ -368,7 +368,7 @@ xmover recommend --prioritize-zones --execute
368368
369369### Connection String Format
370370
371- ```
371+ ``` text
372372https://hostname:port
373373```
374374
@@ -407,31 +407,31 @@ xmover analyze
407407### Common Issues and Solutions
408408
4094091 . ** Zone Conflicts**
410- ```
410+ ``` text
411411 Error: "NO(a copy of this shard is already allocated to this node)"
412412 ```
413413 - ** Cause** : Target node already has a copy of the shard
414414 - ** Solution** : Use ` xmover zone-analysis --show-shards ` to find alternative targets
415415 - ** Prevention** : Always use ` xmover validate-move ` before executing moves
416416
4174172 . ** Zone Allocation Limits**
418- ```
418+ ``` text
419419 Error: "too many copies of the shard allocated to nodes with attribute [zone]"
420420 ```
421421 - ** Cause** : CrateDB's zone awareness prevents too many copies in same zone
422422 - ** Solution** : Move shard to a different availability zone
423423 - ** Prevention** : Use ` xmover recommend ` which respects zone constraints
424424
4254253 . ** Insufficient Space**
426- ```
426+ ``` text
427427 Error: "not enough disk space"
428428 ```
429429 - ** Cause** : Target node lacks sufficient free space
430430 - ** Solution** : Choose node with more capacity or free up space
431431 - ** Check** : ` xmover analyze ` to see available space per node
432432
4334334 . ** High Disk Usage Blocking Moves**
434- ```
434+ ``` text
435435 Error: "Target node disk usage too high (85.3%)"
436436 ```
437437 - ** Cause** : Target node exceeds default 85% disk usage threshold
@@ -465,7 +465,7 @@ XMover uses configurable safety thresholds to prevent risky moves:
465465xmover recommend --max-disk-usage 90 --prioritize-space
466466
467467# For urgent space relief
468- xmover validate-move SCHEMA.TABLE SHARD_ID FROM TO --max-disk-usage 95
468+ xmover validate-move < SCHEMA.TABLE> < SHARD_ID> < FROM> < TO > --max-disk-usage 95
469469```
470470
471471** When to Adjust Thresholds:**
0 commit comments