committing some bugfixes to runbook - thanks to Watnuss for pointing them out on IRC
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/27a23b2e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/27a23b2e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/27a23b2e Branch: refs/heads/regions Commit: 27a23b2e2a3e4b50ae32f6245f7d715ecb721a2c Parents: a77b675 Author: David Nalley <[email protected]> Authored: Thu Jul 5 10:38:55 2012 -0400 Committer: David Nalley <[email protected]> Committed: Thu Jul 5 10:38:55 2012 -0400 ---------------------------------------------------------------------- docs/runbook/en-US/Environment.xml | 2 +- docs/runbook/en-US/Management.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/27a23b2e/docs/runbook/en-US/Environment.xml ---------------------------------------------------------------------- diff --git a/docs/runbook/en-US/Environment.xml b/docs/runbook/en-US/Environment.xml index df7a471..9048e1a 100644 --- a/docs/runbook/en-US/Environment.xml +++ b/docs/runbook/en-US/Environment.xml @@ -212,7 +212,7 @@ STATD_PORT=662 STATD_OUTGOING_PORT=2020 </screen> <para> Now we need to configure the firewall to permit incoming NFS connections. - Edit the file <filename>/etc/sysconfig/nfs</filename> + Edit the file <filename>/etc/sysconfig/iptables</filename> </para> <screen> -A INPUT -m state --state NEW -p udp --dport 111 -j ACCEPT http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/27a23b2e/docs/runbook/en-US/Management.xml ---------------------------------------------------------------------- diff --git a/docs/runbook/en-US/Management.xml b/docs/runbook/en-US/Management.xml index 6001c28..d95108e 100644 --- a/docs/runbook/en-US/Management.xml +++ b/docs/runbook/en-US/Management.xml @@ -108,7 +108,7 @@ binlog-format = 'ROW' with the <command>mount</command> command run on the management server: </para> <screen> - <prompt># </prompt><userinput><command>mount</command> -t nfs <replaceable>172.16.10.</replaceable>2/secondary /mnt/secondary</userinput> + <prompt># </prompt><userinput><command>mount</command> -t nfs <replaceable>172.16.10.</replaceable>2:/secondary /mnt/secondary</userinput> </screen> <para> Now we need to download the system VM template and deploy that to the
