Project

General

Profile

Actions

Bug #36300

closed

Clients receive "wrong fsid" error when CephX is disabled

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

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

Related to the changes introduced here [1]. The following reproducer shows the issue hit by a client application:

import rados
import json

cluster = rados.Rados(conffile='')
cluster.connect()

cmd = {'prefix': 'osd dump', 'format': 'json'}
rc, buf_s, out = cluster.mon_command(json.dumps(cmd), b'')

print("rc={}, buf={}, out={}".format(rc, buf_s, out))

It appears that the initial monmap is no longer pushed to clients when CephX is disabled.

[1] https://github.com/ceph/ceph/pull/23741


Related issues 1 (1 open0 closed)

Related to RADOS - Bug #56487: Error EPERM: problem getting command descriptions from mon, when execute "ceph -s".New

Actions
Actions

Also available in: Atom PDF