mirror of https://github.com/ceph/ceph-ansible.git
Revert "[TEST] Test setting up correct systemd file for nfs-ganesha"
The nfs-ganesha package has been fixed as part of this commit:pull/2419/head963b6681df
Once the package is rebuilt this should be good to merge. This reverts commite88af3c4cb
.
parent
a83e1aeea3
commit
c33dae7509
|
@ -68,13 +68,6 @@
|
|||
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) }}
|
||||
|
|
Loading…
Reference in New Issue