[node-patches] Change in ovirt-node[master]: init: Add support for disable_aes_ni cmdline args
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Aug 27 10:52:15 UTC 2013
Fabian Deutsch has posted comments on this change.
Change subject: init: Add support for disable_aes_ni cmdline args
......................................................................
Patch Set 3: Code-Review-1
(1 comment)
....................................................
File scripts/ovirt-auto-install.py
Line 100:
Line 101: def commit(self):
Line 102: if "OVIRT_DISABLE_AES_NI" in OVIRT_VARS and \
Line 103: OVIRT_VARS["OVIRT_DISABLE_AES_NI"] == "true":
Line 104: ssh = security.Ssh()
Please use config.defaults.SSH() to configure the AES NI usage, e.g.:
config.defaults.SSH().configure(disable_aesni=XYZ)
See http://gerrit.ovirt.org/18463 for the explanation
Line 105: ssh.disable_aesni(True)
Line 106:
Line 107:
Line 108: class ConfigureLogging(Transaction.Element):
--
To view, visit http://gerrit.ovirt.org/18459
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I665c0ebfbc5cd16cffa307cd9ac4d99ec38761ca
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
More information about the node-patches
mailing list