Merge "Fix three typos on nova/pci directory"
This commit is contained in:
commit
e041f3ee62
@ -36,7 +36,7 @@ class PciDevTracker(object):
|
||||
"""Manage pci devices in a compute node.
|
||||
|
||||
This class fetches pci passthrough information from hypervisor
|
||||
and trackes the usage of these devices.
|
||||
and tracks the usage of these devices.
|
||||
|
||||
It's called by compute node resource tracker to allocate and free
|
||||
devices to/from instances, and to update the available pci passthrough
|
||||
|
@ -56,7 +56,7 @@ pci_alias_opts = [
|
||||
'extra_spec for a flavor, without needing to repeat '
|
||||
'all the PCI property requirements. For example: '
|
||||
'pci_alias = '
|
||||
'{ "name": "QuicAssist", '
|
||||
'{ "name": "QuickAssist", '
|
||||
' "product_id": "0443", '
|
||||
' "vendor_id": "8086", '
|
||||
' "device_type": "ACCEL" '
|
||||
|
@ -46,7 +46,7 @@ class PciDeviceStats(object):
|
||||
|
||||
The pci stats information is maintained exclusively by compute node
|
||||
resource tracker and updated to database. The scheduler fetches the
|
||||
information and selects the compute node accordingly. If a comptue
|
||||
information and selects the compute node accordingly. If a compute
|
||||
node is selected, the resource tracker allocates the devices to the
|
||||
instance and updates the pci stats information.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user