crc-org / osp4

Proof of Concept repository of CodeReady Containers [Archived]
Apache License 2.0
26 stars 16 forks source link

Cluster is unresponsive after sometime on VirtualBox hypervisor #5

Open LalatenduMohanty opened 5 years ago

LalatenduMohanty commented 5 years ago

While trying the instance on Virtualbox + macOS the network interfaces of the VMs does not work anymore after 1200secs of use. OIt looks like a timer triggers and the network driver gets reset, which causes the IP address to disappear and renders the instance unusable.

After we do ifdown/ifup for the interface, the instance works again and this never re-occurs. A screenshot and dmesg log can be found here: https://gist.github.com/gbraad/e492ea1e3444aa80a1d8cd7d48956982

We have tried different hardware emulation for the NIC, but all have the same problem (e1000, virtio, pcnet).

Workaround

gbraad commented 5 years ago

https://bugzilla.redhat.com/show_bug.cgi?id=1664548