SlideShare a Scribd company logo
Fork Yeah!
The Rise & Development
of illumos
Bryan Cantrill
VP, Engineering

bryan@joyent.com
@bcantrill
WTF is illumos?

   •   An open source descendant of OpenSolaris
   •   ...which itself was a branch of Solaris Nevada
   •   ...which was the name of the release after Solaris 10
   •   ...and was open but is now closed
   •   ...and is itself a descendant of Solaris 2.x
   •   ...but it can all be called “SunOS 5.x”
   •   ...but not “SunOS 4.x” — thatʼs different
   •   Letʼs start at (or rather, near) the beginning...
SunOS: A peopleʼs history

   • In the early 1990s, after a painful transition to Solaris,
     much of the SunOS 4.x engineering talent had left
   • Problems compounded by the adoption of an immature
     SCM, the Network Software Environment (NSE)
   • The engineers revolted: Larry McVoy developed a much
     simpler variant of NSE called NSElite (ancestor to git)
   • Using NSElite (and later, TeamWare), Roger Faulkner,
     Tim Marsland, Joe Kowalski and Jeff Bonwick led a
     sufficiently parallelized development effort to produce
     Solaris 2.3, “the first version that worked”
   • ...but with Solaris 2.4, management took over day-to-
     day operations of the release, and quality slipped again
Solaris 2.5: Do or die

    • Solaris 2.5 absolutely had to get it right — Sun had new
      hardware, the UltraSPARC-I, that depended on it
    • To assure quality, the engineers “took over,” with
      Bonwick installed as the gatekeeper
    • Bonwick granted authority to “rip it out if itʼs broken" —
      an early BDFL model, and a template for later
      generations of engineering leadership
    • Solaris 2.5 shipped on schedule and at quality — and
      engineers would never again relinquish control of the
      risk management of the operating system
The rise of the Bonwick Youth

   • In the mid-1990s, it became a foregone conclusion that
     UNIX would die at the hands of Windows NT (!)
   • Hard to believe, but Sun was the only computer vendor
     whose Windows NT strategy was to beat Windows NT
   • Sunʼs dedication to this vision — the operating system
     as a nexus of innovation — attracted an entire new
     generation of engineers to the company
   • New generation became known as the “Bonwick Youth”
   • As talent attracted talent, there emerged an opportunity
     to become to OS innovation in the 2000s what Xerox
     PARC was to computing innovation in the 1970s
Revolutionary ideas

   • By mid-2001, the trajectories set out by the move from
     SunOS 4.x to Solaris a decade prior had reached their
     logical conclusion...
   • Development started on more radical ideas, each of
     which would become revolutionary in its own right:
      •   ZFS (née Pacific)
      •   DTrace
      •   Zones (née Project Kevlar)
      •   Fault Management Architecture (FMA)
      •   Service Management Facility (SMF, née Greenline)
      •   FireEngine/Crossbow
      •   Least Privilege
The wellspring of innovation

    • These were technologies invented and initiated by
     engineers, not managers or marketers
    • These projects reflected the people behind them, and
     their personal histories with the operating system
    • Each of these projects represented an opinion — borne
     of both experience and frustration — about what the
     operating system should be
    • Organizations donʼt innovate — people do
Open source?

   • As the rise of Linux (and particularly x86) forced the
    market price of OS acquisition to zero, it became clear
    that open sourcing the operating system was the right
    business decision
   • The OS had always been a loss-leader for Sun; the
    company made money from complementary goods
    (hardware, support, etc.)
   • Moreover, open sourcing the system would assure that
    our innovations would transcend products and become
    advances in the state of the art
   • This was entirely in character for the company that had
    pioneered “open systems” some fifteen years prior!
Open source!

   • Starting in the late 1990s, there was serious talk of open
    sourcing the operating system...
   • ...but in a system with deeply proprietary roots and a
    troubled legal past, it takes a lot more than just talk
   • In 2004, Jonathan Schwartz made it a priority to open
    source the operating system
   • In January of 2005, OpenSolaris was born when DTrace
    became the first of the system to be open sourced
   • The rest of the OS was open sourced in June 2005
   • The OS was developed in the open from that point —
    changes to the OS were open source as they integrated
Leaping the proprietary chasm

   • Very, very few established software projects have leapt
     the chasm from proprietary to open
   • Unfortunately, not all elements of the OS could be open
     sourced; some contracts prevented some small (but
     important) bits from being open sourced
   • To allow for such proprietary drivers, Sun developed a
     file-based copy-left license, the Common Development
     and Distribution License (CDDL)
   • Contrary to public claims by some ex-Sun employees,
     this was not done to be deliberately GPL incompatible!
OpenSolaris challenges

   • That certain critical bits had to remain proprietary made
     forking the operating system technically difficult...
   • And that virtually all Solaris implementation knowledge
     lived within Sunʼs walls made it a practical impossibility
   • The community had the right to fork, but not the power
   • This led down the primrose path to open source
     governance: governing boards, elections, constitutions
   • And because all development on the system realistically
     required copyright assignment to Sun, OpenSolaris
     (sadly) remained a Sun puppet
   • Worse, some among Sunʼs middle management fancied
     themselves puppeteers...
The “OpenSolaris missile crisis”

    • In fall of 2007, Sun decided to create a new
     OpenSolaris-based distribution called… OpenSolaris
    • Rightfully, the OpenSolaris Governing Board (OGB) was
     upset about this — it made the community that much
     more of a charade to have its very name hijacked
    • Humanity-wasting governance orgy ensued...
    • A compromise was reached in the end that allowed for
     de-escalation, but it became clear that — despite stated
     intentions — Sun did not want an independent OGB
    • The community was deflated; OGB composition became
     more and more Sun dominated, and OpenSolaris was in
     the doldrums for the next three years
The end of an era

   • Ailing Sun was bought by Oracle in 2009, with the
     acquisition closing in February 2010
   • Sun was concisely eulogized by Scott McNealy:
        Kicked butt, had fun, didnʼt cheat, loved our
        customers, changed computing forever.

   • After the acquisition closed, it became clear that Scottʼs
     eulogy was (ironically?) the antithesis of Oracle
   • Over 2010, it became clear that Oracle had absolutely
     no interest in OpenSolaris
   • Despite that it would be obviously stupid, there was
     even a move within Oracle to actually close the system!
Meanwhile, the birth of illumos

    • Starting in the summer of 2010, Garrett D'Amore at
     Nexenta — with help from Rich Lowe, Jason King and
     others — began the process of either writing the closed
     bits from scratch or porting them from BSD
    • By early August, an entirely open system was booting
    • Dubbed “illumos” (from illuminare, Latin for illuminate)
     and made available on August 3, 2010
    • Notably, the announcement included both code and a
     working demo — leading with technology, not rhetoric
    • illumos was not designed to be a fork, but rather an
     entirely open downstream repository of OpenSolaris
The undignified death of OpenSolaris

   • On Friday, August 13th, 2010, an internal memo was
     circulated by the putative Solaris leadership:
         We will distribute updates to approved CDDL or other open
         source-licensed code following full releases of our enterprise
         Solaris operating system. In this manner, new technology
         innovations will show up in our releases before anywhere else.
         We will no longer distribute source code for the entirety of
         the Solaris operating system in real-time while it is
         developed, on a nightly basis.

   • This was never publicly announced; updates just silently
     stopped on August 18th, 2010
   • And it was a lie anyway: Solaris 11 was released on
     November 9, 2011 — and there was no source release
The Solaris diaspora

   • The Solaris diaspora (which was already underway) was
     greatly accelerated by Oracleʼs depraved act
   • Within 90 days, the entire DTrace team had left Oracle,
     all primary inventors of ZFS had left Oracle and primary
     engineers for both zones and networking had left Oracle
   • Fortunately, Oracleʼs loss was illumosʼs gain: nearly all
     of these engineers went to companies betting on illumos
   • It is no surprise that these engineers have continued to
     innovate — and that a year later, their innovations (big
     and small!) have landed in illumos
The illumos innovation irony

   • There is no copyright assignment in illumos; code is
     under the CDDL, but copyright remains with the holder
   • But with the closing of Solaris, Oracle has effectively
     abandoned the CDDL — which it can only do because it
     was assigned copyright on all community contributions
   • However, Oracle does not own copyright on the illumos
     innovations; it cannot take this code back until it abides
     by its own license!
   • In illumos, we have seen critical innovations and bug
     fixes in ZFS, DTrace, Zones and other core technologies
   • These innovations will never be in Oracle Solaris
   • illumos is the repo of record for critical OS technologies!
ZFS

      • Most core ZFS engineers now in illumos community:
       e.g. Matt Ahrens, Eric Schrock, George Wilson, Adam
       Leventhal, Bill Pijewski and Brendan Gregg
      • ZFS engineers from several different ZFS-based
       systems (illumos-based, FreeBSD-based, and others)
       formed a joint working group
      • First concrete technology artifact was a proposal for
       SPA versioning that allows disjoint features from
       different vendors without requiring conflicting versions
      • That this was a most pressing problem speaks for itself:
       many different companies are betting big on illumos
       ZFS!
ZFS, cont.

    • Matt Ahrens added the “refratio” property to understand
     the compression win for referenced data
    • Matt Ahrens added the ability to get estimated progress
     for zfs send and receive (!)
    • Bill Pijewski and Jerry Jelinek added Zones-based I/O
     throttling, allowing for optimal disk operation in light of
     multi-tenant demands
    • Dan McDonald and Sumit Gupta implemented UNMAP
     for STMF, allowing for better ZFS-backed iSCSI LUNs
    • Many more features in the pipe: feature flags,
     background destroy, resumable send
DTrace

   • Virtually all DTrace engineers are now in the illumos
    community: Adam Leventhal, Brendan Gregg, Eric
    Schrock, Dave Pacheco
   • Added a log-linear quantization action (llquantize())
   • Added KVM support with vmregs[] variable
   • A bunch of little stuff: allowed tracemem() to take a
    variable-size; added toupper()/tolower(); allowed lltostr()
    to take an optional base
   • Added USDT provider reaping (a long-time issue)
   • Eric Schrock added the CTF-aware print() action!
Zones

   • Primary zones engineer (and JumpStart tech lead!)
    Jerry Jelinek is very active in the illumos community
   • Particular focus on high-tenancy systems; it is highly
    likely that the machines that run the most number of
    zones in production are doing so today on illumos
   • Added many per-zones kstats (e.g. for CPU usage, VM
    activity, I/O activity, etc.)
   • Reimplemented rcapd to be much more reliable,
    especially under heavy load
   • Fixed many bugs related to many-zone configurations
   • Added -z and -Z options to svcs (and -L!)
KVM

  • In addition to work on the traditional core technologies of
      ZFS, DTrace and Zones, we have added a new one:
      Joyent team ported KVM from Linux to illumos
  • KVM makes use of hardware (specifically, Intel)
      virtualization support to allow one to run arbitrary x86
      guests at nearly bare-metal speed
  • Work was presented by Joyent at KVM Forum this year;
      currently running in production in the Joyent cloud
  • illumos-based KVM has three distinct advantages over
      Linux-based KVM: ZFS, DTrace and Zones
  • illumos distributions SmartOS and OpenIndiana have
      KVM support by default
illumos Distributions

    • There are already several illumos-based distributions,
     with more on the way
    • OpenIndiana includes IPS packaging and has both
     server and desktop variants
    • SmartOS is a Joyent distribution features NetBSD
     packaging and is designed for cloud computing
    • illumian is a new Nexenta distribution that features
     Debian packaging
    • These distributions complement each other — they are
     growing the illumos pie more than dividing it!
illumos community values

   • We value the freedom to fork over governance; code
     over discussion; innovation over democracy
   • David Clark of IETF fame put it best (h/t @kebesays):
         We reject: kings, presidents and voting.
         We believe in: rough consensus and running code

   • Instead of a BDFL, we have a benevolent oligarchy —
     and so far we have achieved consensus with little effort
   • We value utility; we donʼt do things for their own sake!
   • These values were embodied in the recent illumos
     hackathon (h/t @ahl), which was a resounding success!
Getting involved with illumos

    • Come to the #lisa11 illumos BOF tonight!
    • Start playing around with a distro that suits you
    • Start playing around with the code:
       • http://src.illumos.org or
       • https://github.com/illumos/illumos-gate
    • If youʼre looking for something to do or have questions,
     donʼt hesitate to ask:
       • Mailing list: developer@lists.illumos.org
       • IRC: #illumos on irc.freenode.net

    • If you donʼt know where to go, you can always tweet or
     message Deirdré Straughan (@deirdres), Joyentʼs
     SmartOS community manager
Thank you!

   • @gedamore for conceiving of illumos, birthing it, and
    leading the community
   • @richlowe for his tremendous work from the beginning
    on all aspects of illumos
   • @openindiana and @aszeszo for OpenIndiana
   • @joshwilsdon, @johnnysunshine and @rmustacc for
    their work on the SmartOS distribution
   • @ahl for organizing the illumos hackathon — and all of
    the hammer-swinging butt-kickers who attended!

More Related Content

PPTX
PPT about The Calamba Agrarian Problem.pptx
PDF
Els animals
PPT
Els cucs (marçal, tania i anna)
PDF
El pirata de les estrelles
DOC
Fitxes tortugues
PDF
Illumos — LOPSA SD
PDF
Docker's Killer Feature: The Remote API
PDF
Muduo network library
PPT about The Calamba Agrarian Problem.pptx
Els animals
Els cucs (marçal, tania i anna)
El pirata de les estrelles
Fitxes tortugues
Illumos — LOPSA SD
Docker's Killer Feature: The Remote API
Muduo network library

Similar to Fork Yeah! The Rise and Development of illumos (20)

PPT
Open Solaris 2008.05
PDF
The dream is alive! Running Linux containers on an illumos kernel
PDF
Leaping the chasm from proprietary to open: A survivor's guide
PPTX
Open solaris
PPTX
Open Solaris
PPTX
Open Solaris
PPTX
Open solaris
PPTX
Open solaris
PPTX
Open solaris
PDF
Manta: a new internet-facing object storage facility that features compute by...
PDF
Corporate Open Source Anti-patterns
PDF
Nexenta European User Conference 2011 - "Community" by Garrett D'Amore
PDF
The Peril and Promise of Early Adoption: Arriving 10 Years Early to Containers
PPTX
Scylla Summit 2022: Predicting the Past
PDF
Papers We Love: Jails and Zones
PPT
Open Solaris (FInal)
PPT
Open solaris (final)
PPT
Opensolaris 100511031132-phpapp02
PPT
Open solaris (final)
PPT
Opensolaris 100511031132-phpapp02
Open Solaris 2008.05
The dream is alive! Running Linux containers on an illumos kernel
Leaping the chasm from proprietary to open: A survivor's guide
Open solaris
Open Solaris
Open Solaris
Open solaris
Open solaris
Open solaris
Manta: a new internet-facing object storage facility that features compute by...
Corporate Open Source Anti-patterns
Nexenta European User Conference 2011 - "Community" by Garrett D'Amore
The Peril and Promise of Early Adoption: Arriving 10 Years Early to Containers
Scylla Summit 2022: Predicting the Past
Papers We Love: Jails and Zones
Open Solaris (FInal)
Open solaris (final)
Opensolaris 100511031132-phpapp02
Open solaris (final)
Opensolaris 100511031132-phpapp02
Ad

More from bcantrill (20)

PDF
Predicting the Present
PDF
Sharpening the Axe: The Primacy of Toolmaking
PDF
Coming of Age: Developing young technologists without robbing them of their y...
PDF
I have come to bury the BIOS, not to open it: The need for holistic systems
PDF
Towards Holistic Systems
PDF
The Coming Firmware Revolution
PDF
Hardware/software Co-design: The Coming Golden Age
PDF
Tockilator: Deducing Tock execution flows from Ibex Verilator traces
PDF
No Moore Left to Give: Enterprise Computing After Moore's Law
PDF
Andreessen's Corollary: Ethical Dilemmas in Software Engineering
PDF
Visualizing Systems with Statemaps
PDF
Platform values, Rust, and the implications for system software
PDF
Is it time to rewrite the operating system in Rust?
PDF
dtrace.conf(16): DTrace state of the union
PDF
The Hurricane's Butterfly: Debugging pathologically performing systems
PDF
Papers We Love: ARC after dark
PDF
Principles of Technology Leadership
PDF
Zebras all the way down: The engineering challenges of the data path
PDF
Platform as reflection of values: Joyent, node.js, and beyond
PDF
Debugging under fire: Keeping your head when systems have lost their mind
Predicting the Present
Sharpening the Axe: The Primacy of Toolmaking
Coming of Age: Developing young technologists without robbing them of their y...
I have come to bury the BIOS, not to open it: The need for holistic systems
Towards Holistic Systems
The Coming Firmware Revolution
Hardware/software Co-design: The Coming Golden Age
Tockilator: Deducing Tock execution flows from Ibex Verilator traces
No Moore Left to Give: Enterprise Computing After Moore's Law
Andreessen's Corollary: Ethical Dilemmas in Software Engineering
Visualizing Systems with Statemaps
Platform values, Rust, and the implications for system software
Is it time to rewrite the operating system in Rust?
dtrace.conf(16): DTrace state of the union
The Hurricane's Butterfly: Debugging pathologically performing systems
Papers We Love: ARC after dark
Principles of Technology Leadership
Zebras all the way down: The engineering challenges of the data path
Platform as reflection of values: Joyent, node.js, and beyond
Debugging under fire: Keeping your head when systems have lost their mind
Ad

Recently uploaded (20)

PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
cuic standard and advanced reporting.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Approach and Philosophy of On baking technology
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Weekly Chronicles - August'25-Week II
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
A comparative analysis of optical character recognition models for extracting...
cuic standard and advanced reporting.pdf
Encapsulation theory and applications.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Reach Out and Touch Someone: Haptics and Empathic Computing
Review of recent advances in non-invasive hemoglobin estimation
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Spectroscopy.pptx food analysis technology
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Advanced methodologies resolving dimensionality complications for autism neur...
Chapter 3 Spatial Domain Image Processing.pdf
Approach and Philosophy of On baking technology

Fork Yeah! The Rise and Development of illumos

  • 1. Fork Yeah! The Rise & Development of illumos Bryan Cantrill VP, Engineering bryan@joyent.com @bcantrill
  • 2. WTF is illumos? • An open source descendant of OpenSolaris • ...which itself was a branch of Solaris Nevada • ...which was the name of the release after Solaris 10 • ...and was open but is now closed • ...and is itself a descendant of Solaris 2.x • ...but it can all be called “SunOS 5.x” • ...but not “SunOS 4.x” — thatʼs different • Letʼs start at (or rather, near) the beginning...
  • 3. SunOS: A peopleʼs history • In the early 1990s, after a painful transition to Solaris, much of the SunOS 4.x engineering talent had left • Problems compounded by the adoption of an immature SCM, the Network Software Environment (NSE) • The engineers revolted: Larry McVoy developed a much simpler variant of NSE called NSElite (ancestor to git) • Using NSElite (and later, TeamWare), Roger Faulkner, Tim Marsland, Joe Kowalski and Jeff Bonwick led a sufficiently parallelized development effort to produce Solaris 2.3, “the first version that worked” • ...but with Solaris 2.4, management took over day-to- day operations of the release, and quality slipped again
  • 4. Solaris 2.5: Do or die • Solaris 2.5 absolutely had to get it right — Sun had new hardware, the UltraSPARC-I, that depended on it • To assure quality, the engineers “took over,” with Bonwick installed as the gatekeeper • Bonwick granted authority to “rip it out if itʼs broken" — an early BDFL model, and a template for later generations of engineering leadership • Solaris 2.5 shipped on schedule and at quality — and engineers would never again relinquish control of the risk management of the operating system
  • 5. The rise of the Bonwick Youth • In the mid-1990s, it became a foregone conclusion that UNIX would die at the hands of Windows NT (!) • Hard to believe, but Sun was the only computer vendor whose Windows NT strategy was to beat Windows NT • Sunʼs dedication to this vision — the operating system as a nexus of innovation — attracted an entire new generation of engineers to the company • New generation became known as the “Bonwick Youth” • As talent attracted talent, there emerged an opportunity to become to OS innovation in the 2000s what Xerox PARC was to computing innovation in the 1970s
  • 6. Revolutionary ideas • By mid-2001, the trajectories set out by the move from SunOS 4.x to Solaris a decade prior had reached their logical conclusion... • Development started on more radical ideas, each of which would become revolutionary in its own right: • ZFS (née Pacific) • DTrace • Zones (née Project Kevlar) • Fault Management Architecture (FMA) • Service Management Facility (SMF, née Greenline) • FireEngine/Crossbow • Least Privilege
  • 7. The wellspring of innovation • These were technologies invented and initiated by engineers, not managers or marketers • These projects reflected the people behind them, and their personal histories with the operating system • Each of these projects represented an opinion — borne of both experience and frustration — about what the operating system should be • Organizations donʼt innovate — people do
  • 8. Open source? • As the rise of Linux (and particularly x86) forced the market price of OS acquisition to zero, it became clear that open sourcing the operating system was the right business decision • The OS had always been a loss-leader for Sun; the company made money from complementary goods (hardware, support, etc.) • Moreover, open sourcing the system would assure that our innovations would transcend products and become advances in the state of the art • This was entirely in character for the company that had pioneered “open systems” some fifteen years prior!
  • 9. Open source! • Starting in the late 1990s, there was serious talk of open sourcing the operating system... • ...but in a system with deeply proprietary roots and a troubled legal past, it takes a lot more than just talk • In 2004, Jonathan Schwartz made it a priority to open source the operating system • In January of 2005, OpenSolaris was born when DTrace became the first of the system to be open sourced • The rest of the OS was open sourced in June 2005 • The OS was developed in the open from that point — changes to the OS were open source as they integrated
  • 10. Leaping the proprietary chasm • Very, very few established software projects have leapt the chasm from proprietary to open • Unfortunately, not all elements of the OS could be open sourced; some contracts prevented some small (but important) bits from being open sourced • To allow for such proprietary drivers, Sun developed a file-based copy-left license, the Common Development and Distribution License (CDDL) • Contrary to public claims by some ex-Sun employees, this was not done to be deliberately GPL incompatible!
  • 11. OpenSolaris challenges • That certain critical bits had to remain proprietary made forking the operating system technically difficult... • And that virtually all Solaris implementation knowledge lived within Sunʼs walls made it a practical impossibility • The community had the right to fork, but not the power • This led down the primrose path to open source governance: governing boards, elections, constitutions • And because all development on the system realistically required copyright assignment to Sun, OpenSolaris (sadly) remained a Sun puppet • Worse, some among Sunʼs middle management fancied themselves puppeteers...
  • 12. The “OpenSolaris missile crisis” • In fall of 2007, Sun decided to create a new OpenSolaris-based distribution called… OpenSolaris • Rightfully, the OpenSolaris Governing Board (OGB) was upset about this — it made the community that much more of a charade to have its very name hijacked • Humanity-wasting governance orgy ensued... • A compromise was reached in the end that allowed for de-escalation, but it became clear that — despite stated intentions — Sun did not want an independent OGB • The community was deflated; OGB composition became more and more Sun dominated, and OpenSolaris was in the doldrums for the next three years
  • 13. The end of an era • Ailing Sun was bought by Oracle in 2009, with the acquisition closing in February 2010 • Sun was concisely eulogized by Scott McNealy: Kicked butt, had fun, didnʼt cheat, loved our customers, changed computing forever. • After the acquisition closed, it became clear that Scottʼs eulogy was (ironically?) the antithesis of Oracle • Over 2010, it became clear that Oracle had absolutely no interest in OpenSolaris • Despite that it would be obviously stupid, there was even a move within Oracle to actually close the system!
  • 14. Meanwhile, the birth of illumos • Starting in the summer of 2010, Garrett D'Amore at Nexenta — with help from Rich Lowe, Jason King and others — began the process of either writing the closed bits from scratch or porting them from BSD • By early August, an entirely open system was booting • Dubbed “illumos” (from illuminare, Latin for illuminate) and made available on August 3, 2010 • Notably, the announcement included both code and a working demo — leading with technology, not rhetoric • illumos was not designed to be a fork, but rather an entirely open downstream repository of OpenSolaris
  • 15. The undignified death of OpenSolaris • On Friday, August 13th, 2010, an internal memo was circulated by the putative Solaris leadership: We will distribute updates to approved CDDL or other open source-licensed code following full releases of our enterprise Solaris operating system. In this manner, new technology innovations will show up in our releases before anywhere else. We will no longer distribute source code for the entirety of the Solaris operating system in real-time while it is developed, on a nightly basis. • This was never publicly announced; updates just silently stopped on August 18th, 2010 • And it was a lie anyway: Solaris 11 was released on November 9, 2011 — and there was no source release
  • 16. The Solaris diaspora • The Solaris diaspora (which was already underway) was greatly accelerated by Oracleʼs depraved act • Within 90 days, the entire DTrace team had left Oracle, all primary inventors of ZFS had left Oracle and primary engineers for both zones and networking had left Oracle • Fortunately, Oracleʼs loss was illumosʼs gain: nearly all of these engineers went to companies betting on illumos • It is no surprise that these engineers have continued to innovate — and that a year later, their innovations (big and small!) have landed in illumos
  • 17. The illumos innovation irony • There is no copyright assignment in illumos; code is under the CDDL, but copyright remains with the holder • But with the closing of Solaris, Oracle has effectively abandoned the CDDL — which it can only do because it was assigned copyright on all community contributions • However, Oracle does not own copyright on the illumos innovations; it cannot take this code back until it abides by its own license! • In illumos, we have seen critical innovations and bug fixes in ZFS, DTrace, Zones and other core technologies • These innovations will never be in Oracle Solaris • illumos is the repo of record for critical OS technologies!
  • 18. ZFS • Most core ZFS engineers now in illumos community: e.g. Matt Ahrens, Eric Schrock, George Wilson, Adam Leventhal, Bill Pijewski and Brendan Gregg • ZFS engineers from several different ZFS-based systems (illumos-based, FreeBSD-based, and others) formed a joint working group • First concrete technology artifact was a proposal for SPA versioning that allows disjoint features from different vendors without requiring conflicting versions • That this was a most pressing problem speaks for itself: many different companies are betting big on illumos ZFS!
  • 19. ZFS, cont. • Matt Ahrens added the “refratio” property to understand the compression win for referenced data • Matt Ahrens added the ability to get estimated progress for zfs send and receive (!) • Bill Pijewski and Jerry Jelinek added Zones-based I/O throttling, allowing for optimal disk operation in light of multi-tenant demands • Dan McDonald and Sumit Gupta implemented UNMAP for STMF, allowing for better ZFS-backed iSCSI LUNs • Many more features in the pipe: feature flags, background destroy, resumable send
  • 20. DTrace • Virtually all DTrace engineers are now in the illumos community: Adam Leventhal, Brendan Gregg, Eric Schrock, Dave Pacheco • Added a log-linear quantization action (llquantize()) • Added KVM support with vmregs[] variable • A bunch of little stuff: allowed tracemem() to take a variable-size; added toupper()/tolower(); allowed lltostr() to take an optional base • Added USDT provider reaping (a long-time issue) • Eric Schrock added the CTF-aware print() action!
  • 21. Zones • Primary zones engineer (and JumpStart tech lead!) Jerry Jelinek is very active in the illumos community • Particular focus on high-tenancy systems; it is highly likely that the machines that run the most number of zones in production are doing so today on illumos • Added many per-zones kstats (e.g. for CPU usage, VM activity, I/O activity, etc.) • Reimplemented rcapd to be much more reliable, especially under heavy load • Fixed many bugs related to many-zone configurations • Added -z and -Z options to svcs (and -L!)
  • 22. KVM • In addition to work on the traditional core technologies of ZFS, DTrace and Zones, we have added a new one: Joyent team ported KVM from Linux to illumos • KVM makes use of hardware (specifically, Intel) virtualization support to allow one to run arbitrary x86 guests at nearly bare-metal speed • Work was presented by Joyent at KVM Forum this year; currently running in production in the Joyent cloud • illumos-based KVM has three distinct advantages over Linux-based KVM: ZFS, DTrace and Zones • illumos distributions SmartOS and OpenIndiana have KVM support by default
  • 23. illumos Distributions • There are already several illumos-based distributions, with more on the way • OpenIndiana includes IPS packaging and has both server and desktop variants • SmartOS is a Joyent distribution features NetBSD packaging and is designed for cloud computing • illumian is a new Nexenta distribution that features Debian packaging • These distributions complement each other — they are growing the illumos pie more than dividing it!
  • 24. illumos community values • We value the freedom to fork over governance; code over discussion; innovation over democracy • David Clark of IETF fame put it best (h/t @kebesays): We reject: kings, presidents and voting. We believe in: rough consensus and running code • Instead of a BDFL, we have a benevolent oligarchy — and so far we have achieved consensus with little effort • We value utility; we donʼt do things for their own sake! • These values were embodied in the recent illumos hackathon (h/t @ahl), which was a resounding success!
  • 25. Getting involved with illumos • Come to the #lisa11 illumos BOF tonight! • Start playing around with a distro that suits you • Start playing around with the code: • http://src.illumos.org or • https://github.com/illumos/illumos-gate • If youʼre looking for something to do or have questions, donʼt hesitate to ask: • Mailing list: developer@lists.illumos.org • IRC: #illumos on irc.freenode.net • If you donʼt know where to go, you can always tweet or message Deirdré Straughan (@deirdres), Joyentʼs SmartOS community manager
  • 26. Thank you! • @gedamore for conceiving of illumos, birthing it, and leading the community • @richlowe for his tremendous work from the beginning on all aspects of illumos • @openindiana and @aszeszo for OpenIndiana • @joshwilsdon, @johnnysunshine and @rmustacc for their work on the SmartOS distribution • @ahl for organizing the illumos hackathon — and all of the hammer-swinging butt-kickers who attended!