Antoni Segura Puimedon has posted comments on this change.

Change subject: net_persistence: Make unified persistence default
......................................................................


Patch Set 7: Verified+1

Ran the functional tests and did the verification as before and this time the 
default route problem was gone as seen in:

        HBAInventory = {'FC': [], 'iSCSI': [{'InitiatorName': 
'iqn.1994-05.com.redhat:6fccb2507364'}]}
        ISCSIInitiatorName = 'iqn.1994-05.com.redhat:6fccb2507364'
        autoNumaBalancing = 2
        bondings = {'bond0': {'addr': '',
                              'cfg': {'BONDING_OPTS': 'mode=1',
                                      'BRIDGE': 'otherbond',
                                      'DEVICE': 'bond0',
                                      'MTU': '1500',
                                      'NM_CONTROLLED': 'no',
                                      'ONBOOT': 'no'},
                              'hwaddr': '00:01:a4:ac:87:8a',
                              'ipv6addrs': ['fe80::201:a4ff:feac:878a/64'],
                              'mtu': '1500',
                              'netmask': '',
                              'slaves': ['eth5', 'eth6']},
                    'bond1': {'addr': '',
                              'cfg': {},
                              'hwaddr': '00:00:00:00:00:00',
                              'ipv6addrs': [],
                              'mtu': '1500',
                              'netmask': '',
                              'slaves': []},
                    'bond2': {'addr': '',
                              'cfg': {},
                              'hwaddr': '00:00:00:00:00:00',
                              'ipv6addrs': [],
                              'mtu': '1500',
                              'netmask': '',
                              'slaves': []},
                    'bond3': {'addr': '',
                              'cfg': {},
                              'hwaddr': '00:00:00:00:00:00',
                              'ipv6addrs': [],
                              'mtu': '1500',
                              'netmask': '',
                              'slaves': []},
                    'bond4': {'addr': '',
                              'cfg': {},
                              'hwaddr': '00:00:00:00:00:00',
                              'ipv6addrs': [],
                              'mtu': '1500',
                              'netmask': '',
                              'slaves': []}}
        bridges = {'other': {'addr': '10.34.62.50',
                             'cfg': {'BOOTPROTO': 'dhcp',
                                     'DEFROUTE': 'no',
                                     'DELAY': '0',
                                     'DEVICE': 'other',
                                     'MTU': '1500',
                                     'NM_CONTROLLED': 'no',
                                     'ONBOOT': 'no',
                                     'STP': 'off',
                                     'TYPE': 'Bridge'},
                             'gateway': '10.34.63.254',
                             'ipv6addrs': 
['2620:52:0:223c:201:a4ff:feac:8795/64',
                                           'fe80::201:a4ff:feac:8795/64'],
                             'ipv6gateway': 'fe80:52:0:223c::3fe',
                             'mtu': '1500',
                             'netmask': '255.255.252.0',
                             'opts': {'ageing_time': '29995',
                                      'bridge_id': '8000.0001a4ac8795',
                                      'forward_delay': '0',
                                      'gc_timer': '50',
                                      'group_addr': '1:80:c2:0:0:0',
                                      'hash_elasticity': '4',
                                      'hash_max': '512',
                                      'hello_time': '199',
                                      'hello_timer': '150',
                                      'max_age': '1999',
                                      'multicast_last_member_count': '2',
                                      'multicast_last_member_interval': '99',
                                      'multicast_membership_interval': '25996',
                                      'multicast_querier': '0',
                                      'multicast_querier_interval': '25496',
                                      'multicast_query_interval': '12498',
                                      'multicast_query_response_interval': 
'999',
                                      'multicast_router': '1',
                                      'multicast_snooping': '1',
                                      'multicast_startup_query_count': '2',
                                      'multicast_startup_query_interval': 
'3124',
                                      'priority': '32768',
                                      'root_id': '8000.0001a4ac8795',
                                      'root_path_cost': '0',
                                      'root_port': '0',
                                      'stp_state': '0',
                                      'tcn_timer': '0',
                                      'topology_change': '0',
                                      'topology_change_detected': '0',
                                      'topology_change_timer': '0'},
                             'ports': ['eth3'],
                             'stp': 'off'},
                   'otherbond': {'addr': '10.34.60.192',
                                 'cfg': {'BOOTPROTO': 'dhcp',
                                         'DEFROUTE': 'no',
                                         'DELAY': '0',
                                         'DEVICE': 'otherbond',
                                         'MTU': '1500',
                                         'NM_CONTROLLED': 'no',
                                         'ONBOOT': 'no',
                                         'STP': 'off',
                                         'TYPE': 'Bridge'},
                                 'gateway': '10.34.63.254',
                                 'ipv6addrs': 
['2620:52:0:223c:201:a4ff:feac:878a/64',
                                               'fe80::201:a4ff:feac:878a/64'],
                                 'ipv6gateway': 'fe80:52:0:223c::3fe',
                                 'mtu': '1500',
                                 'netmask': '255.255.252.0',
                                 'opts': {'ageing_time': '29995',
                                          'bridge_id': '8000.0001a4ac878a',
                                          'forward_delay': '0',
                                          'gc_timer': '50',
                                          'group_addr': '1:80:c2:0:0:0',
                                          'hash_elasticity': '4',
                                          'hash_max': '512',
                                          'hello_time': '199',
                                          'hello_timer': '150',
                                          'max_age': '1999',
                                          'multicast_last_member_count': '2',
                                          'multicast_last_member_interval': 
'99',
                                          'multicast_membership_interval': 
'25996',
                                          'multicast_querier': '0',
                                          'multicast_querier_interval': '25496',
                                          'multicast_query_interval': '12498',
                                          'multicast_query_response_interval': 
'999',
                                          'multicast_router': '1',
                                          'multicast_snooping': '1',
                                          'multicast_startup_query_count': '2',
                                          'multicast_startup_query_interval': 
'3124',
                                          'priority': '32768',
                                          'root_id': '8000.0001a4ac878a',
                                          'root_path_cost': '0',
                                          'root_port': '0',
                                          'stp_state': '0',
                                          'tcn_timer': '0',
                                          'topology_change': '0',
                                          'topology_change_detected': '0',
                                          'topology_change_timer': '0'},
                                 'ports': ['bond0'],
                                 'stp': 'off'}}
        networks = {'other': {'addr': '10.34.62.50',
                              'bootproto4': 'dhcp',
                              'bridged': True,
                              'cfg': {'BOOTPROTO': 'dhcp',
                                      'DEFROUTE': 'no',
                                      'DELAY': '0',
                                      'DEVICE': 'other',
                                      'MTU': '1500',
                                      'NM_CONTROLLED': 'no',
                                      'ONBOOT': 'no',
                                      'STP': 'off',
                                      'TYPE': 'Bridge'},
                              'gateway': '10.34.63.254',
                              'iface': 'other',
                              'ipv6addrs': 
['2620:52:0:223c:201:a4ff:feac:8795/64',
                                            'fe80::201:a4ff:feac:8795/64'],
                              'ipv6gateway': 'fe80:52:0:223c::3fe',
                              'mtu': '1500',
                              'netmask': '255.255.252.0',
                              'ports': ['eth3'],
                              'stp': 'off'},
                    'otherbond': {'addr': '10.34.60.192',
                                  'bootproto4': 'dhcp',
                                  'bridged': True,
                                  'cfg': {'BOOTPROTO': 'dhcp',
                                          'DEFROUTE': 'no',
                                          'DELAY': '0',
                                          'DEVICE': 'otherbond',
                                          'MTU': '1500',
                                          'NM_CONTROLLED': 'no',
                                          'ONBOOT': 'no',
                                          'STP': 'off',
                                          'TYPE': 'Bridge'},
                                  'gateway': '10.34.63.254',
                                  'iface': 'otherbond',
                                  'ipv6addrs': 
['2620:52:0:223c:201:a4ff:feac:878a/64',
                                                'fe80::201:a4ff:feac:878a/64'],
                                  'ipv6gateway': 'fe80:52:0:223c::3fe',
                                  'mtu': '1500',
                                  'netmask': '255.255.252.0',
                                  'ports': ['bond0'],
                                  'stp': 'off'},
                    'otherbrless': {'addr': '10.34.62.46',
                                    'bootproto4': 'dhcp',
                                    'bridged': False,
                                    'gateway': '10.34.63.254',
                                    'iface': 'eth4',
                                    'interface': 'eth4',
                                    'ipv6addrs': 
['fe80::201:a4ff:feac:8796/64'],
                                    'ipv6gateway': '::',
                                    'mtu': '1500',
                                    'netmask': '255.255.252.0'}}
        nics = {'eth1': {'addr': '10.34.60.244',
                         'cfg': {'BOOTPROTO': 'dhcp',
                                 'DEVICE': 'eth1',
                                 'HWADDR': '00:01:a4:ac:87:02',
                                 'NM_CONTROLLED': 'yes',
                                 'ONBOOT': 'yes',
                                 'TYPE': 'Ethernet',
                                 'UUID': 
'd835971f-3ce3-454a-8d25-d7e93b8c84fc'},
                         'hwaddr': '00:01:a4:ac:87:02',
                         'ipv6addrs': ['2620:52:0:223c:201:a4ff:feac:8702/64',
                                       'fe80::201:a4ff:feac:8702/64'],
                         'mtu': '1500',
                         'netmask': '255.255.252.0',
                         'speed': 0},
                'eth2': {'addr': '',
                         'cfg': {},
                         'hwaddr': '00:01:a4:ac:87:01',
                         'ipv6addrs': [],
                         'mtu': '1500',
                         'netmask': '',
                         'speed': 0},
                'eth3': {'addr': '',
                         'cfg': {'BRIDGE': 'other',
                                 'DEVICE': 'eth3',
                                 'HWADDR': '00:01:a4:ac:87:95',
                                 'MTU': '1500',
                                 'NM_CONTROLLED': 'no',
                                 'ONBOOT': 'no'},
                         'hwaddr': '00:01:a4:ac:87:95',
                         'ipv6addrs': [],
                         'mtu': '1500',
                         'netmask': '',
                         'speed': 0},
                'eth4': {'addr': '10.34.62.46',
                         'cfg': {'BOOTPROTO': 'dhcp',
                                 'DEFROUTE': 'no',
                                 'DEVICE': 'eth4',
                                 'HWADDR': '00:01:a4:ac:87:96',
                                 'MTU': '1500',
                                 'NM_CONTROLLED': 'no',
                                 'ONBOOT': 'no'},
                         'hwaddr': '00:01:a4:ac:87:96',
                         'ipv6addrs': ['fe80::201:a4ff:feac:8796/64'],
                         'mtu': '1500',
                         'netmask': '255.255.252.0',
                         'speed': 0},
                'eth5': {'addr': '',
                         'cfg': {'DEVICE': 'eth5',
                                 'HWADDR': '00:01:a4:ac:87:8a',
                                 'MASTER': 'bond0',
                                 'MTU': '1500',
                                 'NM_CONTROLLED': 'no',
                                 'ONBOOT': 'no',
                                 'SLAVE': 'yes'},
                         'hwaddr': '00:01:a4:ac:87:8a',
                         'ipv6addrs': [],
                         'mtu': '1500',
                         'netmask': '',
                         'permhwaddr': '00:01:A4:AC:87:8A',
                         'speed': 0},
                'eth6': {'addr': '',
                         'cfg': {'DEVICE': 'eth6',
                                 'HWADDR': '00:01:a4:ac:87:8b',
                                 'MASTER': 'bond0',
                                 'MTU': '1500',
                                 'NM_CONTROLLED': 'no',
                                 'ONBOOT': 'no',
                                 'SLAVE': 'yes'},
                         'hwaddr': '00:01:a4:ac:87:8a',
                         'ipv6addrs': [],
                         'mtu': '1500',
                         'netmask': '',
                         'permhwaddr': '00:01:A4:AC:87:8B',
                         'speed': 0}}
        vlans = {}

-- 
To view, visit http://gerrit.ovirt.org/25784
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I836972041826e4af47e83ef5097994a5203fd859
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Livnat Peer <lp...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to