Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Software Ubuntu Unix Linux

Making ZFS and DTrace Work On Ubuntu Linux 137

New submitter Liberum Vir writes "Many of the people that I talk with who use Solaris-like systems mention ZFS and DTrace as the reasons they simply cannot move to Linux. So, I set out to discover how to make these two technologies work on the latest LTS release of Ubuntu. It turned out to be much easier than I expected. The ports of these technologies have come a long way. If you or someone you know is addicted to a Solaris-like system because of ZFS and DTrace, please, inquire within."
This discussion has been archived. No new comments can be posted.

Making ZFS and DTrace Work On Ubuntu Linux

Comments Filter:
  • ZFS on Linux (Score:3, Interesting)

    by dnaumov ( 453672 ) on Friday June 01, 2012 @07:48PM (#40188709)

    So what am I supposed to do about all the kernel panics and absurdly slow IO and transfer speeds?

  • Huh? (Score:5, Interesting)

    by Score Whore ( 32328 ) on Friday June 01, 2012 @07:54PM (#40188805)

    So there's a list of 10 steps to install zfs and that's it? Didn't do anything? zfs/zpool upgrade -v? zvols? zfs send/receive? snapshots? rollback? Scrub? Performance tests? Compression? Encryption? Can I export my pool from my Solaris 11 SPARC system and import it into linux, make some changes and then move it? L2ARC support? Separate ZIL support? Case sensitivity?

    I know this isn't exactly a great comment, but is it at all possible that someone make a judgement as to the value and truth of a submission before putting it up?

  • by Liberum Vir ( 1227612 ) on Friday June 01, 2012 @07:56PM (#40188831)
    The whole GPL/CDDL issue is still around, however, since the CDDL code is not added to the Linux Kernel, but instead a loadable kernel module distributed separately, it is possible to satisfy both the GPL of the Linux Kernel and the CDDL of ZFS and DTrace. Because of the incompatibility of CDDL with the GPL, you could not distribute a complete system using of Linux, ZFS, and DTrace. You can, however, distribute packages to allow people to build it themselves. This is what the authors of these projects have done.
  • Re:Huh? (Score:4, Interesting)

    by ZorinLynx ( 31751 ) on Friday June 01, 2012 @08:07PM (#40188965) Homepage

    Yes. Yes. Yes. Yes. Yes. Yes. Yes. Yes. Yes. It performs fairly well in my testing so far. Yes. Yes. Yes, if the pool version is below the currently supported Linux port's version (28). Yes. Yes.

    Granted, we haven't been using it long, but so far it's been fairly stable and capable.

    http://zfsonlinux.org/ [zfsonlinux.org]

  • Re:ZFS on Linux (Score:5, Interesting)

    by frodo from middle ea ( 602941 ) on Friday June 01, 2012 @08:11PM (#40189009) Homepage
    +1, After having used linux daily for more than 14 years, I have recently ventured in to the BSD land. And I like it a lot.

    If you've been playing in Linux land, and never bothered with any of the *BSD, do yourself a favor and install one of the BSDs in a VM. You'll not be disappointed.

  • by Just Some Guy ( 3352 ) <kirk+slashdot@strauser.com> on Friday June 01, 2012 @08:19PM (#40189113) Homepage Journal

    I've been running ZFS on FreeBSD for a few years and it's lived up to its promises, but I think I'll be migrating off of it. The problem is that I trusted Sun. They did some goofy things, but you knew where you stood with them. They release ZFS under an Open Source license? You could take them at face value and know that you were allowed to use it. But now that Oracle holds the reins, I have no desire to depend on any Sun-borne projects anymore. Yes, ZFS is Open Source. So was Java, and Google just spent roughly a bazillion dollars defending themselves for using something that looked like it. I can't afford to take on a case like that.

    Other than the Oracle-owned btrfs, what ZFS alternatives are available and ready for use today?

  • by GrumpyOldMan ( 140072 ) on Friday June 01, 2012 @10:08PM (#40190255)

    I use ZFS on Ubuntu 11.10 in "production" for my main workstation and fileserver with a 3x3TB raidz pool with an L2 ARC. I/O is blindingly fast, and it has been rock solid. It serves about 10 machines, and feels an order of magnitude faster than the md/lvm based xfs array it replaced.

    I write 10GbE drivers for Linux, MacOSX, FreeBSD and Solaris. I make heavy use of Dtrace for both debugging and performance analysis. I feel naked without Dtrace, and I've used the linux dtrace a few times for debugging. Unfortunately, I've never had dtrace run on linux for more than a few minutes without crashing a machine. This is not necessarily bad, and often just a few seconds is all I need. But I would never run linux Dtrace on any production machine, whereas I use it all the time under Solaris / FreeBSD and MacOSX and often have customers run Dtrace probes on those OSes to diagnose issues.

This file will self-destruct in five minutes.

Working...