Description of problem: On an OpenShift 4.11.0-rc.1 configured with OVN-Kubernetes, we observed regression in the etcd disk latencies from 4.10 to 4.11. When comparing to Openshift SDN, etcd latencies p99 is more than double that of an OpenShift SDN cluster installed with the same version and scale. Version-Release number of selected component (if applicable): 4.11.0-rc.1 How reproducible: 100% Steps to Reproduce: 1. Install a 4.11.0-rc.1 cluster with r5.4xlarge masters 2. Scale cluster to 252 nodes 3. Apply cluster-density e2e-benchmarking workload with 4000 iterations Actual results: etcd disk fsync and disk commit latencies have p99s of 22.5ms and 35.9ms, respectively. Expected results: etcd disk fsync and disk commit latencies stay within SLOs of 10ms and 20ms, respectively.