Project

General

Profile

Actions

Bug #40554

open

"admin_socket" value cannot be configured via the MON config store

Added by Jason Dillaman almost 5 years ago. Updated almost 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
nautilus,mimic
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Attempting to set a global "admin_socket" value for all clients does not properly apply and result in warning messages:

# rbd ls -p one
2019-06-23 12:58:29.344 7ff2710b0700 -1 set_mon_vals failed to set admin_socket = /var/run/ceph/$name.$pid.asok: Configuration option 'admin_socket' may not be modified at runtime
2019-06-23 12:58:29.348 7ff2708af700 -1 set_mon_vals failed to set admin_socket = /var/run/ceph/$name.$pid.asok: Configuration option 'admin_socket' may not be modified at runtime
Actions #1

Updated by Jason Dillaman almost 5 years ago

Note that this error is printed even if the client does not have an override for "admin socket". For non-daemons, this defaults to "", so when overridden via the MON config store, it should just work and actually (re)open the non-active admin socket.

Actions

Also available in: Atom PDF