Skip to content

Commit 186aaa7

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
cleanup: disable version check in blobfuse2 driver by default
fix golint
1 parent f8c1c9b commit 186aaa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/blob/blob.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,8 @@ func appendDefaultMountOptions(mountOptions []string, tmpPath, containerName str
10331033
// prevent billing charges on mounting
10341034
"--cancel-list-on-mount-seconds": "10",
10351035
// allow remounting using a non-empty tmp-path
1036-
"--empty-dir-check": "false",
1036+
"--empty-dir-check": "false",
1037+
"--disable-version-check": "true",
10371038
}
10381039

10391040
// stores the mount options already included in mountOptions

0 commit comments

Comments
 (0)