Repository: cloudstack-docs-install Updated Branches: refs/heads/4.3 7b1cc3862 -> 007bab870
added -f and a note about enabling VTx Signed-off-by: Erik Weber <[email protected]> (cherry picked from commit 4da17a74ce27dd1e8e911a0787b2398a52efa47f) Signed-off-by: Erik Weber <[email protected]> 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/bd25e874 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/bd25e874 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/bd25e874 Branch: refs/heads/4.3 Commit: bd25e8740f886ca7683c2a019e2c949f587c51a0 Parents: 7b1cc38 Author: hannibal20 <[email protected]> Authored: Sun Dec 14 19:35:55 2014 +0100 Committer: Erik Weber <[email protected]> Committed: Mon Dec 15 10:18:27 2014 +0100 ---------------------------------------------------------------------- source/qig.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/bd25e874/source/qig.rst ---------------------------------------------------------------------- diff --git a/source/qig.rst b/source/qig.rst index cdd69c3..30c9bce 100644 --- a/source/qig.rst +++ b/source/qig.rst @@ -34,7 +34,7 @@ High level overview of the process ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This runbook will focus on building a CloudStack cloud using KVM with CentOS -6.4 with NFS storage on a flat layer-2 network utilizing layer-3 network +6.5 with NFS storage on a flat layer-2 network utilizing layer-3 network isolation (aka Security Groups), and doing it all on a single piece of hardware. @@ -51,7 +51,7 @@ Prerequisites To complete this runbook you'll need the following items: -#. At least one computer which supports hardware virtualization. +#. At least one computer which supports and has enabled hardware virtualization. #. The `CentOS 6.4 x86_64 minimal install CD <http://mirrors.kernel.org/centos/6/isos/x86_64/>`_ @@ -270,7 +270,7 @@ start out by installing nfs-utils. .. sourcecode:: bash - # yum install nfs-utils + # yum -y install nfs-utils We now need to configure NFS to serve up two different shares. This is handled comparatively easily in the /etc/exports file. You should ensure that it has @@ -527,6 +527,13 @@ and should already be installed. KVM configuration complete ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +For the sake of completeness you should check if KVM is running OK on your machine: + .. sourcecode:: bash + + # lsmod | grep kvm + kvm_intel 55496 0 + kvm 337772 1 kvm_intel + That concludes our installation and configuration of KVM, and we'll now move to using the CloudStack UI for the actual configuration of our cloud.
