Skip to content

Commit 148bffe

Browse files
committed
cleanup: disable version check in blobfuse2 driver by default
1 parent 596b5ef commit 148bffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/blob/blob.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,7 @@ func appendDefaultMountOptions(mountOptions []string, tmpPath, containerName str
10571057
"--cancel-list-on-mount-seconds": "10",
10581058
// allow remounting using a non-empty tmp-path
10591059
"--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)