-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: FACT 3.11.8
-
Fix Version/s: FACT 3.14.3, FACT 3.13.4, FACT 3.11.10
-
Component/s: None
-
Labels:
-
Template:customfield_10700 317592
-
Team:Night's Watch
-
Story Points:2
-
Sprint:NW - 2019-08-07
-
Release Notes:Bug Fix
-
Release Notes Summary: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".
-
QA Risk Assessment:Needs Assessment
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 "/".
- is caused by
-
FACT-1910 Mountpoint fact only shows tmpfs and physical mounts
-
- Closed
-