Correct a number of spelling mistakes and word omissions in the cluster
configuration section of the docs.
Signed-off-by: Bryan Stillwell <bstillwell@godaddy.com>
* doc/rados/configuration/mon-lookup-dns.rst
we now partially support RFC2782: only the targets with the lowest
value are selected
* doc/rados/configuration/network-config-ref.rst
update with "mon priority" option in "[mon.$id]" section
Signed-off-by: Kefu Chai <kchai@redhat.com>
silences follow warning:
network-config-ref.rst:373: WARNING: Field list ends without a blank line; unexpected unindent.
Signed-off-by: Kefu Chai <kchai@redhat.com>
This was sort of described in doc/rados/configuration/ms-ref.rst
already. Add the same information to the other areas where we talk about
the ms bind ipv6 setting.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Prior to this commit, the Network Configuration Reference guide and
Troubleshooting guide recommended opening a number of ports that were
unique to the number of daemons that we ran.
This doesn't really cover all use cases. Users can easily restart
daemons in ways that cause the daemons to bind to higher ports. This
leads to OSDs or MDSs binding to ports that are firewalled.
Update the Network Configuration Reference guide and Troubleshooting
guides to simply recommend that users open all the ports between 6800
and 7300 on their OSDs and MDSs.
http://tracker.ceph.com/issues/11688 Refs: #11688
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This was kind of easy to miss, and if users
just paste in the command as given then their
first few OSDs will work, and from their
4th OSD onwards things will get weird.
Signed-off-by: John Spray <john.spray@redhat.com>