Skip to content

Commit

Permalink
Set goosefs default disable and fix goosefs cmd error (fluid-cloudnat…
Browse files Browse the repository at this point in the history
…ive#930)

Signed-off-by: xieydd <[email protected]>
  • Loading branch information
xieydd authored Jul 21, 2021
1 parent 5147823 commit c8421e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runtime:
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: true
enabled: false
init:
image: fluidcloudnative/init-users:v0.6.0-4ca123f
controller:
Expand Down
3 changes: 0 additions & 3 deletions cmd/goosefs/app/goosefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ func init() {
startCmd.Flags().BoolVarP(&development, "development", "", true, "Enable development mode for fluid controller.")
startCmd.Flags().StringVar(&portRange, "runtime-node-port-range", "20000-25000", "Set available port range for GooseFS")
startCmd.Flags().IntVar(&maxConcurrentReconciles, "runtime-workers", 3, "Set max concurrent workers for GooseFSRuntime controller")
versionCmd.Flags().BoolVar(&short, "short", false, "print just the short version info")

cmd.AddCommand(startCmd)
cmd.AddCommand(versionCmd)
}

func handle() {
Expand Down

0 comments on commit c8421e6

Please sign in to comment.