how to increase volume capacity [closed]
I have Havana multi-node setup ( 1. controller (with 320 GB LVM) 2. neutron 3. compute ). But i am not able to create volume more than 1 gb. How I can increase the capacity of volume ?
These are the following steps I followed
dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G losetup /dev/loop2 cinder-volumes fdisk /dev/loop2 #Type in the followings: n p 1 ENTER ENTER t 8e w