Files
Alberto Murillo 9ef93eff40 ceph: examples: Add cephfs
Ceph FileSystem requires a metadata server.
This functionallity is already provided.

This commit updates the example to install a metadata server.

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
2016-08-11 17:31:27 -05:00

13 lines
121 B
YAML

---
- hosts: mons
roles:
- ceph-mon
- hosts: osds
roles:
- ceph-osd
- hosts: mdss
roles:
- ceph-mds