They claim that they're legally free and clear, but a lot of the kernel devs are of the view that kernel modules are derived works of the kernel and therefore have to be GPL.
Native port of ZFS for Linux
21–30 of 32 posts
Re: Native port of ZFS for Linux
#22Did the ZFS patents ever get sorted out? The US government needn't worry about this, they have an exemption, but the rest of the world should care. Sun has a truckload of patents on ZFS that, last I'd heard, they were not granting free to ZFS users, and NetApp thought they had a patent on it as well, at least enough to sue Sun.
Re: Native port of ZFS for Linux
#23Did the ZFS patents ever get sorted out? The US government needn't worry about this, they have an exemption, but the rest of the world should care. Sun has a truckload of patents on ZFS that, last I'd heard, they were not granting free to ZFS users, and NetApp thought they had a patent on it as well, at least enough to sue Sun.
I don't think the rest of the world cares that much. US software patents don't mean much to anyone outside the country...
Re: Native port of ZFS for Linux
#24I'd like to know how this could be legally redistributable, given the license conundrum CDDL and GPLv2 make. Any idea?
ZFS is redistributable and Linux is redistributable; you just can't redistribute the combination. So you'll have to download and install ZFS separately.
Re: Native port of ZFS for Linux
#25Would love to see ZFS (or at least something better than HFS) on OS X. Anyone has info on that? Anything in the pipeline?
Apple had one point had read/write support for ZFS, but it was pulled because Sun at the time was not able to provide certain guarantees. There was an email by one of the main guys in ZFS that said something to that effect. As such ZFS on Mac OS X is a dead project.
Re: Native port of ZFS for Linux
#26I'd like to know how this could be legally redistributable, given the license conundrum CDDL and GPLv2 make. Any idea?
ZFS is redistributable and Linux is redistributable; you just can't redistribute the combination. So you'll have to download and install ZFS separately.
Re: Native port of ZFS for Linux
#27They claim that they're legally free and clear, but a lot of the kernel devs are of the view that kernel modules are derived works of the kernel and therefore have to be GPL.
GPL people have a tendency to forget that GPL is a copyright license, and so if someone is doing something that doesn't require copyright permission GPL is irrelevant.
Re: Native port of ZFS for Linux
#28Seems bit old, originating from 2008? Any notable progression lately?
It went nowhere. Linux distros and the mainline kernel are using btrfs, which has a similar layer-spanning design as zfs but is btree based like Reiser (which should make it faster). Most features are done and you can install with btrfs out of the box today in the RHEL 6 or Centos 6 betas. http://en.wikipedia.org/wiki/Btrfs
Re: Native port of ZFS for Linux
#29Re: Native port of ZFS for Linux
#30Earlier quoted context omitted.
It went nowhere. Linux distros and the mainline kernel are using btrfs, which has a similar layer-spanning design as zfs but is btree based like Reiser (which should make it faster). Most features are done and you can install with btrfs out of the box today in the RHEL 6 or Centos 6 betas. http://en.wikipedia.org/wiki/Btrfs
ZFS has the following that BTRFS doesn't * Deduplication - Huge in any virtualization environment * Cache layer - Required for high IOPS * fsck - BTRFS cannot fix itself * raid - BTRFS raid currently cannot repair itself and current git of the latest linux kernel still has these isses as well as space issues. I wouldn't trust BTRFS to store /dev/random