We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors and failures occur when trying to modify geo-replication configuration.
# Alter geo-rep variables [geo-replication] action=config mastervol=gluster1:vol1 slavevol=gluster-geo1:geo-vol1 sync-jobs=6
Using /etc/ansible/ansible.cfg as config file PLAYBOOK: georep-session-config.yml ******************************************** 1 plays in /tmp/tmpTFZOYh/georep-session-config.yml PLAY [georep_master] *********************************************************** TASK [Configures the geo-rep session] ****************************************** task path: /tmp/tmpTFZOYh/georep-session-config.yml:7 fatal: [gluster1]: FAILED! => {"changed": false, "failed": true, "msg": "Please provide gluster_log_file option in the playbook!"} to retry, use: --limit @/tmp/tmpTFZOYh/georep-session-config.retry PLAY RECAP ********************************************************************* gluster1 : ok=0 changed=0 unreachable=0 failed=1 Ignoring errors...
[root@srvr]# find /tmp/tmpTFZOYh/ -type f -exec grep -Hi "gluster_log_file" {} \; ERROR-geo-rep-configure/group_vars/all:gluster_log_file: null ERROR-geo-rep-configure/georep-session-config.yml: gluster_log_file="{{ gluster_log_file}}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Errors and failures occur when trying to modify geo-replication configuration.
The text was updated successfully, but these errors were encountered: