New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard - NFS - No cluster available #4467
Comments
|
We probably need to investigate more on the Ganesha configuration in the Ceph Dashboard. https://docs.ceph.com/docs/master/mgr/dashboard/#nfs-ganesha-management As you mentioned we need to run one extra |
|
Thank you Dimitri, |
|
From my point of view, this should be done automatically by the playbook. |
|
I was about to log a new bug related to this, however I saw this as a related issue and thought it best to group it. To build up a list of NFS daemons, the dashboard looks in the configured RADOS pool for Bug 1: The ceph-nfs role does not create new When a daemon is available and an export is created via the dashboard, two things then happen.
Each NFS Ganesha server should read the Bug 2: The Ganesha configuration file template explicitly sets the object URL to Bug 3: The Ceph dashboard uses a specific RADOS pool for NFS configurations. Currently, the ceph-nfs role hardcodes this to be the cephfs_data_pool. This should be configurable. Bug 4: The ceph-dashboard role does not configure the @dsavineau I'd be willing to have a go at fixing this if that's OK? I'll try and get a PR in over the weekend. |
|
@KingJ You don't need to ask the permision. Go for it ! 👍 |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Hi Team We do face same issue .Documentation is not clear on enabling NFS in ceph |
…Ganesha at it (ceph#4467) Signed-off-by: KingJ <kj@kingj.net>
|
Is there a quick fix on command line or something available to create an NFS cluster? Because currently it's not usable and I just wanted to give a try with Ceph NFS, but facing the same issue... |
|
Hi Guys, I'm having the same issues with "15.2.1 (9fd2f65f91d9246fae2c841a6222d34d121680ee) octopus (stable)" ... some advice on a workaround would be great! Otherwise I might need to drop Ceph from our candidates list :( |
|
It would be cool if someone could take another look at this. I'm also looking for exporting cephfs via ganesha, and while I got the services up and running, the dashboard still shows no NFS page |
|
I've solved this issue by reading here http://knowledgebase.45drives.com/kb/kb450159-cephfs-nfsganesha/ Then test it in my linux where I have ceph installed: Copy the admin secret key (you can use other client key that has access) Then I can see it mounted: Create a bucket from the dashboard, "Object Gatway"--> Buckets Then from your node (where you have nfs-ganesha is running) Above my coral.identity is a bucket. And cephobject can be found in /etc/ganesha/ganesha.conf under EXPORT I tested the mount from external server also and it worked (I tested from aws). My local server is at home |
|
Ping. Another interested one. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation. |


Bug Report
Hi,
I have installed from stable-4.0, and everything went well, but I just can't create NFS exports from dashboard UI.
It says "No cluster available", although there is already an export configured with rgw backend.
The only command that i've issued is:
"ceph dashboard set-ganesha-clusters-rados-pool-namespace .rgw.root"
On the nfs enabled nodes, after installation i can see "ganesha.conf", 'rgw_bucket.conf", "rgw.conf" created under /etc/ganesha/
I have uploaded these files as rados objects on the ".rgw.root" pool, but still the UI says "-- No cluster available --"
I think I am missing something, but I'm also not very sure how to sort this.
Any thoughts ?
Thank you,
Leo
The text was updated successfully, but these errors were encountered: