From bd43551304575a9eb22e0c01ba36ef535a65fa50 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 4 Jun 2020 09:53:10 +0200 Subject: [PATCH] doc/cephadm: Add alternative error for missing CIDR network Signed-off-by: Sebastian Wagner --- doc/cephadm/troubleshooting.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/cephadm/troubleshooting.rst b/doc/cephadm/troubleshooting.rst index 6b098ccc616c..29e36958e09c 100644 --- a/doc/cephadm/troubleshooting.rst +++ b/doc/cephadm/troubleshooting.rst @@ -156,6 +156,10 @@ If you see this error:: ERROR: Failed to infer CIDR network for mon ip ***; pass --skip-mon-network to configure it later +Or this error:: + + Must set public_network config option or specify a CIDR network, ceph addrvec, or plain IP + This means that you must run a command of this form:: ceph config set mon public_network -- 2.47.3