Multipath: what is the meaning of the information contained variable "facter_multipath_status" ?

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.

  1. Is it just showing the status of multipathd

  2. Does it indicate that all path are presents and running

  3. What will be the status for missing path?

  4. Where can I find the logic that populate this variable?

Thanks,

Will O.

All the facts that start with facter is because you have installed facter.

Facter is sort off a Puppet thing so you should probably ask them https://docs.puppet.com/facter/ or check the source yourself.