This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
79ba50cd9f
ceph-ansible
/
roles
/
ceph-nfs
/
tasks
/
docker
/
main.yml
7 lines
94 B
YAML
Raw
Normal View
History
Unescape
Escape
Add support for Ceph NFS Gateway Ceph has the ability to export it's filesystem via NFS using Ganesha. Add a ceph-nfs role that will start Ganesha and export the Ceph filesystems. Note that, although support is going in to export RGW via NFS, this is not working yet. Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
2016-05-06 02:20:03 +08:00
---
NFS for FSAL_RGW Add support for FSAL_RGW to the NFS gateway. Both standard and containerized versions are supported.
2016-07-21 21:17:19 +08:00
# Copy Ceph configs to host
-
include
:
copy_configs.yml
Add support for Ceph NFS Gateway Ceph has the ability to export it's filesystem via NFS using Ganesha. Add a ceph-nfs role that will start Ganesha and export the Ceph filesystems. Note that, although support is going in to export RGW via NFS, this is not working yet. Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
2016-05-06 02:20:03 +08:00
-
include
:
start_docker_nfs.yml