Skip to content

Commit

Permalink
feat: use exec in juicefs pod to avoid ignore signal
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Jul 25, 2024
1 parent 682b0f8 commit 3465e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ddc/juicefs/transform_fuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ func (j *JuiceFSEngine) genFuseMount(value *JuiceFS, optionMap map[string]string
setDefaultOptions(optionMap, "metrics", fmt.Sprintf("0.0.0.0:%d", metricsPort))

mountArgs = []string{
"exec",
common.JuiceFSCeMountPath,
value.Source,
security.EscapeBashStr(value.Fuse.MountPath),
Expand Down

0 comments on commit 3465e75

Please sign in to comment.