Hi all! I'm running Snapraid in Docker and wrote an integration test, just to make sure I got everything right before unleashing it on my precious data. The test mounts a few volumes, but Snapraid won't touch them, complaining that they reside on the same disk. I'm working around that with loop devices, which however are a mess to clean up when tests fail. How would I best implement these tests? Is there a way to disable the same-disk check?