Page MenuHomePhabricator
Paste P35738

reroute for relforge reboot!
ActivePublic

Authored by bking on Oct 20 2022, 8:18 PM.
Referenced Files
F35605697: reroute for relforge reboot!
Oct 20 2022, 8:18 PM
Subscribers
None
curl -XPOST 'localhost:9400/_cluster/reroute' -H 'Content-Type:Application/json' -d '{
"commands": [
{
"allocate_replica": {
"index": "mw_cirrus_metastore",
"shard": 1,
"node": "relforge1004-relforge-eqiad-small-alpha"
}
}
]
}'