Skip to content

Commit

Permalink
Fix the problem of using option to append Dataset public option
Browse files Browse the repository at this point in the history
  • Loading branch information
liguoyu3564 committed Sep 14, 2023
1 parent 2c4ead2 commit 884c60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ddc/alluxio/ufs_internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ func (e *AlluxioEngine) genUFSMountOptions(m datav1alpha1.Mount, SharedOptions m

// initialize alluxio mount options
mOptions := map[string]string{}
if len(SharedOptions) > 0 {
mOptions = SharedOptions
for k, v := range SharedOptions {
mOptions[k] = v
}

for key, value := range m.Options {
Expand Down

0 comments on commit 884c60e

Please sign in to comment.