• Jing Xu's avatar
    Fix unmount issue cuased by GCI mounter · 896e0b86
    Jing Xu authored
    this is a workaround for the unmount device issue caused by gci mounter. In GCI cluster, if gci mounter is used for mounting, the container started by mounter script will cause additional mounts created in the container. Since these mounts are irrelavant to the original mounts, they should be not considered when checking the mount references. By comparing the mount path prefix, those additional mounts can be filtered out.
    
    Plan to work on better approach to solve this issue.
    896e0b86
mount_linux_test.go 4.92 KB