Fabian Deutsch has posted comments on this change. Change subject: Add parameters and code to back kdump autoinstall parameters ......................................................................
Patch Set 12: Code-Review+1 (1 comment) http://gerrit.ovirt.org/#/c/17894/12/scripts/ovirt-auto-install.py File scripts/ovirt-auto-install.py: Line 176: Line 177: except: Line 178: kdump_args = ["OVIRT_KDUMP_SSH", "OVIRT_KDUMP_SSH_KEY", Line 179: "OVIRT_KDUMP_NFS", "OVIRT_KDUMP_LOCAL"] Line 180: logger.warning("Unknown kdump configuration: %s" % \ Great to log this! Line 181: " ".join([x for x in kdump_args if \ Line 182: x in OVIRT_VARS])) Line 183: Line 184: -- To view, visit http://gerrit.ovirt.org/17894 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ide8d438aa19f0189a4d3d37399ffd57cd8774584 Gerrit-PatchSet: 12 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
