* [pdm-devel] [PATCH datacenter-manager] docs: update zfs swap docs to be in line with debian trixie changes.
@ 2026-01-26 10:56 Manuel Federanko
2026-01-27 9:57 ` [pdm-devel] applied: " Lukas Wagner
0 siblings, 1 reply; 2+ messages in thread
From: Manuel Federanko @ 2026-01-26 10:56 UTC (permalink / raw)
To: pdm-devel
Debian trixie does no longer read /etc/sysctl.conf [1]
[1] https://www.debian.org/releases/trixie/release-notes/issues.html#etc-sysctl-conf-is-no-longer-honored
Signed-off-by: Manuel Federanko <m.federanko@proxmox.com>
---
docs/local-zfs.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/local-zfs.rst b/docs/local-zfs.rst
index 390a8c0..9b824cc 100644
--- a/docs/local-zfs.rst
+++ b/docs/local-zfs.rst
@@ -268,8 +268,8 @@ A good value for servers is 10:
# sysctl -w vm.swappiness=10
-To make the swappiness persistent, open ``/etc/sysctl.conf`` with an editor of your choice and add
-the following line:
+To make the swappiness persistent, create a new file ``/etc/sysctl.d/99-swappiness.conf`` with an
+editor of your choice and add the following line:
.. code-block:: console
--
2.47.3
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pdm-devel] applied: [PATCH datacenter-manager] docs: update zfs swap docs to be in line with debian trixie changes.
2026-01-26 10:56 [pdm-devel] [PATCH datacenter-manager] docs: update zfs swap docs to be in line with debian trixie changes Manuel Federanko
@ 2026-01-27 9:57 ` Lukas Wagner
0 siblings, 0 replies; 2+ messages in thread
From: Lukas Wagner @ 2026-01-27 9:57 UTC (permalink / raw)
To: Proxmox Datacenter Manager development discussion, Manuel Federanko
On Mon Jan 26, 2026 at 11:56 AM CET, Manuel Federanko wrote:
> Debian trixie does no longer read /etc/sysctl.conf [1]
>
> [1] https://www.debian.org/releases/trixie/release-notes/issues.html#etc-sysctl-conf-is-no-longer-honored
>
> Signed-off-by: Manuel Federanko <m.federanko@proxmox.com>
> ---
> docs/local-zfs.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/local-zfs.rst b/docs/local-zfs.rst
> index 390a8c0..9b824cc 100644
> --- a/docs/local-zfs.rst
> +++ b/docs/local-zfs.rst
> @@ -268,8 +268,8 @@ A good value for servers is 10:
>
> # sysctl -w vm.swappiness=10
>
> -To make the swappiness persistent, open ``/etc/sysctl.conf`` with an editor of your choice and add
> -the following line:
> +To make the swappiness persistent, create a new file ``/etc/sysctl.d/99-swappiness.conf`` with an
> +editor of your choice and add the following line:
>
> .. code-block:: console
>
applied, thanks for the patch!
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-27 9:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-26 10:56 [pdm-devel] [PATCH datacenter-manager] docs: update zfs swap docs to be in line with debian trixie changes Manuel Federanko
2026-01-27 9:57 ` [pdm-devel] applied: " Lukas Wagner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.