Shu Ming has posted comments on this change.

Change subject: Make HSM service self containted
......................................................................


Patch Set 3: (2 inline comments)

It is right that both the normal VDSM service and the storage service will 
depend on the site package files which are contained in the vdsm-python 
packages.

....................................................
File vdsm/storage/Makefile.am
Line 67:        mount.py \
Line 68:        multipath.py \
Line 69:        securable.py \
Line 70:        storage_exception.py
Line 71: 
I haven't tested the package yet and will change it in the next patch.
Line 72: 
Line 73: 
Line 74: EXTRA_DIST = \
Line 75:        12-vdsm-lvm.rules


....................................................
File vdsm/storage/storage_rpcserver.py
Line 10: 
Line 11: class RequestHandler(SimpleXMLRPCRequestHandler):
Line 12:     rpc_paths = ('/RPC2',)
Line 13: 
Line 14: storage_server = SimpleXMLRPCServer(("localhost", 8000),
Well, making the port number configurable is better.  I agree with that the 
storage service  should service vdsm normal process remotely. But if we should 
include remote service support this time is arguable.
Line 15:     requestHandler=RequestHandler)
Line 16: 
Line 17: os.setgid(36)
Line 18: os.setuid(36)


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I7b842f6e97e7506d66226bca088e1b5296be26c4
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Shu Ming <[email protected]>
Gerrit-Reviewer: Adam Litke <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: ShaoHe Feng <[email protected]>
Gerrit-Reviewer: Shu Ming <[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