[openstack-dev] q-agt error

2014-05-28 Thread abhishek jain
Hi I'm trying to run my q-agt service and getting following error ... -05-28 02:00:51.205 15377 DEBUG neutron.agent.linux.utils [-] Command: ['ip', '-o', 'link', 'show', 'br-int'] Exit code: 0 Stdout: '28: br-int: BROADCAST,UP,LOWER_UP mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT \\

Re: [openstack-dev] q-agt error

2014-05-28 Thread abhishek jain
Hi Asaf Thanks I'm able to solve the above error but I'm stuck in the another one. Below is the code which I'm going to reffer to.. vim /opt/stack/nova/nova/virt/disk/vfs/api.py # try: LOG.debug(_(Trying to

Re: [openstack-dev] q-agt error

2014-05-28 Thread Assaf Muller
- Original Message - Hi I'm trying to run my q-agt service and getting following error ... You've stumbled on the development mailing list. You will have better luck with ask.openstack.org or the users mailing list. Good luck! -05-28 02:00:51.205 15377 DEBUG

Re: [openstack-dev] q-agt error

2014-05-06 Thread Aaron Rosen
I don't see any error in the above logs you've pasted. I'd check the nova-compute logs as well. Aaron On Mon, May 5, 2014 at 10:51 PM, sonia verma soniaverma9...@gmail.comwrote: Hi all I want to boot VM from openstack dashboard onto compute node using devstack.When I'm booting VM from

Re: [openstack-dev] q-agt error

2014-05-06 Thread sonia verma
Hi Aaron Thanks for the reply. Following are the nova-compute logs... pt/stack/nova/nova/openstack/common/processutils.py:172 2014-05-05 13:52:37.632 DEBUG nova.virt.disk.mount.api [req-3cc7cbae-1ef2-4602-bdc8-82b50f8207c6 admin admin] Failed to mount filesystem: Unexpected error while running

[openstack-dev] q-agt error

2014-05-05 Thread abhishek jain
Hi all I'm getting following error in q-agt service of compute node while booting VM from controller node onto it.. 14-05-04 08:56:53.508 13530 DEBUG neutron.agent.linux.utils [-] Command: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ip6tables-restore', '-c'] Exit

[openstack-dev] q-agt error

2014-05-05 Thread sonia verma
Hi all I want to boot VM from openstack dashboard onto compute node using devstack.When I'm booting VM from opensatck dashboard onto compute node,the VM status is stuck at 'SPAWNING' and never changes to 'ACTIVE'. I'm also able to get tap interface of the VM onto compute node.I'm getting