David Galloway
David Galloway
Rebase on https://github.com/ceph/ceph/pull/47625 to resolve make check failure
``` CMake Error at /opt/ceph/lib/x86_64-linux-gnu/cmake/Boost-1.79.0/BoostConfig.cmake:141 (find_package): Found package configuration file: /opt/ceph/lib/x86_64-linux-gnu/cmake/boost_python-1.79.0/boost_python-config.cmake but it set boost_python_FOUND to FALSE so package "boost_python" is considered to be NOT FOUND. Reason given by package:...
Pretty sure I fixed the `make check` failure by rebuilding boost on Ubuntu 22.04 with python3.10 installed. I retriggered `make check` for this job but Jenkins is a bit backed...
The `make check` failure is legitimately due to the code change. ``` /home/jenkins-build/build/workspace/ceph-pull-requests/src/mon/PGMap.cc:3348:32: error: unused variable 'sum' [-Werror,-Wunused-variable] const object_stat_sum_t& sum = pstat->stats.sum; ^ 1 error generated. ```
Rebase on https://github.com/ceph/ceph/pull/47625 to resolve API failure
Once I make that change, do I just need to restart the mailman-web container? Can/should we revert https://github.com/maxking/docker-mailman/pull/346?
So far so good I think! I did this on Monday. Yesterday I saw this: ``` [ERROR/MainProcess] Failed indexing 1 - 25 (retry 5/5): Unable to get write lock on...
Spoke too soon. I'm still seeing this roughly every day. ``` Sat Jan 25 13:00:00 2020 - [uwsgi-cron] running "./manage.py runjobs minutely" (pid 1146) Sat Jan 25 13:00:00 2020 -...
@maxking Any ideas?
> @Rajpratik71 or @djgalloway, could you let us know what still needs to be done for this PR? There is a lot of interest in this, maybe someone else can...