mirror of https://github.com/apache/cloudstack.git
committing some bugfixes to runbook - thanks to Watnuss for pointing them out on IRC
This commit is contained in:
parent
a77b6756fc
commit
27a23b2e2a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue