Lars, could be.<br><br>I meant &quot;no&quot; in that one point.<br><br>I was able to &quot;fix&quot; the problem. By changing the metadisk to a device instead of internal.<br>mkdir does not show the same problem.<br><br>btw mystery piece, when I use Reiser or XFS, I can&#39;t get drbd to work. always get an error.
<br>I&#39;ll scan through the logs and see what I can find, the config is pretty basic.<br><br>Take the drbd.conf from the same (share/packages...etc) and make only minor changes, thus:<br><br>on amd {<br>&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd0;
<br>&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/sda3;<br>&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp;&nbsp; <a href="http://192.168.22.11:7788">192.168.22.11:7788</a>;<br>&nbsp;&nbsp;&nbsp; meta-disk&nbsp; internal;<br>}<br><br>I entered a &quot;fake&quot; second system (whether I do it with the systems connected or not made no difference so I&#39;m just trying to simply it), as I&#39;m trying to only make it work on one system for now.
<br>then I used:<br>/etc/init.d/drbd start<br>drdbsetup /dev/drbd0 primary --do-what-I-say<br>mount /dev/drbd0 /test<br>cd /test<br>tar -xvf /test.tar<br><br>(test.tar is the one that contains a single directory). and wham!
<br><br>I&#39;ll double-check the logs tomorrow. I probably am missing something.<br><br>I *KNOW* drbd is solid! I *KNOW* it&#39;s something *STUPID*! I just don&#39;t know what. augh <br><br>but thanks so far. I&#39;ll email you tomorrow if I don&#39;t find something obvious.
<br><br>Dan.<br><div><span class="gmail_quote">On 2/8/07, <b class="gmail_sendername">Lars Ellenberg</b> &lt;<a href="mailto:Lars.Ellenberg@linbit.com">Lars.Ellenberg@linbit.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;">
/ 2007-02-08 09:26:45 -0500<br>\ Dan Gahlinger:<br>&gt; &gt;and that would be which kernel and drbd version/revision exactly?<br>&gt; &gt;(sorry, no 10.2 handy right now)<br>&gt;<br>&gt; Kernel: 2.6.18.2-34 (x86) SMP<br>&gt; Although I&#39;ve tried slightly older kernel too (the one from suse
<br>&gt; 10.1) dont have it handy though.<br>&gt;<br>&gt; DRBD version:<br>&gt; &quot;out of the box&quot; - 0.7.22-30<br>&gt;<br>&gt; &gt;and if you do this without drbd,<br>&gt; &gt;it does behave fine, presumably?<br>&gt;
<br>&gt; It works fine without drbd, yes.<br>&gt;<br>&gt;<br>&gt; &gt;what is in kernel log before &quot;read-only file system&quot; ?<br>&gt; &gt;any oopes, BUG()s, stacktraces or drbd related messages?<br>&gt;<br>&gt; no errors in the kernel log or messages, no traces, no bugs, no errors.
<br><br>no way. there _HAS_ to be a log from the ext3 that it remounts readonly<br>because of something.<br>if not, you are looking at the wrong logfile.<br><br>&gt; &gt;what file system?<br>&gt;<br>&gt; ext3. I&#39;ve never been able to get drbd to work with anything else.
<br>&gt;<br>&gt; &gt;does it happen<br>&gt; &gt; without drbd ?<br>&gt; Yes!<br><br>uhm, you mean no, right?<br><br>&gt; &gt; with drbd StandAlone?<br>&gt; Yes!<br>&gt; &gt; with drbd Connected?<br>&gt;<br>&gt; Yes!<br>&gt;
<br>&gt; In fact, I&#39;ve nailed it down a bit, to do &quot;quick testing&quot;<br>&gt; I created a test directory as follows (as root):<br>&gt;<br>&gt; mkdir /test<br>&gt; cd /test<br>&gt; mkdir A<br>&gt; tar -cvf test.tar
 .<br>&gt;<br>&gt; then copied this 10k tar file to the partition I just setup with DRBD,<br>&gt;<br>&gt; and tried to untar it.<br>&gt;<br>&gt; DRBD will &quot;crash&quot; every time!&nbsp;&nbsp;By this I mean, it cannot create the directory,
<br>&gt; and instantly puts the partition into &quot;read-only mode&quot;<br><br>it is not DRBD that remounts anything readonly.<br>it is the ext3 file system, normally because of io-errors.<br>and it will log why. I need that error message.
<br><br>&gt; Every single time.<br>&gt;<br>&gt;<br>&gt; I can untar hundreds of megs, of thousands of files, and it&#39;s fine.<br>&gt; But try and untar a single directory, and wham! every time.<br>&gt;<br>&gt; what&#39;s up with this? weirder and weirder.
<br><br>does a mkdir there have the same effect?<br><br>&gt; &gt;did you run memtest<br>&gt;<br>&gt;<br>&gt; No, but I&#39;m not sure how this applies. the system runs perfectly without DRBD.<br>&gt; such a small simple test, it&#39;s not ram.
<br><br>now, see, we have fileservers in production.<br>database clusters.&nbsp;&nbsp;quite a few of them.<br>terabytes of storage.<br><br>never heard of what you describe,<br>unless it was user error -- or bad hardware.<br><br>--<br>
: Lars Ellenberg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tel +43-1-8178292-0&nbsp;&nbsp;:<br>: LINBIT Information Technologies GmbH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fax +43-1-8178292-82 :<br>: Vivenotgasse 48, A-1120 Vienna/Europe&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.linbit.com">http://www.linbit.com
</a> :<br>__<br>please use the &quot;List-Reply&quot; function of your email client.<br>_______________________________________________<br>drbd-user mailing list<br><a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com
</a><br><a href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br></blockquote></div><br>