Timothy Asir has posted comments on this change.

Change subject: Added gluster hooks support for existing hooks
......................................................................


Patch Set 11: (2 inline comments)

....................................................
File vdsm/gluster/cli.py
Line 933:         return hooks
Line 934: 
Line 935:     hooks = []
Line 936:     mime = magic.open(magic.MIME_TYPE)
Line 937:     mime.load()
done
Line 938:     try:
Line 939:         for gCmd in os.listdir(_glusterHooksPath):
Line 940:             hooks += _getHooks(gCmd, HookLevel.PRE, mime)
Line 941:             hooks += _getHooks(gCmd, HookLevel.POST, mime)


....................................................
File vdsm.spec.in
Line 77: Requires: nfs-utils
Line 78: Requires: python-pthreading
Line 79: Requires: m2crypto
Line 80: Requires: %{name}-xmlrpc = %{version}-%{release}
Line 81: Requires: python-magic
done
Line 82: 
Line 83: %ifarch x86_64
Line 84: Requires: python-dmidecode
Line 85: Requires: dmidecode


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I3918aa035d90967f1297dc7fadcf14b6a9385c45
Gerrit-PatchSet: 11
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Timothy Asir <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Bala.FA <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Timothy Asir <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to