-
Notifications
You must be signed in to change notification settings - Fork 374
take longer time got io response when exec a process in container on clh with dax enabled #2331
Comments
Hi @sboeuf ,have you ever met this issue? |
@lifupan no I haven't run into this issue. Did you compare the same use case with QEMU/virtio-fs? |
@sboeuf I had tried qemu, and it worked well with cache size of 1024M. I had tired it but got error: $ sudo docker exec -ti d4076cc5eb04 sh |
I have seen similar behaivor, by time to time it takes a long time to reponse, but I was able to reproduce it, but also I see some times a container takes a long time to boot. I have ignore this for now as we are looking for another rece condition that seems to happen at stop ( but I what I found is that the agent stop responding) I am not sure if this is related with this, do you have a consistent reproducible way get more debug information @lifupan ? |
@jcvenegas
|
@lifupan could you give this a new try based on the latest |
Description of problem
It will take more than 10 seconds got io response on cloud hypervisor with dax enabled.
reproduce steps:
1: run a pod with crictl runp;
2: create a container in this pod;
3. start the container;
4: exec a process in the container with tty enabled;
It would take more than 10 seconds for the io response.
After disabled the virtiofs dax cache mode, it would worked well.
Expected result
(replace this text with an explanation of what you thought would happen)
Actual result
(replace this text with details of what actually happened)
The text was updated successfully, but these errors were encountered: