Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
FACT 3.11.8
-
None
-
Night's Watch
-
2
-
NW - 2019-08-07
-
Bug Fix
-
In case of two mountpoints mounted on the same directory, facter will show the first one retrived from /etc/mtab (the issue is present in case of Linux OS). The fix was to make facter show the mountpoint that is a device or its type is "tmpfs".
-
Needs Assessment
Description
When two mountpoints are mounted to the same directory, facter only shows the first one that appears in /etc/mtab file.
Exemple: For CentOS 7 in mtab file are two entries for the root directory:
rootfs / rootfs rw 0 0
|
/dev/mapper/vg0-root / xfs rw,relatime,attr2,inode64,noquota 0 0
|
Facter will only show the first one as a mountpoint for "/".
Attachments
Issue Links
- is caused by
-
FACT-1910 Mountpoint fact only shows tmpfs and physical mounts
-
- Closed
-