summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/254.out
blob: d7394cf00263d389faf3f8c3017a6713b65b2e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{"execute": "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "drive0"}}
{"return": {}}
{
  "execute": "transaction",
  "arguments": {
    "actions": [
      {
        "data": {
          "device": "drive0",
          "snapshot-file": "TEST_DIR/PID-top",
          "snapshot-node-name": "snap"
        },
        "type": "blockdev-snapshot-sync"
      },
      {
        "data": {
          "name": "bitmap0",
          "node": "snap"
        },
        "type": "block-dirty-bitmap-add"
      },
      {
        "data": {
          "bitmaps": [
            {
              "name": "bitmap0",
              "node": "base"
            }
          ],
          "node": "snap",
          "target": "bitmap0"
        },
        "type": "block-dirty-bitmap-merge"
      }
    ]
  }
}
{
  "return": {}
}
query-block: device = drive0, node-name = snap, dirty-bitmaps:
[
  {
    "busy": false,
    "count": 524288,
    "granularity": 65536,
    "name": "bitmap0",
    "persistent": false,
    "recording": true,
    "status": "active"
  }
]