Project

General

Profile

Actions

Bug #44275

closed

NameError: name 'retval' is not defined

Added by Varsha Rao about 4 years ago. Updated about 4 years ago.

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

0%

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

Description

/home/varsha/ceph/build/bin/ceph -c /home/varsha/ceph/build/ceph.conf -k /home/varsha/ceph/build/keyring -h 
Traceback (most recent call last):
  File "/home/varsha/ceph/build/bin/ceph", line 1271, in <module>
    retval = main()
  File "/home/varsha/ceph/build/bin/ceph", line 1049, in main
    return do_extended_help(parser, childargs, target, ' '.join(childargs))
  File "/home/varsha/ceph/build/bin/ceph", line 416, in do_extended_help
    return help_for_target(target, partial)
  File "/home/varsha/ceph/build/bin/ceph", line 413, in help_for_target
    return help_for_sigs(outbuf.decode('utf-8'), partial)
  File "/home/varsha/ceph/build/bin/ceph", line 392, in help_for_sigs
    partial=partial))
BrokenPipeError: [Errno 32] Broken pipe

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/varsha/ceph/build/bin/ceph", line 1279, in <module>
    sys.exit(retval)

NameError: name 'retval' is not defined

Actions #1

Updated by Varsha Rao about 4 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 33516
Actions #2

Updated by Sage Weil about 4 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF