aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/cinder-volume/files/create_img.sh
blob: 2e734188828803ac1598f77a008ec3ef6bdc1c6f (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