From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id D598B9EACF for ; Tue, 28 Nov 2023 12:12:43 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id ACFB715A16 for ; Tue, 28 Nov 2023 12:12:13 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 28 Nov 2023 12:12:12 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 6ED1744D23 for ; Tue, 28 Nov 2023 12:12:12 +0100 (CET) From: Alexander Zeidler To: pbs-devel@lists.proxmox.com Date: Tue, 28 Nov 2023 12:11:47 +0100 Message-Id: <20231128111147.78112-2-a.zeidler@proxmox.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231128111147.78112-1-a.zeidler@proxmox.com> References: <20231128111147.78112-1-a.zeidler@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.336 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_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pbs-devel] [PATCH proxmox-backup 2/2] docs: fix formatting X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2023 11:12:43 -0000 Signed-off-by: Alexander Zeidler --- docs/local-zfs.rst | 22 +++++++++++----------- docs/system-booting.rst | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/local-zfs.rst b/docs/local-zfs.rst index b124fc65..f079adb0 100644 --- a/docs/local-zfs.rst +++ b/docs/local-zfs.rst @@ -290,17 +290,17 @@ an editor of your choice and add the following line: vm.swappiness = 10 .. table:: Linux kernel `swappiness` parameter values - :widths:auto - - ==================== =============================================================== - Value Strategy - ==================== =============================================================== - vm.swappiness = 0 The kernel will swap only to avoid an 'out of memory' condition - vm.swappiness = 1 Minimum amount of swapping without disabling it entirely. - vm.swappiness = 10 Sometimes recommended to improve performance when sufficient memory exists in a system. - vm.swappiness = 60 The default value. - vm.swappiness = 100 The kernel will swap aggressively. - ==================== =============================================================== + :widths: 1, 3 + + =================== =============================================================== + Value Strategy + =================== =============================================================== + vm.swappiness = 0 The kernel will swap only to avoid an 'out of memory' condition + vm.swappiness = 1 Minimum amount of swapping without disabling it entirely. + vm.swappiness = 10 Sometimes recommended to improve performance when sufficient memory exists in a system. + vm.swappiness = 60 The default value. + vm.swappiness = 100 The kernel will swap aggressively. + =================== =============================================================== ZFS compression ^^^^^^^^^^^^^^^ diff --git a/docs/system-booting.rst b/docs/system-booting.rst index 0b1043bf..96c3458c 100644 --- a/docs/system-booting.rst +++ b/docs/system-booting.rst @@ -86,8 +86,8 @@ Setting up a New Partition for use as Synced ESP To format and initialize a partition as synced ESP, for example, after replacing a failed vdev in an rpool, ``proxmox-boot-tool`` from ``proxmox-kernel-helper`` can be used. -WARNING: the ``format`` command will format the ````. Make sure to pass -in the right device/partition! +.. WARNING:: the ``format`` command will format the ````. Make sure + to pass in the right device/partition! For example, to format an empty partition ``/dev/sda2`` as ESP, run the following: -- 2.39.2