pg /c database 通过。似乎是pg使用 open/write 写入了某个文件,通过 fopen/fscanf 绕过了hook路径导致的。出现了新的段错误。
This commit is contained in:
19
fio_script/libaio.fio
Executable file
19
fio_script/libaio.fio
Executable file
@@ -0,0 +1,19 @@
|
||||
[global]
|
||||
thread=1
|
||||
group_reporting=1
|
||||
direct=1
|
||||
verify=0
|
||||
time_based=1
|
||||
runtime=10
|
||||
bs=16K
|
||||
size=16384
|
||||
iodepth=64
|
||||
rw=randwrite
|
||||
filename=kingfs
|
||||
ioengine=libaio
|
||||
|
||||
[test]
|
||||
stonewall
|
||||
description="variable bs"
|
||||
bs=16K
|
||||
|
||||
Reference in New Issue
Block a user