Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transposefs: Only autosave-xfs 1TiB filesystems
The change in #2320 has been very problematic for OpenShift because our default node configuration is *always* over the threshold, and that causes significant latency on instance provisioning. First, rework the reprovision threshold to operate in terms of disk size, which is much easier to explain and debug than allocation group count. (Which to be clear, *is* the real problem, but disk size is a good enough proxy for this) Then, bump the reprovision threshold to 1TiB. This is comfortably about the default OpenShift node root disk sizes, and returns us to the prior status quo.
- Loading branch information