Skip to content

Commit a4841d9

Browse files
authored
Merge pull request #3796 from kron4eg/patch-1
Change DefaultMountVersion to 9p2000.L
2 parents 12ffd77 + 1607e9f commit a4841d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/constants/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const (
161161
DefaultUfsDebugLvl = 0
162162
DefaultMountEndpoint = "/minikube-host"
163163
DefaultMsize = 262144
164-
DefaultMountVersion = "9p2000.u"
164+
DefaultMountVersion = "9p2000.L"
165165
)
166166

167167
func GetKubernetesReleaseURL(binaryName, version string) string {

0 commit comments

Comments
 (0)