When I run “ansible all -m setup”, one of the facts gathered is “facter_multipath_status”: “good”.
I need to know what is being checked here.
-
Is it just showing the status of multipathd
-
Does it indicate that all path are presents and running
-
What will be the status for missing path?
-
Where can I find the logic that populate this variable?
Thanks,
Will O.