
Sahina Bose has submitted this change and it was merged. Change subject: engine : Fix brick state change messages on start volume ...................................................................... engine : Fix brick state change messages on start volume An attempt to sync the volume capacity details as part of start volume was made. As part of this a new issue of appearance of unwanted brick state change messages was observed. The cause for this is attempting to sync volume advanced details for the volume with status not updated. Hence, this patch fetches the volume newly from db and then uses it to get advanced details. Change-Id: I0c259601de0e8edfdb0ced91e582db3f31731f3e Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1235560 Signed-off-by: Anmol Babu <anbabu@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StartGlusterVolumeCommand.java 1 file changed, 12 insertions(+), 1 deletion(-) Approvals: anmolbabu: Verified Sahina Bose: Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/44225 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0c259601de0e8edfdb0ced91e582db3f31731f3e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5-gluster Gerrit-Owner: anmolbabu <anbabu@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayilsa@redhat.com> Gerrit-Reviewer: Sahina Bose <sabose@redhat.com> Gerrit-Reviewer: anmolbabu <anbabu@redhat.com> Gerrit-Reviewer: automation@ovirt.org