Hey Mikhail! Thanks for reaching out.

Apparently your configuration is correct and the subvolume was created properly. However, the NFS exports will only be created when you apply an access rule in Manila.
Please use the `$ openstack share access create` to create the access rule (RW or RO) for your clients, and then the NFS export should show up.

Regards,
carloss


Em sex., 21 de mar. de 2025 às 12:35, Mikhail Okhrimenko <m.okhrimenko@pin-up.tech> escreveu:
Hello community,

Trying to setup the Manila version of Caracal with NFS-Ganesha backend. Ganesha version 4.0 is deployed using ceph orch in a ceph cluster version 17.
Backend configuration in manila.conf
[ganesha_nfs]
driver_handles_share_servers = False
share_backend_name = ganesha_nfs
Share_driver = manila.share.drivers.cephfs.driver.CephFSDriver
cephfs_protocol_helper_type = NFS
cephfs_conf_path = /etc/ceph/ceph.conf
cephfs_auth_id = manila
cephfs_cluster_name = ceph
cephfs_filesystem_name = {{ cephfs_filesystem_name }}
cephfs_nfs_cluster_id = {{ cephfs_nfs_cluster_id }}

I see the subvolume being created in ceph
ceph fs subvolume ls <volume_name>

but no export
ceph nfs export ls <cluster_id>

what am I doing wrong? what am I missing?

in the manila-share logs I see a request to create a subvolume, but I don't see a request to create an export, for some reason manila doesn't even try to create an export