mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 11:34:23 +01:00
100 lines
2.7 KiB
XML
100 lines
2.7 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="hypervisor-kvm-requirements" lang="en-US">
|
|
<!-- Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you under the Apache License, Version 2.0 (the
|
|
"License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
software distributed under the License is distributed on an
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations
|
|
under the License.
|
|
--> <title>System Requirements for KVM Hypervisor Hosts</title>
|
|
<para>
|
|
KVM is included with a variety of Linux-based operating systems. Although you are not required to run these distributions, the following are recommended:
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
CentOS / RHEL: 6.3
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Ubuntu: 12.04(.1)
|
|
</para>
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
<para>
|
|
The main requirement for KVM hypervisors is the libvirt and Qemu version. No matter what Linux distribution you are using, make sure the following requirements are met:
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
libvirt: 0.9.4 or higher
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Qemu/KVM: 1.0 or higher
|
|
</para>
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
<para>
|
|
In addition, the following hardware requirements apply:
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
Within a single cluster, the hosts must be of the same distribution version.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
All hosts within a cluster must be homogenous. The CPUs must be of the same type, count, and feature flags.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Must support HVM (Intel-VT or AMD-V enabled)
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
64-bit x86 CPU (more cores results in better performance)
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
4 GB of memory
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
At least 1 NIC
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
When you deploy &PRODUCT;, the hypervisor host must not have any VMs already running
|
|
</para>
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
</section>
|
|
|
|
|