env :centos7, nfs-ganesha 2.3,  jewel
nfs server :192.168.77.61
1.cmake && make&& make install 
2.vi /etc/ganesha/ganesha.conf
EXPORT
{
        Export_ID=1;

        Path = "/";

        Pseudo = "/";

        Access_Type = RW;

        NFS_Protocols = 4;

        Transport_Protocols = TCP;

        FSAL {
                Name = RGW;
                User_Id = "testuid";
                Access_Key_Id ="N6WENRWBZJWZ9ARS1UDD";
                Secret_Access_Key = "testsecret";
        }
}

RGW {
    ceph_conf = "/etc/ceph/ceph.conf";
}

3. cp nfs-ganesha/src/scripts/systemd/*  /usr/lib/systemd/system/

4. systemctl start nfs-ganesha.service
   systemctl status nfs-ganesha
  nfs-ganesha.service - NFS-Ganesha file server
   Loaded: loaded (/usr/lib/systemd/system/nfs-ganesha.service; disabled; 
vendor preset: disabled)
   Active: active (running) since Wed 2016-09-28 14:02:02 CST; 4s ago


5. client host:  
s3cmd ls
    2016-09-22 10:29  s3://foo1209_bucket
    2016-09-28 02:31  s3://nike_bucket
    2016-08-10 14:07  s3://test_bucket

sudo mount -t nfs 192.168.77.61:/  /home/cep/xx
  ls /home/cep/xx 
 xx is empty. Can not see any buckets name.

Which steps may be wrong? Wait your reply,thanks。

------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to