diff --git a/ceph-osd-activate-all b/ceph-osd-activate-all index bd9a340..1cfdab0 100755 --- a/ceph-osd-activate-all +++ b/ceph-osd-activate-all @@ -12,7 +12,7 @@ for dev in $(fdisk -l | awk '$6 ~/Ceph/ { print $1 }'); do id=$(cat "${tmpdir}/whoami") # Chown the dev device to be accessible for ceph - chown ceph:ceph "${tmpdir}/block + chown ceph:ceph "${tmpdir}/block" umount "$dev"