mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
|
STATD_OUTGOING_PORT=2020
|
||||||
</screen>
|
</screen>
|
||||||
<para> Now we need to configure the firewall to permit incoming NFS connections.
|
<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>
|
</para>
|
||||||
<screen>
|
<screen>
|
||||||
-A INPUT -m state --state NEW -p udp --dport 111 -j ACCEPT
|
-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:
|
with the <command>mount</command> command run on the management server:
|
||||||
</para>
|
</para>
|
||||||
<screen>
|
<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>
|
</screen>
|
||||||
<para>
|
<para>
|
||||||
Now we need to download the system VM template and deploy that to the
|
Now we need to download the system VM template and deploy that to the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user