https://github.com/qoollo/bob-tools
Helper utilities for Bob
https://github.com/qoollo/bob-tools
bob bob-tools
Last synced: 2 months ago
JSON representation
Helper utilities for Bob
- Host: GitHub
- URL: https://github.com/qoollo/bob-tools
- Owner: qoollo
- Created: 2020-09-26T09:45:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T12:35:22.000Z (over 2 years ago)
- Last Synced: 2024-04-24T11:14:13.143Z (about 2 years ago)
- Topics: bob, bob-tools
- Language: C#
- Homepage:
- Size: 727 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bob tools
Various tools for interacting with [bob](https://github.com/qoollo/bob)
## Records calculator
Tool for counting all unique records and replicas in bob.
## Old partitions remover
Tool for removing all partitions in cluster older than provided date.
## Disks monitoring
Tool for discovery, formatting and mounting of new disks.
## BobAliensRecovery
Tool for recovering aliens from nodes.
## Cluster modifier
Tool for expanding clusters according to configurations.
### Dockerized
Requires ssh key to be available to run.
### Requirements
- rsync (with xxh128 support)
- sshd
- find
- xxhash
### Building dockers
To build docker images simply pass appropriate dockerfile from `dockerfiles` dir, using root folder as context. E.g. `docker build -f dockerfiles/RecordsCalculatorDockerfile .`.