From 63a722890fa74f1f79346ebc2c4e158882d2bc0f Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 8 Feb 2022 12:59:11 -0600 Subject: [PATCH] man: fix default value for filesystem accessmode option Commit 85307b9bd2971cfc972c976c78e411f018647861 changed the default value for 'accessmode' from 'passthrough' to 'mapped', but forgot to update the documentation in the man page. Signed-off-by: Jonathon Jongsma (cherry picked from commit 17cd4477b8b18051c5bc4d57da5ca611cfd2d372) Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2045932 Signed-off-by: Jonathon Jongsma --- man/virt-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/virt-install.rst b/man/virt-install.rst index f75af635..e97a2266 100644 --- a/man/virt-install.rst +++ b/man/virt-install.rst @@ -1197,7 +1197,7 @@ Some example suboptions: ``accessmode`` or ``mode`` The access mode for the source directory from the guest OS. Only used with - QEMU and type=mount. Valid modes are 'passthrough' (the default), 'mapped', + QEMU and type=mount. Valid modes are 'mapped' (the default), 'passthrough', or 'squash'. See libvirt domain XML documentation for more info. ``source`` -- 2.34.1