Project

General

Profile

Bug #4856

monitor: upgrades produce "client did not provide supported auth type" in log

Added by Greg Farnum almost 11 years ago. Updated almost 11 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
Monitor
Target version:
-
% Done:

0%

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

Description

This is most of the output in the monitor logs when Tamil is running upgrade tests. It apparently isn't inhibiting functionality, but it's unpleasant and I don't know the cause:

2013-04-29 06:29:32.996983 7f8b75588700  1 mon.b@1(peon).auth v81 client did not provide supported auth type

History

#1 Updated by Joao Eduardo Luis almost 11 years ago

This comes from the AuthMonitor, and it should inhibit functionality to some extent, as the client should have received an error.

s->auth_handler = get_auth_service_handler(type, g_ceph_context, &mon->key_server);
if (!s->auth_handler) {
  dout(1) << "client did not provide supported auth type" << dendl;
  ret = -ENOTSUP;
  goto reply;
}

#2 Updated by Sage Weil almost 11 years ago

  • Status changed from New to Won't Fix

Also available in: Atom PDF