Linux Foundation Collaborative Projects
index
:
compass4nfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
stable/fraser
stable/gambia
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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