From 4fe64948813ce1955bde09abc8c9aa8f8c81d831 Mon Sep 17 00:00:00 2001 From: Joe Brockmeier Date: Fri, 7 Dec 2012 08:46:32 -0600 Subject: [PATCH] CLOUDSTACK-480: Adding mention to install nfs-kernel-server to Install Guide --- ...l~432ff7ecbe1efface7fedf482be8a89518f3cd33 | 31 +++++++++++++++++++ docs/en-US/hypervisor-installation.xml~HEAD | 31 +++++++++++++++++++ .../en-US/nfs-shares-on-management-server.xml | 7 ++++- 3 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 docs/en-US/hypervisor-installation.xml~432ff7ecbe1efface7fedf482be8a89518f3cd33 create mode 100644 docs/en-US/hypervisor-installation.xml~HEAD diff --git a/docs/en-US/hypervisor-installation.xml~432ff7ecbe1efface7fedf482be8a89518f3cd33 b/docs/en-US/hypervisor-installation.xml~432ff7ecbe1efface7fedf482be8a89518f3cd33 new file mode 100644 index 00000000000..b0fc9f46ddb --- /dev/null +++ b/docs/en-US/hypervisor-installation.xml~432ff7ecbe1efface7fedf482be8a89518f3cd33 @@ -0,0 +1,31 @@ + + +%BOOK_ENTITIES; +]> + + + + + Hypervisor Installation + + + + + diff --git a/docs/en-US/hypervisor-installation.xml~HEAD b/docs/en-US/hypervisor-installation.xml~HEAD new file mode 100644 index 00000000000..b0fc9f46ddb --- /dev/null +++ b/docs/en-US/hypervisor-installation.xml~HEAD @@ -0,0 +1,31 @@ + + +%BOOK_ENTITIES; +]> + + + + + Hypervisor Installation + + + + + diff --git a/docs/en-US/nfs-shares-on-management-server.xml b/docs/en-US/nfs-shares-on-management-server.xml index 2c9b324d1a2..c000ce4818d 100644 --- a/docs/en-US/nfs-shares-on-management-server.xml +++ b/docs/en-US/nfs-shares-on-management-server.xml @@ -23,10 +23,15 @@ -->
- Using the Management Server As the NFS Server + Using the Management Server as the NFS Server This section tells how to set up NFS shares for primary and secondary storage on the same node with the Management Server. This is more typical of a trial installation, but is technically possible in a larger deployment. It is assumed that you will have less than 16TB of storage on the host. The exact commands for the following steps may vary depending on your operating system version. + On Ubuntu/Debian systems, you'll need to install the nfs-kernel-server package: + +$ sudo apt-get install nfs-kernel-server + + On the Management Server host, create two directories that you will use for primary and secondary storage. For example: # mkdir -p /export/primary