mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-03 05:20:38 +00:00
storcon_cli: add support for drain and fill operations (#8791)
## Problem We have been naughty and curl-ed storcon to fix-up drains and fills. ## Summary of changes Add support for starting/cancelling drain/fill operations via `storcon_cli`.
This commit is contained in:
@@ -1074,7 +1074,6 @@ pub fn make_router(
|
||||
RequestName("control_v1_metadata_health_list_outdated"),
|
||||
)
|
||||
})
|
||||
// TODO(vlad): endpoint for cancelling drain and fill
|
||||
// Tenant Shard operations
|
||||
.put("/control/v1/tenant/:tenant_shard_id/migrate", |r| {
|
||||
tenant_service_handler(
|
||||
|
||||
Reference in New Issue
Block a user