Slashdot Mirror


Novell Moves Away From ReiserFS

VSquared56 writes, "Novell announced a shift in the default filesystem from ReiserFS to ext3 for users of its SuSE Enterprise Linux. This news comes shortly after Hans Reiser's arrest, though Novell says the decision was being considered long before. Though Novell will continue supporting ReiserFS 3, it claims ext3 is more stable and will 'soon' match performance with the newer ReiserFS 4. What implications will this have for SuSE users, and ReiserFS's future as a whole?"

32 of 404 comments (clear)

  1. Hurm by OverlordQ · · Score: 5, Funny

    What implications will this have for SuSE users

    Well, just a guess . . . but they might have to use a new filesystem!

    --
    Your hair look like poop, Bob! - Wanker.
  2. The Slashdot Way... by xquark · · Score: 5, Funny

    I think is to have a poll as to measure people's opinions
    about the guy's innocence. With options such as
    1. He is innocent
    2. He is guilty
    3. Cowboyneal did it etc..

    --
    Arash Partow's Philosophy: Be a person who knows what they don't know, and not a person who doesn't know.
  3. Re:It's Deja Vu All over Again by arth1 · · Score: 5, Insightful
    I predicted this a few days ago, when I wrote here:

    That it /is/ going to damage reiserfs is beyond any doubt, no matter whether he's proven innocent, not proven guilty, or proven guilty. The name is tainted, and a business executive will not likely touch anything related to that person, no matter whether it gets taken over and run by other people or not.


    This was modded flamebait.

    People, you might not want to hear it, and you might not agree with stupid knee-jerk reactions, but these reactions will be coming. The name "reiserfs" is tainted, whether that's rational or not.

    Regards,
    --
    *Art
  4. Old news by lintux · · Score: 5, Informative
    This news comes shortly after Hans Reiser's arrest
    That news was this week. This news from SuSE, however, is very old already and apparently they indeed decided about this before Reiser got arrested.

    It's also interesting how people now explain the blood on Reiser's shirt in this comic, while this comic also predates this whole arrest story. :-)
  5. Re:xfs for ever by arth1 · · Score: 4, Funny
    why not move to xfs? it's a very good performance file system.


    XFS is high performance especially for large files and multitasked access.
    reiserfs (3) is high performance especially for small files and singletasked access.
    JFS is also a good journalled file system with many nifty features, although perhaps not as mature as XFS.

    unless there a rumours of the author being a murderer of course.


    Neither X nor J have been accused of murder, to my knowledge.

    All hail J.

    Regards,
    --
    *Art
  6. You're forgetting by joe_n_bloe · · Score: 5, Funny

    4. The bitch set me up (Marion Barry)
    5. The glove's too tight (OJ)
    6. Is that Chewbacca here? (Chewbacca defense)

    1. Re:You're forgetting by identity0 · · Score: 4, Funny

      7. "I'm just a patsy-OH NO I'VE BEEN SHOT!" (Oswald defence)
      8. "You want the Truth? YOU CAN'T HANDLE THE TRUTH!!" (A Few Good Men defence)
      9. "I'm telling you, it wasn't me! It was a one-armed man! You've got to believe me!" (The Fugitive defence)
      10. "These are not the evidence you are lookiing for" (Obi-wan defense)
      11. "That depends on what the definition of 'kill' is." (The Clinton defence)
      12. "Putting this 'evidence' out for anyone to read is helping our terrorist enemies." (The Bush defence)

  7. Nothing todo with Hans' arrest. by linuxpoweredtrekkie · · Score: 5, Informative

    Several commenters appear to think that this is due to the arrest of Hans, In fact it was announced over a month ago, before any of the stories about Hans broke. The original announcement is from the 14th september http://lists.opensuse.org/opensuse-factory/2006-09 /msg00542.html

  8. Smart move, just a little late by Anonymous Coward · · Score: 5, Informative

    When it comes to performance between the filesystems (reiser vs. ext3 vs. xfs) then I don't have much to comment, but with regards to security... I've used reiser for quite some time but in the end threw it away because it just couldn't cope with what I wanted..

    First your average backup. Yes, I'm well aware that you can always tools like tar but really.. Its the same deal with Sun's current development ZFS: it lacks the option to decently make a backup. Yes you can use tar, but I don't consider this decent. I'm talking about tools like backup/restore (ext3) or even native "ports" like xfsdump/xfsrestore. Easy, fast and reliable. Make a whole dump (or increamental), you can then either restore the whole session or use an interactive shell to merely grab the file(s) you're after. Naturally it also supports commandline parameters. And Reiser? IIRC (correct me if I'm wrong please) its even longer around than xfs, and even xfs managed to get me something decent for making backups...

    Last but not least; crash recovery. I know, this is threading on thin ice since these results cannot be reproduced perse but the whole nature of reiser makes it good and bad for workstations (like SuSE). The good part is its speed, the way it caches and writes data in such a way where it tries to store things in one specific part makes it faster. I can't comment if reiser really is faster than others, I never noticed it. But the bad part is also that if you have a crash on your hands (just turn of your computer right now. No, not a shutdown but keep the powerbutton pressed untill it goes "poof") and reboot chances are very high that you just lost valuable data.

    The theory behind journaling should give you some protection against this, and normally it does, but its my experience that whenever something like this happened on a box which was using reiser I lost just too many files. Several files in /etc used to become corrupt, binaries started going haywire and the worst part: because the index wasn't affected it was quite hard to detect these bad files.

    Eventually I moved to XFS myself and never bothered looking back. Its not perfect, absolutely not since on XFS you too can experience situations like I just described. But in that same environment where I sometimes had to endure a powerloss I noticed that the frequency in which my data became corrupt was far and far less than with reiser. So my conclusion: reiser isn't the best when it comes to keeping your data safe. Its also a conclusion which has been backed up by other people who experiences the same problems in a more or lesser degree.

    So my comment: finally Novell is coming to its senses. IMO they should have done this years ago, either going to XFS (my favorite) or ext3 where the latter is ofcourse the most logical choice considering how this evolved from ext2 (which, strangely enough, used to be the default on SuSE. I never did understand why they'd move away from it).

  9. Thins aren't looking up for Hans. by dannycim · · Score: 5, Informative

    Geez, now blood's found in his car, and with the passenger seat missing, history of abuse, guy is arrested with $8,900 and his passport on him...

    If he were a famous football player, he'd have a chance, but I don't think a filesystem developer can muster up a "dream team".

    I expect other distros will knee-jerk too.

    $ mount /dev/hda3 on / type reiserfs (rw)

  10. Re:Let this be a lesson to you all by Anonymous Coward · · Score: 5, Funny

    Crime does not pay!

    Ok, ReiserFS might be a bit on the slow and unstable side, but I would not actually call it a crime.

  11. Re:xfs for ever by cortana · · Score: 4, Interesting

    There have been too many reports in the last couple of months of people whose machines have lost power, and booted up, only to find that every file on their XFS filesystems has been filled with zeroes.

  12. Re:Rats first and Captain last by zdzichu · · Score: 4, Informative

    Almost right, but the fact is Hans Reiser wasn't reisersfs3 maintainer. He long ago declared version 3 was dead and only reiser4fs worth using. reiserfs3 was maintained mainly by one guy in SUSE, who became fed up with it. And rightly recomended going to ext3/ext4.

    Just BTW, I am using reiserfs3 on my system and I thinking about migration to some FS with future.

    --
    :wq
  13. ext3 more reliable? Whatthe! by mcbridematt · · Score: 4, Interesting

    it claims ext3 is more stable and will 'soon' match performance with the newer ReiserFS 4.

    Gee, ext3 must've matured a lot in the past few years. I stopped using extX filesystems long ago because they lost files after power cuts waay too easily. ( I could bork an old RedHat install simply by pulling the plug/rebooting several times ). Moved to reiser then xfs and barely lost anything if I had to force a reboot.

    1. Re:ext3 more reliable? Whatthe! by asuffield · · Score: 4, Interesting
      I stopped using extX filesystems long ago because they lost files after power cuts waay too easily.


      That's still better than reiserfs, which does not need a power cut in order to lose data. I still recall a comment from a tech support area I used to frequent: "reiserfs runs really fast until it crashes and you lose all your data. As a result it has a lot of ex-users who are now sadder but wiser."

      It is also important to remember that ext3 can be configured for a number of different points along the speed/safety tradeoff, so any stories about problems (with speed *or* safety) should state which mode they were using.
  14. ext3 Performance Matches Reiser4?! by RAMMS+EIN · · Score: 4, Insightful

    ``ext3 is more stable and will 'soon' match performance with the newer ReiserFS 4''

    Huh? In whose benchmarks? What about space usage? What about plugins for arbitrary attributes?

    --
    Please correct me if I got my facts wrong.
    1. Re:ext3 Performance Matches Reiser4?! by Omnifarious · · Score: 4, Interesting

      Perhaps. But the single most valuable thing about both Reiser filesystems is how well they handle large numbers of small files. I hate Berkeley DB and its ilk with a passion. They take all kinds of valuable data that should be addressable with standard tools and obscure it in some weird format that I can't make any sense of without some specialized set of tools. Not only that, but they're slow!

      I want to stop using these awful things. I want to use a hierarchical naming scheme to address the individual bits of data I'm stuffing into the filesystem without having to resort to stupid tricks with splitting up the name so I don't have anymore than 256 entries per directory.

      None of the filesystems made for Linux aside from ReiserFS seem to even acknolwedge that this problem is worth solving. Personally, I think it is a major, short-sighted bellybutton gazing failure. The excuse seems to be "Well, you're using the filesystem in a strange way that nobody uses it in, so stop doing that!". But that's a completely circular argument. I simply do not WANT to contort my programs in such a ridiculous way to accomodate the failings of filesystem designs.

      ReiserFS is fast and flexible. I've never had any data loss with 3. At least, not in the last 3 years or so. And I have a machine that will (for reasons of a bad motherboard) randomly lock up if I'm using both the disk and the Ethernet card heavily.

      I don't really care that much about plug-ins. They're kind of a neat idea for having super-efficient storage for caches and stuff, but really I just want to be able to independently address millions of small pieces of data and have it be reasonably efficient.

  15. Hard to Believe by countach · · Score: 4, Informative

    Not that I've got my finger right on the pulse of FS development, but I find it hard to believe that ext3 is soon going to equal Reiserfs for all cases. Perhaps for a typical case, but ReiserFS was supposed to allow a lot of stuff that was not feasible with ext3 like efficiently having really small files, using the FS as a database, and a lot of other potentially groundbreaking research and abilities. I hope none of the good ideas get lost.

  16. Re:xfs for ever by udderly · · Score: 4, Insightful

    That's what backups are for. Seriously, with XFS you run a very real risk of zeroing out a file if the file system isn't shut down properly.

    OMG, are you kidding? If it was NTFS or FAT, people on /. would be going crazy about it. It would be more famous than the BSoD.

  17. Re:conversion by Ant+P. · · Score: 4, Funny

    Yes, in fact someone made a command to do just that: `cp`

  18. Ending submissions with an idiotic question by Gothmolly · · Score: 4, Insightful

    Editors, if you're the ones doing it, please stop. If submitters are doing it, please edit their submissions. We don't need this Roland Piquipaille/Ric Romero style of foolishness, i.e. "Blah blah has happened to company FOO, what do you all think?" Posting it for discussion on Slashdot IMPLIES you're going to get a million different viewpoints, none of which are really important to the submitter. You'll get the viewpoints anyway, you don't need to "prompt" us for them.

    --
    I want to delete my account but Slashdot doesn't allow it.
  19. Re:xfs for ever by Rob+Kaper · · Score: 4, Insightful

    What good is a UPS going to do in the case the machine powers off because of a problem with the power unit, a motherboard short circuit, and so on? Any filesystem with serious data loss on a power failure is not acceptable, period.

  20. Re:It's Deja Vu All over Again by Anonymous Coward · · Score: 5, Funny
    The name "reiserfs" is tainted, whether that's rational or not.


    Apparently it is to be called "icefs" in Etch.

    Something to do with Hans not being available to QA patches by the Debian kernel team.
  21. Re:xfs for ever by rg3 · · Score: 4, Interesting

    It's interesting that you mention that. Some time ago, I used ReiserFS as the filesystem on my laptop computer (I only have one partition, not counting swap). The performance was alright and it always took some seconds to mount the partition (this is a known thing for ReiserFS). So, more or less, my experience had been fine. One day, I was trying to view one JPG file and the program was unable to open it, so I wondered why. After examining the file, I found out that while the file size was alright, its contents were all binary zeros. I discovered similar things for a handful of files in my system, many of them in my home directory, I supposed because that's where the biggest part of the disk data is located and if a problem arose, it's probably going to be there.

    At the beginning I suspected something had gone wrong while copying the data to an external USB hard drive and back to the newly formatted ReiserFS partition. But, some weeks later, I discovered a similar situation in a file I had created recently (after the data move), and that had been available there for many days. I am only a desktop user and I lack evidence on what caused this, but I tested my harddrive to see if it had bad sectors or behaved poorly for some reason, and nothing turned up. I fsck'ed the partition and everything was alright. I suspected this problem was due to ReiserFS, so I took the decision of switching back to ext3 with dir_index activated, and the problem hasn't reappeared again. I suspect I hit a bug in the ReiserFS code, and I lost my data in one or several of those ocasions when I left my laptop alone for some time and it powered off suddenly when it ran out of battery. This happened more times since the switch to ext3, but I haven't lost any more files since then.

    I know this can be a particular case which may not represent the behaviour of ReiserFS, but as I read your comment I thought I had to share my experience too.

  22. Re:xfs for ever by diegocgteleline.es · · Score: 5, Informative

    AFAIK this is a design flaw in XFS

    No, this happens because it's the way XFS does journalling.

    XFS journalling isn't as good as the one in ext3, from users' POV. Ext3 default journaling mode takes care of the relationship between metadata and the data associated to that metadata (and here let me remember that journalling/softupdates is a way to avoid corruption of the *metadata*, if you lose data because of a power cut that's fine, but it's not fine that the filesystem gets damaged and needs fsck because the metadata got corrupted)

    IOW: when ext3 is going to write metadata to the disk, it looks first to the dirty data cached in the memory and writtes the data *before* it writes the metadata.

    XFS journaling, in the other hand, does *not* care about writing the data before the metadata. Why? Well, because journalling is about keeping the metadata safe so you don't need fsck. This means that in case of a power cut, XFS may leave the contents of a "file" (metadata) unscycrhonized with its data. Because of that, the metadata may be pointing to random free zone of the disc with confidential information (passwords) which was deleted but it has not been overwritten, so XFS sets it to zero for safety. Ext3, on the other hand, will never left your data "unscychornised" with your metadata. The file may get corrupted because the program that was manipulating it was stopped in the power cut, but the relationship between the data and the metadata is always coherent.

    Ext3 journaling mode may be considered an "extra", and it *does* pay a performance disadvantage because of this. If you want ext3 to behave like xfs (and get better performance), mount your fs with the mount option "data=writeback". Reiserfs in the other hand historically had a similar journaling method as XFS (just like JFS), but the suse guys created a journaling mode similar to the default one in ext3 which AFAIK is not enabled by default (at least on mainline) and gets enabled with "data=ordered"

    Is the XFS journaling mode worse? Well, for desktop users, who would rather have syncronized their data and their metadata, clearly yes. This is why XFS is just not the best FS for desktops - its a wonderful FS, but just not "optimized" for desktops. NTFS journaling does the same that ext3 does, BTW, and it's for a reason.

  23. No one laughed last time... by Chapter80 · · Score: 5, Funny

    I wonder if Reiser 4 "file" system is hidden inside of a cake.

  24. Re:xfs for ever by jazman_777 · · Score: 5, Funny

    Slashdot: News for Nerds. Stuff that Matters. Anecdote Battles.

    --
    Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
  25. Re:It's Deja Vu All over Again by tomhudson · · Score: 4, Funny

    From a marketing point of view, Novell won't want to associated with it either. If they show support for him, and he is found guilty, it's a marketing nightmare for Novell.

    Are you kidding - this stuff practically writes itself.

    1. "Novell and ReiserFS - we have THE killer linux filesystem!"
    2. "Novell and ReiserFS - your files are as secure as the county lockup."
    3. "Novell and ReiserFS - while the jury's out, we continue give you a choice of file systems"
    4. "Novell and ReiserFS - exabytes of data - and only one piece of information missing ..."
    5. "Novell and ReiserFS - no dead inodes, no dead files, no dead bodies ..."
    6. "Novell and ReiserFS - what the fsck?"
  26. From the Horse's Mouth by Jeff+Mahoney · · Score: 5, Informative

    I wrote the original email proposing that SUSE switch from reiserfs to ext3. At the risk of triggering responses of "The lady doth protest too much," I'll restate a few statements I've made elsewhere in response to common questions:

    1) The decision has *nothing* to do with Hans' situation. The email was released on the same day as the initial story broke, but it was pointed out to me after I had sent the email. I was concerned then, correctly as it turns out, that people would consider the two issues intertwined. They're not. My proposal was based on technical and maintainability reasons alone. The timing is an extremely unfortunate coincidence.

    2) SUSE is *not* dropping reiser3 support. This change only affects the default. It doesn't change our support of reiser3 at all. We still support four major file systems: ext3, reiserfs, xfs, and ocfs2. Our installer offers other file systems as well as a convenience, and users are free to use any of them. So, if you're committed to reiser3 or xfs, nothing is stopping you from continuing to deploy systems using them.

    3) Many benchmarks show reiser3 as performing better than ext3, and this is mostly true. What isn't shown in those benchmarks is that if you're operating two or more reiser3 file systems in parallel, performance will degrade for both of them due to the use of BKL everywhere. ext3 (and other file systems) will don't degrade in that case. I've also read reports that there is a bit of research going on into making ext3 locking finer grained. I don't have any sources to cite, but any reduction of critical sections without reducing reliability is always a good thing.

    People refer to reiser3 as a modern file system, but I'd call it progressive. Reiser3 has served us well for years, but it's showing its age. The basic idea behind reiser3 is still sound, and when extended with integrated integrity checking and better b-tree locking borrowed from years of database research, it would perform extremely well. The problem is that adding the first is a huge disk format change, which means it's no longer reiser3. Adding the second is a hugely invasive change that would throw out a good chunk of the existing code -- again, essentially creating a new file system. It would be like people saying, "I like my ext3 file system, but I don't like the code. Let's start over." Combined with a small development community, it's a recipe for instability and there are more interesting problems out there.

    I've posted some more lengthy comments here: http://linux.wordpress.com/2006/09/27/suse-102-dit ching-reiserfs-as-it-default-fs/#comment-28534

  27. Re:It's Deja Vu All over Again by kimvette · · Score: 4, Insightful

    What would happen if (god forbid) Linus were in Reiser's place? Would everyone here be distancing themselves from using Linux? Would Novell, IBM, etc. abandon the use of Linux, throwing out the baby with the bathwater?

    This is why when the story hit I posed legitimate questions regarding the filesystem's future (and got flamed for it, BTW, here and on linuxquestions); a person's career work should be viewed independently of his or her personal misdeeds. Otherwise, we should abandon electricity and incandescent lights (Edison was a bit of a bastard, and his invention of the electric chair "tainted" AC), jets (Heinkel was a nazi), Mercury and Apollo programs should never have happened (Wernher von Braun, the brain behind those programs, was a nazi, willing or otherwise). There are many, many worthwhile inventions proposed, designed, and/or implemented by evil people, and yet we use them on a daily basis, because regardless of the creators' nature, philosophy, or misdeeds, they have produced some worthwhile things that abandoning them because of the heritage would be somewhere between silly and irresponsible.

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  28. Not just the name... by LinuxGeek · · Score: 4, Insightful

    I've been to the namesys website and haven't found anything about the Hans Reiser arrest. If it is more than a one man show, then they should have a prominent statement about their intention to continue development regardless of the outcome. Not seeing something to that effect after this mych time would make me quite nervous if I had a business or product that relied on continued development of the ReiserFS line. Seems as if Namesys is accepting the inevitable demise of the whole organization at this point; I hope that changes.

    --

    Kindness is the language which the deaf can hear and the blind can see. - Mark Twain
  29. Re:xfs for ever by alba7 · · Score: 4, Funny
    If you don't know what you are doing, do not listen to zealots. Stick with the distro default -- which is EXT3/

    If you don't know what you are doing, you should stick with the default "distro".
    And Microsoft recommends NTFS.

    --
    Post tenebras lux. Post fenestras tux.