Description
SUMMARY
Since RabbitMq v4 is out there are incompatibilities between v3 and v4. This affects especially the rabbitmq_upgrade
module since the await_online_synchronized_mirror
command was removed in version 4.
ISSUE TYPE
Incompatibilities between version 3 and 4 which need to be fixed
COMPONENT NAME
Currently only the rabbitmq_upgrade module has been identitifed
COLLECTION VERSION
main -branch
OS / ENVIRONMENT
all os/environemts running rabbitmq v4
STEPS TO REPRODUCE
Run the module rabbitmq_upgrade
with the action await_online_synchronized_mirror
against a rabbitmq 4 server
EXPECTED RESULTS
Warning or failure because the command is not supported by the rabbitmq 4 server. Currently only the command output is presented to the user.
The module can or should check if the command is supported on the server and fail with an appropriate message
ACTUAL RESULTS
The command output from executing the command against a rabbitmq version 4 server