[Ovirt-devel] Enumerating node information to the WUI

Darryl L. Pierce dpierce at redhat.com
Tue Jun 24 19:56:41 UTC 2008


Darryl L. Pierce wrote:
> My question to the project is what details does the WUI need beyond the 
> above when the managed node identifies itself?

I've been looking at some system details that might be of interest to 
the WUI/admin when deploying virtual machines.  Particularly, I've been 
looking at CPU, memory, disk and network details, though there may be 
other elements that we'd want to pull from the managed node as it's 
coming up. At any rate, what would seem to be of interest are:

CPU: the family, model, cpuid level, cache size, number of cores and the 
set of CPU flags. This would give us a nice idea of the individual CPU's 
capabilities.

As a result, we'd want to refactor the hosts table a bit. Rather than 
capturing as a column the number of CPUs, we could get that implicitly 
by having a record-per-cpu for the host. Then each row would capture the 
important details from above.

MEM: We currently return the total system memory reported but should 
probably also grab the free memory after the managed node image is loaded.

DISK: Returning the physical and logical partitions with free space 
available.

NETWORK: Iterating over the physical interface adaptors. Also returning 
any IP addresses already assigned and routing information.

Questions? Comments?

-- 
Darryl L. Pierce, Sr. Software Engineer
Red Hat, Inc. - http://www.redhat.com/
oVirt - Virtual Machine Management - http://www.ovirt.org/
"What do you care what other people think, Mr. Feynman?"




More information about the ovirt-devel mailing list