CanonicalLtd / microstack

Snap for installing an all-in-one OpenStack
46 stars 15 forks source link

Can not create Volumes #89

Open it-pappa opened 2 years ago

it-pappa commented 2 years ago

After installing microstack on ubuntu 20.04 resting on Proxmox 6.3. i can not create volumes.

I am using the official documentation at: https://microstack.run/docs/multi-node

Error message: schedule allocate volume:Could not find any available weighted backend. When listing microstack services i can see that microstack.cinder-volume is disabled.

Trying to use: "sudo microstack init --auto --control --setup-loop-based-cinder-lvm-backend --loop-device-file-size 50" Is only giving errors.

it-pappa commented 2 years ago

Issue was fixed by changing nesting in the Proxmox Hypervisor, and change CPU to Host on the VM. Then redeploy with: udo microstack init --auto --control --setup-loop-based-cinder-lvm-backend --loop-device-file-size 50 (50 = 50GB, just an example) Closing this case.

it-pappa commented 2 years ago

This should be added to the documentation