<div dir="ltr"><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">I am running ubuntu 14.04 as guest inside virtualbox 5.0.3 on OS X. While performing rsync on a glusterfs (3.7.x) mounted share with over 100.000 files, the entire machine crashes.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">There is one particular /var/log/syslog entry of interest:</p><pre style="margin-top:0px;padding:5px;border:0px;font-size:13px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif;word-wrap:normal;background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,sans-serif;white-space:inherit">    INFO: task rsync:4114 blocked for more than 120 seconds.
    Aug 24 20:39:15 localhost kernel: [ 8974.340183]       Not tainted 3.19.0-25-generic #26~14.04.1-Ubuntu
    Aug 24 20:39:15 localhost kernel: [ 8974.340381] &quot;echo 0 &gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
    Aug 24 20:39:15 localhost kernel: [ 8974.340513] rsync           D ffff8800d87e7e08     0  4114   4104 0x00000000
    Aug 24 20:39:15 localhost kernel: [ 8974.340518]  ffff8800d87e7e08 ffff8800da169d70 0000000000013e80 ffff8800d87e7fd8
    Aug 24 20:39:15 localhost kernel: [ 8974.340521]  0000000000013e80 ffff8800da31c4b0 ffff8800da169d70 ffff8800d87e7e18
    Aug 24 20:39:15 localhost kernel: [ 8974.340523]  ffff8800db6555e0 ffff8800d9558800 ffff8800d87e7e30 ffff8800db6556b0
    Aug 24 20:39:15 localhost kernel: [ 8974.340526] Call Trace:
    Aug 24 20:39:15 localhost kernel: [ 8974.340534]  [&lt;ffffffff817b22e9&gt;] schedule+0x29/0x70
    Aug 24 20:39:15 localhost kernel: [ 8974.340538]  [&lt;ffffffff812dc06d&gt;] __fuse_request_send+0x11d/0x290
    Aug 24 20:39:15 localhost kernel: [ 8974.340542]  [&lt;ffffffff810b4e10&gt;] ? prepare_to_wait_event+0x110/0x110
    Aug 24 20:39:15 localhost kernel: [ 8974.340545]  [&lt;ffffffff812dc1f2&gt;] fuse_request_send+0x12/0x20
    Aug 24 20:39:15 localhost kernel: [ 8974.340548]  [&lt;ffffffff812e576d&gt;] fuse_flush+0x12d/0x180
    Aug 24 20:39:15 localhost kernel: [ 8974.340551]  [&lt;ffffffff811e9973&gt;] filp_close+0x33/0x80
    Aug 24 20:39:15 localhost kernel: [ 8974.340554]  [&lt;ffffffff8120a152&gt;] __close_fd+0x82/0xa0
    Aug 24 20:39:15 localhost kernel: [ 8974.340556]  [&lt;ffffffff811e99e3&gt;] SyS_close+0x23/0x50
    Aug 24 20:39:15 localhost kernel: [ 8974.340560]  [&lt;ffffffff817b668d&gt;] system_call_fastpath+0x16/0x1b
</code></pre><p style="margin:0px 0px 1em;padding:0px;border:0px;font-size:15px;clear:both;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;line-height:19.5px">What could be the potential cause of this and how could I prevent this from happening again?</p></div>