Alex Lourie has posted comments on this change.

Change subject: packaging: Starting ssh before adding host in AIO
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File packaging/fedora/setup/plugins/all_in_one_100.py
Line 260:     logging.debug("Adding the local host")
Line 261:     try:
Line 262:         sshd = utils.Service("sshd")
Line 263:         if sshd.available():
Line 264:             sshd.autoStart()
So the start() should be fine too.
Line 265:             sshd.start()
Line 266:         else:
Line 267:             raise Exception(ERROR_SSHD_START)
Line 268:         
controller.CONF["API_OBJECT"].hosts.add(params.Host(name=LOCAL_HOST,


--
To view, visit http://gerrit.ovirt.org/11155
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I84cbacec81d08cc72d8951887b5ad44c3c2cb4fa
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Itamar Heim <ih...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgold...@redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to