Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 3.23 KB

CHANGELOG-2.6.md

File metadata and controls

78 lines (59 loc) · 3.23 KB

CHANGELOG of v2.6

Previous change logs can be found at CHANGELOG-2.5

Features

Improve

Bugfix

Performance

Hardware

3 nodes (3mds, 9metaserver), each with:

  • Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz
  • 256G RAM
  • disk cache: INTEL SSDSC2BB80 800G (IOPS is about 30000+, bandwidth is about 300 MiB)

Configure

fs.cto: true
fs.lookupCache.negativeTimeoutSec: 1
fs.lookupCache.minUses: 3
fuseClient.supportKVcache: true
client.loglevel: 0

fio

[global]
rw=randread
direct=1
size=50G
iodepth=128
ioengine=libaio
bsrange=4k-4k
ramp_time=10
runtime=300
group_reporting

[disk01]
filename=/path/to/mountpoint/1.txt
fio IOPS/bandwidth avg-latency(ms) clat 99.00th (ms) clat 99.99th (ms)
numjobs=1 / size=50GB / 4k randwrite 4243 0.23 0.176 2
numjobs=1 / size=50GB / 4k randwrite 908 1.0 3.5 104
numjobs=1 / size=50GB / 512k write 412 MiB/s 2.4 19 566
numjobs=1 / size=50GB / 512k read 333 MiB/s 2.9 20 115

mdtest

for i in 1 4 8; do mpirun --allow-run-as-root -np $i mdtest -z 2 -b 3 -I 10000 -d /path/to/mountpoint; done
Case Dir creation Dir stat Dir removal File creation File stat File read File removal Tree creation Tree removal
client*1 341 395991 291 334 383844 3694 309 322 851
client*4 385 123266 288 361 1515592 15056 310 363 16
client*8 415 22138 314 400 2811416 20976 347 355 8