Ashley Pittman
Ashley Pittman
Delete some files which appear stale and move some work into the ci/ directory. Signed-off-by: Ashley Pittman
Have dfuse tell the IL that the pool handle is large so the il will back-off to using a file-based method of reading this. Signed-off-by: Ashley Pittman
Use the information we keep on when files are opened to track how old any data in the kernel page cache might be and only set the keep_cache flag if...
Signed-off-by: Ashley Pittman
Move this to hardware for performance and to see if retry loop is fixed. Test-tag: test_dfuse_daos_build_wt_il Signed-off-by: Ashley Pittman
- DAOS-11204 dfs: Resample file stat after changing size. - Enable test.
This should all be handled via github actions now, so remove from Jenkins. Signed-off-by: Ashley Pittman
Run the daos build in parallel rather than serial. This has had problems with missing dependencies in the past. Test-tag: test_dfuse_daos_build_wt_il Parallel-build: True Signed-off-by: Ashley Pittman
Signed-off-by: Ashley Pittman
When readdir caching is enabled only allow one process to open a directory initially, then on close allow all blocked processes to complete the open. The kernel can cache readdir...