Comment 13 for bug 1844368

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to swift (stable/ussuri)

Reviewed: https://review.opendev.org/737070
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=b40f25f9e41dcd77a4768b781ffe59f483911c4e
Submitter: Zuul
Branch: stable/ussuri

commit b40f25f9e41dcd77a4768b781ffe59f483911c4e
Author: Tim Burke <email address hidden>
Date: Tue Jun 9 16:45:21 2020 -0700

    py3: (Better) fix percentages in configs

    We previously fixed a bunch of places, but not quite *all* the places;
    at the very least, some account-layer services (like the replicator and
    auditor IIRC) could still bomb out -- and it's important that
    replicators still respect fallocate_reserve!

    Now, do the NicerInterpolation thing every time we call readconf.
    Additionally, clean up the original fix to avoid globally
    monkey-patching configparser.

    Related-Bug: #1844368
    Closes-Bug: #1872553
    Change-Id: I4512e686cde37930f0482909f537220a57fef76b
    (cherry picked from commit 2854eddb4424327fc6dc9b7930fd2874b5b23df4)