Consistency of passthrough/pass-through

Fix consistency issues as well as grammatical mistakes with the spelling
of passthough/pass-through/pass through in the pve docs

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
This commit is contained in:
Noel Ullreich 2023-07-03 14:04:31 +02:00 committed by Thomas Lamprecht
parent 96c0261845
commit 9632a85d3a
2 changed files with 10 additions and 10 deletions

12
qm.adoc
View File

@ -848,10 +848,10 @@ WARNING: Using this kind of USB passthrough means that you cannot move
a VM online to another host, since the hardware is only available a VM online to another host, since the hardware is only available
on the host the VM is currently residing. on the host the VM is currently residing.
The second type of passthrough is SPICE USB passthrough. This is useful The second type of passthrough is SPICE USB passthrough. If you add one or more
if you use a SPICE client which supports it. If you add a SPICE USB port SPICE USB ports to your VM, you can dynamically pass a local USB device from
to your VM, you can passthrough a USB device from where your SPICE client is, your SPICE client through to the VM. This can be useful to redirect an input
directly to the VM (for example an input device or hardware dongle). device or hardware dongle temporarily.
It is also possible to map devices on a cluster level, so that they can be It is also possible to map devices on a cluster level, so that they can be
properly used with HA and hardware changes are detected and non root users properly used with HA and hardware changes are detected and non root users
@ -1298,7 +1298,7 @@ Online Migration
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
If your VM is running and no locally bound resources are configured (such as If your VM is running and no locally bound resources are configured (such as
passed-through devices), you can initiate a live migration with the `--online` devices that are passed through), you can initiate a live migration with the `--online`
flag in the `qm migration` command evocation. The web-interface defaults to flag in the `qm migration` command evocation. The web-interface defaults to
live migration when the VM is running. live migration when the VM is running.
@ -1349,7 +1349,7 @@ Offline Migration
If you have local resources, you can still migrate your VMs offline as long as If you have local resources, you can still migrate your VMs offline as long as
all disk are on storage defined on both hosts. all disk are on storage defined on both hosts.
Migration then copies the disks to the target host over the network, as with Migration then copies the disks to the target host over the network, as with
online migration. Note that any hardware pass-through configuration may need to online migration. Note that any hardware passthrough configuration may need to
be adapted to the device location on the target host. be adapted to the device location on the target host.
// TODO: mention hardware map IDs as better way to solve that, once available // TODO: mention hardware map IDs as better way to solve that, once available

View File

@ -74,9 +74,9 @@ Boot on floppy (a), hard disk (c), CD-ROM (d), or network (n). Deprecated, use '
The guest will attempt to boot from devices in the order they appear here. The guest will attempt to boot from devices in the order they appear here.
+ +
Disks, optical drives and passed-through storage USB devices will be directly Disks, optical drives and storage USB devices that are passed through will be
booted from, NICs will load PXE, and PCIe devices will either behave like disks directly booted from, NICs will load PXE, and PCIe devices will either behave
(e.g. NVMe) or load an option ROM (e.g. RAID controller, hardware NIC). like disks (e.g. NVMe) or load an option ROM (e.g. RAID controller, hardware NIC).
+ +
Note that only devices in this list will be marked as bootable and thus loaded Note that only devices in this list will be marked as bootable and thus loaded
by the guest firmware (BIOS/UEFI). If you require multiple disks for booting by the guest firmware (BIOS/UEFI). If you require multiple disks for booting
@ -222,7 +222,7 @@ Override PCI device ID visible to guest
`host`=`<HOSTPCIID[;HOSTPCIID2...]>` ;; `host`=`<HOSTPCIID[;HOSTPCIID2...]>` ;;
Host PCI device pass through. The PCI ID of a host's PCI device or a list Pass through host PCI device. The PCI ID of a host's PCI device or a list
of PCI virtual functions of the host. HOSTPCIID syntax is: of PCI virtual functions of the host. HOSTPCIID syntax is:
+ +
'bus:dev.func' (hexadecimal numbers) 'bus:dev.func' (hexadecimal numbers)