Itamar Heim has posted comments on this change.
Change subject: packaging: Starting ssh before adding host in AIO
......................................................................
Patch Set 1: (2 inline comments)
....................................................
File packaging/fedora/setup/plugins/all_in_one_100.py
Line 258: def createHost():
Line 259: global controller
Line 260: logging.debug("Adding the local host")
Line 261: try:
Line 262: sshd = utils.Service("sshd")
ssh is only for bootstrap/upgrade.
engine-vdsm is done via xml-rpc, not ssh.
Line 263: if sshd.available():
Line 264: sshd.autoStart()
Line 265: sshd.start()
Line 266: else:
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 this shouldn't be touched actually.
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 <[email protected]>
Gerrit-Reviewer: Alex Lourie <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Itamar Heim <[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Moran Goldboim <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches