<div dir="ltr"><div><br></div><div>All my 3.8 fuse clients have big dumpfiles that eventually fill up /var.</div><div><br></div><div><p class="gmail-MsoNormal" style="margin:0px;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">-bash-4.1$ ls -lh /var/run/gl*<u></u><u></u></p><p class="gmail-MsoNormal" style="margin:0px;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">total 1.5G<u></u><u></u></p><p class="gmail-MsoNormal" style="margin:0px;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">-rw------- 1 root root 308K<span> </span><span tabindex="0" class="gmail-aBn" style="border-bottom-color:rgb(204,204,204);border-bottom-width:1px;border-bottom-style:dashed"><span class="gmail-aQJ" style="top: 2px; z-index: -1;">Dec  8 03:34</span></span><span> </span>glusterdump.31050.dump.<wbr>1512722042<u></u><u></u></p><p class="gmail-MsoNormal" style="margin:0px;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">-rw------- 1 root root 315K<span> </span><span tabindex="0" class="gmail-aBn" style="border-bottom-color:rgb(204,204,204);border-bottom-width:1px;border-bottom-style:dashed"><span class="gmail-aQJ" style="top: 2px; z-index: -1;">Dec  8 03:34</span></span><span> </span>glusterdump.31124.dump.<wbr>1512722042<u></u><u></u></p><p class="gmail-MsoNormal" style="margin:0px;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-weight:400;word-spacing:0px;white-space:normal;background-color:rgb(255,255,255)">-rw------- 1 root root 1.5G<span> </span><span tabindex="0" class="gmail-aBn" style="border-bottom-color:rgb(204,204,204);border-bottom-width:1px;border-bottom-style:dashed"><span class="gmail-aQJ" style="top: 2px; z-index: -1;">Dec  8 03:36</span></span><span> </span>glusterdump.9314.dump.<wbr>1512722042</p></div><div><br></div><div>I believe this may be part of the rotatelog config.</div><div><br></div><div>Are these files of any use? If not what would be the best way to suppress this?</div><div>I want rotate but if I can I would like to live without managing the space issues.</div><div><br></div><div><br></div><div>[root@gui logrotate.d]# cat glusterfs <br># Rotate client logs<br>/var/log/glusterfs/*.log {<br>  sharedscripts<br>  weekly<br>  rotate 52<br>  missingok<br>  compress<br>  delaycompress<br>  notifempty<br>  postrotate<br>  /usr/bin/killall -HUP glusterfs &gt; /dev/null 2&gt;&amp;1 || true<br>  /usr/bin/killall -HUP glusterd &gt; /dev/null 2&gt;&amp;1 || true<br>  endscript<br>}</div><div># Rotate server logs<br>/var/log/glusterfs/bricks/*.log {<br>  sharedscripts<br>  weekly<br>  rotate 52<br>  missingok<br>  compress<br>  delaycompress<br>  notifempty<br>  postrotate<br>  /usr/bin/killall -HUP glusterfsd &gt; /dev/null 2&gt;&amp;1 || true<br>  endscript<br>}</div><div>/var/log/glusterfs/samples/*.samp {<br>  daily<br>  rotate 3<br>  sharedscripts<br>  missingok<br>  compress<br>  delaycompress<br>}<br>[root@gui logrotate.d]# <br></div></div>