datnus
Contributor
- Joined
- Jan 25, 2013
- Messages
- 102
Hi everyone,
I use Freenas 8.3 with SSD as ZIL
1) I have set the zvol with sync=standard
2) However, I dont see the ZIL activity on iscsi write?
The log in red is almost static.
zpool iostat -v 1
3) The gstat shows another picture.
The ZIL in SSD is slow with only 219 IOPS???
Could you please help me to get the most from SSD ZIL?
The SSD ZIL should deliver 20,000-30,000 IOPS, right?
Thanks so much.
I use Freenas 8.3 with SSD as ZIL
1) I have set the zvol with sync=standard
Code:
zfs get sync Data/Data2a NAME PROPERTY VALUE SOURCE Data/Data2a sync standard local
2) However, I dont see the ZIL activity on iscsi write?
The log in red is almost static.
zpool iostat -v 1
Code:
capacity operations bandwidth
pool alloc free read write read write
-------------------------------------- ----- ----- ----- ----- ----- -----
Data 2.83T 4.42T 8 497 71.9K 1.78M
raidz2 2.83T 4.42T 8 497 71.9K 1.78M
gptid/5d286cbc-d12b-11e2-a991-002590acf452 - - 5 262 12.0K 354K
gptid/5daa47a2-d12b-11e2-a991-002590acf452 - - 0 259 0 357K
gptid/5e24dc3c-d12b-11e2-a991-002590acf452 - - 0 259 0 357K
gptid/5e9e6423-d12b-11e2-a991-002590acf452 - - 4 259 21.0K 354K
gptid/5f1fced4-d12b-11e2-a991-002590acf452 - - 1 258 24.0K 346K
gptid/5f949238-d12b-11e2-a991-002590acf452 - - 4 258 21.0K 339K
gptid/5fcda25d-d12b-11e2-a991-002590acf452 - - 6 275 15.0K 360K
gptid/5ff13459-d12b-11e2-a991-002590acf452 - - 6 271 11.5K 359K
logs - - - - - -
mirror 36K 31.7G 0 0 0 0
gptid/324049f9-d12d-11e2-a991-002590acf452 - - 0 0 0 0
gptid/74ddf668-d12d-11e2-a991-002590acf452 - - 0 0 0 0
cache - - - - - -
gpt/cache0 116G 7.98M 57 0 496K 0
gpt/cache1 116G 6.91M 48 20 432K 1.09M
-------------------------------------- ----- ----- ----- ----- ----- -----
3) The gstat shows another picture.
The ZIL in SSD is slow with only 219 IOPS???
Code:
dT: 1.001s w: 1.000s
L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name
0 7 7 56 0.3 0 0 0.0 0.2| mfid0
10 219 2 1 9.6 215 415 32.2 85.8| mfid1 => my SSD ZIL
0 0 0 0 0.0 0 0 0.0 0.0| mfid0p1
0 7 7 56 0.3 0 0 0.0 0.2| mfid0p2
0 0 0 0 0.0 0 0 0.0 0.0| mfid1p1
10 219 2 1 9.6 215 415 32.2 85.9| mfid1p2
10 237 2 1 7.7 233 427 30.8 89.5| mfid2
10 224 2 1 9.7 220 356 31.2 90.6| mfid3
10 223 1 0 4.4 220 358 30.0 85.4| mfid4
10 230 0 0 0.0 228 420 32.3 97.7| mfid5
10 212 0 0 0.0 210 284 32.1 87.0| mfid6
Could you please help me to get the most from SSD ZIL?
The SSD ZIL should deliver 20,000-30,000 IOPS, right?
Thanks so much.