Federico Simoncelli has posted comments on this change. Change subject: Support for GLUSTERFS_DOMAIN ......................................................................
Patch Set 6: I would prefer that you didn't submit this (1 inline comment) .................................................... File vdsm/storage/nfsSD.py Line 121: def getVolumeClass(self): Line 122: """ Line 123: Return a type specific volume generator object Line 124: """ Line 125: if self.getType() == sd.GLUSTERFS_DOMAIN: Please move this to a glusterSD module (GlusterStorageDomain). Line 126: return glusterVolume.GlusterVolume Line 127: else: Line 128: return fileSD.FileStorageDomain.getVolumeClass(self) Line 129: -- To view, visit http://gerrit.ovirt.org/6856 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9ac37da88625f20d148beaf53bb6371c15b33ad7 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Deepak C Shetty <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Deepak C Shetty <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Royce Lv <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[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
