Issue #20994 has been reported by Aran Cox. ---------------------------------------- Bug #20994: memoryfree and memorysize facts are set to 0 on AIX https://projects.puppetlabs.com/issues/20994
* Author: Aran Cox * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Keywords: AIX * Branch: master * Affected Facter version: development ---------------------------------------- Previous versions of facter 1.6.8 simply didn't have memoryfree and memorysize facts for AIX. Starting with 1.7.1 (or possibly some other intermediate vesion) the memoryfree and memorysize variables are being set to 0, which is worse than not having them. This also affects the head of the master branch. It does not matter if facter is run as root or not, the result is the same: # uname;oslevel;facter --puppet memoryfree memoryfree_mb memorysize memorysize_mb memorytotal AIX 6.1.0.0 memoryfree => 0.00 MB memoryfree_mb => 0.00 memorysize => 0.00 MB memorysize_mb => 0.00 memorytotal => 0.00 MB -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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 http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
