Chris Mague 1f3b754c84 remove testing tag há 3 anos atrás
..
files 1e13de0cb4 add the rgshow command há 3 anos atrás
templates f13d90cec3 disable swap and thp and enable RPS há 3 anos atrás
README.md 13c413ef90 update nodelist há 4 anos atrás
default.yaml ce2114a6f4 remove comment há 4 anos atrás
nodes.yml 1f3b754c84 remove testing tag há 3 anos atrás
requirements.yml d3e09a9a49 working cpredis with compiled raft há 4 anos atrás
tester.yml f2ae8b4414 update tester to build the failover tester script há 4 anos atrás

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