mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 06:50:22 +00:00
9aac9d5bda
Test the extraction of data about changed block tracking bitmaps. The first test case adds a simple scenario of multiple bitmaps in one layer. The test data will be also later reused for testing the code that determines which bitmaps to merge for an incremental backup. The sequence of bitmaps was created by the libvirt checkpoint API with the following sequence of commands: virsh checkpoint-create-as VM --name a virsh checkpoint-create-as VM --name b virsh checkpoint-create-as VM --name c virsh checkpoint-create-as VM --name d virsh checkpoint-create-as VM --name current Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
7 lines
358 B
Plaintext
7 lines
358 B
Plaintext
libvirt-1-format:
|
|
current: record:1 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
|
d: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
|
c: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
|
b: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
|
a: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|