Actions
Bug #66106
openansible.cephlab: Unsupported parameters for (stat) module: get_md5
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Tags (freeform):
Description
Tests are getting marked as "dead" across suites because of failure of `ansible.cephlab` task.
2024-05-18T00:00:26.416 INFO:teuthology.run_tasks:Running task ansible.cephlab...
2024-05-18T00:00:26.463 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main
2024-05-18T00:00:26.476 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}]
2024-05-18T00:00:26.477 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml
2024-05-18T00:04:11.065 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-05-17_21:40:03-rgw-squid-distro-default-smithi/7712064/ansible_failures.yaml
2024-05-18T00:04:11.067 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/run_tasks.py", line 109, in run_tasks
manager.__enter__()
File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/__init__.py", line 123, in __enter__
self.begin()
File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 508, in begin
super(CephLab, self).begin()
File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 342, in begin
self.execute_playbook()
File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 374, in execute_playbook
self._handle_failure(command, status)
File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 402, in _handle_failure
raise AnsibleFailedError(failures)
teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).']
2024-05-18T00:04:11.246 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=aadd5e25fb86459e9b8a7abd66b2a7a1
https://pulpito.ceph.com/teuthology-2024-05-17_21:40:03-rgw-squid-distro-default-smithi/
Reason + solution: https://github.com/geerlingguy/ansible-role-swap/issues/32#issuecomment-1845897639
Maybe, this could've started now because of yesterday's upgrade to python 3.10
Updated by Vallari Agrawal almost 2 years ago
Updated by Laura Flores almost 2 years ago
- Has duplicate Bug #66136: ansible failure 'Unsupported parameters for (stat) module...' added
Updated by Patrick Donnelly almost 2 years ago
- Status changed from New to Fix Under Review
- Assignee set to Vallari Agrawal
Actions