Just adding to the post I checked the Foreman DB for this particular host 
ID for this mount point / partition. It seems that Foreman has the data, 
but somehow isn't properly providing it from the Facts page on the Hosts -> 
All Hosts -> <host> -> Facts -> Partitions -> <partition> 

foreman=# select A.id, A.name, B.value, B.fact_name_id, B.host_id
from fact_names A, fact_values B
where A.id = B.fact_name_id and A.name like '%mountpoints::/home%' and 
B.host_id = '5';
 id  |                name                 |                       value   
                    | fact_name_id | host_id
-----+-------------------------------------+---------------------------------------------------+--------------+---------
 264 | mountpoints::/home::used_bytes      | 33837056                       
                   |          264 |       5
 263 | mountpoints::/home::used            | 32.27 MiB                     
                    |          263 |       5
 262 | mountpoints::/home::size_bytes      | 2136997888                     
                   |          262 |       5
 261 | mountpoints::/home::size            | 1.99 GiB                       
                   |          261 |       5
 260 | mountpoints::/home::options         | ["rw", "relatime", "attr2", 
"inode64", "noquota"] |          260 |       5
 259 | mountpoints::/home::filesystem      | xfs                           
                    |          259 |       5
 258 | mountpoints::/home::device          | /dev/mapper/rootvg-home       
                    |          258 |       5
 257 | mountpoints::/home::capacity        | 1.58%                         
                    |          257 |       5
 256 | mountpoints::/home::available_bytes | 2103160832                     
                   |          256 |       5
 255 | mountpoints::/home::available       | 1.96 GiB                       
                   |          255 |       5
 254 | mountpoints::/home                  |                               
                    |          254 |       5

-- 
You received this message because you are subscribed to the Google Groups 
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to