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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
PMEMLOG: pool_hdr
$(nW): spoil: pool_hdr.major=$(*)
$(nW): spoil: pool_hdr.compat_features=$(*)
$(nW): spoil: pool_hdr.incompat_features=$(*)
$(nW): spoil: pool_hdr.ro_compat_features=$(*)
$(nW): spoil: pool_hdr.unused=$(*)
checking pool header
incorrect pool header
pool_hdr.major is not valid
pool_hdr.compat_features is not valid
pool_hdr.incompat_features is not valid
pool_hdr.ro_compat_features is not valid
unused area is not filled by zeros
setting pool_hdr.major to 0x1
setting pool_hdr.compat_features to 0x0
setting pool_hdr.incompat_features to 0x0
setting pool_hdr.ro_compat_features to 0x0
setting pool_hdr.unused to zeros
checking pmemlog header
pmemlog header correct
$(nW): repaired
PMEMLOG: pmemlog
$(nW): spoil: pmemlog.start_offset=$(*)
$(nW): spoil: pmemlog.end_offset=$(*)
checking pool header
pool header correct
checking pmemlog header
invalid pmemlog.start_offset: 0x0
invalid pmemlog.end_offset: 0x0
setting pmemlog.start_offset to 0x2000
setting pmemlog.end_offset to 0x200000
$(nW): repaired
PMEMBLK: pool_hdr
$(nW): spoil: pool_hdr.signature=$(*)
$(nW): spoil: pool_hdr.major=$(*)
$(nW): spoil: pool_hdr.compat_features=$(*)
$(nW): spoil: pool_hdr.incompat_features=$(*)
$(nW): spoil: pool_hdr.ro_compat_features=$(*)
$(nW): spoil: pool_hdr.unused=$(*)
checking pool header
incorrect pool header
pool_hdr.signature is not valid
pool_hdr.major is not valid
pool_hdr.compat_features is not valid
pool_hdr.incompat_features is not valid
pool_hdr.ro_compat_features is not valid
unused area is not filled by zeros
setting pool_hdr.signature to PMEMBLK
setting pool_hdr.major to 0x1
setting pool_hdr.compat_features to 0x0
setting pool_hdr.incompat_features to 0x0
setting pool_hdr.ro_compat_features to 0x0
setting pool_hdr.unused to zeros
checking pmemblk header
pmemblk header correct
checking BTT Info headers
arena 0: BTT Info header checksum correct
checking BTT Map and Flog
arena 0: checking BTT Map and Flog
$(nW): repaired
PMEMBLK: pmemblk
$(nW): spoil: pool_hdr.signature=$(*)
$(nW): spoil: pmemblk.bsize=$(*)
checking pool header
incorrect pool header
pool_hdr.signature is not valid
setting pool_hdr.signature to PMEMBLK
checking pmemblk header
invalid pmemblk.bsize
setting pmemblk.b_size to 0x200
checking BTT Info headers
arena 0: BTT Info header checksum correct
checking BTT Map and Flog
arena 0: checking BTT Map and Flog
$(nW): repaired