Feature #24128
ceph tool to print to console by default
Status:
Rejected
Priority:
Low
Assignee:
-
Category:
ceph cli
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
The "ceph" command line tool frequently will silently fail (and succeed) and is inconsistent in this
behavior. For example, the results of "ceph osd purge" are written to the logfile regardless of success
or failure.
It would be nice if a message was always printed to the console by default, at the very least in the
case of failure. A command-line option should squelch these messages for scripting.
History
#1 Updated by John Spray about 5 years ago
Silent failures are bugs -- can you be more specific?
Silent successes are not necessarily bugs -- many Linux CLI tools print nothing on success.
#2 Updated by John Spray about 5 years ago
Ping -- can you say which commands are giving silent failures?