Skip to content

Commit

Permalink
Disable timezone hostpath for jindoruntime, To #37688693 (#1466)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Feb 25, 2022
1 parent 60be2bd commit 394621b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ddc/base/runtime_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ import (
)

var (
// datavolume- for JindoFS
// datavolume-, volume-localtime for JindoFS
// mem, ssd, hdd for Alluxio and GooseFS
// cache-dir for JuiceFS
cacheDirNames = []string{"datavolume-", "cache-dir", "mem", "ssd", "hdd"}
cacheDirNames = []string{"datavolume-", "volume-localtime", "cache-dir", "mem", "ssd", "hdd"}
)

// GetTemplateToInjectForFuse gets template for fuse injection
Expand Down

0 comments on commit 394621b

Please sign in to comment.