On Fri, 2018-05-25 at 10:51 +0000, nigdav007(a)gmail.com wrote:
I be trying to set up nfs-ganesha as an cluster and store the
recovery backend data in my ceph cluster.
From fallowing the guide and using
rados_kv and rados_ng, i get the error: "nfs4_recovery_init :CLIENT ID :CRIT
:Unknown recovery backend"
In fact testing all available options "fs, fs_ng, rados_kv, rados_ng" only the
default (FS) works and dont give me the error
am i missing something, i am using version 2.5.5, what i understand supports it.
Is your ganesha built with RADOS support? Try something like:
$ ldd `which ganesha.nfsd` | grep rados
...and see whether it's linked against librados.
If the rados development libraries aren't present and you haven't
explicitly requested -DUSE_RADOS_RECOV=ON then those drivers will be
disabled at cmake time.
--
Jeff Layton <jlayton(a)kernel.org>