| 1 | |
| 2 | === Cancel mirror job before convergence === |
| 3 | |
| 4 | --- force=false --- |
| 5 | |
| 6 | Cancelling job |
| 7 | {"return": {}} |
| 8 | {"data": {"device": "mirror", "len": 1048576, "offset": 65536, "speed": 65536, "type": "mirror"}, "event": "BLOCK_JOB_CANCELLED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} |
| 9 | |
| 10 | --- force=true --- |
| 11 | |
| 12 | Cancelling job |
| 13 | {"return": {}} |
| 14 | {"data": {"device": "mirror", "len": 1048576, "offset": 65536, "speed": 65536, "type": "mirror"}, "event": "BLOCK_JOB_CANCELLED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} |
| 15 | |
| 16 | === Cancel mirror job after convergence === |
| 17 | |
| 18 | --- force=false --- |
| 19 | |
| 20 | {"data": {"device": "mirror", "len": 1048576, "offset": 1048576, "speed": 0, "type": "mirror"}, "event": "BLOCK_JOB_READY", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} |
| 21 | Cancelling job |
| 22 | {"return": {}} |
| 23 | {"data": {"device": "mirror", "len": 1048576, "offset": 1048576, "speed": 0, "type": "mirror"}, "event": "BLOCK_JOB_COMPLETED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} |
| 24 | |
| 25 | --- force=true --- |
| 26 | |
| 27 | {"data": {"device": "mirror", "len": 1048576, "offset": 1048576, "speed": 0, "type": "mirror"}, "event": "BLOCK_JOB_READY", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} |
| 28 | Cancelling job |
| 29 | {"return": {}} |
| 30 | {"data": {"device": "mirror", "len": 1048576, "offset": 1048576, "speed": 0, "type": "mirror"}, "event": "BLOCK_JOB_CANCELLED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} |
| 31 | |
| 32 | === Cancel mirror job from throttled node by quitting === |
| 33 | |
| 34 | {"return": {}} |