We have random failures of loop device tests on jenkins (see example bellow).Barak commented that losetup -f /path does not work sometimes in the CIbut I don't recall what it the alternative way to get a loop device.We need a reliable way to create a loop device for vdsm tests. Whatis the recommended way to do this?Until we have a reliable solution I'm going to mark this test as brokenon ovirt CI:Please report if you see other tests fail with this error - typically:Error: Command ['losetup', '--find', '--show', '/tmp/tmp17Wqri/file'] failed with rc=1 out='' err='losetup: /tmp/tmp17Wqri/file: failed to set up loop device: No such file or directory\n'============================================================ ========== ERROR: test_attach_detach_manually (loopback_test.TestDevice) ------------------------------------------------------------ ---------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/tests/testValidation.py", line 191, in wrapper return f(*args, **kwargs) File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/tests/loopback_test.py", line 56, in test_attach_detach_manually device.attach() File "/home/jenkins/workspace/vdsm_master_check-patch-el7-x86_64/ vdsm/tests/loopback.py", line 56, in attach raise cmdutils.Error(cmd, rc, out, err) Error: Command ['losetup', '--find', '--show', '/tmp/tmp17Wqri/file'] failed with rc=1 out='' err='losetup: /tmp/tmp17Wqri/file: failed to set up loop device: No such file or directory\n' -------------------- >> begin captured logging << -------------------- 2018-01-11 13:42:45,676 DEBUG (MainThread) [root] /usr/bin/taskset --cpu-list 0-1 losetup --find --show /tmp/tmp17Wqri/file (cwd None) (commands:65) 2018-01-11 13:42:45,733 DEBUG (MainThread) [root] FAILED: <err> = 'losetup: /tmp/tmp17Wqri/file: failed to set up loop device: No such file or directory\n'; <rc> = 1 (commands:86) --------------------- >> end captured logging << ---------------------