-
Notifications
You must be signed in to change notification settings - Fork 195
metrics: Update the expected midval for CI jobs using virtio-fs #2924
metrics: Update the expected midval for CI jobs using virtio-fs #2924
Conversation
Disabling the DAX option of `virtio-fsd` has direct impact to the memory foot-print and I/O performance. We need to adjust the expected `midval` for our metrics CI jobs on `cloud-hypervisor` and `qemu with virtiofs`. Depends-on: github.com/kata-containers/runtime#2997 Fixes: kata-containers#2923 Signed-off-by: Bo Chen <[email protected]>
/test-ubuntu-metrics |
/test-ubuntu |
The update reference data is based on multiple runs of the metrics CI in kata-runtime. The data for
*Note: the last row is clearly an outlier comparing with other data (log), and hence I did not include it when computing the average The data for
/cc @GabyCT @jcvenegas |
/test-metrics-virtiofs |
The updated number looks to be working fine. I run the metrics CI for both |
In general, both for @jcvenegas Can you please take a look at the updated numbers, and see whether that aligns with your observations from your experiments on virtiofsd? |
virtiofs DAX support is not stable today, there are a few corner cases to make it default. Depends-on: github.com/kata-containers/tests#2924 Fixes: kata-containers#2999 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
Remove the DNM to land it along with the other PR in runtime: kata-containers/runtime#2997. |
virtiofs DAX support is not stable today, there are a few corner cases to make it default. Depends-on: github.com/kata-containers/tests#2924 Fixes: kata-containers#2999 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
virtiofs DAX support is not stable today, there are a few corner cases to make it default. Depends-on: github.com/kata-containers/tests#2924 Fixes: kata-containers#2999 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
virtiofs DAX support is not stable today, there are a few corner cases to make it default. Depends-on: github.com/kata-containers/tests#2924 Fixes: kata-containers#2999 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
virtiofs DAX support is not stable today, there are a few corner cases to make it default. Depends-on: github.com/kata-containers/tests#2924 Fixes: kata-containers#2999 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
Disabling the DAX option of
virtio-fsd
has direct impact to the memoryfoot-print and I/O performance. We need to adjust the expected
midval
for our metrics CI jobs on
cloud-hypervisor
andqemu with virtiofs
.Depends-on: github.com/kata-containers/runtime#2997
Fixes: #2923
Signed-off-by: Bo Chen [email protected]