-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
False
-
-
False
-
-
rhel-9
-
None
-
rhel-net-ovs-dpdk
-
-
This ticket is tracking the QE verification effort for the solution to the problem described below.
Currently record/replay functionality can only record and replay
a normal process exit (e.g. by the 'exit' appctl). But in real
deployments it's normal for the process to be stopped by a signal
(e.g. SIGINT or SIGTERM). We need to be able to record that and
replay. OVS intercepts all fatal signals that can be intercepted,
so recording should not be very hard to implement.