-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CI #229
Comments
Current log is:
The most recent stable versions deprecated cgroup v1 and now are working only with v2. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @ayr-ton , I'm not sure if I got the same issue. But it seems i get some problems with cgroup as well, using TASK [xanmanning.k3s : Check if memory cgroup is enabled] *************************************************************************************************************************************
ok: [k3s-master001] => {"changed": false, "cmd": ["grep", "-E", "^memory\\s+.*\\s+1$", "/proc/cgroups"], "delta": "0:00:00.010149", "end": "2025-01-05 19:54:37.486317", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2025-01-05 19:54:37.476168", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
TASK [xanmanning.k3s : Fail if memory cgroup is not enabled] **********************************************************************************************************************************
fatal: [k3s-master001]: FAILED! => {
"assertion": "k3s_check_cgroup_option.rc == 0",
"changed": false,
"evaluated_to": false,
"msg": "memory cgroup disabled. If you are running on a Raspberry Pi, see:\nhttps://rancher.com/docs/k3s/latest/en/advanced/#enabling-cgroups-for-raspbian-buster\n"
}
PLAY RECAP ************************************************************************************************************************************************************************************
k3s-master001 : ok=8 changed=0 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0
|
Hi @InRiPa - What OS/distribution are you seeing this issue with? |
Hi @dbrennand , cat /proc/cgroups
#subsys_name hierarchy num_cgroups enabled
cpu 0 198 1
cpuacct 0 198 1
blkio 0 198 1
devices 0 198 1
freezer 0 198 1
net_cls 0 198 1
perf_event 0 198 1
net_prio 0 198 1
hugetlb 0 198 1
pids 0 198 1
rdma 0 198 1
misc 0 198 1 |
GitHub actions are failing for 5 months, it needs reconfiguration for running new actions.
The text was updated successfully, but these errors were encountered: