Hi,
I have setup QEMU/kvm running ubuntu 10.10.... I started the cluster manager
and it worked. However, when i tried starting the node manager ,i get the
following error
File "./bin/nodemanager.py", line 73, in <module>
main()
File "./bin/nodemanager.py", line 47, in main
vmm = instantiateImplementation(config.get("NodeManager", "vmm"),
config, dfs, None)
File "/home/hari/tashi/src/tashi/util.py", line 191, in
instantiateImplementation
exec cmd in locals()
File "<string>", line 2, in <module>
File "/home/hari/tashi/src/tashi/nodemanager/vmcontrol/qemu.py", line 108,
in __init__
self.scratchDir = self.config.get("Qemu", "scratchDir")
File "/usr/lib/python2.6/ConfigParser.py", line 540, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'scratchdir' in section: 'Qemu'
Can someone tell me what the problem is ?
Thanks,
Hari