Slashdot Mirror


NetApp Threatens Sellers of Appliances Running ZFS

eldavojohn writes "ZFS is licensed under the CDDL and is considered to be open source, but NetApp is sending threatening legal letters to startups who look to offer ZFS on NAS appliances. This assault on Coraid has a few people worried about the future of ZFS as NetApp rears its ugly head yet again. The CEO of Coraid replied to NetApp's demands, saying, 'We made the decision to suspend shipment after receiving a legal threat letter from NetApp Inc., suggesting that the open-source ZFS file system planned for inclusion with our EtherDrive Z-Series infringes NetApp patents.' Will NetApp effectively destroy any future ZFS might have enjoyed?"

12 of 231 comments (clear)

  1. Re:Explains OSX Server pulling ZFS by Joce640k · · Score: 3, Insightful

    ZFS isn't *essential* to Apple so why would they fight a patent battle in court? There's plenty of other file systems in the sea.

    --
    No sig today...
  2. Re:Explains OSX Server pulling ZFS by eddy · · Score: 4, Insightful

    We should all have learned by now that how people and companies react to legal threats doesn't have ANYTHING to do with so-called merits. 'The' SCOX case went on for about seven years and they had NOTHING. People paid them "linux tax" while they had NOTHING, could show NOTHING, made increasingly bizarre and outrageous claims and could in fact never WIN ANYTHING. People still paid.

    The lesson from that of course is that being a tick on the ass of the system it's a perfectly valid way to lift a nice salary and appear important, so really, why not?

    --
    Belief is the currency of delusion.
  3. They're afraid of ZFS by guruevi · · Score: 5, Insightful

    ZFS is a game changer in the storage industry. While people are buying $250,000 NetApp installations, the exact same hardware, performance and connectivity will go for $5000 of high-end hardware and a couple of hours work with ZFS. $250,000 will easily buy you a Petabyte worth of redundant ZFS storage. Even the reasons you would otherwise buy NetApp or another proprietary storage solution (compression, de-duplication, checksums) is all implemented by ZFS.

    NetApp recently lost their patents based on prior art (they basically ripped off somebody's paper and put in a patent for it), appealed it of course and now they are trying to squeeze the last money out of small shops before they get the smack down from the patent office. This is a very similar case to the Caldera/SCO cases.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
    1. Re:They're afraid of ZFS by guruevi · · Score: 3, Insightful

      There is no magic that NetApp adds that would make it any faster or slower than a comparable system using ZFS. I've seen, implemented and used both systems, they both use commodity hardware. There is no reason your ZFS should work any worse when you get down to the wire than your NetApp appliance unless you're doing something wrong. If you're comparing Sun's RAIDZ with their proprietary RAID0 then you're looking at the wrong implementation for a database. If you add a couple of L2ARC and ZIL SSD caches to your ZFS system, your database should be able to sustain well over 10000 IOPS - on commodity hardware. The other problem with NetApp is it's limits - 16TB is laughable in my field (even 16PB will be laughable in less than a decade).

      When I look at NetApp's white papers, all I see is a similar implementation to ZFS. NVRAM as caches, aggregated writes, snapshots... As I said, they're afraid because ZFS does everything NetApp does and more for a heck of a lot less. NetApp seems to have stopped developing major features which could have distinguished them from other systems and instead just focuses on selling as much systems in the next few years as possible and possibly litigate to get some more cash (the SCO business model).

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  4. Re:NetApp by Just+Some+Guy · · Score: 5, Insightful

    NetApp built it's bussiness being a vendor of NAS systems that had extensible file systems that spanned clever raid structures, and automatic snapshoting and they did this long before ZFS. Those are the key features of ZFS.

    VMS did it earlier. Screw NetApp and their overpriced, underfeatured, patented crap. Really. I mean that.

    --
    Dewey, what part of this looks like authorities should be involved?
  5. Here, here... by multimediavt · · Score: 4, Insightful

    Screw NetApp and their overpriced, underfeatured, patented crap. Really. I mean that.

    I totally and completely agree with that summary of NetApp

    With that out of the way, how does NetApp have any authority to enforce a license/patent on a piece of software they did not invent, nor hold the licensing for? ZFS was created by Sun and released under the CDDL. I am confused as to where NetApp fits into this equation other than being a troll of something that isn't even theirs to begin to troll with. I will do some digging online, but this is just effed up.

  6. Again... by Junta · · Score: 3, Insightful

    NetApp is suing Sun (and now Oracle) over ZFS because they *claim* it violates patents they hold that they implemented in their own WAFL fs. WAFL does predate ZFS. NetApp was granted patents in WAFL that ZFS seems to also do, but prior-art may have caused those patents to be invalid.

    They are suing vendors that also use ZFS probably because those vendors are either licensing from Oracle (in which case indemnification may just pass this on) or are using FreeBSD, which makes the link between the vendor and Oracle a bit more odd and possible has the vendor on the hook for liability.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  7. NetApp Patent Lawsuit by vm · · Score: 3, Insightful

    It might be worth reading through NetApp's original ZFS patent lawsuit vs Sun before making wild speculations. It seems to me that they are now trying to sue other, smaller companies after their original attempt to sue Sun had failed.

  8. Re:btrfs successor by dgatwood · · Score: 3, Insightful

    I wish I had the cash to make an open source (GPL or BSD license preferably) bounty for the following in a filesystem/LVM replacement, since ZFS isn't going to be going past Sun hardware these days:

    ...list of requirements...

    To which I would add:

    12. BSD-licensed. What's really needed is a robust filesystem that's ubiquitous---a filesystem that is supported across operating system platforms--- and let's face it, no GPL-licensed filesystem will ever darken the door of any OS except Linux, at least not as part of the OS. Even the *BSDs won't touch a GPLed filesystem except as a from-scratch rewrite. Forget about commercial UNIX vendors. And although you can gain partial support through little tricks like FUSE, such workarounds will never be as fast, as reliable, or as integrated into the whole user experience as a native filesystem would be.

    There's little point in taking any filesystem beyond academic research into a production-quality filesystem if the resulting disks can't be moved from one machine to another without forcing users to being a single-OS shop. Most of the real world doesn't consist of single-OS shops. In fact, an ideal next-gen filesystem would integrate SAN capabilities at the filesystem level so that disks could not just be moved, but actively shared between boxes running Linux, Mac OS X, Solaris, etc. That's just not likely to happen unless you choose a much more open license than the GPL.

    Don't get me wrong, I've written and licensed code under the GPL. There's nothing inherently wrong with the GPL for tools/utilities, GUI apps, and other end-user bits. For libraries, filesystems, drivers, and other code that is tightly coupled with the OS or software built on top of it, however, the GPL is really a rather poor choice. It sends the message, true or not, that you care more about dogma than interoperability, which is generally not a good thing. Ask me why I don't run either btrfs or ZFS.... It's the license.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  9. Re:More complicated by a bit.. by reebmmm · · Score: 3, Insightful

    I use a product X, of which is infringing upon product y, I am not liable for uses of product X. The patent system doesn't support 3rd party liability. it's just distributors buckling under legal threats.

    You would be very, very wrong. Your use of an infringing product still makes you an infringer. (35 U.S.C. Sec. 271(a))("whoever without authority makes, uses, offers to sell, or sells any patented invention...). Now, there are default rules that say that a purchaser of a good is "indemnified" from claims of infringement by the seller. (See UCC Art. 2 Sec. 312) This is typically how end user avoid litigation.

    In addition, you're also wrong to think that the patent system doesn't support third party liability. It does. One party's can be sued for another person's direct infringement. It's called "indirect infringement." (35 U.S.C. Sec. 271 (b) and(c)). The rules on when this apply are stated in the statute and are not always so easy to discern. One way to think about it: a party cannot escape liability by simply knowing moving the infringement downstream.

    And, just so that you know, it is a somewhat common strategy that a patent owner sues the end user, direct infringer. There is nothing worse as a supplier than receiving about 30 letters from angry customers seeking indemnification from the infringement suit. This is a great technique to annoy the party with deep pockets and drive home the advantages of settling early.

  10. Re:Boycott by sglewis100 · · Score: 4, Insightful

    How many techies actually make purchasing decisions at their workplaces? Not many. Most are made by high-up managers, under advice from sales reps.

    Where on earth do you work, and can you find better? I'm not currently in a decision making role, although I have been, but I am in a role where I help gather requirements, evaluation specifications, invite vendors for product demos, work on getting evals / visiting labs / visiting and talking with other customers, review quotes, beat up reps on pricing, make a formal recommendation, and wait for my boss to get it done. We have a purchasing department... but they just purchase things they are told to. We also have a CFO, but if we're doing our diligence, and meeting our budget, he's not often overruling us.

  11. Re:btrfs successor by Kjella · · Score: 3, Insightful

    Meh, personally I'd say LGPL so you don't get slightly incompatible file systems. With a BSD license the temptation is pretty big to keep the changes for yourself and say "works on our OS" while diverging from the common code base. Either that or a very detailed and exhaustive spec with a strict conformance test suite.

    --
    Live today, because you never know what tomorrow brings