Skip to content

Commit

Permalink
nfs: remove legacy file
Browse files Browse the repository at this point in the history
this file is provided by the packaging (nfs-ganesha) so there's no need
to maintain it in ceph-ansible

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits committed Nov 22, 2019
1 parent d06158e commit 33bfb10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
21 changes: 0 additions & 21 deletions roles/ceph-nfs/files/org.ganesha.nfsd.conf

This file was deleted.

13 changes: 0 additions & 13 deletions roles/ceph-nfs/tasks/pre_requisite_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,3 @@
- item.item.copy_key | bool
when: groups.get(mon_group_name, []) | length > 0

- name: dbus related tasks
block:
- name: create dbus service file
copy:
src: "org.ganesha.nfsd.conf"
dest: /etc/dbus-1/system.d/org.ganesha.nfsd.conf
owner: "root"
group: "root"
mode: "0644"

- name: reload dbus configuration
command: "killall -SIGHUP dbus-daemon"
when: ceph_nfs_dynamic_exports | bool

0 comments on commit 33bfb10

Please sign in to comment.