Starting four nodes will make them deadlock on the posix_fallocate call (and thus respond with  Loading block index... (-28) on the RPC forever)
Steps to reproduce:
- Create NTFS partition on hdd
- Run the test runner with TMP=/path/to/the/ntfs/partition ./test/functional/test_runner.py -j 9
posix_fallocate falls back to fallocate on ntfs according to http://man7.org/linux/man-pages/man3/posix_fallocate.3.html#NOTES, not sure if that is relevant