Hi,
the issue raise when test the lava dispatcher for Deploying a KVM (x86_64) on host system. https://staging.validation.linaro.org/static/docs/kvm-deploy.html
create kvm01.conf file under /etc directory,
when run
. /srv/lava/instances/<INST>/bin/activate lava-dispatch /tmp/kvm.json
it returns the following error :
https://pastebin.linaro.org/view/8c7a079c
Please help me to solve this issue.
Thank You. Best Regards Soumya Basak.
Hi Soumya,
Based on the log you pasted, the program couldn't find file "kvm.json" under the path "device":
Exception: no config files named u'devices/kvm01.conf' found
Path "device" must be a relative path, so you need to find out where exactly it is. There must be some reason that the program tried to search "kvm.json" file under the "devices" rather than the path you set - "/tmp"
FYI.
Best Regards Botao Sun
On 5 February 2014 19:18, Soumya Basak soumya.basak@linaro.org wrote:
Hi,
the issue raise when test the lava dispatcher for Deploying a KVM (x86_64) on host system. https://staging.validation.linaro.org/static/docs/kvm-deploy.html
create kvm01.conf file under /etc directory,
when run
. /srv/lava/instances/<INST>/bin/activate lava-dispatch /tmp/kvm.json
it returns the following error :
https://pastebin.linaro.org/view/8c7a079c
Please help me to solve this issue.
Thank You. Best Regards Soumya Basak.
On Wed, 5 Feb 2014 19:46:44 +1100 Botao Sun botao.sun@linaro.org wrote:
Hi Soumya,
Based on the log you pasted, the program couldn't find file "kvm.json" under the path "device":
The kvm.json is the testjob submission which was passed on the command line. The path "device" relates to the kvm01.conf device configuration file:
Exception: no config files named u'devices/kvm01.conf' found
Path "device" must be a relative path, so you need to find out where exactly it is.
/srv/lava/instances/<INSTANCE>/etc/lava-dispatcher/devices/
On Wed, 5 Feb 2014 13:48:06 +0530 Soumya Basak soumya.basak@linaro.org wrote:
Hi,
the issue raise when test the lava dispatcher for Deploying a KVM (x86_64) on host system. https://staging.validation.linaro.org/static/docs/kvm-deploy.html
create kvm01.conf file under /etc directory,
/srv/lava/instances/<INST>/etc/lava-dispatcher/devices/kvm01.conf
You may need to create the devices/ directory.
linaro-validation@lists.linaro.org