Skip to content

Commit

Permalink
Do not use ip:slavevol while configuring mountbroker
Browse files Browse the repository at this point in the history
  • Loading branch information
sac-urs committed Jul 6, 2017
1 parent 01974e1 commit 937ea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/georep-init-slave-mountbroker-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
when: georepuser != "root"

- name: Add volume and user to mountbroker service
shell: "gluster-mountbroker add {{ slavevol }} {{ georepuser }}"
shell: "gluster-mountbroker add {{ slavevolname }} {{ georepuser }}"
when: georepuser != "root"

0 comments on commit 937ea4b

Please sign in to comment.