weka / wekachecker

Validates hosts are ready to run Weka
GNU General Public License v3.0
2 stars 0 forks source link

Check for process network mode consistency #126

Closed vrragosta closed 1 month ago

vrragosta commented 1 month ago

Checks to ensure all compute and drives processes have equivalent network modes.

vrragosta commented 1 month ago

Hmm - is this markedly better than doing

weka cluster process -F role=${ROLE} -o netmode --no-header | sort | uniq | wc -l

and seeing if you get more than 1?

Hmm...no :)

This is addressed in the latest commit.

jackchallen commented 1 month ago

LGTM