Set a default value for setFirmwareClassPath
in the worker config.
#1170
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When firmware is added to the driver-cotnainer there are 2 actions that were taken:
/var/lib/firmware
/var/lib/firmware
to/sys/module/firmware_class/parameters/path
in order to update the kernel lookup directories for firmware files.In order to make this feature configurable, we will allow the user to choose the path on the nodes to write the firmware files to.
In order to make it work with no additional changes, when firmware files are added to the driver-container, we added a default directory to add the firmware files to on the nodes.
To keep it simple, we will also always add this path to the kernel lookup directories.
Fixes #1169
/cc @yevgeny-shnaidman @TomerNewman