From 6c7d65dbe06d211e071319e2a933ac6d48b664cb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 4 Apr 2018 17:29:37 +0200 Subject: [PATCH] ++ add name --- ceph-osd-activate-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-osd-activate-all b/ceph-osd-activate-all index f86af92..8242d57 100755 --- a/ceph-osd-activate-all +++ b/ceph-osd-activate-all @@ -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