From 536a93d16a1e4cb847f1c3eb9bcf63eedb26fdd2 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 14 Nov 2011 16:58:50 -0800 Subject: [PATCH] Bug 12007 - OVM - Addition of OVM host fails - NPE (edit) fix a typo reviewed-by: edison --- ovm/scripts/vm/hypervisor/ovm/OvmHostModule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovm/scripts/vm/hypervisor/ovm/OvmHostModule.py b/ovm/scripts/vm/hypervisor/ovm/OvmHostModule.py index f93070fe019..910eff24e4d 100755 --- a/ovm/scripts/vm/hypervisor/ovm/OvmHostModule.py +++ b/ovm/scripts/vm/hypervisor/ovm/OvmHostModule.py @@ -184,7 +184,7 @@ class OvmHost(OvmObject): for mountPoint in mps: runningPool = join(mountPoint, 'running_pool') if not exists(runningPool): - logger.debug(OvmHost.getAllVms,, "Primary storage %s not existing, skip it. this should be first getAllVms() called from Ovm resource configure"%runningPool) + logger.debug(OvmHost.getAllVms, "Primary storage %s not existing, skip it. this should be first getAllVms() called from Ovm resource configure"%runningPool) continue for dir in os.listdir(runningPool):