One reason we want this is that it contains a reasonably easy-to-parse
record of the host memory.
When we have collected this information for all hosts, as xl info
output, we can write a program to copy the information into a host
property. This will allow us to restrict certain jobs to hosts with
enough memory.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: George Dunlap <George.Dunlap@citrix.com>
CC: Roger Pau Monné <roger.pau@citrix.com>
-output-cat_#proc#modules
-output-cat_#proc#partitions
-output-ifconfig
- -output-lspci_-tv)) {
+ -output-lspci_-tv
+ -output-xl_info_-n)) {
my $re = $pat;
$re =~ s/^-/\Q$ho->{Name}\E-/;
push @re, "^$re\$";