Skip to content

Commit

Permalink
Update OSD docker cgroup params with ops params (#5114)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Oct 17, 2024
1 parent 9daa8f3 commit d43ad38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ function runOpensearchDashboards {
# available for the container this process will run in.

exec "$@" \
--cpu.cgroup.path.override=/ \
--cpuacct.cgroup.path.override=/ \
--ops.cGroupOverrides.cpuPath=/ \
--ops.cGroupOverrides.cpuAcctPath=/ \
"${longopts[@]}"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ function runOpensearchDashboards {
# available for the container this process will run in.

exec "$@" \
--cpu.cgroup.path.override=/ \
--cpuacct.cgroup.path.override=/ \
--ops.cGroupOverrides.cpuPath=/ \
--ops.cGroupOverrides.cpuAcctPath=/ \
"${longopts[@]}"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ function runOpensearchDashboards {
# available for the container this process will run in.

exec "$@" \
--cpu.cgroup.path.override=/ \
--cpuacct.cgroup.path.override=/ \
--ops.cGroupOverrides.cpuPath=/ \
--ops.cGroupOverrides.cpuAcctPath=/ \
"${longopts[@]}"
}

Expand Down

0 comments on commit d43ad38

Please sign in to comment.