mirror of https://github.com/ceph/ceph-ansible.git
[TEST] Test setting up correct systemd file for nfs-ganesha
Don't merge this. Test to see if we copy over the nfs-ganesha-lock.service.debian8 file properly, whether the Xenial CI job will work. The upstream download.ceph.com nfs-ganesha package should be fixed for xenial (which is in progress).pull/2408/head
parent
c04e67347c
commit
e88af3c4cb
|
@ -68,6 +68,13 @@
|
||||||
notify:
|
notify:
|
||||||
- restart ceph nfss
|
- 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
|
- name: systemd start nfs container
|
||||||
systemd:
|
systemd:
|
||||||
name: ceph-nfs@{{ ceph_nfs_service_suffix | default(ansible_hostname) }}
|
name: ceph-nfs@{{ ceph_nfs_service_suffix | default(ansible_hostname) }}
|
||||||
|
|
Loading…
Reference in New Issue