-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackman.yml
642 lines (641 loc) · 34.1 KB
/
packman.yml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
options:
py-bytecompile: false
packages:
# We can easily issue 'packman --src ~ build ~/cea/rpm/packman.yml' to generate the rpms
fb-FioSynthFlash:
packager: chips_tools
build_architectures: [x86_64, aarch64]
summary: FB fio Synthetic Benchmark Suite for Flash
# requires: fio >= 3.11
rules:
buck2:cea/storage_benchmarks/fb-FioSynthFlash:fiosynth:
cea/storage_benchmarks/fb-FioSynthFlash/fiosynth.par:
path: 'bin/fiosynth'
buck2:cea/storage_benchmarks/fb-FioSynthFlash:healthTools:
cea/storage_benchmarks/fb-FioSynthFlash/healthTools.par:
path: 'bin/healthTools'
buck2:cea/storage_benchmarks/fb-FioSynthFlash:FioFlashJsonParser:
cea/storage_benchmarks/fb-FioSynthFlash/FioFlashJsonParser.par:
path: 'bin/FioFlashJsonParser'
buck2:cea/storage_benchmarks/fb-FioSynthFlash:GetFlashConfig:
cea/storage_benchmarks/fb-FioSynthFlash/GetFlashConfig.par:
path: 'bin/GetFlashConfig'
static:
cea/storage_benchmarks/fb-FioSynthFlash/fiosynth.py:
path: '/usr/local/fb-FioSynthFlash/fiosynth.py'
mode: '0744'
cea/storage_benchmarks/fb-FioSynthFlash/fiosynth_lib/__init__.py:
path: '/usr/local/fb-FioSynthFlash/fiosynth_lib/__init__.py'
mode: '0744'
cea/storage_benchmarks/fb-FioSynthFlash/fiosynth_lib/fiosynth.py:
path: '/usr/local/fb-FioSynthFlash/fiosynth_lib/fiosynth.py'
mode: '0744'
cea/storage_benchmarks/fb-FioSynthFlash/fiosynth_lib/fio_json_parser.py:
path: '/usr/local/fb-FioSynthFlash/fiosynth_lib/fio_json_parser.py'
mode: '0744'
cea/storage_benchmarks/fb-FioSynthFlash/fiosynth_lib/flash_config.py:
path: '/usr/local/fb-FioSynthFlash/fiosynth_lib/flash_config.py'
mode: '0744'
cea/storage_benchmarks/fb-FioSynthFlash/fiosynth_lib/health_tools.py:
path: '/usr/local/fb-FioSynthFlash/fiosynth_lib/health_tools.py'
mode: '0744'
cea/storage_benchmarks/fb-FioSynthFlash/README-READHAMMER.txt:
path: '/usr/local/fb-FioSynthFlash/README-READHAMMER.txt'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/README.md:
path: '/usr/local/fb-FioSynthFlash/README.md'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/Release_Notes.txt:
path: '/usr/local/fb-FioSynthFlash/Release_Notes.txt'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/smartAll.sh:
path: '/usr/local/fb-FioSynthFlash/smartAll.sh'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/BurstTrim:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/BurstTrim'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/bursttrim.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/bursttrim.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/LE_Flash:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/LE_Flash'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_noTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_noTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_wTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_wTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/LE_Flash_Short:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/LE_Flash_Short'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_noTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_noTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/LE_Flash_Short_wTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/LE_Flash_Short_wTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_RAM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_RAM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_SIT:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_SIT'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_90:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_90'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/LE_Flash_Single:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/LE_Flash_Single'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/precondition_full:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/precondition_full'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/PeakWklds:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/PeakWklds'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/SpinCycle:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/SpinCycle'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/prep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/prep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/writehammer:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/writehammer'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/readhammer:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/readhammer'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/TrimRate:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/TrimRate'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HDDPeakWklds:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HDDPeakWklds'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/RAIDPeakWklds:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/RAIDPeakWklds'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/PeakWklds_RAM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/PeakWklds_RAM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Messenger_Movement_noTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Messenger_Movement_noTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Messenger_Movement_wTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Messenger_Movement_wTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/MyRocks:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/MyRocks'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Wildcard:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Wildcard'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Wildcard_Normal:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Wildcard_Normal'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/write_journal:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/write_journal'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/backup:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/backup'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Warmstorage_HXFS_HDD:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Warmstorage_HXFS_HDD'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/RTL:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/RTL'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Low_Latency_Short_wTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Low_Latency_Short_wTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Boot_SSD:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Boot_SSD'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Warmstorage_HDD:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Warmstorage_HDD'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Warmstorage_HXFS_SSD:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Warmstorage_HXFS_SSD'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/UDB_Boot:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/UDB_Boot'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/UBOOTT_Workload_loop:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/UBOOTT_Workload_loop'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/USSDT_Workload_loop:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/USSDT_Workload_loop'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/USSDT_Workload_loop_OCP2.6:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/USSDT_Workload_loop_OCP2.6'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Wedge_Boot:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Wedge_Boot'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Twshared_Boot:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Twshared_Boot'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Twfeed_Boot:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Twfeed_Boot'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Twshared_Pkg_Boot:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Twshared_Pkg_Boot'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_2H19:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_2H19'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_2H20:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_2H20'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_1H20:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_1H20'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_Sweep_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_Sweep_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Cache_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Cache_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Cache_Sweep_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Cache_Sweep_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/MyRocks_Full_Sweep_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/MyRocks_Full_Sweep_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/PeakWklds_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/PeakWklds_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search_Full_Sweep_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search_Full_Sweep_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search_Sweep_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search_Sweep_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search_2H19:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search_2H19'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search_2H20:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search_2H20'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Cache:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Cache'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Cache_2H20:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Cache_2H20'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Rsw_Cp:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Rsw_Cp'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Twi_Iris:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Twi_Iris'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/SpinCycleFlash:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/SpinCycleFlash'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Rsw_Cp_wTRIM:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Rsw_Cp_wTRIM'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Stacking:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Stacking'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_Sweep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/HE_Flash_Short_wTRIM_Sweep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/MyRocks_Full_Sweep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/MyRocks_Full_Sweep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Cache_Sweep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Cache_Sweep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search_Sweep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search_Sweep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Search_Full_Sweep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Search_Full_Sweep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Twshared_Pkg_Boot_Full_Sweep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Twshared_Pkg_Boot_Full_Sweep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/WSF:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/WSF'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/WSF_2H21:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/WSF_2H21'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/WSF_2H21_8TB:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/WSF_2H21_8TB'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/WSF_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/WSF_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/WSF_LASER_RO_2H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/WSF_LASER_RO_2H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/WSCACHE_1H22:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/WSCACHE_1H22'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Idyno_Boot:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Idyno_Boot'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Idyno_Boot_Full_Sweep:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Idyno_Boot_Full_Sweep'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Fio_4C:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Fio_4C'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Fio_4C_boot:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Fio_4C_boot'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/RandRead_Fio4C:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/RandRead_Fio4C'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/RandRW_70_30_Fio4C:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/RandRW_70_30_Fio4C'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/RandRW_Fio4C:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/RandRW_Fio4C'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/RandWrite_Fio4C:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/RandWrite_Fio4C'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Read_Fio4C:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Read_Fio4C'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/Write_Fio4C:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/Write_Fio4C'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/RSC_Sweep_1H24:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/RSC_Sweep_1H24'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen_prep_flash.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen_prep_flash.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen_randread.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen_randread.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen_randrw_70_30.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen_randrw_70_30.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen_randrw.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen_randrw.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen_randwrite.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen_randwrite.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen_read.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen_read.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen_write.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen_write.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/wkldsuites/iocost:
path: '/usr/local/fb-FioSynthFlash/wkldsuites/iocost'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/70_30.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/70_30.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/70_30_HE.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/70_30_HE.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/70_30_LE.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/70_30_LE.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/DRAMwTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/DRAMwTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/prep_flash.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/prep_flash.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/prep_flash_rand.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/prep_flash_rand.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/prep_rand.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/prep_rand.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/prep.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/prep.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/randread.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/randread.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/randwrite.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/randwrite.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/writehammer.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/writehammer.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/readhammer.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/readhammer.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/RR_SW_HE.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/RR_SW_HE.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/RR_SW_LE.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/RR_SW_LE.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/seqread.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/seqread.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/seqwrite.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/seqwrite.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/trim.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/trim.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/trimrate.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/trimrate.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVI.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVI.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIwTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIwTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_precon.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_precon.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVI_Read.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVI_Read.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVI90.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVI90.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVI90_precon.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVI90_precon.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement_precon.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement_precon.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement_wTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement_wTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement_wTRIM_precon.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIII_Messenger_Movement_wTRIM_precon.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/search2.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/search2.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/searchindex_noTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/searchindex_noTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/searchlm_wTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/searchlm_wTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/searchindex_wTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/searchindex_wTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/searchdoc_noTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/searchdoc_noTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/searchdoc_wTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/searchdoc_wTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/MyRocks_noTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/MyRocks_noTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/MyRocks_wTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/MyRocks_wTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/FLeaf_noTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/FLeaf_noTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/FLeaf_wTRIM.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/FLeaf_wTRIM.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/HDD_70_30.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/HDD_70_30.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/HDD_randread.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/HDD_randread.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/HDD_randwrite.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/HDD_randwrite.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/HDD_seqread.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/HDD_seqread.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/HDD_seqwrite.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/HDD_seqwrite.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/backup.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/backup.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/backup_write_journal.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/backup_write_journal.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/seqwrite_write_journal.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/seqwrite_write_journal.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/ws_hxfs_hdd.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/ws_hxfs_hdd.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/ws_hxfs_hdd_heavy.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/ws_hxfs_hdd_heavy.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wildcard.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wildcard.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wildcard_normal.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wildcard_normal.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wildcard.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wildcard.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/coldstorage.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/coldstorage.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/twfeed.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/twfeed.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/twshared.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/twshared.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/rsw_burst.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/rsw_burst.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/ws_hxfs_ssd.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/ws_hxfs_ssd.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/ws_xfs_hdd.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/ws_xfs_hdd.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/udb_boot.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/udb_boot.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/twshared-pkg.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/twshared-pkg.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/FLeaf_wTRIM_2H19.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/FLeaf_wTRIM_2H19.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/MyRocks_wTRIM_2H19.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/MyRocks_wTRIM_2H19.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/MyRocks_noTRIM_2H19.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/MyRocks_noTRIM_2H19.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_2H19.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_2H19.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/bcache.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/bcache.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/rsw_cp.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/rsw_cp.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/rsw_cp_precon.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/rsw_cp_precon.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/twi_iris.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/twi_iris.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/twi_iris_precon.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/twi_iris_precon.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/rsw_cp_wtrim.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/rsw_cp_wtrim.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/rsw_cp_vtrim.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/rsw_cp_vtrim.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/stacking.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/stacking.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wsf-t.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wsf-t.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wsf-tl.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wsf-tl.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wsf-tl_2H21.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wsf-tl_2H21.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wsf-tl_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wsf-tl_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wsf-laser-ro_2H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wsf-laser-ro_2H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/wscache_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/wscache_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/idyno.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/idyno.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/idyno_sweep.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/idyno_sweep.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/70_30_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/70_30_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/FLeaf_wTRIM_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/FLeaf_wTRIM_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/MyRocks_wTRIM_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/MyRocks_wTRIM_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/bcache_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/bcache_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/prep_flash_rand_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/prep_flash_rand_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/randread_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/randread_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/randwrite_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/randwrite_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/searchlm_wTRIM_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/searchlm_wTRIM_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/seqread_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/seqread_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/seqwrite_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/seqwrite_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_precon_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/TypeVIwTRIM_precon_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/prep_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/prep_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/prep_flash_io_uring.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/prep_flash_io_uring.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/searchindex_wTRIM_1H22.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/searchindex_wTRIM_1H22.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/Max_Latency_ReadTrim.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/Max_Latency_ReadTrim.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/Max_Latency_write.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/Max_Latency_write.fio'
mode: '0644'
cea/storage_benchmarks/fb-FioSynthFlash/jobfiles/gen.fio:
path: '/usr/local/fb-FioSynthFlash/jobfiles/gen.fio'
mode: '0644'