Hi,
I'm trying to use the RGW FSAL on CentOS 7 with ceph kraken v11.1.1 and
ganesha 2.4.1-2. I have rebuilt the RPMS from the rawhide fedora
version, who is now including the RGW FSAL. When trying to run the
ganesha daemon I get the following error:

13/01/2017 17:21:15 : epoch 58790c88 : node1 : ganesha.nfsd-1[main]
init :FSAL :DEBUG :RGW module registering.
13/01/2017 17:21:15 : epoch 58790c88 : node1 : ganesha.nfsd-1[main]
init_config :FSAL :DEBUG :RGW module setup.
13/01/2017 17:21:15 : epoch 58790c88 : node1 : ganesha.nfsd-1[main]
create_export :FSAL :CRIT :RGW module: librgw init failed (-5)
13/01/2017 17:21:15 : epoch 58790c88 : node1 : ganesha.nfsd-1[main]
fsal_put :FSAL :INFO :FSAL RGW now unused


The daemon is run in a privileged docker container with

/usr/bin/ganesha.nfsd -F -N NIV_DEBUG -L /var/log/ganesha.log
-f /etc/ganesha/ganesha.conf

All the ceph.conf and keyrings are properly installed in the machine and
container, and in fact I can access the ceph cluster correctly and the
RGW instance.
The ganesha configuration is the following:

EXPORT
{
        Export_ID=1;

        Path = "/atlas";

        Pseudo = "/atlas";

        Access_Type = RW;

        SecType = "sys";

        FSAL {
                Name = RGW;
                User_Id = "testuser";
                Access_Key_Id ="testkey";
                Secret_Access_Key = "testsecret";
        }
}

RGW {
    ceph_conf = "/etc/ceph/ceph.conf";
    name = "auth.node2.roma1.infn.it";
    cluster = "ceph";
    init_args = "-d --debug-rgw=16";
}


Does anyone know how to increase the verbosity of ganesha in order to
have more info on this error? Only "init failed" is not really very
helpful.
Any hint on this error?
Thanks,

        Alessandro


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to