You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #553 from hungnguyen243/passMachineTypeToGCSFuse
Pass --machine-type and --disable-autoconfig flags from driver to gcsfuse, which are new mountOption args supported by gcsfuse v2.12. This is the first step to enable intelligent defaults for high-performance machine types in gcsfuse v3.
metricsEndpoint=flag.String("metrics-endpoint", "", "The TCP network address where the Prometheus metrics endpoint will listen (example: `:8080`). The default is empty string, which means that the metrics endpoint is disabled.")
50
50
maximumNumberOfCollectors=flag.Int("max-metric-collectors", -1, "Maximum number of prometheus metric collectors exporting metrics at a time, less than 0 (e.g -1) means no limit.")
51
-
51
+
disableAutoconfig=flag.Bool("disable-autoconfig", false, "Disable gcsfuse's defaulting based on machine type")
0 commit comments