[pbs-devel] [PATCH proxmox-backup 2/2] docs: fix formatting
Alexander Zeidler
a.zeidler at proxmox.com
Tue Nov 28 12:11:47 CET 2023
Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
---
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 ``<partition>``. Make sure to pass
-in the right device/partition!
+.. WARNING:: the ``format`` command will format the ``<partition>``. 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
More information about the pbs-devel
mailing list