mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
commit
c1b412d593
@ -73,7 +73,7 @@ func (*NsenterMounter) Mount(source string, target string, fstype string, option
|
|||||||
return doNsenterMount(source, target, fstype, options)
|
return doNsenterMount(source, target, fstype, options)
|
||||||
}
|
}
|
||||||
|
|
||||||
// doNsenterMount nsenter's the host's mount namespace and performs the
|
// doNsenterMount nsenters the host's mount namespace and performs the
|
||||||
// requested mount.
|
// requested mount.
|
||||||
func doNsenterMount(source, target, fstype string, options []string) error {
|
func doNsenterMount(source, target, fstype string, options []string) error {
|
||||||
glog.V(5).Infof("nsenter Mounting %s %s %s %v", source, target, fstype, options)
|
glog.V(5).Infof("nsenter Mounting %s %s %s %v", source, target, fstype, options)
|
||||||
|
Loading…
Reference in New Issue
Block a user