You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/13 10:07:53 UTC

[GitHub] [cloudstack] xuanyuanaosheng edited a comment on issue #5426: How to configure The OpenVswitch using bond On Centos 7 Or Oracle7?

xuanyuanaosheng edited a comment on issue #5426:
URL: https://github.com/apache/cloudstack/issues/5426#issuecomment-918026098


   The command output:
   ```
   # ip a
   1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
       link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
       inet 127.0.0.1/8 scope host lo
          valid_lft forever preferred_lft forever
       inet6 ::1/128 scope host 
          valid_lft forever preferred_lft forever
   2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
       link/ether 30:e1:71:62:00:34 brd ff:ff:ff:ff:ff:ff
   3: eno2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
       link/ether 30:e1:71:62:00:35 brd ff:ff:ff:ff:ff:ff
   4: ens2f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
       link/ether 48:df:37:5f:62:00 brd ff:ff:ff:ff:ff:ff
       inet6 fe80::4adf:37ff:fe5f:6200/64 scope link 
          valid_lft forever preferred_lft forever
   5: eno3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
       link/ether 30:e1:71:62:00:36 brd ff:ff:ff:ff:ff:ff
   6: ens2f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
       link/ether 48:df:37:5f:62:08 brd ff:ff:ff:ff:ff:ff
       inet6 fe80::4adf:37ff:fe5f:6208/64 scope link 
          valid_lft forever preferred_lft forever
   7: eno4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
       link/ether 30:e1:71:62:00:37 brd ff:ff:ff:ff:ff:ff
   8: eno49: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
       link/ether 80:30:e0:33:a2:68 brd ff:ff:ff:ff:ff:ff
   9: eno50: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
       link/ether 80:30:e0:33:a2:6c brd ff:ff:ff:ff:ff:ff
   18: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
       link/ether 0a:0e:20:80:8f:5d brd ff:ff:ff:ff:ff:ff
   19: cloudbr: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
       link/ether 48:df:37:5f:62:00 brd ff:ff:ff:ff:ff:ff
       inet6 fe80::4adf:37ff:fe5f:6200/64 scope link 
          valid_lft forever preferred_lft forever
   20: mgmt0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
       link/ether 86:64:3b:b2:8c:48 brd ff:ff:ff:ff:ff:ff
       inet 10.67.39.250/22 brd 10.67.39.255 scope global mgmt0
          valid_lft forever preferred_lft forever
       inet6 fe80::8464:3bff:feb2:8c48/64 scope link 
          valid_lft forever preferred_lft forever
   21: cloudbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
       link/ether 86:64:3b:b2:8c:48 brd ff:ff:ff:ff:ff:ff
       inet6 fe80::8464:3bff:feb2:8c48/64 scope link 
          valid_lft forever preferred_lft forever
   22: cloudbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
       link/ether 86:64:3b:b2:8c:48 brd ff:ff:ff:ff:ff:ff
       inet6 fe80::8464:3bff:feb2:8c48/64 scope link 
          valid_lft forever preferred_lft forever
   ```
   
   The output is null
   
   ![image](https://user-images.githubusercontent.com/4197714/133063496-3a4e2c84-e3c7-4b56-af5f-811c25fdd3a3.png)
   
   
   The servce looks worked.  But I don't know why.  And It is failed on Oracle 8 using the same configuration.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org