public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Questions about XFS
@ 2007-03-13 13:40 clflush
  2007-03-13 15:36 ` Klaus Strebel
                   ` (3 more replies)
  0 siblings, 4 replies; 51+ messages in thread
From: clflush @ 2007-03-13 13:40 UTC (permalink / raw)
  To: xfs

Hi,

I have a few simple questions regarding the XFS file system. I built a new 
small server here (commodity hardware, x86-64) and I've installed 32-bit 
openSUSE 10.2 on it. After the system was installed, configured and up and 
running, it hung while I was browsing with Firefox. The only thing I could do 
was to press the reset button on the computer. After the reboot, when I 
opened Firefox again, I noticed that all my bookmarks were gone. Those 
bookmarks were imported from my desktop machine a few days after I configured 
the new server.

All file systems on this new server are XFS because I heard good things about 
it and it generally performs better in database operations compared to other 
file systems available for Linux. However, I was pretty surprised that when I 
had to reset the machine because it hung for some reason, all the bookmarks 
in Firefox were gone, so now I have my doubts about the reliability and data 
integrity of XFS. My older server, which also runs openSUSE 10.2 (32-bit) but 
uses Ext3 as file system never had such issues and I had to reset it many 
times because it was hanging for some reason.

Am I right to assume that XFS compared to Ext3 does not do a very good job 
regarding data integrity? I know a little bit about file systems and I know 
that most file systems depend on the application to do the right job 
regarding the way it opens/locks/saves files, but in reality not all 
applications are written in a safe way to guarantee this.

Basically, my two question that I have are:

- Why did I lost bookmarks on a machine running XFS while on another one which 
runs the same OS version but uses Ext3 as file system, it never happened, no 
matter how many times I had to reset it.

- Are there any efforts currently made to increase the data integrity of XFS?

Regards

^ permalink raw reply	[flat|nested] 51+ messages in thread
* Questions about XFS
@ 2013-06-11  9:56 Steve Bergman
  2013-06-11 13:10 ` Emmanuel Florac
                   ` (4 more replies)
  0 siblings, 5 replies; 51+ messages in thread
From: Steve Bergman @ 2013-06-11  9:56 UTC (permalink / raw)
  To: linux-xfs

Hi all,

I have a few questions about XFS that didn't make the XFS FAQ. I'm trying to
get a feel for where I might want to use it on my servers (or at home). A
mix of ext3 & ext4 has worked well for me. But I'd like to get to know XFS a
bit better. The target OS would be RHEL6.

1. I don't have "lots and large". Why should I run XFS?

2. I don't have "lots and large". Why shouldn't I run XFS?

3. Why doesn't RHEL6 support XFS on root, when the XFS FAQ says XFS on root
is fine? Is there some issue I should be aware of?

4. From the time I write() a bit of data, what's the maximum time before the
data is actually committed to disk?

5. Ext4 provides some automatic fsync'ing to avoid the zero-length file
issue for some common cases via the auto_da_alloc feature added in kernel
2.6.30. Does XFS have similar behavior? 

6. RHEL6 Anaconda sets a RAID10 chunk size of 512K by default XFS complains
and sets its log stripe down to 32k. Should I accept Anaconda's default? It
knows I've requested XFS formatting before it sets the chunk size, after all.

8. Eric (and the XFS FAQ) have recommended just using the defaults for
mkfs.xfs and mount. But I've also heard Dave say "Increase logbsize and use
inode64; everybody does that, but we just haven't made it the default". I'm
guessing it doesn't matter if one doesn't have large and lots?

9. I there something else I should have thought to ask?

Thanks for any insights,

Steve Bergman

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 51+ messages in thread
* Questions about XFS
@ 2013-10-25 14:28 harryxiyou
  2013-10-25 14:42 ` Emmanuel Florac
  0 siblings, 1 reply; 51+ messages in thread
From: harryxiyou @ 2013-10-25 14:28 UTC (permalink / raw)
  To: xfs

Hi Folks,

I have some questions about XFS as follows.

1, How to install XFS on Linux OS, I should do like below, right?
   a, Download latest Linux Kernel Source Codes.
   b, Compile the Linux Kernel and select XFS feature when I do the
configuration (make menuconfig).

2, Does XFS support real-time feature after I install it on Linux
Kernel? And how to use real-time feature on Linux Kernel.

Could anyone please give me some suggestions? thanks very much.

-- 
Thanks
Weiwei  Jia (Harry Wei)

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2013-10-27  3:29 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-13 13:40 Questions about XFS clflush
2007-03-13 15:36 ` Klaus Strebel
2007-03-13 15:53 ` Stein M. Hugubakken
2007-03-13 15:55 ` Eric Sandeen
2007-03-14 16:33 ` Stewart Smith
2007-03-15  4:26   ` Taisuke Yamada
2007-03-15  9:07     ` clflush
2007-03-15 14:41       ` Geir A. Myrestrand
2007-03-16 10:36       ` Martin Steigerwald
2007-03-17  0:47         ` Jason White
2007-03-29 15:07           ` cache flush support in SATA drives (was: Re: Questions about XFS) Martin Steigerwald
  -- strict thread matches above, loose matches on Subject: below --
2013-06-11  9:56 Questions about XFS Steve Bergman
2013-06-11 13:10 ` Emmanuel Florac
2013-06-11 13:35 ` Stefan Ring
2013-06-11 13:52 ` Ric Wheeler
2013-06-11 13:59 ` Ric Wheeler
2013-06-11 16:12   ` Steve Bergman
2013-06-11 17:19     ` Ric Wheeler
2013-06-11 17:27       ` Stefan Ring
2013-06-11 17:31         ` Ric Wheeler
2013-06-11 17:41           ` Stefan Ring
2013-06-11 18:03             ` Eric Sandeen
2013-06-11 19:30           ` Steve Bergman
2013-06-11 21:03             ` Dave Chinner
2013-06-11 21:43               ` Steve Bergman
2013-06-11 17:59         ` Ben Myers
2013-06-11 17:28     ` Eric Sandeen
2013-06-11 19:17       ` Steve Bergman
2013-06-11 21:47         ` Dave Chinner
2013-07-22 14:59       ` Steve Bergman
2013-07-22 15:16         ` Steve Bergman
2013-06-12  8:26     ` Roger Oberholtzer
2013-06-12 10:34       ` Ric Wheeler
2013-06-12 13:52         ` Roger Oberholtzer
2013-06-12 12:12       ` Stan Hoeppner
2013-06-12 13:48         ` Roger Oberholtzer
2013-06-13  0:48       ` Dave Chinner
2013-06-11 19:35 ` Ben Myers
2013-06-11 19:55   ` Steve Bergman
2013-06-11 20:08     ` Ben Myers
2013-06-11 21:57     ` Matthias Schniedermeyer
2013-06-11 22:18       ` Steve Bergman
2013-10-25 14:28 harryxiyou
2013-10-25 14:42 ` Emmanuel Florac
2013-10-25 14:57   ` Eric Sandeen
2013-10-25 16:24     ` harryxiyou
2013-10-25 16:44     ` harryxiyou
2013-10-26 10:41     ` Stan Hoeppner
2013-10-27  3:29       ` Eric Sandeen
2013-10-25 16:13   ` harryxiyou
2013-10-25 16:16     ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox