deployment-automation icon indicating copy to clipboard operation
deployment-automation copied to clipboard

Enable Maintenance Mode does not work on a single broker cluster

Open vsarunas opened this issue 6 months ago • 3 comments

A single node broker fails on:

TASK [redpanda.cluster.redpanda_broker : Establish whether restart required] **********************************************************************************************************************************************************************************************************
task path: /Users/sarunas/.ansible/collections/ansible_collections/redpanda/cluster/roles/redpanda_broker/tasks/start-redpanda.yml:264
ok: [10.13.13.13] => {
    "ansible_facts": {
        "restart_required": true
    },
    "changed": false
}

TASK [redpanda.cluster.redpanda_broker : Enable Maintenance Mode] *********************************************************************************************************************************************************************************************************************
fatal: [10.13.13.13]: FAILED! => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}

vsarunas avatar Jul 25 '24 16:07 vsarunas