mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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
|
||||
|
||||
// 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
|
||||
bindSource = NormalizeWindowsPath(source)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user