mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
ceph-daemons: fixed merge
This commit is contained in:
parent
8136874dad
commit
c8820313d2
@ -107,7 +107,7 @@ if [[ $what = "" ]]; then
|
||||
fi
|
||||
|
||||
for name in $what; do
|
||||
type=`echo $item | cut -c 1-3` # e.g. 'mon', if $item is 'mon1'
|
||||
type=`echo $name | cut -c 1-3` # e.g. 'mon', if $item is 'mon1'
|
||||
num=`echo $name | cut -c 4-`
|
||||
sections="$name $type global"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user