Bug #48159
dashboard.exceptions.DashboardException: Config option public_bind_addr, public_network is/are not updatable at runtime
Status:
New
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
dashboard.exceptions.DashboardException: Config option public_bind_addr, public_network is/are not updatable at runtime Traceback (most recent call last): File "/home/jenkins-build/build/workspace/ceph-api/src/pybind/mgr/dashboard/services/exception.py", line 46, in dashboard_exception_handler return handler(*args, **kwargs) File "/usr/lib/python3/dist-packages/cherrypy/_cpdispatch.py", line 60, in __call__ return self.callable(*self.args, **self.kwargs) File "/home/jenkins-build/build/workspace/ceph-api/src/pybind/mgr/dashboard/controllers/__init__.py", line 692, in inner ret = func(*args, **kwargs) File "/home/jenkins-build/build/workspace/ceph-api/src/pybind/mgr/dashboard/controllers/__init__.py", line 901, in wrapper return func(*vpath, **params) File "/home/jenkins-build/build/workspace/ceph-api/src/pybind/mgr/dashboard/controllers/cluster_configuration.py", line 104, in bulk_set self._updateable_at_runtime(options.keys()) File "/home/jenkins-build/build/workspace/ceph-api/src/pybind/mgr/dashboard/controllers/cluster_configuration.py", line 130, in _updateable_at_runtime component='cluster_configuration') dashboard.exceptions.DashboardException: Config option public_bind_addr, public_network is/are not updatable at runtime
History
#1 Updated by Neha Ojha almost 3 years ago
- Category set to 132
#2 Updated by Ernesto Puerta over 2 years ago
- Project changed from mgr to Dashboard
- Category changed from 132 to General