Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f7V4mjD08909 for linux-xfs-outgoing; Thu, 30 Aug 2001 21:48:45 -0700 Received: from sgi.com (sgi.SGI.COM [192.48.153.1]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f7V4mfd08890 for ; Thu, 30 Aug 2001 21:48:41 -0700 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by sgi.com (980327.SGI.8.8.8-aspam/980304.SGI-aspam: SGI does not authorize the use of its proprietary systems or networks for unsolicited or bulk email from the Internet.) via SMTP id VAA04936 for ; Thu, 30 Aug 2001 21:48:38 -0700 (PDT) mail_from (nathans@wobbly.melbourne.sgi.com) Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id PAA10031; Fri, 31 Aug 2001 15:46:42 +1100 Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.9.3/8.9.3) id PAA86297; Fri, 31 Aug 2001 15:46:31 +1100 (AEDT) Date: Fri, 31 Aug 2001 15:46:30 +1100 From: Nathan Scott To: Lee Go-Tze Cc: linux-xfs@oss.sgi.com Subject: Re: Resizing XFS partition and external journal Message-ID: <20010831154630.Z323889@wobbly.melbourne.sgi.com> References: <20010831040943.97281.qmail@web20204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010831040943.97281.qmail@web20204.mail.yahoo.com>; from leegotze@yahoo.com on Thu, Aug 30, 2001 at 09:09:43PM -0700 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk hi, On Thu, Aug 30, 2001 at 09:09:43PM -0700, Lee Go-Tze wrote: > Dear list, > > Can someone explain why it's not a good idea to > use xfs_growfs on a mounted XFS file system? It is _only_ possible to grow a mounted XFS filesystem. > Is there a plan to make it work? Isn't this the > preferred way to grow a XFS partition when the > support is in place from LVM to integrate with > file system? > There is an unresolved bug in either LVM or XFS here, no one knows which. growfs seems to work fine on a non-LVM partition and there are automated tests to check that case (it is less interesting than the LVM case of course, but without LVM in the picture it always seems to work). [Not passing-the-buck, just stating what we know so far] > A separate question on external journal. I heard > it is possible to use an external journal with XFS, > can someone confirm this? And how can I do it? Yes, use "-l logdev=/dev/XXX" to mkfs.xfs(8) and mount(8) with the "-o logdev=/dev/XXX" option. > If the external journal is supported will it > be possible to store it in a NVRAM disk (like > ext3fs external journal)? > Yes. cheers. -- Nathan