mirror of https://github.com/ceph/ceph-ansible.git
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
|
---
|
||
|
cephfs_pools:
|
||
|
- { name: "{{ cephfs_data }}", pgs: "8" }
|
||
|
- { name: "{{ cephfs_metadata }}", pgs: "8" }
|