Description of problem: Stopping/disabling kNFS service required before installing NFS-Ganesha via ceph-ansible. Version-Release number of selected component (if applicable): ceph-ansible-3.0.4-1.el7cp.noarch How reproducible: always Steps to Reproduce: 1. Configured ceph-ansible to have a NFS role. 2. Ran ansible-playbook (site.yml) 3. After installation, Check for the nfs-ganesha service. It fails to start. Actual results: Expected results: Additional info: For details refer BZ https://bugzilla.redhat.com/show_bug.cgi?id=1452762
Bara, The exact name of the service is "nfs-server". In your description on this bug, everywhere you say "nfs-service" should be "nfs-server". -Ali
Why was nfs-server running in the first place? Looks like a system misconfiguration to me.
I get that this might be a system misconfiguration, but why wouldn't ceph-ansible be able to stop the service if it is running in order to continue the installation?
Ok, so this sounds more like a request. I didn't get that this was on purpose. I guess we can if the service runs and stop it/disable it. However, I'm just really hesitant changing the system configuration, if kNFS is running it might be for a good reason. The best thing we should do IMHO is to check if the service runs, fail the playbook and ask to stop it before pursuing the installation. Is that acceptable to everyone? Thanks
(In reply to leseb from comment #10) > Ok, so this sounds more like a request. > I didn't get that this was on purpose. > I guess we can if the service runs and stop it/disable it. > > However, I'm just really hesitant changing the system configuration, if kNFS > is running it might be for a good reason. > > The best thing we should do IMHO is to check if the service runs, fail the > playbook and ask to stop it before pursuing the installation. > > Is that acceptable to everyone? > Thanks Hi leseb, When we do the manual way of installing nfs-ganesha, it is mandatory to stop and disable kNFS before installing nfs-ganesha-rgw. NFS-Ganesha will not start if another NFS instance is running. As per the doc: " If the nfs-service service is running, stop and disable it: # systemctl stop nfs-server.service # systemctl disable nfs-server.service " As we are automating nfs-ganesha-rgw installation in 3.0, it will be better to stop and disable nfs-server.service via ceph-ansible. Thanks, Vidushi
Here is a PR that stops the service before the nfs-ganesha service can be started: https://github.com/ceph/ceph-ansible/pull/2488
The above PR has been merged. Ceph-ansible now stops nfs-server via systemd if before it start nfs-ganesha.
Verified using ceph-ansible-3.2.29-1.el7cp.noarch. Moving to VERIFIED state.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3173