To install and configure OpenStack DevStack on an Ampere ARM server and have encountered the following challenge
- What is the correct way to configure
br-ex
on an ARM-based machine to avoid causing server disconnections? Shouldbr-ex
be attached to an external physical interface, or can it be configured differently without disrupting connectivity?
The command ovs-vsctl list-ports br-ex shows no ports attached.
On a working x86 setup, br-ex is connected to br-int with a patch port, but this is missing in the Ampere setup. - Has anyone experienced the
Volume driver not initialized
error with Cinder on OpenStack installations? Any advice on resolving this?
**Error:Volume driver LVMVolumeDriver not initialized. **
Cannot complete RPC initialization because driver isn’t initialized properly.
cinder.exception.DriverNotInitialized: Volume driver not ready.
This error prevents the volume driver from initializing, causing the Cinder service to fail
3)Is it mandatory to have root access for OpenStack installation, or can it be completed as a non-root user with sudo privileges
4)Are there any known issues with installing and running DevStack on Ampere (ARM) architecture compared to x86?