Mailing List Archive

[OpenStack] [Manila] Ask about Generic driver
Hi OpenStackers,

In Manila project, when I use Generic driver to create share, I realize
that the VM share's flavor is fixed by ID in manila.conf. I really
consider why has it been?


[generic]
share_backend_name = GENERIC
share_driver = manila.share.drivers.generic.GenericShareDriver
driver_handles_share_servers = True
service_instance_flavor_id = 100

I think the VM share's configuration will depend on the shared created and
the number of VM mounted to. So how can I choose VM share's flavor for each
specific case?

Thanks in advance.