Skip to content

Commit

Permalink
fix for persistent mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed May 22, 2024
1 parent 170f9e5 commit 8426c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/mount_gcsfuse/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ func makeGcsfuseArgs(
"log_format",
"log_file",
"custom_endpoint",
"config_file":
"config_file",
"metadata_prefetch_mode":
args = append(args, "--"+strings.Replace(name, "_", "-", -1), value)

// Special case: support mount-like formatting for gcsfuse debug flags.
Expand Down

0 comments on commit 8426c15

Please sign in to comment.