Cinder Volume Creation February 26, 2019 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 Read more