-
-
Notifications
You must be signed in to change notification settings - Fork 16
Can't get NFS service working on Ceph cluster #1
Comments
I believe the NFS in Ceph associates itself with cephFS or object gateway (RGW) Initial steps to setup NFS would be
In your setup, I believe you started off directly (from what I could infer (metadata service for cephFS or rgw service for object gateway were not active) from the video's dashboard) to NFS which might be why you were facing issues. At the end of the video you had CephFS running, so now the logical step to setup NFS would be to remove any dead/ stale NFS services and recreating it with association to CephFS. |
Thanks! I'll have to take a look at this again when I have the server up and running again—right now I have it pulled apart for some other testing :( |
I'm having the exact same issue with the nfs |
Are the cephFS or RGW services running and respective pools have been created? |
I do have a pool and the volume... I tried add NFS and I've got the same error reported by @geerlingguy ... I ended up just doing a kernel mount on all 4 Pi's and because is enough for my use case "having a shared/replicated/highly-available storage across all swarm nodes for docker usage" |
Could you please get the I'm trying to understand if any packages are missing specific to Raspbian or something else entirely |
Could you please try and install nfs-ganesha-rados-grace from the debian repo |
This is due to arm builds being disabled for nfs-ganesha-stable: ceph/ceph-build#1979 |
Is there a workaround or is ceph+nfs on arm not possible at the moment? |
When I try adding an NFS service to the cluster using the web dashboard, this message pops up in an overlay:
And in the logs:
I even tried installing the dependencies listed on Ceph's NFS documentation page, but that didn't help:
deskpi-super6c-cluster/main.yml
Lines 43 to 49 in dce4ee7
The text was updated successfully, but these errors were encountered: