mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Fix mount_windows build error
This commit is contained in:
parent
8dd4fc79dc
commit
6a662180ac
@ -80,7 +80,7 @@ func (mounter *Mounter) MountSensitive(source string, target string, fstype stri
|
|||||||
bindSource := source
|
bindSource := source
|
||||||
|
|
||||||
// tell it's going to mount azure disk or azure file according to options
|
// tell it's going to mount azure disk or azure file according to options
|
||||||
if bind, _, _, _ := MakeBindOpts(options, sensitiveOptions); bind {
|
if bind, _, _, _ := MakeBindOptsSensitive(options, sensitiveOptions); bind {
|
||||||
// mount azure disk
|
// mount azure disk
|
||||||
bindSource = NormalizeWindowsPath(source)
|
bindSource = NormalizeWindowsPath(source)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user