Skip to content

Commit e9eeeca

Browse files
authored
Merge pull request #179 from hershpa/update-mco-readme
machine_configuration: Update readme
2 parents 4aaabef + 4552fe4 commit e9eeeca

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

machine_configuration/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,21 @@ intel-dgpu rendered-intel-dgpu-58fb5f4d72fe6041abb066880e112acd True Fa
7070
```
7171
Ensure `intel-dgpu` MachineConfigPool is present.
7272

73-
# Disable conflicting driver
74-
Run the command shown below to disable the loading of a potential conflicting driver, such as `ast` driver.
75-
76-
**Note**: The `i915` driver depends on a ported `drm` module. Some other drivers, such as ast that depends on in-tree drm module might have a compatibility issue. The known issue will be resolved on i915 driver for RHEL `9.x`, which will be used for RHOCP `4.13`.
73+
# Disable in-tree drivers
74+
Run the command shown below to disable the loading of in-tree drivers 'i915' and 'intel_vsec'.
7775
```
78-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-dgpu-machine-config-disable-ast.yaml
76+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-dgpu-machine-config-disable-intree-i915-vsec.yaml
7977
```
8078
**Note**: This command will reboot the worker nodes in the `intel-dgpu` MachineConfigPool sequentially.
8179

8280
## Verification
8381
Navigate to the node terminal on the web console (Compute -> Nodes -> Select a node -> Terminal). Run the following commands in the terminal.
8482
```
8583
$ chroot /host
86-
$ lsmod | grep ast
84+
$ lsmod | grep i915
85+
$ lsmod | grep intel_vsec
8786
```
88-
Ensure that ast driver is not loaded.
87+
Ensure that the in-tree i915 and intel_vsec driver is not loaded.
8988

9089
# Machine Configuration for Provisioning Intel® QAT
9190

0 commit comments

Comments
 (0)