mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 09:48:44 +01:00
* Bitrot and scrub process cmdline arg addition The bitd and scrubd services when viewed from the perspective of the `gluster volume status <volname> client-list` returned `unknown` as the `--process-name` cmdline arg wasn't provided when starting up these services. Fixes: #2398 Signed-off-by: srijan-sivakumar <ssivakum@redhat.com> * Modifying an existing bitrot TC After fixing the output for the client-list output for bitd and scrub, modified an existing TC to verify the scenario. Signed-off-by: srijan-sivakumar <ssivakum@redhat.com> * Removed duplicate functions. Replaced the functions glusterd_bitdsvc_start and glusterd_scrubsvc_start with glusterd_genericsvc_start. Updates: #2398 Signed-off-by: srijan-sivakumar <ssivakum@redhat.com> * Update glusterd-svc-mgmt.c Simplified the return structure by removing a goto.