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 <jjongsma@xxxxxxxxxx> --- 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 85070314..d70c37ca 100644 --- a/man/virt-install.rst +++ b/man/virt-install.rst @@ -1202,7 +1202,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