mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Number of replicas must match number of bricks.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
state: present
|
||||
name: "{{ gluster_brick_name }}"
|
||||
brick: "{{ gluster_brick_dir }}"
|
||||
replicas: 2
|
||||
replicas: "{{ groups[gluster_server_group] | count }}"
|
||||
cluster: "{{ groups[gluster_server_group] | join(',') }}"
|
||||
host: "{{ inventory_hostname }}"
|
||||
force: yes
|
||||
|
||||
Reference in New Issue
Block a user