Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 1 | QA output created by 241 |
| 2 | |
| 3 | === Exporting unaligned raw image, natural alignment === |
| 4 | |
Daniel P. Berrangé | 9960fda | 2022-03-04 19:36:06 +0000 | [diff] [blame] | 5 | exports available: 1 |
| 6 | export: '' |
Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 7 | size: 1024 |
Eric Blake | b0245d6 | 2019-03-30 20:36:36 -0500 | [diff] [blame] | 8 | min block: 1 |
Eric Blake | 8417e13 | 2021-07-01 14:06:55 -0500 | [diff] [blame] | 9 | [{ "start": 0, "length": 1000, "depth": 0, "present": true, "zero": false, "data": true, "offset": OFFSET}, |
| 10 | { "start": 1000, "length": 24, "depth": 0, "present": true, "zero": true, "data": false, "offset": OFFSET}] |
Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 11 | 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0) |
| 12 | |
| 13 | === Exporting unaligned raw image, forced server sector alignment === |
| 14 | |
Daniel P. Berrangé | 9960fda | 2022-03-04 19:36:06 +0000 | [diff] [blame] | 15 | exports available: 1 |
| 16 | export: '' |
Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 17 | size: 1024 |
| 18 | min block: 512 |
Eric Blake | 8417e13 | 2021-07-01 14:06:55 -0500 | [diff] [blame] | 19 | [{ "start": 0, "length": 1024, "depth": 0, "present": true, "zero": false, "data": true, "offset": OFFSET}] |
Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 20 | 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0) |
Eric Blake | 9749636 | 2019-04-10 15:42:17 -0500 | [diff] [blame] | 21 | WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw. |
| 22 | Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted. |
| 23 | Specify the 'raw' format explicitly to remove the restrictions. |
Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 24 | |
| 25 | === Exporting unaligned raw image, forced client sector alignment === |
| 26 | |
Daniel P. Berrangé | 9960fda | 2022-03-04 19:36:06 +0000 | [diff] [blame] | 27 | exports available: 1 |
| 28 | export: '' |
Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 29 | size: 1024 |
Eric Blake | b0245d6 | 2019-03-30 20:36:36 -0500 | [diff] [blame] | 30 | min block: 1 |
Eric Blake | 8417e13 | 2021-07-01 14:06:55 -0500 | [diff] [blame] | 31 | [{ "start": 0, "length": 1000, "depth": 0, "present": true, "zero": false, "data": true, "offset": OFFSET}, |
| 32 | { "start": 1000, "length": 24, "depth": 0, "present": true, "zero": true, "data": false, "offset": OFFSET}] |
Eric Blake | e9dce9c | 2019-03-28 23:27:45 -0500 | [diff] [blame] | 33 | 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0) |
| 34 | *** done |