Skip to content
Commit 066db889 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa._kmod: Do not uninstall() kmod before installing it

BREAKING CHANGE

Changes DynamicKmod.install() and DynamicKmod.run() to not attempt to
uninstall the module before installing it. This will increase the
chances of install failing if the module was already loaded but is
necessary to not wipe existing module configuration in nested cases.

As a result, installing the module after having interrupted e.g. the
DynamicKmod.run() context manager may fail as the module will be loaded
already. It will then be on the user to cleanup the system and manually
rmmod the module.
parent b9fb3bd2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment