Stories
Slash Boxes
Comments

SoylentNews is people

This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by Scruffy Beard 2 on Monday February 06 2017, @04:18AM

    by Scruffy Beard 2 (6030) on Monday February 06 2017, @04:18AM (#463294)

    I have seen numerous comments that BTRFS dies under moderate load.

    My impression was that it was supposed to be a GPL compatible imitation of ZFS. It seems concering that something that is supposed to enhance file integrity actively makes it worse.

    I wonder how much of the problems reported are due to hardware problems like: low or even bad memory. I have been putting off trying ZFS for years due to lack of machines with the recommended 4GB of (ECC preferred) memory. Essentially, the "server grade" filesystem requires (what used to be) "server grade" hardware to be used effectively.

    Of course, now I hear that both ZFS and BTRFS are maintained by Oracle. If Oracle wanted, they could simply release ZFS under a GPL compatible license.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by sjames on Monday February 06 2017, @08:46AM

    by sjames (2882) on Monday February 06 2017, @08:46AM (#463357) Journal

    You may have seen some old reports. I have been using BTRFS for a couple years with no issues at all. It's set up for mirroring. I do recommend staying away from other raid modes though since the last time I tested that it crashed and burned under a simulated disk failure. "RAID1" worked fine under the same test.

  • (Score: 2) by Pino P on Wednesday February 08 2017, @03:57PM

    by Pino P (4721) on Wednesday February 08 2017, @03:57PM (#464572) Journal

    If Oracle wanted, they could simply release ZFS under a GPL compatible license.

    This is true if and only if Oracle is the only contributor to ZFS. Is this the case?

    • (Score: 1) by Scruffy Beard 2 on Wednesday February 08 2017, @07:51PM

      by Scruffy Beard 2 (6030) on Wednesday February 08 2017, @07:51PM (#464716)

      Good question. I don't know, and am too lazy to look it up at the moment.

      Even if there are outside contributors, if they are limited in number, they can be asked to sign off on a GPL-compatible license as well. Code contributions from hold-outs can be re-written in the worst-case.

      • (Score: 3, Touché) by Pino P on Thursday February 09 2017, @03:30PM

        by Pino P (4721) on Thursday February 09 2017, @03:30PM (#465027) Journal

        Code contributions from hold-outs can be re-written

        You mean reimplement an internal API? The legal feasibility of that depends on whether Oracle loses its appeal in another pending lawsuit.

    • (Score: 3, Informative) by DECbot on Friday February 10 2017, @10:58PM

      by DECbot (832) on Friday February 10 2017, @10:58PM (#465617) Journal

      No, ZFS forked after the source code was released in 2005, but was released under the CDDL, and later that year the FSF concluded that the CDDL was not legally compatible with the GPL--thus why it is not in the Linux kernel.

      So the actual development of ZFS is very federated. You have the the BSDs and linux projects each porting from the Sun code while Oracle still controls the closed source code used in Solaris. OpenZFS is the umbrella project for ZFS that gives a common way to test compatibility between different ZFS ports. It was determined that versioning ZFS was impractical because of the distributed development did not support the use of common release numbers (and then you'd likely have to work with Oracle). So a flag system was implemented by which ZFS file systems can be shared between different ZFS ports if the receiving system supports the flags used by the sending system.

      I guess Oracle could GPL their code, but then it would become a real license mess.

      OpenZFS Wiki [wikipedia.org]
      ZFS Wiki [wikipedia.org]

      --
      cats~$ sudo chown -R us /home/base