Omg! That totally worked! :D<br><br>What a stupid mistake, thanks very much!<br><br>Arnoud Vermeer<br><br><div><span class="gmail_quote">On 3/28/06, <b class="gmail_sendername">Drop Box</b> &lt;<a href="mailto:publicdropbox@gmail.com">
publicdropbox@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="direction: ltr;">FWIW, I ran into this issue yesterday on a new installation (on a new
set of systems).&nbsp; The issue was that max_disk_age was being exceeded,
so no devices were being returned as valid.&nbsp; The monitor process, in
its sql call to update the device table, sets 'mb_asof = UNIX_TIMESTAMP()', which means the db
server sets the time for that field.&nbsp; It turned out that the db server
hadn't been configured to use ntp and was about eight minutes behind.&nbsp; The default max_disk_age is five minutes, hence the no_devices error.&nbsp; Not sure if you were running into the same thing, but it's something to keep in mind.
<br><br>HTH.</div><div style="direction: ltr;"><span class="q" id="q_10a4223d524ba830_1"><br><br><div><span class="gmail_quote">On 3/8/06, <b class="gmail_sendername">Arnoud Vermeer</b> &lt;<a href="mailto:a.vermeer@freshway.biz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
a.vermeer@freshway.biz</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear readers,<br><br>I've upgraded my mogileFS installation to the latest CVS sources, but<br>now I am encountering a problem. I get the following error when trying<br>to create a file:<br><br>CREATE_OPEN domain=snuffelsnel&amp;key=
1471254036.jpg&amp;class=fotos<br>ERR no_devices<br><br>But I've got enough free space / devices as I can demonstrate:<br><br>mfs1:/home/funzoneq# mogadm -c /etc/mogilefs/mogadm.conf check<br>Checking trackers...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
81.171.x.x:7001 ... OK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;81.171.x.x:7001 ... OK<br><br>Checking hosts...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 2] <a href="http://mfs3.example.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mfs3.example.org</a>
 ... OK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 3] <a href="http://mfs4.example.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mfs4.example.org
</a> ... OK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 4] <a href="http://mfs1.example.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mfs1.example.org</a> ... OK<br><br>Checking devices...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;host device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;size(G)&nbsp;&nbsp;&nbsp;&nbsp;used(G)&nbsp;&nbsp;&nbsp;&nbsp;free(G)&nbsp;&nbsp; use%
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---- --------------- ---------- ---------- ---------- ------
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 2] dev3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;229.230&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.031&nbsp;&nbsp;&nbsp;&nbsp;229.199&nbsp;&nbsp; 0.01%<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 2] dev4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 35.996&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.493&nbsp;&nbsp;&nbsp;&nbsp; 35.503&nbsp;&nbsp; 1.37%<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 3] dev5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 35.288&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.428&nbsp;&nbsp;&nbsp;&nbsp; 34.859&nbsp;&nbsp; 1.21%<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 3] dev6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
35.288&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.428&nbsp;&nbsp;&nbsp;&nbsp; 34.859&nbsp;&nbsp; 1.21%<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 4] dev1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;229.230&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.031&nbsp;&nbsp;&nbsp;&nbsp;229.199&nbsp;&nbsp; 0.01%<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ 4] dev2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 36.027&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.594&nbsp;&nbsp;&nbsp;&nbsp; 35.433&nbsp;&nbsp; 1.65%<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---- --------------- ---------- ---------- ---------- ------
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;total:&nbsp;&nbsp; 601.058&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.006&nbsp;&nbsp;&nbsp;&nbsp;599.053&nbsp;&nbsp; 0.33%<br><br>So I went searching through the source of mogilefsd and found that<br>there were some changes in<br><a href="http://cvs.danga.com/browse.cgi/wcmtools/mogilefs/server/mogilefsd" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://cvs.danga.com/browse.cgi/wcmtools/mogilefs/server/mogilefsd</a><br>revision 1.109 that where untested and needed feedback.<br><br>Well here it is: It isn't working, and I've got no clue why not.<br><br>I've completely cleaned out my entire mogileFS cluster and reinstalled
<br>it. This didn't fix the problem (exact same problem), so I guess it<br>are the changes from revision 1.109.<br><br>Could someone help me out?<br><br>Thanks,<br><br>Arnoud Vermeer<br></blockquote></div><br>

</span></div></blockquote></div><br>