Chris Mague 1f3b754c84 remove testing tag пре 3 година
..
files 1e13de0cb4 add the rgshow command пре 3 година
templates f13d90cec3 disable swap and thp and enable RPS пре 3 година
README.md 13c413ef90 update nodelist пре 4 година
default.yaml ce2114a6f4 remove comment пре 4 година
nodes.yml 1f3b754c84 remove testing tag пре 3 година
requirements.yml d3e09a9a49 working cpredis with compiled raft пре 4 година
tester.yml f2ae8b4414 update tester to build the failover tester script пре 4 година

README.md

#Resetting

for i in 1991{0..2} 1990{1..9}; do sudo systemctl stop redis-${i}; done sudo rm -f /redis/persistant/cpredis/. for i in 1991{0..2} 1990{1..9}; do sudo systemctl start redis-${i}; done