Skip to content

Commit

Permalink
test: set append-closetimeo-option as true temporalily
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 10, 2023
1 parent e9b8bd3 commit 8cb5849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azurefileplugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var (
kubeAPIBurst = flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
appendMountErrorHelpLink = flag.Bool("append-mount-error-help-link", true, "Whether to include a link for help with mount errors when a mount error occurs.")
enableWindowsHostProcess = flag.Bool("enable-windows-host-process", false, "enable windows host process")
appendClosetimeoOption = flag.Bool("append-closetimeo-option", false, "Whether appending closetimeo=0 option to smb mount command")
appendClosetimeoOption = flag.Bool("append-closetimeo-option", true, "Whether appending closetimeo=0 option to smb mount command")
)

func main() {
Expand Down

0 comments on commit 8cb5849

Please sign in to comment.