Skip to content

Commit 77861d5

Browse files
committed
cleanup: disable version check in blobfuse2 driver by default
fix golint
1 parent 596b5ef commit 77861d5

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
@@ -1056,7 +1056,8 @@ func appendDefaultMountOptions(mountOptions []string, tmpPath, containerName str
10561056
// prevent billing charges on mounting
10571057
"--cancel-list-on-mount-seconds": "10",
10581058
// allow remounting using a non-empty tmp-path
1059-
"--empty-dir-check": "false",
1059+
"--empty-dir-check": "false",
1060+
"--disable-version-check": "true",
10601061
}
10611062

10621063
// stores the mount options already included in mountOptions

0 commit comments

Comments
 (0)