hand in arg correctly
This commit is contained in:
parent
99b6a840d9
commit
d3bf793dba
1 changed files with 1 additions and 3 deletions
|
@ -6,6 +6,4 @@ if [ $# -lt 2 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
osd=$1; shift
|
ceph osd crush set-device-class "$@"
|
||||||
|
|
||||||
ceph osd crush set-device-class "$class" "$@"
|
|
||||||
|
|
Loading…
Reference in a new issue