diff --git a/ceph-osd-activate-all b/ceph-osd-activate-all index 1cfdab0..581caa3 100755 --- a/ceph-osd-activate-all +++ b/ceph-osd-activate-all @@ -22,3 +22,5 @@ for dev in $(fdisk -l | awk '$6 ~/Ceph/ { print $1 }'); do /etc/init.d/ceph start "osd.$id" done + +rmdir "$tmpdir"