]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-common: install nfs-ganesha FSALs on Debian 1358/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 13 Mar 2017 15:34:35 +0000 (09:34 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 14 Mar 2017 14:37:45 +0000 (08:37 -0600)
commitbf57efaf3cf198f0e84c56988ae35ef055fe9ae3
tree70dc10ec966a2ad5cef57db7f92eddf725a62fc6
parent8574c161e28c81645a0434ada4d89fd7177ce07a
ceph-common: install nfs-ganesha FSALs on Debian

Prior to this change, ceph-ansible would install the main NFS Ganesha
server daemon on Ubuntu, but it would skip the Ceph FSALs.

Running "apt-get install nfs-ganesha" will only install the main NFS Ganesha
server. It does *not* pull in the RGW FSAL
(/usr/lib/x86_64-linux-gnu/ganesha/libfsalrgw.so)

Running "apt-get install nfs-ganesha-fsal" will install the RGW FSAL as
well as the main NFS Ganesha server package.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
roles/ceph-common/tasks/installs/install_on_debian.yml
roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml