>
> - except BaseException:
> - logger.error(Globals.CIM_ERROR_ENUMERATE %
hostsystem.CIM_System)
> + if system.CreationClassName != name and system.Name != host:
I think either one fails, we should report error. Maybe we
can change it to below:
if system.CreationClassName != name or system.Name != host:
Yep - good catch, thanks!
--
Kaitlin Rupert
IBM Linux Technology Center
kaitlin(a)linux.vnet.ibm.com