Project

General

Profile

Bug #6052 » 0001-Add-CEPH_ARGS-at-the-end-of-sys.argv.patch

Add CEPH_ARGS at the end of sys.argv - Benoît Knecht, 09/23/2013 07:09 AM

View differences:

src/ceph.in
###
def main():
sys.argv.extend(os.environ.get('CEPH_ARGS').split())
parser, parsed_args, childargs = parse_cmdargs()
(1-1/2)