From: Zac Dover Date: Fri, 26 Apr 2024 11:59:09 +0000 (+1000) Subject: doc/mgr: explain error message - dashboard.rst X-Git-Tag: v19.1.0~47^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=92a3ecc67c930033852f3aa2e983fb8f3f163bd1;p=ceph.git doc/mgr: explain error message - dashboard.rst Explain that an error message received in response to "redirect_resolve_ip_addr True" might be caused by having an insufficiently recent release of Ceph running in your cluster. Fixes: https://tracker.ceph.com/issues/61312 Signed-off-by: Zac Dover (cherry picked from commit 78545030761330c44168dbb3f8d1e4c3c9a9a3bd) --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 696676aeb342c..3080533e2166e 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -1257,6 +1257,14 @@ You can disable it again by:: $ ceph config set mgr mgr/dashboard/redirect_resolve_ip_addr False +.. warning:: + + If you attempt to activate redirection by using the command above and you + get the error message ``EINVAL: unrecognized config option + 'mgr/dashboard/redirect_resolve_ip_addr'``, then you might be running a + release of Ceph prior to version 17.2.6. This feature was introduced in + 17.2.6, in this commit: https://github.com/ceph/ceph/pull/48219. + HAProxy example configuration ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^