diff options
Diffstat (limited to 'src/ceph-create-keys')
-rwxr-xr-x | src/ceph-create-keys | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ceph-create-keys b/src/ceph-create-keys new file mode 100755 index 000000000..a960a08be --- /dev/null +++ b/src/ceph-create-keys @@ -0,0 +1,5 @@ +#!/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." |