aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/cinder-volume/files/create_img.sh
blob: 5d64143e15e6cbd6ebffc01fa051c68ccbb53965 (plain)
1
2
3
if [ ! -f /var/cinder.img ]; then
  dd if=/dev/zero of=/var/cinder.img bs=1 count=0 seek=$1
fi