Thanks Ken! The patch here https://github.com/ceph/ceph/pull/26635 has a version guard so with newer cherrypy installations the fix is disabled. AFAICT cherrypy is in base centos 7 (http://mirror.centos.org/centos/7/os/x86_64/Packages/python-cherrypy-3.2.2-4.el7.noarch.rpm) but cherrypy is outdated there. I'm not familiar at all with the difficulties / time horizons required to change / upgrade / augment packages in centos 7 base. On Tue, Feb 26, 2019 at 9:21 AM Ken Dreyer <kdreyer@xxxxxxxxxx> wrote: > > On Thu, Feb 21, 2019 at 3:23 PM Noah Watkins <nwatkins@xxxxxxxxxx> wrote: > > > > As discussed previously on ceph-devel, cherrypy on centos is a relic, > > To follow up on this situation of packaging CherryPy on CentOS: > > I've packaged the latest CherryPy 18.1.0 and all the dependencies for > Fedora Rawhide into > https://copr.fedorainfracloud.org/coprs/ktdreyer/python-cherrypy/ > > The next step is to push these into Fedora, and then we'll be in > better shape for CentOS 8. > > I haven't looked in depth at the CentOS 7 situation. > > - Ken