forked from openstack/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters