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
|
||||
fi
|
||||
|
||||
osd=$1; shift
|
||||
|
||||
ceph osd crush set-device-class "$class" "$@"
|
||||
ceph osd crush set-device-class "$@"
|
||||
|
|
Loading…
Reference in a new issue