[Yahoo-eng-team] [Bug 1888568] Re: DHCPv6 assigned address is not added to VM's interface

2020-09-26 Thread Launchpad Bug Tracker
[Expired for cloud-init because there has been no activity for 60 days.]

** Changed in: cloud-init
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1888568

Title:
  DHCPv6 assigned address is not added to VM's interface

Status in cloud-init:
  Expired

Bug description:
  Description of problem:

  Created a Nova instance with 2 NICs, with NIC 2 defined on StorageNFS
  network IPv6  address.  VM was created successfully with the correct
  interface config settings, however the Nova assigned IP address was
  not added to NIC 2 interface.

  Version-Release number of selected component (if applicable):

  How reproducible:
  100%

  Steps to Reproduce:
  1. Create StorageNFS network with IPv6 CIDR and address range defined
  2. Create a Nova instance with 2 NICs, 2nd NIC connected to StorageNFS network
  3. Login to VM and examin Eth1 IP address

  Actual results:
  The Nova assigned IPv6 address was not assigned to device Eth1

  Expected results:
  Expected the Nova assigned IP address to be assigned to Eth1 interface

  Additional info:
  Issue persisted with BOOTPROTO set to protocol, as well as when BOOTPROTO was 
removed from cloud.cfg

  **screen captures

  $ nova list --all | grep .243
  | 9554118f-9f77-437a-9cfd-87a8c00d0878 | 
tempest-TestShareBasicOpsNFS-server-92937175 | a0913fe1e43449cdb8794d8587dbfb55 
| ACTIVE | -  | Running | StorageNFS=fd00:fd00:fd00:7000::2fc; 
tempest-manila-share-1604635523=10.100.0.25, 10.0.0.243 |

  $ ssh manila@10.0.0.243 
  ..
  Last login: Wed Jul 22 09:22:12 2020 from 10.0.0.21

  $ ip ad
  1: lo:  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: eth0:  mtu 1442 qdisc fq_codel state UP 
group default qlen 1000
  link/ether fa:16:3e:1c:73:5f brd ff:ff:ff:ff:ff:ff
  inet 10.100.0.25/28 brd 10.100.0.31 scope global dynamic noprefixroute 
eth0
 valid_lft 43093sec preferred_lft 43093sec
  inet6 fe80::f816:3eff:fe1c:735f/64 scope link
 valid_lft forever preferred_lft forever
  3: eth1:  mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
  link/ether fa:16:3e:1d:21:5a brd ff:ff:ff:ff:ff:ff
  inet6 fe80::7b6d:fb9a:bafa:cf7b/64 scope link noprefixroute
 valid_lft forever preferred_lft forever

  $ cat /etc/sysconfig/network-scripts/ifcfg-eth1
  # Created by cloud-init on instance boot automatically, do not edit.
  #

  DEFROUTE=yes
  DEVICE=eth1
  DHCPV6C=yes
  HWADDR=fa:16:3e:1d:21:5a
  IPV6INIT=yes
  IPV6_DEFAULTGW=fd00:fd00:fd00:7000::1
  MTU=1500
  ONBOOT=yes
  TYPE=Ethernet
  USERCTL=no

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1888568/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1897424] [NEW] attach volume consume too long time, and if attaching another volume at the same time, create the bdm will be timeout

2020-09-26 Thread Jorhson Deng
Public bug reported:

2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi 
[req-408c9350-fe1e-11ea-b09f-ad32aa0197ce 
req-1903c5bf-9263-4afe-b72f-9f3e7295c790 4e6abdba9163438dafc7219cb119d222 
f34ca0cc0b664331ba7f6220a816bd81 - default default] Unexpected exception in API 
method: MessagingTimeout: Timed out waiting for a reply to message ID 
998b0b462864458f9a24dbb0896f9093
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi Traceback (most recent 
call last):
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/api/openstack/wsgi.py", 
line 801, in wrapped
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi return f(*args, 
**kwargs)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/api/validation/__init__.py",
 line 110, in wrapper
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi return func(*args, 
**kwargs)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/inspur/api/volumes.py", 
line 331, in create
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi 
supports_multiattach=supports_multiattach)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/inspur/compute/api_inspur.py",
 line 1327, in attach_volume
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi is_root=is_root)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/inspur/compute/api_inspur.py",
 line 1345, in _attach_volume
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi 
device_type=device_type, tag=tag)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/compute/api.py", line 
3958, in _create_volume_bdm
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi 
multiattach=volume['multiattach'])
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/compute/rpcapi.py", line 
897, in reserve_block_device_name
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi return 
cctxt.call(ctxt, 'reserve_block_device_name', **kw)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", 
line 179, in call
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi retry=self.retry)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_messaging/transport.py", 
line 133, in _send
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi retry=retry)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py",
 line 584, in send
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi 
call_monitor_timeout, retry=retry)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py",
 line 573, in _send
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi 
call_monitor_timeout)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py",
 line 459, in wait
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi message = 
self.waiters.get(msg_id, timeout=timeout)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi   File 
"/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py",
 line 336, in get
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi 'to message ID %s' 
% msg_id)
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi MessagingTimeout: 
Timed out waiting for a reply to message ID 998b0b462864458f9a24dbb0896f9093
2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi
2020-09-24 12:26:46.763 29 INFO nova.api.openstack.wsgi 
[req-408c9350-fe1e-11ea-b09f-ad32aa0197ce 
req-1903c5bf-9263-4afe-b72f-9f3e7295c790 4e6abdba9163438dafc7219cb119d222 
f34ca0cc0b664331ba7f6220a816bd81 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.

2020-09-24 12:26:46.758 29 ERROR nova.api.openstack.wsgi
2020-09-24 12:26:46.763 29 INFO nova.api.openstack.wsgi 
[req-408c9350-fe1e-11ea-b09f-ad32aa0197ce 
req-1903c5bf-9263-4afe-b72f-9f3e7295c790 4e6abdba9163438dafc7219cb119d222 
f34ca0cc0b664331ba7f6220a816bd81 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.

2020-09-24 12:26:46.789 29 INFO nova.osapi_compute.wsgi.server 
[req-408c9

[Yahoo-eng-team] [Bug 1897423] [NEW] [L3] Let agent extension do delete router first

2020-09-26 Thread LIU Yulong
Public bug reported:

For some agent extension implementation, it may need the router_info to
do some clean up work. So the L3 agent extensions(s) can move the delete
action ahead of the L3 agent cache deleting.

** Affects: neutron
 Importance: Low
 Assignee: LIU Yulong (dragon889)
 Status: In Progress

** Changed in: neutron
   Importance: Undecided => Low

** Changed in: neutron
 Assignee: (unassigned) => LIU Yulong (dragon889)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1897423

Title:
  [L3] Let agent extension do delete router first

Status in neutron:
  In Progress

Bug description:
  For some agent extension implementation, it may need the router_info
  to do some clean up work. So the L3 agent extensions(s) can move the
  delete action ahead of the L3 agent cache deleting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1897423/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp