Shubhendu Tripathi has posted comments on this change.

Change subject: gluster: update volume capacity info in sync job
......................................................................


Patch Set 5:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterSyncJob.java
Line 810:         GlusterVolumeAdvancedDetails volumeAdvancedDetails = 
getVolumeAdvancedDetails(upServer, volume.getClusterId(), volume.getName());
Line 811:         if (volumeAdvancedDetails.getCapacityInfo() != null) {
Line 812:             
getVolumeDao().updateVolumeCapacityInfo(volumeAdvancedDetails.getCapacityInfo());
Line 813:         }
Line 814:         Map<Guid, BrickProperties> birckPropertiesMap =
%s/birckPropertiesMap/brickPropertiesMap/g
Line 815:                 getBrickPropertiesMap(volumeAdvancedDetails);
Line 816:         for (GlusterBrickEntity brick : volume.getBricks()) {
Line 817:             BrickProperties brickProperties = 
birckPropertiesMap.get(brick.getId());
Line 818:             // if fetchedStatus is null, it means this is a new brick 
added from gluster cli and doesn't exist in engine


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifd187eb59ab83c426db7e9ba48a04ae7e0bef0b9
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Ramesh N <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Shubhendu Tripathi <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to