Em ter., 28 de jan. de 2025 às 09:30, Takashi Kajinami < kajinamit@oss.nttdata.com> escreveu:
The first thing you may have to check is where the option is defined. The parameter should be added to the specific backend section, not the DEFAULT section.
++
If you can share the snippet from your actual config file, which may contain - options defined in the specific backend section - [DEFAULT] enabled_share_backends that may help us get rough understanding about your setup and its current configuration.
On 1/28/25 8:30 PM, Francesco Di Nucci wrote:
Hi all,
I'm running OpenStack 2024.1 Caracal, configured through Puppet, and I'm having an issue with Manila.
/etc/manila/manila.conf contains the line "driver_handles_share_servers = True", but setup fails, "/var/log/manila/share.log" reports that "Config opt 'driver_handles_share_servers' has improper value - 'None'. Please define it as boolean."
Has anyone encountered this? Where else should I define this?
Every backend should have the driver_handles_share_servers opt set, otherwise the setup can fail. Please ensure that the key and value are set for each one of the backends. As Takashi suggested, please share your manila.conf file if you can. Regards, carloss
Thanks in advance