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 <[email protected]>
Gerrit-Reviewer: Fabian Deutsch <[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

Reply via email to