Hi,
I’ve deployed the Openstack base bundle for a charmed Openstack on Ubuntu 20.04 Focal using the yoga version. I’ve noticed that for some reason an LVM backend is deployed, however, that is not what I want. I want to use a custom storage array that I’ve already configured and is working fine. How can I disable the LVM cinder backend?
itclinux@scmaas01:~$ openstack volume service list ±-----------------±--------------------------±-----±--------±------±---------------------------+ | Binary | Host | Zone | Status | State | Updated At | ±-----------------±--------------------------±-----±--------±------±---------------------------+ | cinder-volume | controller02@LVM | nova | enabled | down | 2023-07-25T16:30:51.000000 | | cinder-scheduler | controller01 | nova | enabled | down | 2023-07-25T16:30:59.000000 | | cinder-volume | controller01@LVM | nova | enabled | down | 2023-07-25T16:30:57.000000 | | cinder-scheduler | controller02 | nova | enabled | down | 2023-07-25T16:30:53.000000 | | cinder-volume | controller03@LVM | nova | enabled | down | 2023-07-25T16:30:51.000000 | | cinder-scheduler | controller03 | nova | enabled | down | 2023-07-25T16:30:53.000000 | | cinder-volume | cinder@cinder-array | nova | enabled | up | 2023-07-26T15:28:25.000000 | | cinder-scheduler | cinder | nova | enabled | up | 2023-07-26T15:28:27.000000 | ±-----------------±--------------------------±-----±--------±------±---------------------------+