-
Bug
-
Resolution: Unresolved
-
Major
-
4.18.0
-
None
-
Approved
-
False
-
Description of problem:
openshift virt allows hotplugging block volumes into it's pods, which relies on the fact that changing the cgroup corresponding to the pid of the container suffices. crun is test driving some changes it integrated recently; it's configuring two cgroups, `*.scope` and sub cgroup called `container` while before, the parent existed as sort of a no op (wasn't configured, so, all devices were allowed, for example) This results in the volume hotplug breaking since applying the device filter to the sub cgroup is not enough anymore
Version-Release number of selected component (if applicable):
4.18.0 RC2
How reproducible:
100%
Steps to Reproduce:
1. Block volume hotplug to VM 2. 3.
Actual results:
Failure
Expected results:
Success
Additional info:
https://kubevirt.io/user-guide/storage/hotplug_volumes/
- blocks
-
OCPBUGS-47458 crun >= 1.18 breaks critical openshift virt feature
- ASSIGNED
- is cloned by
-
OCPBUGS-47458 crun >= 1.18 breaks critical openshift virt feature
- ASSIGNED
- is related to
-
CNV-53355 Block volume hotplug broken with crun >= 1.18
- Verified
- links to