mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
This distinguish between the async repair that starts the repair, that will now be a POST request and the method that check on the command progress that will now be a GET command. After the change each operation would get the parameters that it needs. The GET will return an enum based on the repair_status. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>