mirror of https://github.com/ceph/ceph-ansible.git
commit
6d90aef114
|
@ -88,6 +88,6 @@ dummy:
|
|||
|
||||
#ceph_docker_image: "ceph/ganesha"
|
||||
#ceph_docker_image_tag: latest
|
||||
#ceph_nfs_docker_extra_env: -e GANESHA_EPOCH={{ ganesha_epoch }}
|
||||
#ceph_nfs_docker_extra_env:
|
||||
#ceph_config_keys: [] # DON'T TOUCH ME
|
||||
|
||||
|
|
|
@ -431,7 +431,7 @@
|
|||
pre_tasks:
|
||||
- name: stop non-containerized ceph nfs(s)
|
||||
service:
|
||||
name: "ceph-nfs@{{ ansible_hostname }}"
|
||||
name: nfs-ganesha
|
||||
state: stopped
|
||||
enabled: no
|
||||
|
||||
|
|
|
@ -80,5 +80,5 @@ ceph_nfs_rgw_user: "cephnfs"
|
|||
|
||||
ceph_docker_image: "ceph/ganesha"
|
||||
ceph_docker_image_tag: latest
|
||||
#ceph_nfs_docker_extra_env: -e GANESHA_EPOCH={{ ganesha_epoch }}
|
||||
ceph_nfs_docker_extra_env:
|
||||
ceph_config_keys: [] # DON'T TOUCH ME
|
||||
|
|
|
@ -24,9 +24,3 @@
|
|||
state: started
|
||||
enabled: yes
|
||||
changed_when: false
|
||||
|
||||
- name: wait for ceph.conf exists
|
||||
wait_for:
|
||||
path: "/etc/ceph/{{ cluster }}.conf"
|
||||
when: is_atomic
|
||||
|
||||
|
|
Loading…
Reference in New Issue