JetSki
JetSki copied to clipboard
badfish command to set director boot order fails with 'Boot order modification is not supported by this host'
After locally working around the problem reported in issue #46, I get failure conditions from some nodes when trying to set the boot order to director. I attempted to reset the idrac from the web console a couple of times, but it did not correct the problem. However, when I ran the badfish commands manually, they executed against the same hosts with no errors.
{
"ansible_loop_var": "item",
"attempts": 1,
"changed": true,
"cmd": "source /tmp/ansible.gmtql1ds/.venv/bin/activate\n./src/badfish/./badfish.py -u quads -p rdu2@416 -i config/idrac_interfaces.yml -H mgmt-f04-h10-000-r640.rdu2.scalelab.redhat.com -t director\n",
"delta": "0:00:01.308409",
"end": "2020-08-23 14:48:54.794605",
"failed": false,
"invocation": {
"module_args": {
"_raw_params": "source /tmp/ansible.gmtql1ds/.venv/bin/activate\n./src/badfish/./badfish.py -u quads -p rdu2@416 -i config/idrac_interfaces.yml -H mgmt-f04-h10-000-r640.rdu2.scalelab.redhat.com -t director\n",
"_uses_shell": true,
"argv": null,
"chdir": "/tmp/ansible.gmtql1ds",
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": true
}
},
"item": "f04-h10-000-r640.rdu2.scalelab.redhat.com",
"rc": 0,
"start": "2020-08-23 14:48:53.486196",
"stderr": "- ERROR - Boot order modification is not supported by this host.\n- ERROR - There was something wrong executing Badfish.",
"stderr_lines": [
"- ERROR - Boot order modification is not supported by this host.",
"- ERROR - There was something wrong executing Badfish."
],
"stdout": "",
"stdout_lines": []
}
]
}
}