Project

General

Profile

Actions

Documentation #24754

open

NFS ganesha with RGW - missing documentation/bug?

Added by Josef Zelenka almost 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Hi, i have tried to configure NFS ganesha with my RGW to be able to see files in RGW as a FS, i tried the "walkthrough" in Ceph documentation (http://docs.ceph.com/docs/master/radosgw/nfs/), however going by that proved unsuccessful, even though my configuration appears to be correct according to the documentation. At this point, it's not very clear to me whether it's my configuration that's wrong or if it's a bug and i've been unsuccessful to figure it out as the resources are quite scarce. My point is - is this working at all, or am i doing it wrong? It'd be nice to have more documentation in the official ceph docs for this, with some debug steps, as i currently can't figure out where to go next, not to mention it's a bit confusing to choose the correct ganesha version, as most don't have the FSAL for RGW baked in. My config is as following:

EXPORT
{
     Export_ID=1;
     Path = "/";
     Pseudo = "/";
     Access_Type = RW;
     SecType = "sys";
     NFS_Protocols = 4;
     Transport_Protocols = TCP;

     # optional, permit unsquashed access by client "root" user
     #Squash = No_Root_Squash;

    FSAL {
             Name = RGW;
             User_Id = <userid>;
             Access_Key_Id = "<accesskey>";
             Secret_Access_Key = "<secret>";
     }

    RGW {
    cluster = "ceph";
    name = "client.radosgw.radosgw-s2";
        ceph_conf = "/etc/ceph/ceph.conf";
        init_args = "-d --debug-rgw=16";
    }

}

all my radosgw instances are working ok.

No data to display

Actions

Also available in: Atom PDF