restore mistakenly removed file
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
3db3a4c3d0
commit
b5753a39c2
1 changed files with 9 additions and 0 deletions
9
ceph-osd-class-remove
Executable file
9
ceph-osd-class-remove
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/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 "$@"
|
Loading…
Reference in a new issue