From 113d727746db1b9e8f558d0b8586ae4df92fcfb5 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Tue, 20 Oct 2015 17:33:50 -0700 Subject: [PATCH] ceph.in: Don't drop out of command mode on certain kinds of errors Signed-off-by: David Zafman --- src/ceph.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph.in b/src/ceph.in index c6c7c498511..ec9fda9d3e3 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -422,7 +422,7 @@ def new_style_command(parsed_args, cmdargs, target, sigdict, inbuf, verbose): except Exception as e: print >> sys.stderr, \ 'error handling command target: {0}'.format(e) - return 1, '', '' + continue valid_dict = validate_command(sigdict, cmdargs, verbose) if valid_dict: if parsed_args.output_format: -- 2.47.3