Merge pull request #27380 from rootfs/fix-nsenter-list

Automatic merge from submit-queue

in nsenter mounter, read  hosts PID 1 /proc/mounts to list the mounts

fix #27378
This commit is contained in:
k8s-merge-robot 2016-06-19 18:38:54 -07:00 committed by GitHub
commit 51dd3d562d

View File

@ -88,7 +88,7 @@ var _ = Interface(&NsenterMounter{})
const (
hostRootFsPath = "/rootfs"
hostProcMountsPath = "/rootfs/proc/mounts"
hostProcMountsPath = "/rootfs/proc/1/mounts"
nsenterPath = "nsenter"
)