We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rex::Hardware::VirtInfo assumes that QEMU is kvm. This is may only be true if the host is Linux and is definitely false for any other OS.
elsif ( $sys_vendor =~ /QEMU/ ) { $virtualization_type = "kvm"; $virtualization_role = "guest"; }
Sadly no good fix for this as people are likely expecting this bug to work like this given how long standing it has been.
$virtualization_type set to qemu.
$virtualization_type
qemu
use Rex; use Rex::Commands::Gather; dump_system_information;
No response
1.14.2
5.32.1
FreeBSD
FreeBSD and Linux
package manager
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Rex::Hardware::VirtInfo assumes that QEMU is kvm. This is may only be true if the host is Linux and is definitely false for any other OS.
Sadly no good fix for this as people are likely expecting this bug to work like this given how long standing it has been.
Expected behavior
$virtualization_type
set toqemu
.How to reproduce it
Code example
Additional context
No response
Rex version
1.14.2
Perl version
5.32.1
Operating system running rex
FreeBSD
Operating system managed by rex
FreeBSD and Linux
How rex was installed?
package manager
The text was updated successfully, but these errors were encountered: