Project

General

Profile

Actions

Bug #11165

closed

Change certain ceph-osd stderr messages to stdout

Added by Mark Nelson about 9 years ago. Updated about 7 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
OSD
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 came up recently in a pull request for cbt from Intel to implement error checking. OSDs are logging some non-error messages to stderr instead of stdout:

[ERROR]:cceph01: added key for osd.0

https://github.com/xuechendi/cbt/commit/df798af2728adc160db7fe8113430bb788dcda0b

It appears that ceph-deploy had/has similar issues:

http://lists.ceph.com/pipermail/ceph-users-ceph.com/2013-October/035111.html

Unless there is a good reason to be doing this I think we should change ceph-osd to log non-error messages to stdout.

Actions #1

Updated by Sage Weil about 7 years ago

  • Status changed from New to Won't Fix

the one-liner goes to stderr; the rest to stdout. we can't change/fix this without breaking cli users.

Actions

Also available in: Atom PDF