blob: 815217ac5129c7f3a3c6eedeba99a7239f914596 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
QA output created by 226
Testing write against COW file
wrote 131072/131072 bytes at offset 0
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
pwrite: Resource temporarily unavailable
File data after write attempt:
0000000 ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab
*
0131072
Testing write against extent shared across snapshots
wrote 65536/65536 bytes at offset 0
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
wrote 65536/65536 bytes at offset 65536
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
wrote 65536/65536 bytes at offset 0
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
pwrite: Resource temporarily unavailable
File data after write attempt:
0000000 ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab
*
0065536 cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd
*
0131072
Testing write against shared extent through reflink
wrote 65536/65536 bytes at offset 0
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
linked 65536/65536 bytes at offset 65536
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
pwrite: Resource temporarily unavailable
File data after write attempt:
0000000 ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab
*
0065536 cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd
*
0131072
Testing write against prealloc extent at eof
wrote 65536/65536 bytes at offset 0
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
wrote 65536/65536 bytes at offset 65536
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
File after write:
0000000 ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab
*
0065536 cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd
*
0131072
Testing writes against ranges with holes
wrote 65536/65536 bytes at offset 0
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
wrote 65536/65536 bytes at offset 65536
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
wrote 65536/65536 bytes at offset 196608
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
pwrite: Resource temporarily unavailable
pwrite: Resource temporarily unavailable
File data after write attempt:
0000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*
0065536 cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd
*
0131072 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*
0196608 ef ef ef ef ef ef ef ef ef ef ef ef ef ef ef ef
*
0262144
|