Hello , everyone. Apparently there is something wrong in the default
config for ganesha nfs in tentacle.
The nfs server will never start. (
https://tracker.ceph.com/issues/74191 /
https://tracker.ceph.com/issues/74307 )
I've been able to successfully make the ganesha-server start by
editing the ganesha.conf.j2 inside the ceph base container  and
replacing the line

Protocols = 3,4
with
Protocols = 4

inside the NFS_CORE_PARAM block.

Unfortunately this temporary workaround is hard to maintain, so i have
decided to look for a way to override the value in the ceph way of
doing overrides.

I used ceph nfs cluster config set main -i nfs-override.yml to
override that parameter.

NFS_CORE_PARAM {
        Protocols = 4;
}

I can see that the config is set by
# ceph nfs cluster config get main
NFS_CORE_PARAM {
        Protocols = 4;
}

But even after redeploy, the defaults of Protocols = 3,4 is never overridden.

Any suggestions on how to override this?

Atenciosamente/Kind regards,
Salatiel
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to