This commit is contained in:
Nico Schottelius 2018-02-20 19:13:19 +01:00
parent 408cb7420d
commit d708970f9c
1 changed files with 1 additions and 1 deletions

View File

@ -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"