
Omer Frenkel has submitted this change and it was merged. Change subject: gluster: set brick status as volume status ...................................................................... gluster: set brick status as volume status In gluster sync job, after volume information are synced, brick status of new volumes are set to down state. Whereas brick statuses are synced by another thread which updates later. This gives unpleasant user experience. This is fixed by setting brick status as volume status for new volumes. Change-Id: Idab3fd6c7d44a2e7a557bcf1e759dcb969a43374 Signed-off-by: Bala.FA <barumuga@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterSyncJob.java 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21067 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idab3fd6c7d44a2e7a557bcf1e759dcb969a43374 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Bala.FA <barumuga@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Bala.FA <barumuga@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayilsa@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Sahina Bose <sabose@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server