Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuang-Minh Nguyen <qmnguyen@gitlab.com>2024-01-05 18:14:53 +0300
committerGitLab <noreply@gitlab.com>2024-01-05 18:14:53 +0300
commit7977654d7112e2a28ecc1ead38f182f3a0e9e510 (patch)
treef40a51e8fcc039a01580d44d9616d376a4b88485
parent18dedcca70bd9dce78bf2efd8b8f1a65ed0d0852 (diff)
parent514ff4c96aebf2a0f5a897fe9edfb91d92aff59a (diff)
Merge branch 'smh-default-enable-clone-into-cgroup' into 'master'
Default enable CLONE_INTO_CGROUP support See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6598 Merged-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Approved-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Reviewed-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: Sami Hiltunen <shiltunen@gitlab.com>
-rw-r--r--internal/featureflag/ff_exec_command_directly_in_cgroup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/featureflag/ff_exec_command_directly_in_cgroup.go b/internal/featureflag/ff_exec_command_directly_in_cgroup.go
index a47b0339f..247837116 100644
--- a/internal/featureflag/ff_exec_command_directly_in_cgroup.go
+++ b/internal/featureflag/ff_exec_command_directly_in_cgroup.go
@@ -5,5 +5,5 @@ var ExecCommandDirectlyInCgroup = NewFeatureFlag(
"exec_command_directly_in_cgroup",
"v16.5.0",
"https://gitlab.com/gitlab-org/gitaly/-/issues/5639",
- false,
+ true,
)