]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Ceph-nfs dynamic exports fixes 2020/head
authorJan Provaznik <jprovazn@redhat.com>
Tue, 10 Oct 2017 10:43:23 +0000 (12:43 +0200)
committerJan Provaznik <jprovazn@redhat.com>
Tue, 10 Oct 2017 11:59:01 +0000 (13:59 +0200)
commit87b1da09e7131ec2741f332fd72aaec8de65e526
tree9363557c340ff7baa34157c0e8d7d683a7449283
parenta10f12954d0a288c62e2448b0949fb40dd3d1586
Ceph-nfs dynamic exports fixes

* DBus on host should include ganesha service file
* to allow ganesha container to respond on DBus it needs to run
  in --privileged mode (ganesha folks contacted to look at this)
* ceph_nfs_include_exports_dir variable replaced with more general
  ceph_nfs_dynamic_exports
group_vars/nfss.yml.sample
roles/ceph-nfs/defaults/main.yml
roles/ceph-nfs/tasks/pre_requisite_container.yml
roles/ceph-nfs/tasks/start_nfs.yml
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-nfs/templates/ganesha.conf.j2