From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id AA10D1FF136 for ; Mon, 26 Jan 2026 11:57:01 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B7932B198; Mon, 26 Jan 2026 11:57:23 +0100 (CET) From: Manuel Federanko To: pdm-devel@lists.proxmox.com Date: Mon, 26 Jan 2026 11:56:50 +0100 Message-ID: <20260126105649.100801-2-m.federanko@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.150 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Subject: [pdm-devel] [PATCH datacenter-manager] docs: update zfs swap docs to be in line with debian trixie changes. X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "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 --- 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