You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/azurefileplugin/main.go
+2
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ var (
57
57
kubeAPIBurst=flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
58
58
appendMountErrorHelpLink=flag.Bool("append-mount-error-help-link", true, "Whether to include a link for help with mount errors when a mount error occurs.")
59
59
enableWindowsHostProcess=flag.Bool("enable-windows-host-process", false, "enable windows host process")
60
+
removeSMBMountOnWindows=flag.Bool("remove-smb-mount-on-windows", true, "remove smb global mapping on windows during unmount")
60
61
appendClosetimeoOption=flag.Bool("append-closetimeo-option", false, "Whether appending closetimeo=0 option to smb mount command")
61
62
appendNoShareSockOption=flag.Bool("append-nosharesock-option", true, "Whether appending nosharesock option to smb mount command")
62
63
appendNoResvPortOption=flag.Bool("append-noresvport-option", true, "Whether appending noresvport option to nfs mount command")
0 commit comments