The last one of the was removed in luminous.
Signed-off-by: Sage Weil <sage@redhat.com>
if injectargs and '--' in injectargs:
injectargs.remove('--')
- # special deprecation warning for 'ceph <type> 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}.<id> <command> [options...]" instead (id can be "*") '.format(childargs[0]),
- file=sys.stderr)
- return 1
-
block = False
waitdata = dict()
if parsed_args.block: