Merge pull request #1875 from ceph/switch-nfs

switch to container: fix ceph nfs
pull/1840/head
Sébastien Han 2017-09-09 01:09:30 +02:00 committed by GitHub
commit 6d90aef114
4 changed files with 3 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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