You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/06/13 12:30:03 UTC

[jira] [Commented] (CLOUDSTACK-6749) [OVS] xe network-param-get with param-key=is-ovs-vpc-distributed-vr-network alway returns error

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-6749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030454#comment-14030454 ] 

ASF subversion and git services commented on CLOUDSTACK-6749:
-------------------------------------------------------------

Commit 9dfbdb5ffd2f0981651bc98f1c5d71718a24a29f in cloudstack's branch refs/heads/4.4-forward from [~murali.reddy]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=9dfbdb5 ]

CLOUDSTACK-6749: [OVS] xe network-param-get with
param-key=is-ovs-vpc-distributed-vr-network alway returns error

fixing unnecessary errors in the logs


> [OVS] xe network-param-get with param-key=is-ovs-vpc-distributed-vr-network alway returns error
> -----------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6749
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6749
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server, Network Controller
>    Affects Versions: 4.4.0
>         Environment: Latest build from 4.4 with commit e6961fd21bb6d793302c234d0f409f66dc498072
>            Reporter: Sanjeev N
>            Assignee: Murali Reddy
>            Priority: Critical
>              Labels: ovs
>             Fix For: 4.4.0
>
>
> [OVS] xe network-param-get with param-key=is-ovs-vpc-distributed-vr-network alway returns error
> Steps to reproduce:
> ================
> 1.Bring up CS in advanced zone with xen cluster
> 2.Create physical network with GRE isolation
> 3.Create isolated network with virtual networking and ovs as the service provider
> 4.Deploy few vms in the above network
> 5.Observe /var/log/cloud/ovstunnel.log file on the xen hosts
> Result:
> ======
> Everytime when the "xe network-param-get" commnad is executed with param-key=is-ovs-vpc-distributed-vr-network we see the errors.
> Following is the log snippet from xen server ovstunnel.log file:
> 2014-05-22 17:07:43    DEBUG [root] Executing:['cat', '/etc/xensource/network.conf']
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/usr/bin/ovs-vsctl', 'iface-to-br', 'vif29.1']
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-list', 'bridge=xapi0', '--minimal']
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-param-get', 'uuid=a49d187f-edaa-f7f1-965c-5573f3530c50', 'param-name=other-config', 'param-key=is-ovs-tun-network', '--minimal']
> 2014-05-22 17:07:43    DEBUG [root] The command exited with the error code: 1 (stderr output:Error: Key is-ovs-tun-network not found in map
> )
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-param-get', 'uuid=a49d187f-edaa-f7f1-965c-5573f3530c50', 'param-name=other-config', 'param-key=is-ovs-vpc-distributed-vr-network', '--minimal']
> 2014-05-22 17:07:43    DEBUG [root] The command exited with the error code: 1 (stderr output:Error: Key is-ovs-vpc-distributed-vr-network not found in map
> )
> 2014-05-22 17:07:43    DEBUG [root] Executing:['cat', '/etc/xensource/network.conf']
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/usr/bin/ovs-vsctl', 'iface-to-br', 'vif29.2']
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-list', 'bridge=xapi1', '--minimal']
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-param-get', 'uuid=19b0e655-55aa-4937-daa7-603c289ad1d6', 'param-name=other-config', 'param-key=is-ovs-tun-network', '--minimal']
> 2014-05-22 17:07:43    DEBUG [root] The command exited with the error code: 1 (stderr output:Error: Key is-ovs-tun-network not found in map
> )
> 2014-05-22 17:07:43    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-param-get', 'uuid=19b0e655-55aa-4937-daa7-603c289ad1d6', 'param-name=other-config', 'param-key=is-ovs-vpc-distributed-vr-network', '--minimal']
> 2014-05-22 17:07:43    DEBUG [root] The command exited with the error code: 1 (stderr output:Error: Key is-ovs-vpc-distributed-vr-network not found in map
> )
> 2014-05-22 17:08:14    DEBUG [root] Executing:['cat', '/etc/xensource/network.conf']
> 2014-05-22 17:08:14    DEBUG [root] Executing:['/usr/bin/ovs-vsctl', 'iface-to-br', 'vif30.0']
> 2014-05-22 17:08:14    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-list', 'bridge=xapi9', '--minimal']
> 2014-05-22 17:08:14    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-param-get', 'uuid=46d8e2b2-1b2f-319e-7b64-8554aacb44e5', 'param-name=other-config', 'param-key=is-ovs-tun-network', '--minimal']
> 2014-05-22 17:08:14    DEBUG [root] Executing:['/opt/xensource/bin/xe', 'network-param-get', 'uuid=46d8e2b2-1b2f-319e-7b64-8554aacb44e5', 'param-name=other-config', 'param-key=is-ovs-vpc-distributed-vr-network', '--minimal']
> 2014-05-22 17:08:14    DEBUG [root] The command exited with the error code: 1 (stderr output:Error: Key is-ovs-vpc-distributed-vr-network not found in map



--
This message was sent by Atlassian JIRA
(v6.2#6252)