We have an 5.1 AOS cluster (EOL I know), we wish to upgrade to latest possible LTS (which seems to be 5.5.8). The ncc is clean but the preupgrade fails at 3°% claiming a zookeeper is not reponding on one of the CVMs.
But
allssh genesis status | grep zookeeper
zookeeper: 3967, 3996, 3997, 4003]
Connection to @1 closed.
zookeeper: 3899, 3928, 3929, 24979, 25089, 25105]
Connection to @2 closed.
zookeeper: 3919, 3948, 3949, 7259, 7365, 7380]
Connection to @3 closed.
zookeeper: 3923, 3952, 3953, 7709, 8032, 8047]
Connection to @4 closed.
And
code:
ncc health_checks system_checks zkinfo_check_plugin
runs normally.
What could be the issue? Thank you