Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add MountConfig FuseType #155

Closed
wants to merge 2 commits into from
Closed

Conversation

labulakalia
Copy link
Contributor

mount_config.go Outdated
@@ -169,6 +169,11 @@ type MountConfig struct {
// default name involving the string 'osxfuse' is used.
VolumeName string

// OS X only.
//
// FuseType choice FUSE impl By OsxFuse/Fuse-T,default is OsxFuse
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes behavior, because currently the default is FuseT. Can you change the default to match the current behavior?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, I will change it

@stapelberg
Copy link
Collaborator

Merged (with a few small adjustments) as commit bc4b1b5

@stapelberg stapelberg closed this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants