<div dir="ltr"><div><b><u>ISSUE 1:</u></b></div><div>In ubuntu20, centos8 and almalinux8:</div><b>root@host:~# grep cgroup /proc/filesystems<br>nodev   cgroup<br>nodev   cgroup2</b><br><div><b><br></b></div><div>In centos7:</div><div><b>root@centos:~# grep cgroup /proc/filesystems<br>nodev   cgroup</b><br></div><div><b><br></b></div><div>In my centos 7, command '<b>grep cgroup /proc/filesystems'</b> does not output "nodev cgroup2". Does this mean cgroups v2 is not supported in it and cannot be enabled in it?</div><div><br></div><div><u style=""><b style="">ISSUE 2:</b></u></div><div>In my ubuntu20, centos8 and alma8 server, I enable cgroups v2 by:</div><div>1. adding "systemd.unified_cgroup_hierarchy=1" to GRUB_CMDLINE_LINUX in /etc/default/grub,</div><div>2. executing the command "grub2-mkconfig" or "update-grub" as root and then</div><div>3. reboot the server.</div><div><br></div><div>Without reboot, cgroups v2 does not come into effect when i check using the below command:</div><div><b>root@host:~# stat -fc %T /sys/fs/cgroup/<br>tmpfs</b></div><div><b><br></b></div><div>Is there a way this can be done without a reboot? I am looking for a way to enable cgroups v2 which should n't need a reboot.</div></div>