Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | geo-rep/hook-script: Fix ssh/scp options | Kotresh HR | 2018-08-03 | 1 | -1/+25 |
| | | | | | | | | | | | | | | Always use ssh and scp with "-oPasswordAuthentication=no" and "-oStrictHostKeyChecking=no" options. It might hang the post script otherwise leading geo-rep setup failure Also increased geo-rep timeout. Occasionally, it's taking more time to reach Active/Passive status. Especially, the first start after create. fixes: bz#1610405 Change-Id: I9560d64dbe0edf5db73446a9fc97dda19b88d233 Signed-off-by: Kotresh HR <khiremat@redhat.com> | ||||
* | geo-rep: Validate availability of gluster binary on slave | Kotresh HR | 2018-01-19 | 1 | -0/+65 |
1. Adds validation to check if gluster binary is available on slave 2. Add a simple geo-rep setup test case to verify whether setup is fine. It's named in such a way that it runs first. BUG: 1532591 Change-Id: Ie777e55ae13db8fa97d4e32464ad82269ee5fd07 Signed-off-by: Kotresh HR <khiremat@redhat.com> |