• C
    lxc: don't unmount subtree if it contains the source of the mount · e50457dd
    Cédric Bosdonnat 提交于
    The typical case where we had a problem is with such a filesystem
    definition as created by virt-sandbox-service:
    
        <filesystem type='bind' accessmode='passthrough'>
          <source dir='/var/lib/libvirt/filesystems/mysshd/var'/>
          <target dir='/var'/>
        </filesystem>
    
    In this case, we don't want to unmount the /var subtree or we may
    loose the access to the source folder.
    e50457dd
lxc_container.c 67.8 KB