Merge pull request #34590 from zdover23/wip-doc-cidr-network-troubleshooting2

ceph/doc: Add guidance for cidr network troubleshooting

Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
Sebastian Wagner 2020-04-29 10:45:51 +02:00 committed by GitHub
commit 0230a614ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -167,6 +167,8 @@ To add each new host to the cluster, perform two steps:
# ceph orch host add host3
.. _deploy_additional_monitors:
Deploy additional monitors (optional)
=====================================

View File

@ -148,3 +148,16 @@ To verify that the public key is in the authorized_keys file, run the following
[root@mon1 ~]# cephadm shell -- ceph config-key get mgr/cephadm/ssh_identity_pub > key.pub
[root@mon1 ~]# grep "`cat key.pub`" /root/.ssh/authorized_keys
Failed to infer CIDR network error
----------------------------------
If you see this error::
ERROR: Failed to infer CIDR network for mon ip ***; pass --skip-mon-network to configure it later
This means that you must run a command of this form::
ceph config set mon public_network <mon_network>
For more detail on operations of this kind, see :ref:`deploy_additional_monitors`