Issue #22869 has been updated by Jason Harmon. Status changed from Unreviewed to Duplicate
---------------------------------------- Bug #22869: Facter incorrectly detecting Virtual status on Windows VM https://projects.puppetlabs.com/issues/22869#change-98821 * Author: Jason Harmon * Status: Duplicate * Priority: Low * Assignee: * Category: virtual * Target version: * Keywords: KVM Host Windows VM * Branch: * Affected Facter version: ---------------------------------------- Discovered that in proxmox based Windows VMs that the system is detected as physical rather than virtual. This is due to the WMI query in the virtual.rb file is returned "Bochs" as the Manufacturer and Model of the machine. Adding a "when" condition to the Facter.add for the windows kernel area fixed the detection problem. I added 'when /Bochs/ then "bochs"' above the 'else "physical"' line in the virtual.vb file concerning the Windows kernel. -- 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.
