Openstack with Microstack, I can't make empty Volume

521 Views Asked by At

I'm a beginner at Openstack. I have an Ubuntu Server on a VM and on it, I installed Openstack with Microstack. Everything looks fine but I cannot make a Volume. It gives me this error:

schedule allocate volume: Could not find any available weighted backend.

enter image description here

I looked up everywhere for a solution but can't understand what is the issue.

1

There are 1 best solutions below

0
On

microstack disabled cinder blockstorage service, and you should enable it during initializing. Further more, microstack can only use loop device file as backend.

sudo microstack init --auto --control \
 --setup-loop-based-cinder-lvm-backend \
 --loop-device-file-size 50