Description of problem: ----------------------- gdeploy does the sorting of the hostnames because of which the arbiter host can't be determined by the order of listing under [hosts] section. Gdeploy will fix the issue with this bug - https://bugzilla.redhat.com/show_bug.cgi?id=1434774 Till then volume section for arbiter volume should have the 'brick_dirs' having the absolute brick path from all the three hosts Version-Release number of selected component (if applicable): -------------------------------------------------------------- ovirt-cockpit-plugin-0.10.7-0.0.15 How reproducible: ----------------- Always Steps to Reproduce: ------------------- 1. Populate the hosts in the descending order ( just to reproduce the issue ), listed either by IP or hostname Actual results: --------------- Arbiter brick is created on the first host, as gdeploy sorts the host by ascending order Expected results: ------------------ generated gdeploy conf file to have the brick_dirs pointing to full brick path from all the hosts
Tested with cockpit-ovirt-dashboard-0.10.7-0.0.16.el7 brick_dirs option has got the absolute brick path name ( along with the hostname )