ungleich-tools/ceph-osd-class-remove
Nico Schottelius b5753a39c2 restore mistakenly removed file
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2018-07-31 19:00:34 +02:00

9 lines
170 B
Bash
Executable file

#!/bin/sh
if [ $# -lt 1 ]; then
echo "$0: osd-name osd-name ..." >&2
echo "Removes associated device classes"
exit 1
fi
ceph osd crush rm-device-class "$@"