Slashdot Mirror


Xen Not Ready for Prime-time, says Red Hat

daria42 writes "A senior Red Hat executive today maintained the Xen open source virtualisation environment was not yet ready for enterprise use, despite 'unbelievable' customer demand and the fact rival Novell has already started shipping the software."

5 of 60 comments (clear)

  1. Re:Xen's Problems by squiggleslash · · Score: 4, Informative

    That's not entirely true. Xen 3 can use Intel's VT-x technology for operating systems like Windows. As long as Windows is a guest OS under the system, you should be able to get it to work.

    --
    You are not alone. This is not normal. None of this is normal.
  2. The quailfications are clear by NixLuver · · Score: 5, Informative

    From TFA:

    "We don't feel that XenSource is stable enough to address banking, telco, or any other enterprise customer, so until we are comfortable, we will not release it."

    He's talking about environments like the one I work in, where we're expected to deliver a real, honest-to-betsy, 99.999 uptime on our systems. We do sometimes use RHEL in the enterprise for those platforms, but to be fair, it's mostly in RAIC (Redundant Array of Inexpensive Computers) type applications, or non-call-path systems. Many of our call-path-systems are boxes that can lose a processor without the OS going down - or the application running on it. There are some stand-alone Linux products, and they perform well enough, but I understand his reservations in those arenas. We're not talking about fileservers here, folks. But as we move to a more distributed architecture, where uptime is provided by redundancy rather than the 'robustness' of a single system, something like Xen will become more and more feasible for such applications.

  3. Virtualization != Xen by ezh · · Score: 4, Informative

    Xen was a big hype last year, but more virtualization products for Linux come to light, including OpenVZ, others. It is not just about Xen or VMware anymore. In fact, kernel developers work on a common interface for paravirtualization software. That means users are going to have more choice implementing their kernel containers, whether XenSource stabilizes their product or not.

  4. Re:what is ready? by shani · · Score: 4, Informative
    perfect for dev work. i mean PERFECT

    Except it doesn't support ACPI, which makes it pretty useless for a laptop, which is where I do most of my development. From the XenFaq:

    1.5. Does Xen run on laptops?

    Xen will typically run on laptops, but there's currently no support for APM or ACPI, hence you'll experience reduced battery life and no suspend/resume. We hope to add ACPI support in the future, exploiting Linux's existing support.

    I'm using the gratis VMWare Server until the day that Xen actually suits my needs.