Slashdot Mirror


Red Hat CEO: Open Source Goes Mainstream In 2014

ashshy (40594) writes Red Hat CEO Jim Whitehurst likes to post "state of the union" addresses at the end of every year. Last December, he said that open source innovation is going mainstream in 2014. In an interview with The Motley Fool, Whitehurst matches up his expectations against mid-year progress. Spoiler alert: It's mostly good news.

2 of 65 comments (clear)

  1. Finally! by lxw56 · · Score: 4, Funny

    The year of Linux on the desktop has arrived!

  2. RedHat did a lot with RH7 by mlts · · Score: 4, Informative

    I would say that RedHat did a lot with RHEL 7, which, though not without issues, has added a lot of functionality:

    1: systemd is a decent boot mechanism. On a SSD-based machine, RHEL 7 will boot to a graphical login screen in five seconds, due to firing off daemons asynchronously.

    2: firewallD is of some benefit, but it adds the concept of zones, similar to how Windows works, which does help integrate Linux machines in a MS environment (where one has public, private, and domain networks.)

    3: Docker and containers are going to be a big thing going forward. This is similar to BSD jails, Solaris containers, or AIX WPARs, and provide decent package isolation without the need for a hypervisor.

    4: It looks like with the latest version of the Linux kernel released this week, that btrfs is stable enough for prime time. RHEL7 allows for a btrfs install. It may not have the bells and whistles of ZFS, but it is a step in the right direction, and files can be checked (and possibly repaired) for bit rot with a find and a btrfs scrub.

    5: The ability to use SSD as a "landing zone" for writes, then move those to a lower tier of disk.

    None of these features are revolutionary... but they do bring RedHat and its downstreams (CentOS) on par with AIX, Windows, and Solaris for enterprise level features.

    So, I can see that RedHat's future looks rosy, especially when it comes to virtualization and having a competitor in the enterprise to VMWare. VMWare still is top dog, but competition is always good.