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

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