Project

General

Profile

Actions

Bug #61312

open

The command "ceph config set mgr mgr/dashboard/redirect_resolve_ip_addr True" fails

Added by Zac Dover 11 months ago. Updated 4 days ago.

Status:
Fix Under Review
Priority:
Normal
Category:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

https://docs.ceph.com/en/quincy/mgr/dashboard/#resolve-ip-address-to-hostname-before-redirect

This bug comes to us from Patrick Preisler. He discovered that it was not possible to run the command "ceph config set mgr mgr/dashboard/redirect_resolve_ip_addr True". I have included much of his email to me below.

BEGIN QUOTED TEXT
I've deployed a Ceph Cluster (v17.2.5) via Cephadm and I was messing around with the MGR Settings. I read through the MGR Dashboard Documentation and came across the "RESOLVE IP ADDRESS TO HOSTNAME BEFORE REDIRECT" Section ( https://docs.ceph.com/en/quincy/mgr/dashboard/#resolve-ip-address-to-hostname-before-redirect ).

However, when I tried to enable the Option I get an error message:

[root@storhost1 ~]# ceph config set mgr mgr/dashboard/redirect_resolve_ip_addr True
Error EINVAL: unrecognized config option 'mgr/dashboard/redirect_resolve_ip_addr'

and when I used "ceph config ls" I also can't find the option:

[root@storhost1 ~]# ceph config ls | grep dashboard
mgr/cephadm/config_dashboard
mgr/dashboard/ACCOUNT_LOCKOUT_ATTEMPTS
mgr/dashboard/ALERTMANAGER_API_HOST
mgr/dashboard/ALERTMANAGER_API_SSL_VERIFY
mgr/dashboard/AUDIT_API_ENABLED
mgr/dashboard/AUDIT_API_LOG_PAYLOAD
mgr/dashboard/ENABLE_BROWSABLE_API
mgr/dashboard/FEATURE_TOGGLE_CEPHFS
mgr/dashboard/FEATURE_TOGGLE_ISCSI
mgr/dashboard/FEATURE_TOGGLE_MIRRORING
mgr/dashboard/FEATURE_TOGGLE_NFS
mgr/dashboard/FEATURE_TOGGLE_RBD
mgr/dashboard/FEATURE_TOGGLE_RGW
mgr/dashboard/GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE
mgr/dashboard/GRAFANA_API_PASSWORD
mgr/dashboard/GRAFANA_API_SSL_VERIFY
mgr/dashboard/GRAFANA_API_URL
mgr/dashboard/GRAFANA_API_USERNAME
mgr/dashboard/GRAFANA_FRONTEND_API_URL
mgr/dashboard/GRAFANA_UPDATE_DASHBOARDS
mgr/dashboard/ISCSI_API_SSL_VERIFICATION
mgr/dashboard/ISSUE_TRACKER_API_KEY
mgr/dashboard/PROMETHEUS_API_HOST
mgr/dashboard/PROMETHEUS_API_SSL_VERIFY
mgr/dashboard/PWD_POLICY_CHECK_COMPLEXITY_ENABLED
mgr/dashboard/PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED
mgr/dashboard/PWD_POLICY_CHECK_LENGTH_ENABLED
mgr/dashboard/PWD_POLICY_CHECK_OLDPWD_ENABLED
mgr/dashboard/PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED
mgr/dashboard/PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED
mgr/dashboard/PWD_POLICY_CHECK_USERNAME_ENABLED
mgr/dashboard/PWD_POLICY_ENABLED
mgr/dashboard/PWD_POLICY_EXCLUSION_LIST
mgr/dashboard/PWD_POLICY_MIN_COMPLEXITY
mgr/dashboard/PWD_POLICY_MIN_LENGTH
mgr/dashboard/REST_REQUESTS_TIMEOUT
mgr/dashboard/RGW_API_ACCESS_KEY
mgr/dashboard/RGW_API_ADMIN_RESOURCE
mgr/dashboard/RGW_API_SECRET_KEY
mgr/dashboard/RGW_API_SSL_VERIFY
mgr/dashboard/USER_PWD_EXPIRATION_SPAN
mgr/dashboard/USER_PWD_EXPIRATION_WARNING_1
mgr/dashboard/USER_PWD_EXPIRATION_WARNING_2
mgr/dashboard/crt_file
mgr/dashboard/debug
mgr/dashboard/jwt_token_ttl
mgr/dashboard/key_file
mgr/dashboard/log_level
mgr/dashboard/log_to_cluster
mgr/dashboard/log_to_cluster_level
mgr/dashboard/log_to_file
mgr/dashboard/motd
mgr/dashboard/server_addr
mgr/dashboard/server_port
mgr/dashboard/ssl
mgr/dashboard/ssl_server_port
mgr/dashboard/standby_behaviour
mgr/dashboard/standby_error_status_code
mgr/dashboard/url_prefix

I also tried a few more greps but I can't find the Option..

Am I missing something here or does this Option no longer exist?
END QUOTED TEXT

Actions

Also available in: Atom PDF