community.general/lib/ansible/module_utils/facts/hardware
Adrian Likins 56b7483b85 More statvfs info for mount facts rebase 12073 (#25454)
* Add more mount point statvfs info including sizes

Based on https://github.com/ansible/ansible/pull/12073

facts.utils.get_mount_size() now returns a dict of most
of the posix statvfs data, including block_size and inode
counts.

Update the facts.hardware classes that use get_mount_size() to
use the new info by mount_info.update(mount_statvfs_inof) to merge.

* add back unit tests for LinuxHardware mount/fs facts

* add test cases for facts.utils.get_mount_size
2017-06-13 15:31:41 -04:00
..
__init__.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
aix.py Check / Skip cores for AIX5 Series (#25364) 2017-06-06 10:43:13 -04:00
base.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
darwin.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
dragonfly.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
freebsd.py More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00
hpux.py Fix HPUX cpu facts on HP Integrity VM's (#25369) 2017-06-07 13:43:54 -04:00
hurd.py Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
linux.py More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00
netbsd.py More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00
openbsd.py More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00
sunos.py More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00