Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.2] Fix migration when VM has rng devices and hotplugged block volume #11242

Commits on Feb 14, 2024

  1. Fix migration breaking when VM has rng devices and hotplugged block v…

    …olume
    
    To achieve hotplug functionality on cgroupsv2, we reconstruct the container device allowlist to add the new disk.
    Today, we "forget" to re-add /dev/urandom to this list depending on whether it's needed (rng device in vmi).
    
    Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
    akalenyu authored and kubevirt-bot committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    28c2a53 View commit details
    Browse the repository at this point in the history
  2. hotplug migration tests: remove old runc W/A, stop using deprecated t…

    …est funcs
    
    kubevirt@561af54#r136132728
    
    Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
    akalenyu authored and kubevirt-bot committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2f0fd3d View commit details
    Browse the repository at this point in the history
  3. hotplug migration tests: exercise rng device whitelist in hotplug mig…

    …ration test
    
    Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
    akalenyu authored and kubevirt-bot committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    36ec4d8 View commit details
    Browse the repository at this point in the history