<br><br><div class="gmail_quote">On Tue, Jun 30, 2009 at 6:07 PM, Bob Peterson <span dir="ltr"><<a href="mailto:rpeterso@redhat.com">rpeterso@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">----- "Brett Cave" <<a href="mailto:brettcave@gmail.com">brettcave@gmail.com</a>> wrote:<br></div></div>Hi Brett,<br>
<br>
That issue has always been a design problem with GFS.  You need to<br>
increase the size of the device before doing gfs_jadd.  Don't make<br>
the mistake of running gfs_grow immediately because that will consume<br>
your new storage for file system space and still leave you no room<br>
for any new journals.  Only run gfs_grow after you've added the<br>
journals you need.</blockquote><div><br>Thanks Bob, I have increased the relevant vdisks,  going to rescan the disks and then add the journals. We ran into some instability issues with gfs2 locking up while we were testing a good few months ago, so going to sacrifice bleeding edge for stability as its a production system.<br>
<br>Will keep my eye on gfs2 and see how it runs in our test environment when we get past this phase. 8 months of stable gfs is great :) (we found the older kmod_gfs or cman had a node numbering issue which caused some locking up a while ago, but this has been resolved)<br>
<br>how is gfs2 running on your side?<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
We eliminated the problem in GFS2, so another option would be to<br>
use gfs2_convert to convert the file system to GFS2 and then use<br>
gfs2_jadd.  Of course, GFS2 and gfs2_convert are still pretty new, so<br>
they carry a certain amount of risk, as with all new software.  Some<br>
old versions of gfs2_convert had bad problems, so if you want to go<br>
this route, make sure you make a current backup before you do anything.<br>
Second, make sure you gfs_fsck before you convert so that your file system<br>
is consistent before running gfs2_convert.  Third, make sure you have the<br>
latest and greatest gfs2_convert, so if you're on RHEL5.3, for example,<br>
make sure you've got all the latest z-stream updates.  If you build from<br>
source, make sure you compile from the most recent source code.<br>
<br>
Regards,<br>
<br>
Bob Peterson<br>
Red Hat File Systems<br>
<font color="#888888"><br>
--<br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
</font></blockquote></div><br>