From 9783b2b3e5a5a7ae5c40cd02e4e8a694b1dbd137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Wed, 20 Sep 2023 17:21:39 +0200 Subject: [PATCH] docs: formatdomain: clarify support of some filesystem options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not all are supported by all hypervisors. Signed-off-by: Ján Tomko Reviewed-by: Andrea Bolognani --- docs/formatdomain.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 4a1b6faee4..af62fcd820 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -3686,13 +3686,16 @@ A directory on the host that can be accessed directly from the guest. tag that is exported to the guest as a hint for where to mount. ``readonly`` Enables exporting filesystem as a readonly mount for guest, by default - read-write access is given (currently only works for QEMU/KVM driver). + read-write access is given (currently only works for QEMU/KVM driver; not + with virtiofs). ``space_hard_limit`` Maximum space available to this guest's filesystem. :since:`Since 0.9.13` + Only supported by the OpenVZ driver. ``space_soft_limit`` Maximum space available to this guest's filesystem. The container is permitted to exceed its soft limits for a grace period of time. Afterwards the hard limit is enforced. :since:`Since 0.9.13` + Only supported by the OpenVZ driver. Device Addresses