mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
10 lines
564 B
Plaintext
10 lines
564 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// microshift_configuring/microshift-gdp.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="microshift-generic-device-plugin-troubleshooting_{context}"]
|
|
= Troubleshooting configuration issues
|
|
|
|
If you encounter errors such as "invalid configuration: failed to parse device" or "cannot define both path and usbs at the same time", it means you have incorrectly mixed `paths` and `usbs` fields within the same `groups` entry for a device. Each `group` must exclusively use either `paths` or `usbs` to define its devices.
|