I have applied the changes from https://github.com/ansible/ansible/pull/74714 and https://github.com/ansible/ansible/pull/74885 and now see the same KeyError as in https://github.com/ansible/ansible/pull/74714#pullrequestreview-673126168 which seams to be fixed in https://github.com/ansible/ansible/pull/74791
Thanks Brian for helping debugging this. [email protected] schrieb am Mittwoch, 26. Mai 2021 um 12:23:43 UTC+2: > I think > https://github.com/ansible/ansible/blob/953aa26286db433c3509785e24f89f6616233841/lib/ansible/module_utils/facts/hardware/linux.py#L584-L588 > > is missing a : > self.module.warn("Timed out while attempting to get extra information.") > > [email protected] schrieb am Mittwoch, 26. Mai 2021 um 12:09:00 UTC+2: > >> I have applied your patch from >> https://github.com/ansible/ansible/issues/74657#issuecomment-841457582 >> and beside the fake lsblk I also created a fake udevadm (sleep 10) >> because this is called in _udevadm_uuid ( >> https://github.com/ansible/ansible/blob/953aa26286db433c3509785e24f89f6616233841/lib/ansible/module_utils/facts/hardware/linux.py#L440-L463 >> ) >> which is called in get_mount_info ( >> https://github.com/ansible/ansible/blob/953aa26286db433c3509785e24f89f6616233841/lib/ansible/module_utils/facts/hardware/linux.py#L516-L525 >> ) >> and then re-run the steps from my above comment and even then don't get a >> timeout warning. >> Brian Coca schrieb am Mittwoch, 12. Mai 2021 um 17:46:54 UTC+2: >> >>> probably related to this then >>> https://github.com/ansible/ansible/issues/74657 >>> >>> -- >>> ---------- >>> Brian Coca >>> >>> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/fd114852-be4b-436f-a4b5-cc340964e9a0n%40googlegroups.com.
