Douglas Schilling Landgraf has submitted this change and it was merged. Change subject: tuned: Use the proper name when setting a new tune ......................................................................
tuned: Use the proper name when setting a new tune Previously, we were using the output of tuned.get_available_profiles() to grab the name of tune that will to be used. However, this output shows the name and description which wrong. This patch make sure we only use the profile name in set_active_profile(). Change-Id: I33e7925631e9b16108ea6282d4a6ea155efdb291 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1379577 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirt/node/config/tuned.py M src/ovirt/node/utils/tuned.py 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Douglas Schilling Landgraf: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/65235 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I33e7925631e9b16108ea6282d4a6ea155efdb291 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
