Skip to content

Commit

Permalink
fix trun off metrics port with jindofuse (fluid-cloudnative#3241)
Browse files Browse the repository at this point in the history
Signed-off-by: frankleaf <frank.wt@alibaba-inc.com>
  • Loading branch information
frankleaf authored May 21, 2023
1 parent 3ef8adc commit 0f7d87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ddc/jindofsx/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ func (e *JindoFSxEngine) transformFuseArg(runtime *datav1alpha1.JindoRuntime, da
fuseArgs = append(fuseArgs, "-oentry_timeout=0")
fuseArgs = append(fuseArgs, "-onegative_timeout=0")
}
fuseArgs = append(fuseArgs, "-ometrics_port=0")
}
if runtime.Spec.Master.Disabled && runtime.Spec.Worker.Disabled {
fuseArgs = append(fuseArgs, "-ouri="+dataset.Spec.Mounts[0].MountPoint)
Expand Down

0 comments on commit 0f7d87c

Please sign in to comment.