Darshan N has uploaded a new change for review. Change subject: tuned: Changed default tuned profile for gluster to rhs-high-throughput. ......................................................................
tuned: Changed default tuned profile for gluster to rhs-high-throughput. This patch modifies the default tuned profile for gluster node from rhs-virtualization to rhs-high-throughput. Reason for this change is, the tuned profile for gluster node is use case driven and gluster node is mostly used for storage where profile needed is rhs-high-throughput, in gluster+virt case the profile can be set using environment variable TUNE/tunedProfile. Change-Id: Icc5805785dfaa35018003e2060ef2c80360d1d91 Bug-Url: https://bugzilla.redhat.com/1209418 Signed-off-by: ndarshan <dnara...@redhat.com> --- M src/plugins/ovirt-host-deploy/tune/tuned.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/33/39633/1 diff --git a/src/plugins/ovirt-host-deploy/tune/tuned.py b/src/plugins/ovirt-host-deploy/tune/tuned.py index 0f80c98..706b457 100644 --- a/src/plugins/ovirt-host-deploy/tune/tuned.py +++ b/src/plugins/ovirt-host-deploy/tune/tuned.py @@ -69,7 +69,7 @@ if self._profile is None: if self.environment[odeploycons.GlusterEnv.ENABLE]: - self._profile = 'rhs-virtualization' + self._profile = 'rhs-high-throughput' else: self._profile = 'virtual-host' -- To view, visit https://gerrit.ovirt.org/39633 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icc5805785dfaa35018003e2060ef2c80360d1d91 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Darshan N <dnara...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches