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
+4
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ var (
59
59
enableWindowsHostProcess=flag.Bool("enable-windows-host-process", false, "enable windows host process")
60
60
appendClosetimeoOption=flag.Bool("append-closetimeo-option", false, "Whether appending closetimeo=0 option to smb mount command")
61
61
appendNoShareSockOption=flag.Bool("append-nosharesock-option", true, "Whether appending nosharesock option to smb mount command")
62
+
appendNoResvPortOption=flag.Bool("append-noresvport-option", true, "Whether appending noresvport option to nfs mount command")
63
+
appendActimeoOption=flag.Bool("append-actimeo-option", true, "Whether appending actimeo=0 option to nfs mount command")
62
64
skipMatchingTagCacheExpireInMinutes=flag.Int("skip-matching-tag-cache-expire-in-minutes", 30, "The cache expire time in minutes for skipMatchingTagCache")
63
65
volStatsCacheExpireInMinutes=flag.Int("vol-stats-cache-expire-in-minutes", 10, "The cache expire time in minutes for volume stats cache")
64
66
printVolumeStatsCallLogs=flag.Bool("print-volume-stats-call-logs", false, "Whether to print volume statfs call logs with log level 2")
0 commit comments