Project

General

Profile

Bug #2916

radosgw does not check command line options for correctness

Added by caleb miles over 11 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

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

Description

It is possible to pass any command line option to radosgw without error. For example

./radosgw -c /home/caleb/ceph/src/ceph.conf --rgw-socket-path=/tmp/rgw.socket -f --log-to-stder

will produce no error and no logging.

History

#1 Updated by Yehuda Sadeh over 11 years ago

that's a generic ceph command lines parsing issue

#2 Updated by Yehuda Sadeh over 11 years ago

  • Project changed from rgw to Ceph

#3 Updated by Yehuda Sadeh over 11 years ago

  • Project changed from Ceph to rgw

#4 Updated by caleb miles over 11 years ago

  • Assignee set to caleb miles

#5 Updated by caleb miles over 11 years ago

  • Status changed from New to 4

#6 Updated by caleb miles over 11 years ago

  • Status changed from 4 to Resolved

The rados tool alone is affected by this issue and due to the nature of valid input to the command this will not be fixed without an entirely new method for command line argument parsing.

Also available in: Atom PDF