+quotes
This commit is contained in:
parent
408cb7420d
commit
d708970f9c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ for dev in $(fdisk -l | awk '$6 ~/Ceph/ { print $1 }'); do
|
||||||
id=$(cat "${tmpdir}/whoami")
|
id=$(cat "${tmpdir}/whoami")
|
||||||
|
|
||||||
# Chown the dev device to be accessible for ceph
|
# Chown the dev device to be accessible for ceph
|
||||||
chown ceph:ceph "${tmpdir}/block
|
chown ceph:ceph "${tmpdir}/block"
|
||||||
|
|
||||||
umount "$dev"
|
umount "$dev"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue