John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 1 | --- Setting up images --- |
| 2 | |
| 3 | Done |
| 4 | |
| 5 | --- Launching VM --- |
| 6 | |
| 7 | Done |
| 8 | |
| 9 | --- Setting up Fleecing Graph --- |
| 10 | |
Max Reitz | e21b5f3 | 2018-10-22 14:53:07 +0100 | [diff] [blame] | 11 | {"return": {}} |
| 12 | {"return": {}} |
John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 13 | |
| 14 | --- Setting up NBD Export --- |
| 15 | |
Max Reitz | e21b5f3 | 2018-10-22 14:53:07 +0100 | [diff] [blame] | 16 | {"return": {}} |
| 17 | {"return": {}} |
John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 18 | |
| 19 | --- Sanity Check --- |
| 20 | |
| 21 | read -P0x5d 0 64k |
| 22 | read -P0xd5 1M 64k |
| 23 | read -P0xdc 32M 64k |
| 24 | read -P0xcd 0x3ff0000 64k |
| 25 | read -P0 0x00f8000 32k |
| 26 | read -P0 0x2010000 32k |
| 27 | read -P0 0x3fe0000 64k |
| 28 | |
| 29 | --- Testing COW --- |
| 30 | |
| 31 | write -P0xab 0 64k |
Max Reitz | e21b5f3 | 2018-10-22 14:53:07 +0100 | [diff] [blame] | 32 | {"return": ""} |
John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 33 | write -P0xad 0x00f8000 64k |
Max Reitz | e21b5f3 | 2018-10-22 14:53:07 +0100 | [diff] [blame] | 34 | {"return": ""} |
John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 35 | write -P0x1d 0x2008000 64k |
Max Reitz | e21b5f3 | 2018-10-22 14:53:07 +0100 | [diff] [blame] | 36 | {"return": ""} |
John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 37 | write -P0xea 0x3fe0000 64k |
Max Reitz | e21b5f3 | 2018-10-22 14:53:07 +0100 | [diff] [blame] | 38 | {"return": ""} |
John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 39 | |
| 40 | --- Verifying Data --- |
| 41 | |
| 42 | read -P0x5d 0 64k |
| 43 | read -P0xd5 1M 64k |
| 44 | read -P0xdc 32M 64k |
| 45 | read -P0xcd 0x3ff0000 64k |
| 46 | read -P0 0x00f8000 32k |
| 47 | read -P0 0x2010000 32k |
| 48 | read -P0 0x3fe0000 64k |
| 49 | |
| 50 | --- Cleanup --- |
| 51 | |
Max Reitz | e21b5f3 | 2018-10-22 14:53:07 +0100 | [diff] [blame] | 52 | {"return": {}} |
| 53 | {"data": {"device": "drive0", "len": 67108864, "offset": 393216, "speed": 0, "type": "backup"}, "event": "BLOCK_JOB_CANCELLED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} |
| 54 | {"return": {}} |
| 55 | {"return": {}} |
John Snow | bacebde | 2018-07-02 15:46:30 -0400 | [diff] [blame] | 56 | |
| 57 | --- Confirming writes --- |
| 58 | |
| 59 | read -P0xab 0 64k |
| 60 | read -P0xad 0x00f8000 64k |
| 61 | read -P0x1d 0x2008000 64k |
| 62 | read -P0xea 0x3fe0000 64k |
| 63 | read -P0xd5 0x108000 32k |
| 64 | read -P0xdc 32M 32k |
| 65 | read -P0xcd 0x3ff0000 64k |
| 66 | |
| 67 | Done |