Comment 14 for bug 1844368

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

Reviewed: https://review.opendev.org/737071
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=bb1263b8d4211c198dc8d5e25b9ac4cd120ae56b
Submitter: Zuul
Branch: stable/train

commit bb1263b8d4211c198dc8d5e25b9ac4cd120ae56b
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)