Skip to content
Snippets Groups Projects
Commit a748d5e4 authored by Paul Bourke's avatar Paul Bourke
Browse files

Fix incorrect dd param in cinder-guide.rst

Change-Id: I110e76ba7349fee488005b0d8710447b1e339df7
parent d352505c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment