Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-18948

[OSP17.1] Typo in KernelArgs line when setting PCI passthrough

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • rhos-17.1.11
    • rhos-17.1.z
    • documentation
    • None
    • Bug Tracking
    • 0
    • False
    • Hide

      None

      Show
      None
    • False
    • Committed
    • rhos-workloads-compute
    • None
    • Moderate

      Document "Configuring the Compute service for instance creation", RHOSP 17.1, chapter 8, section 8.2, step 8  [0] includes the following snippet:

      parameter_defaults:
        ...
        ComputePCIParameters:
          KernelArgs: "intel_iommu=on iommu=pt \ vfio-pci.ids=<pci_device_id> rd.driver.pre=vfio-pci" 

      The trailing backslash and additional space between `iommu=pt` and `vfio....` is unnecessary.

      In contrast, similar configuraion in RHOSO 18.0 guide (9.4 step 10) [1] does not show the same:

      apiVersion: dataplane.openstack.org/v1beta1
      kind: OpenStackDataPlaneNodeSet
      metadata:
          name: my-data-plane-node-set
      spec:
          …
          nodeTemplate:
              …
              ansible:
                  ansibleVars:
      edpm_kernel_args: "default_hugepagesz=1GB hugepagesz=1G hugepages=64 intel_iommu=on iommu=pt tsx=off isolcpus=2-11,14-23 vfio-pci.ids=10de:1eb8 rd.driver.pre=vfio-pci" 

      [0] https://docs.redhat.com/en/documentation/red_hat_openstack_platform/17.1/html-single/configuring_the_compute_service_for_instance_creation/index#proc_configuring-a-pci-passthrough-compute-node_pci-passthrough

       [1] https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/configuring_the_compute_service_for_instance_creation/index#proc_creating-a-nodeset-for-pci-passthrough_pci-passthrough

       

              joflynn@redhat.com Joanne O'Flynn
              rhn-support-enothen Eric Nothen
              rhos-workloads-compute
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: