mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Bug 12007 - OVM - Addition of OVM host fails - NPE (edit)
fix a typo reviewed-by: edison
This commit is contained in:
parent
591ba4f0ae
commit
cead826519
@ -184,7 +184,7 @@ class OvmHost(OvmObject):
|
|||||||
for mountPoint in mps:
|
for mountPoint in mps:
|
||||||
runningPool = join(mountPoint, 'running_pool')
|
runningPool = join(mountPoint, 'running_pool')
|
||||||
if not exists(runningPool):
|
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
|
continue
|
||||||
|
|
||||||
for dir in os.listdir(runningPool):
|
for dir in os.listdir(runningPool):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user