Kanagaraj M has posted comments on this change.

Change subject: tune: tuned: support gluster specific profile
......................................................................


Patch Set 2:

(1 comment)

....................................................
File src/plugins/ovirt-host-deploy/tune/tuned.py
Line 57:         stage=plugin.Stages.STAGE_VALIDATION,
Line 58:         condition=lambda self: self._enabled,
Line 59:     )
Line 60:     def _validation(self):
Line 61:         if self.environment[odeploycons.GlusterEnv.ENABLED]:
Changing ENABLED to ENABLE works fine. Without this the following error is 
thrown 

Failed to install Host s1. Failed to execute stage 'Setup validation': type 
object 'GlusterEnv' has no attribute 'ENABLED'.
Line 62:             self._profile = 'rhs-virtualization'
Line 63:         else:
Line 64:             self._profile = 'virtual-host'
Line 65: 


-- 
To view, visit http://gerrit.ovirt.org/17265
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ida4c6f07e6389d1de3b4ad21de07960e7fbffd0d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Aravinda VK <avish...@redhat.com>
Gerrit-Reviewer: Bala.FA <barum...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeya...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to