Simone Tiraboschi has posted comments on this change. Change subject: loading broker.conf from the shared storage ......................................................................
Patch Set 3: (2 comments) https://gerrit.ovirt.org/#/c/42209/3//COMMIT_MSG Commit Message: Line 7: loading broker.conf from the shared storage Line 8: Line 9: broker.conf is now on the shared storage and not on the Line 10: localfilesystem. Line 11: Reading from there abd refreshing when needed. > abd -> and Done Line 12: Line 13: Change-Id: Ia6a1a6213834f9c8b97834ebd95456fac2ca224d https://gerrit.ovirt.org/#/c/42209/3/ovirt_hosted_engine_ha/env/config.py File ovirt_hosted_engine_ha/env/config.py: Line 131: broker_conf = heconflib.extractConfFile( Line 132: self._logger, Line 133: source, Line 134: archive_fname, Line 135: ) > with open(localcopy_filename, 'w') as target: Done Line 136: target = open(localcopy_filename, 'w') Line 137: target.write(broker_conf) Line 138: target.close() Line 139: return True -- To view, visit https://gerrit.ovirt.org/42209 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia6a1a6213834f9c8b97834ebd95456fac2ca224d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Lev Veyde <lve...@redhat.com> Gerrit-Reviewer: Martin Sivák <msi...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com> Gerrit-Reviewer: Simone Tiraboschi <stira...@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches