rename sections to left menu clarity
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/cedc2e6a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/cedc2e6a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/cedc2e6a Branch: refs/heads/master Commit: cedc2e6a477e14d4b21a5618f3c35fcf56a63276 Parents: a02a32b Author: Pierre-Luc Dion <[email protected]> Authored: Sat Mar 7 14:36:38 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Sat Mar 7 14:36:38 2015 -0500 ---------------------------------------------------------------------- source/hypervisor/hyperv.rst | 4 +-- source/hypervisor/kvm.rst | 53 ++---------------------------------- source/hypervisor/lxc.rst | 4 +-- source/hypervisor/vsphere.rst | 4 +-- source/hypervisor/xenserver.rst | 4 +-- 5 files changed, 10 insertions(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/cedc2e6a/source/hypervisor/hyperv.rst ---------------------------------------------------------------------- diff --git a/source/hypervisor/hyperv.rst b/source/hypervisor/hyperv.rst index e44b143..15ff91b 100644 --- a/source/hypervisor/hyperv.rst +++ b/source/hypervisor/hyperv.rst @@ -14,8 +14,8 @@ under the License. -Hyper-V Installation and Configuration --------------------------------------- +Host Hyper-V Installation +------------------------- If you want to use Hyper-V hypervisor to run guest virtual machines, install Hyper-V on the hosts in your cloud. The instructions in this http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/cedc2e6a/source/hypervisor/kvm.rst ---------------------------------------------------------------------- diff --git a/source/hypervisor/kvm.rst b/source/hypervisor/kvm.rst index f97abff..fbf24bf 100644 --- a/source/hypervisor/kvm.rst +++ b/source/hypervisor/kvm.rst @@ -14,8 +14,8 @@ under the License. -KVM Hypervisor Host Installation --------------------------------- +Host KVM Installation +--------------------- System Requirements for KVM Hypervisor Hosts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -881,52 +881,3 @@ The host is now ready to be added to a cluster. This is covered in a later section, see :ref:`adding-a-host`. It is recommended that you continue to read the documentation before adding the host! - - -Hypervisor Support for Primary Storage -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -The following table shows storage options and parameters for different -hypervisors. - -================================================== ============= ==================== ========================== ======= -Primary Storage Type vSphere XenServer KVM Hyper-V -================================================== ============= ==================== ========================== ======= -****Format for Disks, Templates, and Snapshots**** VMDK VHD QCOW2 VHD -**iSCSI support** VMFS CLVM Yes, via Shared Mountpoint No -**Fiber Channel support** VMFS Yes, via Existing SR Yes, via Shared Mountpoint No -**NFS support** Yes Yes Yes No -**Local storage support** Yes Yes Yes Yes -**Storage over-provisioning** NFS and iSCSI NFS NFS No -**SMB/CIFS** No No No Yes -================================================== ============= ==================== ========================== ======= - -XenServer uses a clustered LVM system to store VM images on iSCSI and -Fiber Channel volumes and does not support over-provisioning in the -hypervisor. The storage server itself, however, can support -thin-provisioning. As a result the CloudStack can still support storage -over-provisioning by running on thin-provisioned storage volumes. - -KVM supports "Shared Mountpoint" storage. A shared mountpoint is a file -system path local to each server in a given cluster. The path must be -the same across all Hosts in the cluster, for example /mnt/primary1. -This shared mountpoint is assumed to be a clustered filesystem such as -OCFS2. In this case the CloudStack does not attempt to mount or unmount -the storage as is done with NFS. The CloudStack requires that the -administrator insure that the storage is available - -With NFS storage, CloudStack manages the overprovisioning. In this case -the global configuration parameter storage.overprovisioning.factor -controls the degree of overprovisioning. This is independent of -hypervisor type. - -Local storage is an option for primary storage for vSphere, XenServer, -and KVM. When the local disk option is enabled, a local disk storage -pool is automatically created on each host. To use local storage for the -System Virtual Machines (such as the Virtual Router), set -system.vm.use.local.storage to true in global configuration. - -CloudStack supports multiple primary storage pools in a Cluster. For -example, you could provision 2 NFS servers in primary storage. Or you -could provision 1 iSCSI LUN initially and then add a second iSCSI LUN -when the first approaches capacity. http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/cedc2e6a/source/hypervisor/lxc.rst ---------------------------------------------------------------------- diff --git a/source/hypervisor/lxc.rst b/source/hypervisor/lxc.rst index 271bc36..9759300 100644 --- a/source/hypervisor/lxc.rst +++ b/source/hypervisor/lxc.rst @@ -14,8 +14,8 @@ under the License. -LXC Installation and Configuration ----------------------------------- +Host LXC Installation +--------------------- System Requirements for LXC Hosts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/cedc2e6a/source/hypervisor/vsphere.rst ---------------------------------------------------------------------- diff --git a/source/hypervisor/vsphere.rst b/source/hypervisor/vsphere.rst index 14fc1ce..bc8bcc6 100644 --- a/source/hypervisor/vsphere.rst +++ b/source/hypervisor/vsphere.rst @@ -14,8 +14,8 @@ under the License. -VMware vSphere Installation and Configuration ---------------------------------------------- +Host VMware vSphere Installation +-------------------------------- If you want to use the VMware vSphere hypervisor to run guest virtual machines, install vSphere on the host(s) in your cloud. http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/cedc2e6a/source/hypervisor/xenserver.rst ---------------------------------------------------------------------- diff --git a/source/hypervisor/xenserver.rst b/source/hypervisor/xenserver.rst index 56adbe2..094ade2 100644 --- a/source/hypervisor/xenserver.rst +++ b/source/hypervisor/xenserver.rst @@ -14,8 +14,8 @@ under the License. -Citrix XenServer Installation for CloudStack --------------------------------------------- +Host Citrix XenServer Installation +---------------------------------- If you want to use the Citrix XenServer hypervisor to run guest virtual machines, install XenServer 6.0 or XenServer 6.0.2 on the host(s) in
