++ add name

This commit is contained in:
Nico Schottelius 2018-04-04 17:29:37 +02:00
parent c8d8959398
commit 6c7d65dbe0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ for dev in $(fdisk -l | awk '$6 ~/Ceph/ { print $1 }'); do
mount "$dev" "$dir"
if [ -e /etc/monit ]; then
/opt/ungleich-tools/monit-ceph-create-start
/opt/ungleich-tools/monit-ceph-create-start "osd.$id"
else
/etc/init.d/ceph start "osd.$id"
fi