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

Enable tests for XFS and raid/LVM on Debian 8 #158

Closed e-kov closed 2 years ago

e-kov commented 2 years ago

Fore some reason (probably for viy) we have to new manually installed xfsprogs on the Debian 8 boxes. Fixed it by xfsprogs and libs re-installation.

And adjusted work with mdadm utility in tests to work on old ( < 3.5) Python.

No changes in the driver.

Resolves #139