blob: 5f7df395a26886404ce0c9d607a0ad8a84e53b06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
QA output created by 169
# creating new file for io
# appending 15k to new file, sync every 5k
wrote 5120/5120 bytes at offset 0
wrote 5120/5120 bytes at offset 5120
wrote 5120/5120 bytes at offset 10240
stat.size = 15360
# remounting scratch
# stating file to confirm correct size
stat.size = 15360
# appending 10 bytes to new file, sync at 5 bytes
wrote 5/5 bytes at offset 0
wrote 5/5 bytes at offset 5
stat.size = 10
# remounting scratch
# stating file to confirm correct size
stat.size = 10
|