Hi,

Latest vdsm has a regression in network devices reported with getVdsCaps:

In the list below 'vdsmdummy' should be filtered out and 'rhevm' should
have been reported as a network under the bridges element and also as a
network under networks element.

I suspect commit 8febe0e40650983d809abaa10be983bc1953ef1e caused this
issue, but haven't tried a build with a version prior to it to confirm it.

Here is the output of the getVdsCaps, filtered only for the relevant
elements:

bridges = {}
networks = {}
nics = {';vdsmdummy;': {'addr': '',
                                'cfg': {},
                                'hwaddr': 'ca:b4:d1:xx:xx:xx',
                                'ipv6addrs': [],
                                'mtu': '1500',
                                'netmask': '',
                                'speed': 0},
                'eth0': {'addr': '',
                         'cfg': {'BRIDGE': 'rhevm',
                                 'DEVICE': 'eth0',
                                 'HWADDR': '00:26::xx:xx:xx',
                                 'MTU': '1500',
                                 'ONBOOT': 'yes'},
                         'hwaddr': '00:26:6c:ff:cd:c0',
                         'ipv6addrs': ['fe80::226:6cff:feff:cdc0/64'],
                         'mtu': '1500',
                         'netmask': '',
                         'speed': 1000},
                'eth1': {'addr': '',
                         'cfg': {'BOOTPROTO': 'dhcp',
                                 'DEVICE': 'eth1',
                                 'DHCP_HOSTNAME': 'xxx.xxx.com',
                                 'HWADDR': '00:26:6C:FF:CD:C1',
                                 'IPV6INIT': 'no',
                                 'NM_CONTROLLED': 'yes',
                                 'ONBOOT': 'no',
                                 'TYPE': 'Ethernet',
                                 'USERCTL': 'no',
                                 'UUID':
'09876e54-70c3-4572-a63a-f2c3da6fb0bd'},
                         'hwaddr': '00:26:6c:xx:xx:xx',
                         'ipv6addrs': [],
                         'mtu': '1500',
                         'netmask': '',
                         'speed': 0},
                'rhevm': {'addr': '10.35.148.48',
                          'cfg': {'BOOTPROTO': 'dhcp',
                                  'DELAY': '0',
                                  'DEVICE': 'rhevm',
                                  'DHCP_HOSTNAME': 'xxx.xxx.com',
                                  'HOSTNAME': 'xxx.xxx.redhat.com',
                                  'IPV6INIT': 'no',
                                  'MTU': '1500',
                                  'NM_CONTROLLED': 'no',
                                  'ONBOOT': 'yes',
                                  'TYPE': 'Bridge',
                                  'UUID':
'4a1dd6c4-2bba-4825-92c8-7dd9ba29ce67'},
                          'hwaddr': '00:26:6c:ff:cd:c0',
                          'ipv6addrs': ['fe80::226:6cff:feff:cdc0/64'],
                          'mtu': '1500',
                          'netmask': '255.255.252.0',
                          'speed': 0}}


Thanks,
Moti
_______________________________________________
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel

Reply via email to