소스 검색

Merge pull request #5699 from giuseppe/crio-use-systemd

Automatic merge from submit-queue.

crio: use systemd manager

fix a regression introduced last week.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
OpenShift Merge Robot 7 년 전
부모
커밋
f8d96e8f66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/docker/templates/crio.conf.j2

+ 1 - 1
roles/docker/templates/crio.conf.j2

@@ -98,7 +98,7 @@ apparmor_profile = "crio-default"
 
 # cgroup_manager is the cgroup management implementation to be used
 # for the runtime.
-cgroup_manager = "cgroupfs"
+cgroup_manager = "systemd"
 
 # hooks_dir_path is the oci hooks directory for automatically executed hooks
 hooks_dir_path = "/usr/share/containers/oci/hooks.d"