ceph/src/ceph-create-keys
Sage Weil 4ba456484d ceph-create-keys: depreceate, print warning
We'll remove this post-nautilus or post-octopus, I guess?

Signed-off-by: Sage Weil <sage@redhat.com>
2018-12-13 04:23:53 -06:00

6 lines
231 B
Bash
Executable File

#!/bin/sh
echo "$0: This tool is obsolete; mons now create these keys on their own, and"
echo "$0: this tool does nothing except print this message."
echo "$0: It will be removed in the next release. Please fix your script/tool."