Hello,
I am trying a ceph cluster setup on my server. I then install nfs ganesha. I have 4 hosts.
One of them is my mon host where I did the installation, the other 3 are my osd host. When
I try to create a file in the /mnt/test folder while trying ganesha on the host I
installed, I get a "Read-only file system" error. Can you help me with this if I
share the steps I followed during installation?
Thank you in advance.
Show replies by date
root@cephmon:~# ceph nfs export get nfscluster /ceph
{
"access_type": "rw",
"clients": [
{
"access_type": "rw",
"addresses": [
"192.168.141.0/24",
"10.50.50.0/24"
],
"squash": "no_root_squash"
}
],
"cluster_id": "nfscluster",
"export_id": 1,
"fsal": {
"fs_name": "cephfs1",
"name": "CEPH",
"user_id": "nfs.nfscluster.1"
},
"path": "/",
"protocols": [
4
],
"pseudo": "/ceph",
"security_label": true,
"squash": "no_root_squash",
"transports": [
"TCP"
]
}