Issue #20676 has been updated by Alex Chamberlain. Status changed from Unreviewed to Needs Decision Keywords changed from hp ux facter to hpux facter processor_list
If the original reporter is correct, this looks like an easy fix isolated to method Processor::hpux_processor_list. ---------------------------------------- Bug #20676: processorcount on hpux is wrong https://projects.puppetlabs.com/issues/20676#change-94548 * Author: Luke M * Status: Needs Decision * Priority: Normal * Assignee: * Category: hpux * Target version: * Keywords: hpux facter processor_list * Branch: * Affected Facter version: 1.7.0 ---------------------------------------- Facter says: # facter processorcount 8 Yet the server ( a vPar ) has only one cpu allocated. What it is detecting is the amount of CPUs in the nPar. Generally this happens when you use 'ioscan -fkCprocessor', instead of something like: "mpsched -s | awk '/Processor Count/{print $NF;}'". -- 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. For more options, visit https://groups.google.com/groups/opt_out.
