Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

runtime: Don' call bindUnmountContainerRootfs if container's rootfs u… #2915

Merged
merged 1 commit into from
Oct 19, 2020

Commits on Sep 9, 2020

  1. runtime: Don' call bindUnmountContainerRootfs for devicemapper device

    buildContainerRootfs don't call bindMountContainerRootfs if container's rootfs use devicemapper
    device in https://github.com/kata-containers/runtime/blob/master/virtcontainers/kata_agent.go#L1300,
    so bindUnmountContainerRootfs should not be called if container's rootfs use devicemapper device
    in https://github.com/kata-containers/runtime/blob/master/virtcontainers/container.go#L1123
    
    Fixes: #2914
    
    Signed-off-by: Shukui Yang <[email protected]>
    keloyang committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3f9f4b8 View commit details
    Browse the repository at this point in the history