elastio / elastio-snap

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
19 stars 7 forks source link

Driver can't insmod on ext3 on rare occasions #285

Closed skypodolsky closed 1 year ago

skypodolsky commented 1 year ago

CI tests after test_destroy sometimes fail. Was seen on Amazon 2023, Fedora 36, Ubuntu 22.04.

======================================================================
ERROR: setUpClass (test_update_image.TestUpdateImage)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/elastio/elastio-snap/tests/devicetestcase.py", line 29, in setUpClass
    cls.kmod.load(debug=1)
  File "/home/elastio/elastio-snap/tests/kmod.py", line 29, in load
    subprocess.check_call(
  File "/usr/lib64/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['insmod', '../src/elastio-snap.ko', 'debug=1']' returned non-zero exit status 1.