From 3008b37e4b3e8ee35145be5a9ba848c3c90e7b51 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 8 Feb 2020 08:35:35 -0600 Subject: [PATCH] ceph.in: remove '{osd,mds,mon} tell' deprecation warning The last one of the was removed in luminous. Signed-off-by: Sage Weil --- src/ceph.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ceph.in b/src/ceph.in index 0da8aa1e81eb..d359e257cd6c 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -993,15 +993,6 @@ def main(): if injectargs and '--' in injectargs: injectargs.remove('--') - # special deprecation warning for 'ceph tell' - # someday 'mds' will be here too - if (len(childargs) >= 2 and - childargs[0] in ['mon', 'osd'] and - childargs[1] == 'tell'): - print('"{0} tell" is deprecated; try "tell {0}. [options...]" instead (id can be "*") '.format(childargs[0]), - file=sys.stderr) - return 1 - block = False waitdata = dict() if parsed_args.block: -- 2.47.3