Hide Forgot
Description of problem: The remove-brick job reports status as STARTED when gluster remove-brick has finished. In rhsc gui/gluster cli, shows that all remove-brick operation has completed. Job should report FINISHEd when remove-brick job has finished. Version-Release number of selected component (if applicable): rhsc-cb8 How reproducible: 100% Steps to Reproduce: 1. setup a 2 node cluster 2. create a dist volume 3. via rest api call the migrate operation on 2 bricks 4. using the gluster-cli, wait for `gluster volume status` command to report job has finished. 5. perform a show on the job (GET on the /api/job/:id) Actual results: the status shown in the response is STARTED Expected results: the status show should be FINISHED Additional info:
You should commit to see the job status has finished or not.