* [PR PATCH] runit-void: add INSTALL.msg concerning cgroup mode
@ 2024-12-26 2:00 CameronNemo
2024-12-26 2:05 ` [PR REVIEW] " classabbyamp
2025-01-02 16:57 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 2 replies; 3+ messages in thread
From: CameronNemo @ 2024-12-26 2:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1300 bytes --]
There is a new pull request by CameronNemo against master on the void-packages repository
https://github.com/CameronNemo/void-packages void-runit
https://github.com/void-linux/void-packages/pull/53686
runit-void: add INSTALL.msg concerning cgroup mode
https://github.com/void-linux/void-runit/pull/103
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53686.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-void-runit-53686.patch --]
[-- Type: text/x-diff, Size: 1430 bytes --]
From 0b3821c5f37f7a21e539d90ed572360b2bc142c0 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@libnemo.org>
Date: Wed, 25 Dec 2024 17:58:21 -0800
Subject: [PATCH] runit-void: add INSTALL.msg concerning cgroup mode
https://github.com/void-linux/void-runit/pull/103
---
srcpkgs/runit-void/INSTALL.msg | 7 +++++++
srcpkgs/runit-void/template | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 srcpkgs/runit-void/INSTALL.msg
diff --git a/srcpkgs/runit-void/INSTALL.msg b/srcpkgs/runit-void/INSTALL.msg
new file mode 100644
index 00000000000000..1011d59070d657
--- /dev/null
+++ b/srcpkgs/runit-void/INSTALL.msg
@@ -0,0 +1,7 @@
+In a future release of the runit-void package, the default cgroup mode
+will change from "hybrid" to "unified". Users should explicitly specify
+"unified" (recommended) or "hybrid" CGROUP_MODE in rc.conf.
+
+Note that some container runtimes and images may not work optimally or
+at all with the "hybrid" cgroup mode due to ongoing deprecation of
+cgroup1 support.
diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template
index dc74a41785cab0..a11b567d43e2c6 100644
--- a/srcpkgs/runit-void/template
+++ b/srcpkgs/runit-void/template
@@ -1,7 +1,7 @@
# Template file for 'runit-void'
pkgname=runit-void
version=20231124
-revision=5
+revision=6
build_style=gnu-makefile
short_desc="Void Linux runit scripts"
maintainer="Enno Boland <gottox@voidlinux.org>"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR REVIEW] runit-void: add INSTALL.msg concerning cgroup mode
2024-12-26 2:00 [PR PATCH] runit-void: add INSTALL.msg concerning cgroup mode CameronNemo
@ 2024-12-26 2:05 ` classabbyamp
2025-01-02 16:57 ` [PR PATCH] [Merged]: " classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-12-26 2:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 249 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/53686#discussion_r1897552140
Comment:
```suggestion
In the next release of the runit-void package, the default cgroup mode
```
maybe?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: runit-void: add INSTALL.msg concerning cgroup mode
2024-12-26 2:00 [PR PATCH] runit-void: add INSTALL.msg concerning cgroup mode CameronNemo
2024-12-26 2:05 ` [PR REVIEW] " classabbyamp
@ 2025-01-02 16:57 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2025-01-02 16:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]
There's a merged pull request on the void-packages repository
runit-void: add INSTALL.msg concerning cgroup mode
https://github.com/void-linux/void-packages/pull/53686
Description:
https://github.com/void-linux/void-runit/pull/103
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-02 16:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-26 2:00 [PR PATCH] runit-void: add INSTALL.msg concerning cgroup mode CameronNemo
2024-12-26 2:05 ` [PR REVIEW] " classabbyamp
2025-01-02 16:57 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).