Sahina Bose has submitted this change and it was merged. Change subject: gluster: fix NPE in gluster sync job for volume capacity info ......................................................................
gluster: fix NPE in gluster sync job for volume capacity info Fix NPE in GlusterSyncJob.refreshVolumeDetails. When all bricks are down in a volume, volume capacity information can't be retrived but volume status will work. So we can't update the capacity info for volume but brick status can be updated. Change-Id: Iab4c5cdc38c53aa7b35417ad3db10b1cb4ac0f2a Bug-Url: https://bugzilla.redhat.com/1212290 Signed-off-by: Ramesh Nachimuthu <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterSyncJob.java 1 file changed, 9 insertions(+), 2 deletions(-) Approvals: Kanagaraj M: Looks good to me, but someone else must approve Sahina Bose: Looks good to me, approved Ramesh N: Verified -- To view, visit https://gerrit.ovirt.org/39968 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iab4c5cdc38c53aa7b35417ad3db10b1cb4ac0f2a Gerrit-PatchSet: 4 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: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
