From d5f690804c77c01ccee7f3cfc87261ee06a4d46b Mon Sep 17 00:00:00 2001 From: George Melikov Date: Thu, 20 Apr 2023 13:35:11 +0300 Subject: [PATCH] Workload tuning: clarify and reuse info in VM section --- docs/Performance and Tuning/Workload Tuning.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Performance and Tuning/Workload Tuning.rst b/docs/Performance and Tuning/Workload Tuning.rst index 2e7a8ea..5a014cb 100644 --- a/docs/Performance and Tuning/Workload Tuning.rst +++ b/docs/Performance and Tuning/Workload Tuning.rst @@ -762,9 +762,9 @@ Virtual machines Virtual machine images on ZFS should be stored using either zvols or raw files to avoid unnecessary overhead. The recordsize/volblocksize and -guest filesystem should be configured to match to avoid overhead from -partial record modification. This would typically be 4K. If raw files -are used, a separate dataset should be used to make it easy to configure +guest filesystem may be configured to match to avoid overhead from +partial record modification, see :ref:`zvol volblocksize `. +If raw files are used, a separate dataset should be used to make it easy to configure recordsize independently of other things stored on ZFS. .. _qemu_kvm_xen: