Lee Sanders

Results 15 comments of Lee Sanders

I've been able to recreate this on my system with a single OSD, single host with squid: ![image](https://github.com/ceph/ceph/assets/156190018/5ed28343-0eb8-411b-94b2-72c1e25242bf) ![image](https://github.com/ceph/ceph/assets/156190018/0a13ab7c-a108-4c9f-90e5-31d72b012a3b) I did have to increase the number of PIDS supported by...

Good news, I based the PR on the latest squid head (I needed to do a git pull --rebase ceph main, to rebase the change ontop of the latest head)...

Also tried a single SSD, I was too able to recreate the problem with the SSD, reporting 385% utilisation on the ceph-osd process and the 3 message worker threads were...

I think the intention of the `with_legacy` flag in the YAML is that new attributes should be added `with_legacy `set to false so that the attributes are using proper "get"...

fio-plot-stats appears to have been broken by updates to numpy, the versions of numpy and pandas are: matplotlib is 3.4.3-4.el9 numpy is 1.26.4 pandas is 2.2.1 Sridhar and I have...

I rebased this PR into the latest and greatest, and it fixes the issue I'm seeing with squid where you cannot do any RGW/Object based work with CBT because the...

Example graph here: ![4cores_8img_1procs_randwrite_iops_vs_lat](https://github.com/user-attachments/assets/85456b4e-1b8f-43ef-a467-44308bb7a533)

Following the process for running unit tests: 1. run tools/serialise_benchmark.py 2. run python -m pytest -p no:cacheprovider tests/ 3. applied change. 4. re-run python -m pytest -p no:cacheprovider tests/

@markhpc @perezjosibm please can you review my PR thanks!