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 (v2) - Benoît Knecht, 09/23/2013 07:28 AM

View differences:

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