1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Bug #2110: create datablock error with ceph

This commit is contained in:
Jaime Melis 2013-10-08 15:52:20 +02:00
parent 515f127acf
commit 3b2e92856e

View File

@ -94,6 +94,7 @@ MKFS_CMD=`mkfs_command $TMP_DST $FSTYPE $SIZE`
REGISTER_CMD=$(cat <<EOF
set -e
export PATH=/usr/sbin:/sbin:\$PATH
# create and format
$DD if=/dev/zero of=$TMP_DST bs=1 count=1 seek=${SIZE}M