Re: [PATCH] iotests: fix _check_o_direct

2020-12-22 Thread Max Reitz
On 22.12.20 16:35, Vladimir Sementsov-Ogievskiy wrote: 22.12.2020 18:15, Max Reitz wrote: On 18.12.20 19:20, Vladimir Sementsov-Ogievskiy wrote: Unfortunately commit "iotests: handle tmpfs" break running iotests with -nbd -nocache, as _check_o_direct tries to create $TEST_IMG.test_o_direct, but

Re: [PATCH] iotests: fix _check_o_direct

2020-12-22 Thread Vladimir Sementsov-Ogievskiy
22.12.2020 18:15, Max Reitz wrote: On 18.12.20 19:20, Vladimir Sementsov-Ogievskiy wrote: Unfortunately commit "iotests: handle tmpfs" break running iotests with -nbd -nocache, as _check_o_direct tries to create $TEST_IMG.test_o_direct, but in case of nbd TEST_IMG is smothing like s/smothing/s

Re: [PATCH] iotests: fix _check_o_direct

2020-12-22 Thread Max Reitz
On 18.12.20 19:20, Vladimir Sementsov-Ogievskiy wrote: Unfortunately commit "iotests: handle tmpfs" break running iotests with -nbd -nocache, as _check_o_direct tries to create $TEST_IMG.test_o_direct, but in case of nbd TEST_IMG is smothing like nbd+unix:///... , and test fails with message

[PATCH] iotests: fix _check_o_direct

2020-12-18 Thread Vladimir Sementsov-Ogievskiy
Unfortunately commit "iotests: handle tmpfs" break running iotests with -nbd -nocache, as _check_o_direct tries to create $TEST_IMG.test_o_direct, but in case of nbd TEST_IMG is smothing like nbd+unix:///... , and test fails with message qemu-img: nbd+unix:///?socket[...]test_o_direct: Protocol