Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 705 Bytes

errand-execution-args.md

File metadata and controls

29 lines (18 loc) · 705 Bytes
  • State: discussing
  • Start date: ?
  • End date: ?
  • Docs: ?

Summary

Operator should be able to execute an errand with specific set of arguments via CLI.

Motivation

Example of commands that operator has to run for logsearch 1:

# If the transaction log of a shard gets corrupted after a crash it needs to be removed manually on all nodes.
$ rm -rf /var/vcap/store/elasticsearch/<CLUSTER_NAME>/nodes/<NODE_NUM>/indices/<INDEX_NAME>/<SHARD_NUM>/translog/

Details

...

Drawbacks

...

Unresolved questions

  • erb templating, etc.