Fix incorrect dd param in cinder-guide.rst

Change-Id: I110e76ba7349fee488005b0d8710447b1e339df7
This commit is contained in:
Paul Bourke 2015-10-06 16:20:00 +01:00
parent d352505ccb
commit a748d5e40a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ system.
::
mknod /dev/loop2 b 7 2
dd if=/dev/zero of=/var/lib/cinder_data.img bs=1g count=20
dd if=/dev/zero of=/var/lib/cinder_data.img bs=1G count=20
losetup /dev/loop2 /var/lib/cinder_data.img
pvcreate /dev/loop2
vgcreate cinder-volumes /dev/loop2