mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
docs: formatdomain: clarify support of some filesystem options
Not all are supported by all hypervisors. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
a9ac674eda
commit
9783b2b3e5
@ -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.
|
tag that is exported to the guest as a hint for where to mount.
|
||||||
``readonly``
|
``readonly``
|
||||||
Enables exporting filesystem as a readonly mount for guest, by default
|
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``
|
``space_hard_limit``
|
||||||
Maximum space available to this guest's filesystem. :since:`Since 0.9.13`
|
Maximum space available to this guest's filesystem. :since:`Since 0.9.13`
|
||||||
|
Only supported by the OpenVZ driver.
|
||||||
``space_soft_limit``
|
``space_soft_limit``
|
||||||
Maximum space available to this guest's filesystem. The container is
|
Maximum space available to this guest's filesystem. The container is
|
||||||
permitted to exceed its soft limits for a grace period of time. Afterwards
|
permitted to exceed its soft limits for a grace period of time. Afterwards
|
||||||
the hard limit is enforced. :since:`Since 0.9.13`
|
the hard limit is enforced. :since:`Since 0.9.13`
|
||||||
|
Only supported by the OpenVZ driver.
|
||||||
|
|
||||||
|
|
||||||
Device Addresses
|
Device Addresses
|
||||||
|
Loading…
Reference in New Issue
Block a user