Skip to main content

Cinder Volume Creation


Cinder Volume Creation:

Tested with loop device


● dd if=/dev/zero of=/opt/lvm.img bs=1M count=1 seek=10240
● losetup -fv /opt/lvm.img
● losetup -a
● pvcreate /dev/loop0
● vgcreate cinder-volumes /dev/loop0

Comments