---
p2v/client/lib/virt-p2v/converter.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/p2v/client/lib/virt-p2v/converter.rb b/p2v/client/lib/virt-p2v/converter.rb
index 7cb4e33..eccc436 100644
--- a/p2v/client/lib/virt-p2v/converter.rb
+++ b/p2v/client/lib/virt-p2v/converter.rb
@@ -113,7 +113,7 @@ class Converter
end
# Get the total number of cpu threads from hwloc-info
- hwloc = Document.new `hwloc-info --of xml`
+ hwloc = Document.new `hwloc-ls --of xml`
@cpus = XPath.match(hwloc, "//object[(a)type='PU']").length
# Get cpu architecture and features from the first flags entry in
--
1.8.3.1