Blame SOURCES/virt-manager-man-fix-default-value-for-filesystem-accessmode-option.patch

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