Replies: 1 comment
-
@chatasos You probably should either:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Let's assume i have a directory of 1000 hosts and 100 of them are unreachable.
I have noticed that for every router the nornir.core.task.MultiResult "includes" all the failed_hosts. Is there a specific reason for doing so?
In the worst case, why have 100 failed hosts being "included" in each one of 1k MultiResults? Does this help in some lookups?
Excuse my ignorance, I'm just trying to understand the reasoning behing the reference of a subset of the inventory on each host result of the inventory.
I'm using https://github.com/packetcoders/nornir-inspect to print the above output, i hope i'm not misinterpreting it.
Beta Was this translation helpful? Give feedback.
All reactions