Read only FS with nfs-ganesha

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello experts,

After installing nfs-ganesha 2.6 I could not mount nfs-ganesha
properly. I wanted to write to the mount point but it says read-only
file system.
Commands and logs below.

-------------------------------------------------------------
[root@ceph-ol74 ~]# mount -t nfs -o
nfsvers=4.1,noauto,soft,sync,proto=tcp 10.211.54.13:/ /mnt/nfs-ganesha
[root@ceph-ol74 ~]# touch /mnt/nfs-ganesha/foo
touch: cannot touch ‘/mnt/nfs-ganesha/foo’: Read-only file system
[root@ceph-ol74 ~]# mount | grep ganesha
10.211.54.13:/ on /mnt/nfs-ganesha type nfs4
(rw,relatime,sync,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.211.54.13,local_lock=none,addr=10.211.54.13)
[root@ceph-ol74 ~]# cat /etc/ganesha/ganesha.conf
EXPORT
{
        Export_ID=1;

        Path = /;

        Pseudo = /;

        Access_Type = RW;

        Protocols = 4;

        Transports = TCP;

        FSAL {
                Name = CEPH;
        }
}
[root@ceph-ol74 ~]# ceph --version
ceph version 12.2.4 (52085d5249a80c5f5121a76d6288429f35e4e77b) luminous (stable)
[root@ceph-ol74 ~]#
[root@ceph-ol74 ~]# ceph status
  cluster:
    id:     98d8a98d-2d15-4782-b43b-c64e8064a418
    health: HEALTH_OK

  services:
    mon: 1 daemons, quorum ceph-ol74
    mgr: ceph-ol74(active)
    mds: cephfs-1/1/1 up  {0=ceph-ol74=up:active}
    osd: 1 osds: 1 up, 1 in

  data:
    pools:   3 pools, 192 pgs
    objects: 21 objects, 6578 bytes

    usage:   36720 kB used, 250 GB / 250 GB avail
    pgs:     192 active+clean
-----------------------------------------------------------------------------------

I am stuck here. Could anyone please suggest me if I am missing anything.

Thanks in advance.

regards,
Muminul
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux