]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Revert "[TEST] Test setting up correct systemd file for nfs-ganesha"
authorAndy McCrae <andy.mccrae@gmail.com>
Wed, 21 Feb 2018 08:41:27 +0000 (08:41 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 26 Feb 2018 09:23:42 +0000 (10:23 +0100)
The nfs-ganesha package has been fixed as part of this commit:
https://github.com/nfs-ganesha/nfs-ganesha-debian/commit/963b6681dfac459c27c947cb8decc788bc9e5422

Once the package is rebuilt this should be good to merge.

This reverts commit e88af3c4cb314f1f640447ebdce343f0aca85fb4.

roles/ceph-nfs/tasks/start_nfs.yml

index c0dc25945174148953aaab5dd3d62a7191f10064..bfd3266e46114b3e1282c881df2308378a4467f5 100644 (file)
   notify:
     - restart ceph nfss
 
-- name: copy over nfs-ganesha-lock.service file
-  shell: "cp /lib/systemd/system/nfs-ganesha-lock.service.debian8 /lib/systemd/system/nfs-ganesha-lock.service"
-  when:
-    - ansible_distribution == 'Ubuntu'
-    - not containerized_deployment
-    - ceph_nfs_enable_service
-
 - name: systemd start nfs container
   systemd:
     name: ceph-nfs@{{ ceph_nfs_service_suffix | default(ansible_hostname) }}