Closed tam512 closed 9 months ago
The root cause of this issue is this SELinux VM which has enforcing mode. The SELinux limitations is documented here https://openliberty.io/docs/latest/instanton-limitations.html#se
In this case, the checkpoint crashed and prevented Liberty to display the following message which was a fix from https://github.com/OpenLiberty/open-liberty/issues/24522
CWWKE0963E: The server checkpoint request failed because netlink system calls were unsuccessful. If SELinux is enabled in enforcing mode, netlink system calls might be blocked by the SELinux "virt_sandbox_use_netlink" policy setting. Either disable SELinux or enable the netlink system calls with the "setsebool virt_sandbox_use_netlink 1" command.
We need more investigation on why the crash occurred. It is likely from CRIU.
Testing with Open Liberty 24.0.0.2/wlp-1.0.86.cl240220240211-1900
container image, I verified that I do not see the crash in this defect when the SELinux VM has _virt_sandbox_use_netlink --> off
_, but I see the following expected error message instead:
CWWKE0963E: The server checkpoint request failed because netlink system calls were unsuccessful. If SELinux is enabled in enforcing mode, netlink system calls might be blocked by the SELinux "virt_sandbox_use_netlink" policy setting. Either disable SELinux or enable the netlink system calls with the "setsebool virt_sandbox_use_netlink 1" command.
Perform checkpoint on ZLinux VM
and it failed with the following
I have sent full log and information to Shubham Verma and Rahil Shah