[doc] module: Add unloading note for manual install

This commit is contained in:
Jonathan Rubenstein 2021-10-19 13:05:33 +03:00 committed by Geoffrey McRae
parent 84a43fb651
commit c5f71d18c4

View File

@ -98,6 +98,15 @@ Multiple devices can be created by separating the sizes with commas. For
example, ``static_size_mb=128,64`` would create two kvmfr devices:
``kvmfr0`` would be 128 MB and ``kvmfr1`` would be 64 MB.
.. note::
If you have already loaded an older version of the module, unload it
first. You can do this by rebooting, or with ``rmmod``:
.. code:: bash
rmmod kvmfr.ko
.. _module_usage:
Usage