mirror of https://github.com/ceph/ceph-ansible.git
validate: only validate cephfs_pools on mon nodes
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2619/head
parent
760a1afc21
commit
ffe05872ac
|
@ -28,6 +28,7 @@
|
|||
with_items: "{{ cephfs_pools }}"
|
||||
when:
|
||||
- groups.get(mds_group_name, []) | length > 0
|
||||
- mon_group_name in group_names
|
||||
- item.pgs == ''
|
||||
|
||||
- name: make sure journal_size configured
|
||||
|
|
Loading…
Reference in New Issue