[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-23 Thread Seyeong Kim
I've confirmed that only 1st patch is ok with below steps

1. deploy queens
2. patch nuetron node's oslo.messaging (1st patch only) except nova-compute 
node's oslo.messaging
3. trying to create instance and delete

And I keep restarting cinder-scheduler while I blocked one rabbitmq-
server with iptables -A INPUT -p tcp --dport 5672 -j DROP

I was able to see no exchange error for cinder eventually.

I'm going to prepare 1st and 3rd commit debdiff for this patch today.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-23 Thread Seyeong Kim
ah sorry corey you already uploaded it to bionic as well. thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-23 Thread Seyeong Kim
1. deploy rocky
2. installed updated oslo.messaging pkg in below nodes
- neutron-api
- neutron-gateway
- nova-compute
- - restarted openvswitch-agent only
3. tried to reproduce with below config
- created 3000 test queue, exchange, bindings
- juju config rabbitmq-server min-cluster-size=1
- juju config rabbitmq-server connection-backlog=200 ( to make all 
rabbitmq-server restart )
- shutdown node with maas controller ( one of rabbitmq-server)
- power on with maas controller 

I'm able to see Channel not found error for nova, and for 
neutron-openvswitch-agent on nova-compute node.
neutron-openvswitch-agent on nova-compute node has fixed but rabbitmq-server 
shows me channel not found error.

However, I can't launch and delete instance on this environment.

I'm not sure how to say about this result.
Also reproduction itself is quite hard to make. It took a lot of time to find 
regular behavior but I'm not sure there is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-23 Thread Seyeong Kim
after restarting all rabbitmq-server, status are stable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-23 Thread Seyeong Kim
With 2nd try, I also faced the same error with patched component, not
even only openvswitch-agent.

I'm going to try to reproduce with 1st and 3rd commit with manual
configuration( enable_cancel_on_failover)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-24 Thread Seyeong Kim
testing 1st, 3rd commit and manual configuration
enable_cancel_on_failover = True

I did the similar step above with Queens ( as I already made ppa for
this )

and in this case, I see different errors. restarting rabbitmq-server
solved error msgs

=ERROR REPORT 24-Feb-2021::08:07:46 ===
Channel error on connection <0.23680.14> (10.0.0.36:50874 -> 10.0.0.22:5672, 
vhost: 'openstack', user: 'neutron'), channel 1:
{amqp_error,not_found,
"queue 'q-l3-plugin_fanout_81f1be30ba514e1189e4c08e1d99a7d0' in 
vhost 'openstack' has crashed and failed to restart",
'queue.declare'}

=ERROR REPORT 24-Feb-2021::08:07:46 ===
Channel error on connection <0.23680.14> (10.0.0.36:50874 -> 10.0.0.22:5672, 
vhost: 'openstack', user: 'neutron'), channel 1:
{amqp_error,not_found,
"queue 'q-l3-plugin_fanout_81f1be30ba514e1189e4c08e1d99a7d0' in 
vhost 'openstack' has crashed and failed to restart",
'queue.declare'}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-24 Thread Seyeong Kim
** Patch removed: "lp1789177_bionic.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5444720/+files/lp1789177_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-24 Thread Seyeong Kim
** Patch removed: "lp1789177_queens.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5444721/+files/lp1789177_queens.debdiff

** Patch removed: "lp1789177_xenial.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5444730/+files/lp1789177_xenial.debdiff

** Patch removed: "lp1789177_mitaka.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5444740/+files/lp1789177_mitaka.debdiff

** Patch removed: "lp1789177_stein.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5444807/+files/lp1789177_stein.debdiff

** Patch removed: "lp1789177_train.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5444808/+files/lp1789177_train.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-24 Thread Seyeong Kim
** Patch added: "lp1789177_queens.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5466822/+files/lp1789177_queens.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-02-24 Thread Seyeong Kim
** Patch added: "lp1789177_bionic.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5466823/+files/lp1789177_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-03-03 Thread Seyeong Kim
Testing with only 1st patch didn't work , I was able to see the same error as 
the description in this LP
Testing with 1st and 3rd with manual configuration(enable_cancel_on_failover = 
True ) showed me different error
( mentnioned above )

The different error is happening less time than I assume.

So I think this can be next action but it is not perfect.
1. Patch 1st and 3rd commit,
2. And patch charms ( to set enable_cancel_on_failover )
3. Then handle different error with different LP bug ( if there is )
(above queens and bionic patch has commit #1 and #3 )

Please give some advices if you have any idea.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load (Note for ubuntu: stein, rocky, queens(bionic) changes only fix compatibility with fully patched releases)

2021-06-29 Thread Seyeong Kim
sorry for being late, I'll verify this soon

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load (Note for
  ubuntu: stein, rocky, queens(bionic) changes only fix compatibility
  with fully patched releases)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load (Note for ubuntu: stein, rocky, queens(bionic) changes only fix compatibility with fully patched releases)

2021-06-29 Thread Seyeong Kim
tested pkg in queens

test steps are below

1. deploy queens env
2. upgrade python-oslo.messaging in nova-compute/0
3. restart neutron-openvswitch-agent ( only )
4. check logs , no error
5. launch instance if it works, no error

ii  python-oslo.messaging 5.35.0-0ubuntu4~cloud0
all  oslo messaging library - Python 2.x

** Tags removed: verification-queens-needed
** Tags added: verification-queens-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load (Note for
  ubuntu: stein, rocky, queens(bionic) changes only fix compatibility
  with fully patched releases)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load (Note for ubuntu: stein, rocky, queens(bionic) changes only fix compatibility with fully patched releases)

2021-06-29 Thread Seyeong Kim
tested pkg in bionic

steps are below ( the same as queens above )

1. deploy bionic env
2. upgrade python-oslo.messaging in nova-compute/0
3. restart neutron-openvswitch-agent ( only )
4. check logs , no error
5. launch instance if it works, no error


ii  python-oslo.messaging  5.35.0-0ubuntu4  
   all  oslo messaging library - Python 2.x

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load (Note for
  ubuntu: stein, rocky, queens(bionic) changes only fix compatibility
  with fully patched releases)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1849098] Re: ovs agent is stuck with OVSFWTagNotFound when dealing with unbound port

2021-05-03 Thread Seyeong Kim
** Also affects: neutron (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: neutron (Ubuntu)
   Status: New => Fix Released

** Changed in: neutron (Ubuntu Bionic)
 Assignee: (unassigned) => Seyeong Kim (seyeongkim)

** Changed in: neutron (Ubuntu Bionic)
   Status: New => In Progress

** Patch added: "lp1849098_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1849098/+attachment/5494377/+files/lp1849098_bionic.debdiff

** Description changed:

+ [Impact]
+ 
+ somehow port is unbounded, then neutron-openvswitch-agent raise 
+ OVSFWTagNotFound, then creating new instance will be failed.
+ 
+ [Test Plan]
+ 1. deploy bionic openstack env
+ 2. launch one instance
+ 3. modify neutron-openvswitch-agent code inside nova-compute
+ - https://pastebin.ubuntu.com/p/nBRKkXmjx8/
+ 4. restart neutron-openvswitch-agent
+ 5. check if there are a lot of cannot get tag for port ..
+ 6. launch another instance.
+ 7. It fails after vif_plugging_timeout, with "virtual interface creation 
failed"
+ 
+ [Where problems could occur]
+ You need to restart service. and as patch, Basically it will be ok as it adds 
only exceptions. but getting or creating vif port part can have issue.
+ 
+ [Others]
+ 
+ Original description.
+ 
  neutron-openvswitch-agent meets unbound port:
  
  2019-10-17 11:32:21.868 135 WARNING
  neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-
  aae68b42-a99f-4bb3-bcf6-a6d3c4ca9e31 - - - - -] Device
  ef34215f-e099-4fd0-935f-c9a42951d166 not defined on plugin or binding
  failed
  
  Later when applying firewall rules:
  
  2019-10-17 11:32:21.901 135 INFO neutron.agent.securitygroups_rpc 
[req-aae68b42-a99f-4bb3-bcf6-a6d3c4ca9e31 - - - - -] Preparing filters for 
devices {'ef34215f-e099-4fd0-935f-c9a42951d166', 
'e9c97cf0-1a5e-4d77-b57b-0ba474d12e29', 'fff1bb24-6423-4486-87c4-1fe17c552cca', 
'2e20f9ee-bcb5-445c-b31f-d70d276d45c9', '03a60047-cb07-42a4-8b49-619d5982a9bd', 
'a452cea2-deaf-4411-bbae-ce83870cbad4', '79b03e5c-9be0-4808-9784-cb4878c3dbd5', 
'9b971e75-3c1b-463d-88cf-3f298105fa6e'}
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent 
[req-aae68b42-a99f-4bb3-bcf6-a6d3c4ca9e31 - - - - -] Error while processing VIF 
ports: neutron.agent.linux.openvswitch_firewall.exceptions.OVSFWTagNotFound: 
Cannot get tag for port o-hm0 from its other_config: {}
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent Traceback (most 
recent call last):
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/var/lib/openstack/lib/python3.6/site-packages/neutron/agent/linux/openvswitch_firewall/firewall.py",
 line 530, in get_or_create_ofport
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent of_port = 
self.sg_port_map.ports[port_id]
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent KeyError: 
'ef34215f-e099-4fd0-935f-c9a42951d166'
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent During handling 
of the above exception, another exception occurred:
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent Traceback (most 
recent call last):
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/var/lib/openstack/lib/python3.6/site-packages/neutron/agent/linux/openvswitch_firewall/firewall.py",
 line 81, in get_tag_from_other_config
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent return 
int(other_config['tag'])
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent KeyError: 'tag'
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent During handling 
of the above exception, another exception occurred:
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent Traceback (most 
recent call last):
  2019-10-17 11:32:21.906 135 ERROR 
neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent   File 
"/var/lib/op

[Bug 1936881] [NEW] fix channel_termination_timeout

2021-07-19 Thread Seyeong Kim
Public bug reported:

[Impact]

Bionic

The customer reported below issue

=CRASH REPORT 2-Jul-2021::04:30:57 ===
crasher:
initial call: rabbit_reader:init/4
pid: <0.17293.17>
registered_name: []
exception exit: channel_termination_timeout
in function rabbit_reader:wait_for_channel_termination/3 
(src/rabbit_reader.erl, line 800)
in call from rabbit_reader:send_error_on_channel0_and_close/4 
(src/rabbit_reader.erl, line 1548)
in call from rabbit_reader:terminate/2 (src/rabbit_reader.erl, line 642)
in call from rabbit_reader:handle_other/2 (src/rabbit_reader.erl, line 567)
in call from rabbit_reader:mainloop/4 (src/rabbit_reader.erl, line 529)
in call from rabbit_reader:run/1 (src/rabbit_reader.erl, line 454)
in call from rabbit_reader:start_connection/4 (src/rabbit_reader.erl, line 390)

There is upstream patch and they also doesn't have reliable reproducer.

https://github.com/rabbitmq/rabbitmq-server/pull/1550
https://github.com/rabbitmq/rabbitmq-server/issues/544

[Test Case]
- not able to reproduce this.

[Where problems could occur]
TBD

[Others]

** Affects: rabbitmq-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: sts

** Tags added: sts

** Description changed:

  [Impact]
+ 
+ Bionic
  
  The customer reported below issue
  
  =CRASH REPORT 2-Jul-2021::04:30:57 ===
  crasher:
  initial call: rabbit_reader:init/4
  pid: <0.17293.17>
  registered_name: []
  exception exit: channel_termination_timeout
  in function rabbit_reader:wait_for_channel_termination/3 
(src/rabbit_reader.erl, line 800)
  in call from rabbit_reader:send_error_on_channel0_and_close/4 
(src/rabbit_reader.erl, line 1548)
  in call from rabbit_reader:terminate/2 (src/rabbit_reader.erl, line 642)
  in call from rabbit_reader:handle_other/2 (src/rabbit_reader.erl, line 567)
  in call from rabbit_reader:mainloop/4 (src/rabbit_reader.erl, line 529)
  in call from rabbit_reader:run/1 (src/rabbit_reader.erl, line 454)
  in call from rabbit_reader:start_connection/4 (src/rabbit_reader.erl, line 
390)
  
  There is upstream patch and they also doesn't have reliable reproducer.
  
  https://github.com/rabbitmq/rabbitmq-server/pull/1550
  https://github.com/rabbitmq/rabbitmq-server/issues/544
  
- 
  [Test Case]
  - not able to reproduce this.
  
  [Where problems could occur]
  TBD
  
  [Others]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936881

Title:
  fix channel_termination_timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1936881/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1936881] Re: fix channel_termination_timeout

2021-07-19 Thread Seyeong Kim
** Also affects: rabbitmq-server (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Fix Released

** Patch added: "lp1936881_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1936881/+attachment/5511979/+files/lp1936881_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936881

Title:
  fix channel_termination_timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1936881/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1936881] Re: fix channel_termination_timeout

2021-07-19 Thread Seyeong Kim
** Description changed:

  [Impact]
  
  Bionic
  
  The customer reported below issue
  
  =CRASH REPORT 2-Jul-2021::04:30:57 ===
  crasher:
  initial call: rabbit_reader:init/4
  pid: <0.17293.17>
  registered_name: []
  exception exit: channel_termination_timeout
  in function rabbit_reader:wait_for_channel_termination/3 
(src/rabbit_reader.erl, line 800)
  in call from rabbit_reader:send_error_on_channel0_and_close/4 
(src/rabbit_reader.erl, line 1548)
  in call from rabbit_reader:terminate/2 (src/rabbit_reader.erl, line 642)
  in call from rabbit_reader:handle_other/2 (src/rabbit_reader.erl, line 567)
  in call from rabbit_reader:mainloop/4 (src/rabbit_reader.erl, line 529)
  in call from rabbit_reader:run/1 (src/rabbit_reader.erl, line 454)
  in call from rabbit_reader:start_connection/4 (src/rabbit_reader.erl, line 
390)
  
  There is upstream patch and they also doesn't have reliable reproducer.
  
  https://github.com/rabbitmq/rabbitmq-server/pull/1550
  https://github.com/rabbitmq/rabbitmq-server/issues/544
  
  [Test Case]
  - not able to reproduce this.
+ - I made test pkg with this patch, and test openstack env worked fine. but 
need review
  
  [Where problems could occur]
- TBD
+ As this patch is for rabbitmq-server, rabbitmq-server should be restarted and 
messaging between components may have problem 
  
  [Others]

** Description changed:

  [Impact]
  
  Bionic
  
  The customer reported below issue
  
  =CRASH REPORT 2-Jul-2021::04:30:57 ===
  crasher:
  initial call: rabbit_reader:init/4
  pid: <0.17293.17>
  registered_name: []
  exception exit: channel_termination_timeout
  in function rabbit_reader:wait_for_channel_termination/3 
(src/rabbit_reader.erl, line 800)
  in call from rabbit_reader:send_error_on_channel0_and_close/4 
(src/rabbit_reader.erl, line 1548)
  in call from rabbit_reader:terminate/2 (src/rabbit_reader.erl, line 642)
  in call from rabbit_reader:handle_other/2 (src/rabbit_reader.erl, line 567)
  in call from rabbit_reader:mainloop/4 (src/rabbit_reader.erl, line 529)
  in call from rabbit_reader:run/1 (src/rabbit_reader.erl, line 454)
  in call from rabbit_reader:start_connection/4 (src/rabbit_reader.erl, line 
390)
  
  There is upstream patch and they also doesn't have reliable reproducer.
  
  https://github.com/rabbitmq/rabbitmq-server/pull/1550
  https://github.com/rabbitmq/rabbitmq-server/issues/544
  
  [Test Case]
  - not able to reproduce this.
  - I made test pkg with this patch, and test openstack env worked fine. but 
need review
+ - - https://launchpad.net/~seyeongkim/+archive/ubuntu/sf314324/
  
  [Where problems could occur]
- As this patch is for rabbitmq-server, rabbitmq-server should be restarted and 
messaging between components may have problem 
+ As this patch is for rabbitmq-server, rabbitmq-server should be restarted and 
messaging between components may have problem
  
  [Others]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936881

Title:
  fix channel_termination_timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1936881/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1936881] Re: fix channel_termination_timeout

2021-07-20 Thread Seyeong Kim
** Description changed:

  [Impact]
  
- Bionic
+ Bionic, Openstack
  
  The customer reported below issue
+ 
+ And there are queues which has unconsumed msgs. so wasn't able to create
+ instance.
+ 
+ they was able to fix this by rebooting nova-compute node.
  
  =CRASH REPORT 2-Jul-2021::04:30:57 ===
  crasher:
  initial call: rabbit_reader:init/4
  pid: <0.17293.17>
  registered_name: []
  exception exit: channel_termination_timeout
  in function rabbit_reader:wait_for_channel_termination/3 
(src/rabbit_reader.erl, line 800)
  in call from rabbit_reader:send_error_on_channel0_and_close/4 
(src/rabbit_reader.erl, line 1548)
  in call from rabbit_reader:terminate/2 (src/rabbit_reader.erl, line 642)
  in call from rabbit_reader:handle_other/2 (src/rabbit_reader.erl, line 567)
  in call from rabbit_reader:mainloop/4 (src/rabbit_reader.erl, line 529)
  in call from rabbit_reader:run/1 (src/rabbit_reader.erl, line 454)
  in call from rabbit_reader:start_connection/4 (src/rabbit_reader.erl, line 
390)
  
  There is upstream patch and they also doesn't have reliable reproducer.
  
  https://github.com/rabbitmq/rabbitmq-server/pull/1550
  https://github.com/rabbitmq/rabbitmq-server/issues/544
  
  [Test Case]
  - not able to reproduce this.
  - I made test pkg with this patch, and test openstack env worked fine. but 
need review
  - - https://launchpad.net/~seyeongkim/+archive/ubuntu/sf314324/
  
  [Where problems could occur]
  As this patch is for rabbitmq-server, rabbitmq-server should be restarted and 
messaging between components may have problem
  
  [Others]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936881

Title:
  fix channel_termination_timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1936881/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-16 Thread Seyeong Kim
** Also affects: python-oslo.messaging (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-oslo.messaging (Ubuntu)
 Assignee: (unassigned) => Seyeong Kim (seyeongkim)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-16 Thread Seyeong Kim
** Tags added: sts

** Description changed:

+ [Impact]
+ 
+ 
+ Affected
+  Bionic
+ Not affected
+  Focal
+ 
+ [Test Case]
+ TBD
+ 
+ 
+ [Where problems could occur]
+ TBD
+ 
+ [Others]
+ 
+ 
+ // original description
+ 
  Input:
-  - OpenStack Pike cluster with ~500 nodes
-  - DVR enabled in neutron
-  - Lots of messages
+  - OpenStack Pike cluster with ~500 nodes
+  - DVR enabled in neutron
+  - Lots of messages
  
  Scenario: failover of one rabbit node in a cluster
  
  Issue: after failed rabbit node gets back online some rpc communications 
appear broken
  Logs from rabbit:
  
  =ERROR REPORT 10-Aug-2018::17:24:37 ===
  Channel error on connection <0.14839.1> (10.200.0.24:55834 -> 
10.200.0.31:5672, vhost: '/openstack', user: 'openstack'), channel 1:
  operation basic.publish caused a channel exception not_found: no exchange 
'reply_5675d7991b4a4fb7af5d239f4decb19f' in vhost '/openstack'
  
  Investigation:
  After rabbit node gets back online it gets many new connections immediately 
and fails to synchronize exchanges for some reason (number of exchanges in that 
cluster was ~1600), on that node it stays low and not increasing.
  
  Workaround: let the recovered node synchronize all exchanges - forbid
  new connections with iptables rules for some time after failed node gets
  online (30 sec)
  
  Proposal: do not create new exchanges (use default) for all direct
  messages - this also fixes the issue.
  
  Is there a good reason for creating new exchanges for direct messages?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-16 Thread Seyeong Kim
** Patch added: "lp1789177_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/5444392/+files/lp1789177_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-16 Thread Seyeong Kim
** Patch added: "lp1789177_queens.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/522/+files/lp1789177_queens.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Description changed:

  [Impact]
  
+ If there are many exchanges and queues, after failing over, rabbitmq-
+ server shows us error that exchanges are cannot be found.
  
  Affected
-  Bionic
+  Bionic (Queens)
  Not affected
-  Focal
+  Focal
+ 
  
  [Test Case]
- TBD
+ 
+ 1. deploy simple rabbitmq cluster
+ - https://pastebin.ubuntu.com/p/MR76VbMwY5/
+ 2. juju ssh neutron-gateway/0
+ - for i in {1..1000}; do systemd restart neutron-metering-agent; sleep 2; done
+ 3. it would be better if we can add more exchanges, queues, bindings
+ - rabbitmq-plugins enable rabbitmq_management 
+ - rabbitmqctl add_user test password 
+ - rabbitmqctl set_user_tags test administrator
+ - rabbitmqctl set_permissions -p openstack test ".*" ".*" ".*" 
+ - https://pastebin.ubuntu.com/p/brw7rSXD7q/ ( save this as create.sh)
+ - for i in {1..2000}; do ./create.sh test_$i; done
+ 
+ 4. restart rabbitmq-server service or shutdown machine and turn on several 
times.
+ 5. you can see the exchange not found error
  
  
  [Where problems could occur]
- TBD
+ 1. every service which uses oslo.messaging need to be restarted.
+ 2. Message transferring could be an issue
+ 
  
  [Others]
- 
  
  // original description
  
  Input:
   - OpenStack Pike cluster with ~500 nodes
   - DVR enabled in neutron
   - Lots of messages
  
  Scenario: failover of one rabbit node in a cluster
  
  Issue: after failed rabbit node gets back online some rpc communications 
appear broken
  Logs from rabbit:
  
  =ERROR REPORT 10-Aug-2018::17:24:37 ===
  Channel error on connection <0.14839.1> (10.200.0.24:55834 -> 
10.200.0.31:5672, vhost: '/openstack', user: 'openstack'), channel 1:
  operation basic.publish caused a channel exception not_found: no exchange 
'reply_5675d7991b4a4fb7af5d239f4decb19f' in vhost '/openstack'
  
  Investigation:
  After rabbit node gets back online it gets many new connections immediately 
and fails to synchronize exchanges for some reason (number of exchanges in that 
cluster was ~1600), on that node it stays low and not increasing.
  
  Workaround: let the recovered node synchronize all exchanges - forbid
  new connections with iptables rules for some time after failed node gets
  online (30 sec)
  
  Proposal: do not create new exchanges (use default) for all direct
  messages - this also fixes the issue.
  
  Is there a good reason for creating new exchanges for direct messages?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Patch removed: "lp1789177_bionic.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1789177/+attachment/5444392/+files/lp1789177_bionic.debdiff

** Patch removed: "lp1789177_queens.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1789177/+attachment/522/+files/lp1789177_queens.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Patch added: "lp1789177_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/5444720/+files/lp1789177_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Patch added: "lp1789177_queens.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/5444721/+files/lp1789177_queens.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
I can't reproduce this symptom in Focal though it is 12.1.0 
it doesn't have commit 0a432c7fb107d04f7a41199fe9a8c4fbd344d009 

I think xenial need fix as well, I can reproduce this in xenial, 
I'm preparing debdiff for xenial as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Patch added: "lp1789177_xenial.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/5444730/+files/lp1789177_xenial.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Patch added: "lp1789177_mitaka.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/5444740/+files/lp1789177_mitaka.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Also affects: cloud-archive/mitaka
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/queens
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Patch added: "lp1789177_train.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/5444808/+files/lp1789177_train.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
** Patch added: "lp1789177_stein.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-oslo.messaging/+bug/1789177/+attachment/5444807/+files/lp1789177_stein.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-17 Thread Seyeong Kim
For Stein and Train 
There is already commit  3a5de89dd686dbd9660f140f9c78b20e1632 
But no 6fe1aec1c74f112db297cd727d2ea400a292b038

I think we need to fix this for  both releases as well.
only one fix cannot be solve this issue.

and Train's functional test is already removed  
but Stein's one wasn't.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2020-12-20 Thread Seyeong Kim
** Changed in: python-oslo.messaging (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: python-oslo.messaging (Ubuntu Xenial)
 Assignee: (unassigned) => Seyeong Kim (seyeongkim)

** Changed in: python-oslo.messaging (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: cloud-archive/queens
   Status: New => In Progress

** Changed in: python-oslo.messaging (Ubuntu Bionic)
 Assignee: (unassigned) => Seyeong Kim (seyeongkim)

** Changed in: cloud-archive/queens
 Assignee: (unassigned) => Seyeong Kim (seyeongkim)

** Changed in: python-oslo.messaging (Ubuntu)
 Assignee: Seyeong Kim (seyeongkim) => (unassigned)

** Changed in: cloud-archive/mitaka
 Assignee: (unassigned) => Seyeong Kim (seyeongkim)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1789177

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1748147] Re: Upgrading systemd sets incorrect permissions on /var/log/

2018-03-31 Thread Seyeong Kim
** Bug watch added: Debian Bug tracker #894510
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894510

** Also affects: systemd via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894510
   Importance: Unknown
   Status: Unknown

** Project changed: systemd => debhelper

** Also affects: debhelper (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1748147

Title:
  Upgrading systemd sets incorrect permissions on /var/log/

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1507937] Re: Tenant does not support non-ascii characters

2018-04-02 Thread Seyeong Kim
hello, any news for this SRU?

or need to do something else?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507937

Title:
  Tenant does not support non-ascii characters

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752838] Re: [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there are many port

2018-04-03 Thread Seyeong Kim
Hello,

for xenial-queens

I followed below step to verify this. ( slightly different )

1. deploy openstack xenial-queens
2. create networks routers etc on horizon
3. create instance on horizon
4. login to host
5. adding dummy ports via ( https://paste.ubuntu.com/p/X35H85XWPh/ )
6. reboot and check if order is ok ( not ok here, at this time, systemd status 
failed )
7. upgrade pkg
8. reboot and check if order is ok ( ok here, clean )
9. regression check ( checking ovs-vsctl output if the port for #3 instance is 
exist ) on host
- service openvswitch-switch restart
- service neutron-openvswitch-agent restart
- check if port are still there

Thanks

dpkg -l | grep  neutron
ii  neutron-common   2:12.0.0-0ubuntu2~cloud0   
 all  Neutron is a virtual network service for Openstack - common
ii  neutron-openvswitch-agent2:12.0.0-0ubuntu2~cloud0   
 all  Neutron is a virtual network service for Openstack - Open 
vSwitch plugin agent
ii  neutron-plugin-openvswitch-agent 2:12.0.0-0ubuntu2~cloud0   
 all  Transitional package for neutron-openvswitch-agent

** Tags removed: verification-queens-needed
** Tags added: verification-queens-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752838

Title:
  [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there
  are many port

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1775170] Re: [SRU] Fixing empty create swift container dialog after upgrading horizon from newton to ocata

2018-07-03 Thread Seyeong Kim
right, source code itself doesn't have any differences ( if compare same
file name )

but compressed js is different(&broken) because extra file is copied to
/var/lib

and it seems extra code inserted to compressed js (& broken, you can see
broken(incomplete) source in compressed.js )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1775170

Title:
  [SRU] Fixing empty create swift container dialog after upgrading
  horizon from newton to ocata

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: [SRU] refresh memcached static assets after upgrade

2018-12-05 Thread Seyeong Kim
Hello

verified bionic for this issue.

step to vefiry
1. deploy bionic env.
2. install old openstack-dashboard pkg on openstack-dashboard node
3. upgrade it to current version, and check if there is error ( there is )
4. upgrade -proposed version and check if there is error ( it is gone )

dpkg -l

root@node-10:~# dpkg -l | grep openstack-dashboard
ii  openstack-dashboard   3:13.0.1-0ubuntu4 all 
 Django web interface for OpenStack
root@node-10:~# dpkg -l | grep horizon
ii  python-django-horizon 3:13.0.1-0ubuntu4 all 
 Django module providing web based interaction with OpenStack

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  [SRU] refresh memcached static assets after upgrade

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: [SRU] refresh memcached static assets after upgrade

2018-12-05 Thread Seyeong Kim
It seems that cosmic-proposed failed to build.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  [SRU] refresh memcached static assets after upgrade

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713499] Re: Cannot delete a neutron network, if the currently configured MTU is lower than the network's MTU

2018-09-30 Thread Seyeong Kim
** Tags added: sts-sru-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713499

Title:
  Cannot delete a neutron network, if the currently configured MTU is
  lower than the network's MTU

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713499] Re: Cannot delete a neutron network, if the currently configured MTU is lower than the network's MTU

2018-09-30 Thread Seyeong Kim
** Patch added: "lp1713499_pike.debdiff"
   
https://bugs.launchpad.net/neutron/+bug/1713499/+attachment/5195113/+files/lp1713499_pike.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713499

Title:
  Cannot delete a neutron network, if the currently configured MTU is
  lower than the network's MTU

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713499] Re: Cannot delete a neutron network, if the currently configured MTU is lower than the network's MTU

2018-09-30 Thread Seyeong Kim
** Patch added: "lp1713499_queens.debdiff"
   
https://bugs.launchpad.net/neutron/+bug/1713499/+attachment/5195114/+files/lp1713499_queens.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713499

Title:
  Cannot delete a neutron network, if the currently configured MTU is
  lower than the network's MTU

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713499] Re: Cannot delete a neutron network, if the currently configured MTU is lower than the network's MTU

2018-09-30 Thread Seyeong Kim
** Changed in: neutron (Ubuntu)
   Status: New => Fix Released

** Changed in: neutron (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: neutron (Ubuntu Bionic)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Patch added: "lp1713499_bionic.debdiff"
   
https://bugs.launchpad.net/neutron/+bug/1713499/+attachment/5195115/+files/lp1713499_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713499

Title:
  Cannot delete a neutron network, if the currently configured MTU is
  lower than the network's MTU

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713499] Re: Cannot delete a neutron network, if the currently configured MTU is lower than the network's MTU

2018-10-01 Thread Seyeong Kim
** Changed in: cloud-archive/pike
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Changed in: cloud-archive/queens
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713499

Title:
  Cannot delete a neutron network, if the currently configured MTU is
  lower than the network's MTU

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713499] Re: Cannot delete a neutron network, if the currently configured MTU is lower than the network's MTU

2018-10-09 Thread Seyeong Kim
Hello

I verified this patch for pike is working.

I reproduced this as http://paste.openstack.org/show/619723/

And upgrade pkg on neutron-api node, then tried to delete again.

Then it is deleted.

dpkg -l 
ii  neutron-common   2:11.0.5-0ubuntu1~cloud1   
all  Neutron is a virtual network service for Openstack - common
ii  neutron-plugin-ml2   2:11.0.5-0ubuntu1~cloud1   
all  Neutron is a virtual network service for Openstack - ML2 plugin
ii  neutron-server   2:11.0.5-0ubuntu1~cloud1   
all  Neutron is a virtual network service for Openstack - server
ii  python-neutron   2:11.0.5-0ubuntu1~cloud1   
all  Neutron is a virtual network service for Openstack - Python 
library

** Tags removed: verification-pike-needed
** Tags added: verification-pike-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713499

Title:
  Cannot delete a neutron network, if the currently configured MTU is
  lower than the network's MTU

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-20 Thread Seyeong Kim
Thanks corey
I'll test this soon and will update this.

** Changed in: horizon (Ubuntu)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-20 Thread Seyeong Kim
Hey corey

I checked this is working with bionic and xenial-queens

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-26 Thread Seyeong Kim
Hey corey

yes #9 is about it

sorry for making confusion

it worked fine with your script in post script

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-08 Thread Seyeong Kim
Hello Xav,

I reproduced this issue and found that restarting memcached fixes this
issue.

After upgrading openstack-dashboard, compressed css file's name has
changed.

but generated html still has old name. so this happens.

I'm going to check if we need to put script for restarting memcached on
postinst script in deb pkg for this.

Thanks

** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-12 Thread Seyeong Kim
** Description changed:

- Using Queens on Xenial.  We updated the packages to the current
- versions:
+ [Impact]
+ After upgrading openstack-dashboard pkg,
+ Because compressed css file name has been changed, 
+ UI is broken
+ 
+ affected B
+ UCA Q
+ 
+ keep testing the other releases and will update
+ 
+ flushing or restarting memcached on openstack-dashboard fixes this
+ issue.
+ 
+ [Test Case]
+ 1. deploy openstack env
+ 2. install old pkg (e.g 13.0.1-0ubuntu1) on openstack-dashboard node
+ 3. apt install openstack-dashboard(this means upgrading)
+ 4. check web page
+ 
+ [Regression]
+ This patch flushes memcached's cache when installing pkg. It makes 
re-creating cache again so, it will be slow at first. Basically no effect to 
running cloud environment.
+ 
+ [Others]
+ 
+ 
+ [Original Description]
+ Using Queens on Xenial.  We updated the packages to the current versions:
  
  ~$ apt-cache policy openstack-dashboard-ubuntu-theme
  openstack-dashboard-ubuntu-theme:
-   Installed: 3:13.0.1-0ubuntu3~cloud0
-   Candidate: 3:13.0.1-0ubuntu3~cloud0
-   Version table:
-  *** 3:13.0.1-0ubuntu3~cloud0 500
- 500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
xenial-updates/queens/main amd64 Packages
- 100 /var/lib/dpkg/status
-  2:9.1.2-0ubuntu5 500
- 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
-  2:9.0.0-0ubuntu2 500
- 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
+   Installed: 3:13.0.1-0ubuntu3~cloud0
+   Candidate: 3:13.0.1-0ubuntu3~cloud0
+   Version table:
+  *** 3:13.0.1-0ubuntu3~cloud0 500
+ 500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
xenial-updates/queens/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  2:9.1.2-0ubuntu5 500
+ 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
+  2:9.0.0-0ubuntu2 500
+ 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  
  Using the Ubuntu theme results in a page full of garbage, missing css.
  The browser reports the following in consoles:
  
  The requested URL /static/dashboard/css/6e9a9fafb1ba.css was not found
  on this server.
  
  If I use other themes, it seems OK, just this one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-12 Thread Seyeong Kim
** Patch added: "lp1802226_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+attachment/5211787/+files/lp1802226_bionic.debdiff

** Tags added: sts-sru-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-12 Thread Seyeong Kim
** Patch added: "lp1802226-queens.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+attachment/5211786/+files/lp1802226-queens.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-04 Thread Seyeong Kim
When trying to upgrade openstack-dashboard

I got below messages. and If I upgrade them all, there are syntax error
there. ( pyinotify )

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  docutils-doc formencode-i18n libjs-sphinxdoc libjs-underscore python-amqp 
python-anyjson python-appdirs python-babel python-blinker python-bs4 
python-bson python-bson-ext python-cachetools python-ceilometerclient 
python-certifi python-chardet python-cinderclient python-cliff python-cmd2 
python-concurrent.futures python-contextlib2
  python-csscompressor python-dateutil python-debtcollector python-decorator 
python-deprecation python-django python-django-appconf python-django-babel 
python-django-compressor python-django-horizon python-django-openstack-auth 
python-django-pyscss python-docutils python-dogpile.cache python-eventlet 
python-extras python-fasteners
  python-fixtures python-formencode python-funcsigs python-functools32 
python-futurist python-glanceclient python-greenlet python-gridfs 
python-heatclient python-html5lib python-iso8601 python-jinja2 python-jmespath 
python-json-pointer python-jsonpatch python-jsonschema python-jwt 
python-keystoneauth1 python-keystoneclient python-kombu
  python-linecache2 python-lxml python-markupsafe python-memcache 
python-mimeparse python-mock python-monotonic python-msgpack python-munch 
python-neutronclient python-novaclient python-oauthlib python-olefile 
python-openid python-openssl python-openstacksdk python-os-client-config 
python-os-service-types python-osc-lib
  python-oslo.concurrency python-oslo.config python-oslo.context 
python-oslo.i18n python-oslo.log python-oslo.messaging python-oslo.middleware 
python-oslo.policy python-oslo.serialization python-oslo.service 
python-oslo.utils python-osprofiler python-paste python-pastedeploy 
python-pastescript python-pathlib python-pbr python-pil python-pint
  python-posix-ipc python-prettytable python-pygments python-pyinotify 
python-pymongo python-pymongo-ext python-pyparsing python-pyperclip 
python-pyscss python-rcssmin python-repoze.lru python-requests 
python-requestsexceptions python-rfc3986 python-rjsmin python-roman 
python-routes python-scgi python-semantic-version python-simplejson
  python-sqlparse python-statsd python-stevedore python-swiftclient 
python-tempita python-tenacity python-testtools python-traceback2 python-tz 
python-unicodecsv python-unittest2 python-urllib3 python-vine python-warlock 
python-webencodings python-webob python-wrapt python3-django-horizon 
python3-django-openstack-auth
Suggested packages:
  python-amqp-doc python-blinker-doc python-ceilometerclient-doc 
python-cliff-doc python-debtcollector-doc bpython geoip-database-extra | 
geoip-database-contrib gettext ipython libgdal1 python-bcrypt python-django-doc 
python-flup python-psycopg2 python-pymysql python-sqlite 
python-django-appconf-doc python-django-babel-doc
  fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 
texlive-latex-base texlive-latex-recommended python-eventlet-doc 
python-egenix-mxdatetime python-funcsigs-doc python-futurist-doc 
python-glanceclient-doc python-greenlet-doc python-greenlet-dev 
python-greenlet-dbg python-genshi python-jinja2-doc python-keystoneauth1-doc
  python-requests-kerberos python-beanstalkc python-boto python-couchdb 
python-kombu-doc python-pika python-redis python-sqlalchemy python-lxml-dbg 
python-lxml-doc python-mock-doc python-openssl-doc python-openssl-dbg 
python-openstacksdk-doc python-os-client-config-doc python-os-service-types-doc 
python-osc-lib-doc python-oslo.concurrency-doc
  python-oslo.log-doc python-kafka python-zmq python-oslo.middleware-doc 
python-oslo.policy-doc python-oslo.service-doc libapache2-mod-python 
libapache2-mod-scgi libjs-mochikit python-pastewebkit python-cheetah 
python-cherrypy python-pil-doc python-pil-dbg ttf-bitstream-vera 
python-pyinotify-doc python-pymongo-doc python-pyparsing-doc
  python-socks python-semantic-version-doc python-sqlparse-doc 
python-tenacity-doc python-testtools-doc python-twisted python-ntlm 
python-webob-doc
The following NEW packages will be installed:
  docutils-doc formencode-i18n libjs-sphinxdoc libjs-underscore python-amqp 
python-anyjson python-appdirs python-babel python-blinker python-bs4 
python-bson python-bson-ext python-cachetools python-ceilometerclient 
python-certifi python-chardet python-cinderclient python-cliff python-cmd2 
python-concurrent.futures python-contextlib2
  python-csscompressor python-dateutil python-debtcollector python-decorator 
python-deprecation python-django python-django-appconf python-django-babel 
python-django-compressor python-django-horizon python-django-openstack-auth 
python-django-pyscss python-docutils python-dogpile.cache python-eventlet 
python-extras python-fasteners
  python-fixtures python-formencode python-funcsigs python-functools32 
python-futurist python-glanceclient py

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-04 Thread Seyeong Kim
I can verify this is working after I installed with dpkg from directly
download deb pkgs..

I think I need to check this

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-04 Thread Seyeong Kim
I tried cosmic again with adding universe multiverse to apt/sources.list

and got the same msg as cosmic-rocky

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-07 Thread Seyeong Kim
logs in cosmic

https://pastebin.canonical.com/p/YvBsZnSZrS/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-07 Thread Seyeong Kim
logs in rocky

https://pastebin.canonical.com/p/7wT45RzGxM/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-08 Thread Seyeong Kim
The same in stsstack

https://pastebin.canonical.com/p/qqXXHRWxfr/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-08 Thread Seyeong Kim
ok, I found how to upgrade them on rocky and cosmic.

I verified bionic-rocky for this issue.

apt install openstack-dashboard-common(not openstack-dashboard)

oot@juju-41e8e7-default-8:~# dpkg -l | grep openstack-dashboard
ii  openstack-dashboard  3:14.0.2-0ubuntu2~cloud0   
 all  Django web interface for OpenStack
ii  openstack-dashboard-common   3:14.0.2-0ubuntu2~cloud0   
 all  Django web interface for OpenStack - common files
ii  openstack-dashboard-ubuntu-theme 3:14.0.2-0ubuntu2~cloud0   
 all  Transitional dummy package for Ubuntu theme for Horizon


** Tags removed: verification-rocky-needed
** Tags added: verification-rocky-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-08 Thread Seyeong Kim
I verified cosmic for this issue.

apt install openstack-dashboard-common
( apt install openstack-dashboard causes a lot of depenent pkgs)

dpkg -l | grep openstack
ii  openstack-dashboard  3:14.0.2-0ubuntu2  all 
 Django web interface for OpenStack
ii  openstack-dashboard-common   3:14.0.2-0ubuntu2  all 
 Django web interface for OpenStack - common files
ii  openstack-dashboard-ubuntu-theme 3:14.0.2-0ubuntu2  all 
 Transitional dummy package for Ubuntu theme for Horizon
ii  python3-django-openstack-auth3:14.0.2-0ubuntu2  all 
 Django authentication backend for Openstack - Python 3.x

** Tags removed: verification-needed-cosmic
** Tags added: verification-done-cosmic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794478] Re: Automatic ipv4 not assigned to bond interface is manual ipv6 is assigned to it

2020-02-18 Thread Seyeong Kim
I uploaded patch for bionic sru. but I didn't subscribe sru-sponsors yet
because I'm still confirming reproducer.

I'll update description after reproducing this issue in my local.

Thanks.

** Tags added: sts

** Changed in: network-manager (Ubuntu Bionic)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Patch added: "lp1794478_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1794478/+attachment/5329464/+files/lp1794478_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794478

Title:
  Automatic ipv4 not assigned to bond interface is manual ipv6 is
  assigned to it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1794478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794478] Re: Automatic ipv4 not assigned to bond interface is manual ipv6 is assigned to it

2020-02-19 Thread Seyeong Kim
** Patch removed: "lp1794478_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1794478/+attachment/5329464/+files/lp1794478_bionic.debdiff

** Patch added: "lp1794478_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1794478/+attachment/5329624/+files/lp1794478_bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794478

Title:
  Automatic ipv4 not assigned to bond interface is manual ipv6 is
  assigned to it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1794478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794478] Re: Automatic ipv4 not assigned to bond interface is manual ipv6 is assigned to it

2020-02-21 Thread Seyeong Kim
** Description changed:

  [Impact]
+ 
+ In case creating bond interface, IPv4 address is not automatically
+ assigned when IPv6 has manual setting.
+ 
  [Test Case]
+ 
+ 1. create 18.04.4 instance, network-manager version is 1.10.6-2ubuntu.1.2 as 
original description.
+ 2. ipv6 manual, ipv4 auto
+ ##
+ sudo nmcli con add type bond con-name bond0 ifname bond0 mode active-backup;
+ sudo nmcli con mod bond0 bond.options "downdelay=0, fail_over_mac=none, 
miimon=100, mode=active-backup,num_grat_arp=0, primary_reselect=always, 
updelay=0";
+ sudo nmcli con mod bond0 ipv6.method manual ipv6.addresses 
fe81::ff:fe97:a27f/64;
+ sudo nmcli con mod bond0 ipv4.method auto;
+ sudo nmcli con add type bond-slave ifname ens34 master bond0;
+ sudo nmcli con add type bond-slave ifname ens35 master bond0;
+ sudo nmcli con mod bond0 +bond.options mii=100
+ 
+ sleep 5
+ 
+ sudo nmcli con up bond-slave-ens34
+ sudo nmcli con up bond-slave-ens35
+ sudo nmcli con up bond0;
+ 
+ sleep 5;
+ sudo nmcli c s bond0
+ ##
+ 3. ipv6 auto, ipv4 auto
+ ##
+ sudo nmcli con add type bond con-name bond0 ifname bond0 mode active-backup;
+ sudo nmcli con mod bond0 bond.options "downdelay=0, fail_over_mac=none, 
miimon=100, mode=active-backup,num_grat_arp=0, primary_reselect=always, 
updelay=0";
+ sudo nmcli con mod bond0 ipv6.method auto;
+ sudo nmcli con mod bond0 ipv4.method auto;
+ sudo nmcli con add type bond-slave ifname ens34 master bond0;
+ sudo nmcli con add type bond-slave ifname ens35 master bond0;
+ sudo nmcli con mod bond0 +bond.options mii=100
+ 
+ sleep 5
+ 
+ sudo nmcli con up bond-slave-ens34
+ sudo nmcli con up bond-slave-ens35
+ sudo nmcli con up bond0;
+ 
+ sleep 5
+ 
+ sudo nmcli c s bond0
+ ##
+ 
+ when run #3, it is working, but with #2, it is not working.
+ 
  [Potential Regression]
  
+ Actually nothing special. fix just remove if statement. but it needs
+ Network Manager restarted.
+ 
  [Other informations]
+ 
+ After upstream fix, it is working fine with #2 and #3 above.
  
  * Upstream bug and fix:
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1575944
  https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/f03ae35
  
  * Only affecting Bionic:
  
  $ git describe --contains f03ae35
  1.10.8~2
  
  $ rmadison network-manager
  ==> network-manager | 1.10.6-2ubuntu1.2   | bionic-updates
  network-manager | 1.20.4-2ubuntu2.2   | eoan-updates
  network-manager | 1.22.4-1ubuntu2 | focal
  
  [Original description]
  
  ---Problem Description---
  Bond interface with automatic ipv4 mode and manual ipv6 mode fails to get 
automatic ipv4 assigned from dhcp server.
  
  ---uname output---
  Linux NetworkTest 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15 13:42:17 UTC 
2018 s390x s390x s390x GNU/Linux
  
  Machine Type = s390x
  
  ---Debugger---
  A debugger is not configured
  
  ---Steps to Reproduce---
   When user configures ipv4 as automatic and ipv6 as manual for bond interface 
automatic ipv4 is not getting assigned.
  Looks like dhcp client request for ipv4 is not done to dhcp server after 
maunal ipv6 is assigned quickly to bond interface
  
  This issue will not happen in below cases:
  1)with ipv4 automatic and ipv6 manual configuration for ethernet or vlan 
interface.
  2)with ipv4 automatic and ipv6 automatic configuration for bond interface
  3)with ipv4 automatic and ipv6 disabled configuration for bond interface
  
  Configuration:
  Bond interface, ipv4 automatic mode and ipv6 automatic mode
  
  root@NetworkTest:/etc/NetworkManager/system-connections# cat test_bond
  [connection]
  id=test_bond
  uuid=63e54542-5135-47ac-a954-b861c3937be2
  type=bond
  interface-name=test_bond
  permissions=
  timestamp=1537944121
  
  [ethernet]
  mac-address-blacklist=
  
  [bond]
  downdelay=0
  fail_over_mac=none
  miimon=100
  mode=active-backup
  num_grat_arp=0
  primary_reselect=always
  updelay=0
  
  [ipv4]
  dns-search=
  method=auto
  
  [ipv6]
  addr-gen-mode=stable-privacy
  dns-search=
  method=auto
  
  From /var/log/syslog, we can see ip got assigned:
  
  Sep 26 06:26:26 NetworkTest dhclient[8663]: DHCPDISCOVER on test_bond to 
255.255.255.255 port 67 interval 3 (xid=0x5e04bf1e)
  Sep 26 06:26:26 NetworkTest dhclient[8663]: DHCPREQUEST of 10.2.3.55 on 
test_bond to 255.255.255.255 port 67 (xid=0x5e04bf1e)
  Sep 26 06:26:26 NetworkTest dhclient[8663]: DHCPOFFER of 10.2.3.55 from 
10.2.3.1
  Sep 26 06:26:26 NetworkTest dhclient[8663]: DHCPACK of 10.2.3.55 from 10.2.3.1
  
  root@NetworkTest:/etc/NetworkManager/system-connections# ip a s test_bond
  28: test_bond:  mtu 1500 qdisc 
noqueue state UP group default qlen 1000
  link/ether 02:00:00:b3:b5:22 brd ff:ff:ff:ff:ff:ff
  inet 10.2.3.55/24 brd 10.2.3.255 scope global dynamic noprefixroute 
test_bond
     valid_lft 353sec preferred_lft 353sec
  inet6 fe80::ff:feb3:b522/64 scope link
     v

[Bug 1794478] Re: Automatic ipv4 not assigned to bond interface is manual ipv6 is assigned to it

2020-02-21 Thread Seyeong Kim
why bugproxy keep attaching old debdiff I've changed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794478

Title:
  Automatic ipv4 not assigned to bond interface is manual ipv6 is
  assigned to it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1794478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-03-27 Thread Seyeong Kim
Hello Sahid

Could you please let me know what env you used?

I tested pike and queens just now and there is no symptome as you said.

It is normally loaded in my case.

Thanks.

** Attachment added: "screenshot_login.png"
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1818770/+attachment/5249677/+files/screenshot_login.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-03-27 Thread Seyeong Kim
ok I'll try to do it.

I have a question about that.

I think we need to handle them separately but you want to handle them in
this case?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-03-27 Thread Seyeong Kim
Thanks. but this issue is happening from Pike,

I tested Ocata but it is ok. though code are the same all of them..
( I think patch for old one is just fine but can't verify them when it is in 
-proposed.. )

except that, all seems good.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-02 Thread Seyeong Kim
Hello

I've verified pike for this.

just did the same test as description.

dpkg -l | grep dashboard
ii  openstack-dashboard  3:12.0.3-0ubuntu1~cloud1   
all  Django web interface for OpenStack
ii  openstack-dashboard-ubuntu-theme 3:12.0.3-0ubuntu1~cloud1   
all  Transitional dummy package for Ubuntu theme for Horizon

** Tags removed: verification-pike-needed
** Tags added: verification-pike-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-02 Thread Seyeong Kim
Hello

I've verified bionic for this.

I did the same test as description.

dpkg -l | grep dashboard
ii  openstack-dashboard   3:13.0.1-0ubuntu5  
all  Django web interface for OpenStack

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-02 Thread Seyeong Kim
while upgrading pkg in cosmic.

I faced error with apt command.

It seems that dependency issue is there. and newer version of python3
-django-horizon is not there yet.

root@node-11:~# apt install python3-django-horizon openstack-dashboard
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-django-horizon is already the newest version (3:14.0.2-0ubuntu1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 openstack-dashboard : Depends: python-django-horizon (= 3:14.0.2-0ubuntu2) but 
it is not going to be installed or
python3-django-horizon (= 3:14.0.2-0ubuntu2) 
but 3:14.0.2-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
root@node-11:~# apt install python3-django-horizon
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-django-horizon is already the newest version (3:14.0.2-0ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
root@node-11:~#

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1818770] Re: Unexpected graybar on top of openstack-dashboard login page

2019-04-04 Thread Seyeong Kim
Hello

I've verified this issue for queens.

I just did the same test as description.

dpkg -l | grep dashboard
ii  openstack-dashboard  3:13.0.1-0ubuntu5~cloud0   
all  Django web interface for OpenStack
ii  openstack-dashboard-ubuntu-theme 3:13.0.1-0ubuntu5~cloud0   
all  Transitional dummy package for Ubuntu theme for Horizon

** Tags removed: verification-queens-needed
** Tags added: verification-queens-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818770

Title:
  Unexpected graybar on top of openstack-dashboard login page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1868215] Re: SRU: [lxd] Drop db collection and introduce lxd.buginfo

2020-03-24 Thread Seyeong Kim
** Patch added: "lp1868215_focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1868215/+attachment/5341304/+files/lp1868215_focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1868215

Title:
  SRU: [lxd] Drop db collection and introduce lxd.buginfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1868215/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1868215] Re: SRU: [lxd] Drop db collection and introduce lxd.buginfo

2020-03-24 Thread Seyeong Kim
** Patch added: "lp18168215_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1868215/+attachment/5341306/+files/lp18168215_bionic.debdiff

** Description changed:

  [Impact]
+ 
+ sosreport doesn't have to collect everything related to lxd which is very 
huge and unhelpful that much.
+ This commit make sosreport collect proper info as installation types.
  
  [Test Case]
  
  Scenario #1
  * Deploy a machine (Xenial) with lxd installed as a DEB package
  * Install sosreport
  * sudo sosreport -o lxd or/and sudo sosreport -a
  * Extract the archive in /tmp and go in path_to_sosreport/sos_commands/lxd
  The data collection should be the one in the else statement of the plugin.
  
  Scenario #2
  * Deploy a machine (Bionic and late) with lxd installed as a SNAP.
  * Install sosreport
  * sudo sosreport -o lxd or/and sudo sosreport -a
  * Extract the archive in /tmp and go in path_to_sosreport/sos_commands/lxd
  The data collection should be the one in the if statement of the plugin, only 
executing "lxd.buginfo" command only available in SNAP.
  
  Scenario #3:
  A quick script to run on a node to verify multiple different options (as a 
sanity check):
  
  https://raw.githubusercontent.com/sosreport/sos/master/tests/simple.sh
  
  sudo bash simple.sh /usr/bin/python3 /usr/bin/sosreport
  
  simple.sh is a quick port of the travis tests to bash, requires root.
  
  There is some work to incorporate this exact script into the sosreport
  package for autopkg testing, but meanwhile it can be run manually for
  verifications.
  
  [Regression]
  
  "lxd.buginfo" has the advantage of not needing updates whenever
  lxd upstream add a new feature or find something new that’s worth capturing 
since LXD is now only offered as a SNAP nowadays.
  
  The plugin will remain backward compatible with DEB and SNAP, until
  there is no supported lxd DEB package available.
  
  If a problem occurs it will only impact the lxd plugin, not the other
  plugins nor core functionnalities.
  
  If for some reasons a command can be executed (not found in versions
  installed or else). sosreport is fault tolerant, and will continue/skip
  the command that doesn't exist, fails, ...
  
  FWIW, the commit has been +1 by lxd upstream himself stgraber:
  https://github.com/sosreport/sos/pull/1982/
  
  [Others]
  
  upstream patch
  - 
https://github.com/sosreport/sos/pull/1982/commits/bdc5ffdf5b8376ab2014ec8fbd9a878cc9d0d264
  
  LXD upstream reference:
  
https://discuss.linuxcontainers.org/t/what-lxd-information-should-be-collected-by-sosreport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1868215

Title:
  SRU: [lxd] Drop db collection and introduce lxd.buginfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1868215/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1868215] Re: SRU: [lxd] Drop db collection and introduce lxd.buginfo

2020-03-24 Thread Seyeong Kim
** Patch added: "lp1868215_eoan.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1868215/+attachment/5341305/+files/lp1868215_eoan.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1868215

Title:
  SRU: [lxd] Drop db collection and introduce lxd.buginfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1868215/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733321] Re: network-manager ADT tests fail with on ppc64el with artful/linux 4.13.0.17.18

2020-04-03 Thread Seyeong Kim
Hello, I uploaded pkg to ppa
https://launchpad.net/~xtrusia/+archive/ubuntu/lp1733321

and checked ppc64el build and testing.

It worked fine without any issue.

Could you please adjust Kleber's debdiff as well?

Thanks a lot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733321

Title:
  network-manager ADT tests fail with on ppc64el with artful/linux
  4.13.0.17.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1733321/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794478] Re: Automatic ipv4 not assigned to bond interface is manual ipv6 is assigned to it

2020-03-03 Thread Seyeong Kim
Hello

I've verified this -proposed pkg on my local.

#2 on description working fine.

xtrusia@ubuntu:~$ dpkg -l | grep network-manager
ii  network-manager1.10.6-2ubuntu1.4
   amd64network management framework (daemon and userspace 
tools)
ii  network-manager-config-connectivity-ubuntu 1.10.6-2ubuntu1.2
   all  NetworkManager configuration to enable connectivity 
checking
ii  network-manager-gnome  1.8.10-2ubuntu3  
   amd64network management framework (GNOME frontend)
ii  network-manager-pptp   1.2.6-1  
   amd64network management framework (PPTP plugin core)
ii  network-manager-pptp-gnome 1.2.6-1  
   amd64network management framework (PPTP plugin GNOME GUI)


** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794478

Title:
  Automatic ipv4 not assigned to bond interface is manual ipv6 is
  assigned to it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1794478/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752838] Re: [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there are many port

2018-04-23 Thread Seyeong Kim
Hello,

for artful, ( without lxd )

I followed below step to verify this.

1. deploy openstack based on artful
2. source novarcv3_project
3. create instance via horizon
- check this instance's host
4. login to host
5. adding dummy ports via ( https://paste.ubuntu.com/p/X35H85XWPh/ )
6. reboot and check if order is ok ( not ok here, order is mixed )
7. upgrade pkg
8. reboot and check if order is ok ( ok here )
9. regression check ( checking ovs-vsctl output if the port for #3 instance is 
exist ) on host
- service openvswitch-switch restart
- service neutron-openvswitch-agent restart
- check if port are still there ( with ping )

Thanks

dpkg -l | grep neutron
ii  neutron-common 2:11.0.3-0ubuntu2
  all  Neutron is a virtual network service for 
Openstack - common
ii  neutron-openvswitch-agent  2:11.0.3-0ubuntu2
  all  Neutron is a virtual network service for 
Openstack - Open vSwitch plugin agent
ii  python-neutron 2:11.0.3-0ubuntu2
  all  Neutron is a virtual network service for 
Openstack - Python library


** Tags removed: verification-needed-artful
** Tags added: verification-done-artful

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752838

Title:
  [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there
  are many port

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-23 Thread Seyeong Kim
** Description changed:

+ [Impact]
+ 
  When use old non unicode user id, such as Gāo
  
  heat stack-list shows unicode error
  
- like below
+ Affected to
+ Xenial, Artful ( tested )
+ UCA Mitaka ( the others ( Ocata, Pike, Queens ) are in testing )
+ 
+ [Test Case]
+ 
+ 1. deploy openstack env
+ 2. source novarc ( as admin user ) ( or novarcv3_project as admin )
+ 3. keystone user-create --name test 
+ - openstack user create --domain admin_domain test
+ 4. openstack user set --password-prompt test
+ 4. log into keystone node and install mysql-client
+ 5. connect to mysql with keystone user
+ 6. do below query
+ - set foreign_key_checks = 0;
+ - update local_user set user_id='Gāo' where user_id='UUID';
+ - update user set id='Gāo' where id='UUID';
+ - set foreign_key_checks = 1;
+ 7. keystone user-role-add --user test --tenant admin --role Admin
+ - openstack role add --user test --domain admin_domain Admin
+ - openstack role add --user test --project [admin project id] Admin
+ - openstack role add --user test --project [admin project id] Member
+ 8. source novarc ( as test user ) ( or novarcv3_project as test user ) 
+ 9. heat stack-list
+ 
+ result is like [Others]
+ 
+ [Regression]
+ 
+ This patch fixes simple unicode. but heat api needs to be restarted.
+ Could be short outage during restarting.
+ 
+ 
+ [Others]
+ 
+ Below is test result
  
  heat --debug stack-list
  DEBUG (session) REQ: curl -g -i -X GET http://10.0.11.184:5000/v2.0 -H 
"Accept: application/json" -H "User-Agent: python-keystoneclient"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.184
  DEBUG (connectionpool) "GET /v2.0 HTTP/1.1" 200 337
  DEBUG (session) RESP: [200] Content-Length: 337 Vary: X-Auth-Token 
Keep-Alive: timeout=5, max=100 Server: Apache/2.4.18 (Ubuntu) Connection: 
Keep-Alive Date: Thu, 05 Apr 2018 21:20:39 GMT x-openstack-request-id: 
req-df64189d-c865-47fb-b89d-698d61dfafdc Content-Type: [68/1725]
- on/json X-Distribution: Ubuntu 
+ on/json X-Distribution: Ubuntu
  RESP BODY: {"version": {"status": "stable", "updated": 
"2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://10.0.11.184:5000/v2.0/";, "rel": "self"}, {"href": "ht
  tp://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
  
  DEBUG (v2) Making authentication request to 
http://10.0.11.184:5000/v2.0/tokens
  DEBUG (connectionpool) "POST /v2.0/tokens HTTP/1.1" 200 3105
  DEBUG (session) REQ: curl -g -i -X GET 
http://10.0.11.170:8004/v1/c9c6d2b72f74458bada7f94501369b18/stacks? -H 
"User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: 
{SHA1}ad359574acee284a60451f9e2340ec46d6e17728"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.170
  DEBUG (connectionpool) "GET /v1/c9c6d2b72f74458bada7f94501369b18/stacks 
HTTP/1.1" 400 5508
- DEBUG (session) RESP: [400] Date: Thu, 05 Apr 2018 21:20:39 GMT 
Content-Length: 5508 Content-Type: application/json; charset=UTF-8 Connection: 
keep-alive 
+ DEBUG (session) RESP: [400] Date: Thu, 05 Apr 2018 21:20:39 GMT 
Content-Length: 5508 Content-Type: application/json; charset=UTF-8 Connection: 
keep-alive
  RESP BODY: {"explanation": "The server could not comply with the request 
since it is either malformed or otherwise incorrect.", "code": 400, "error": 
{"message": "'ascii' codec can't encode character u'\\u0101' in position 1: 
ordinal not in range(128)", "traceback": "Tracebac
  k (most recent call last):\n  File 
\"/usr/lib/python2.7/dist-packages/heat/api/middleware/fault.py\", line 163, in 
process_request\nreturn req.get_response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application
  , catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self.environ, start_response)\n  
File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n 
   resp = self.ca
  ll_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n
return self.func(req, *args, **kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/oslo_middleware/base.py\", line 114, in 
__call__\nresponse = req.get
  _response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application, catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self
  .environ, start_response)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n
resp = self.call_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n
return self.func(req, *args,
-  **kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/oslo

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-24 Thread Seyeong Kim
** Tags added: sts-sru-neede

** Tags removed: sts-sru-neede
** Tags added: sts-sru-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761629

Title:
  [SRU] unicode error when using old unicode non uuid style user id

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-24 Thread Seyeong Kim
** Patch added: "lp1761629_mitaka.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1761629/+attachment/5126391/+files/lp1761629_mitaka.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761629

Title:
  [SRU] unicode error when using old unicode non uuid style user id

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-24 Thread Seyeong Kim
** Patch added: "lp1761629_xenial.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1761629/+attachment/5126386/+files/lp1761629_xenial.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761629

Title:
  [SRU] unicode error when using old unicode non uuid style user id

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-24 Thread Seyeong Kim
** Patch added: "lp1761629_artful.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1761629/+attachment/5126387/+files/lp1761629_artful.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761629

Title:
  [SRU] unicode error when using old unicode non uuid style user id

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-24 Thread Seyeong Kim
** Patch added: "lp1761629_ocata.debdiff"
   
https://bugs.launchpad.net/heat/+bug/1761629/+attachment/5126398/+files/lp1761629_ocata.debdiff

** Description changed:

  [Impact]
  
  When use old non unicode user id, such as Gāo
  
  heat stack-list shows unicode error
  
  Affected to
  Xenial, Artful ( tested )
- UCA Mitaka ( the others ( Ocata, Pike, Queens ) are in testing )
+ UCA Mitaka, Ocata ( the others ( Pike, Queens ) are in testing )
  
  [Test Case]
  
  1. deploy openstack env
  2. source novarc ( as admin user ) ( or novarcv3_project as admin )
- 3. keystone user-create --name test 
+ 3. keystone user-create --name test
  - openstack user create --domain admin_domain test
  4. openstack user set --password-prompt test
  4. log into keystone node and install mysql-client
  5. connect to mysql with keystone user
  6. do below query
  - set foreign_key_checks = 0;
  - update local_user set user_id='Gāo' where user_id='UUID';
  - update user set id='Gāo' where id='UUID';
  - set foreign_key_checks = 1;
  7. keystone user-role-add --user test --tenant admin --role Admin
  - openstack role add --user test --domain admin_domain Admin
  - openstack role add --user test --project [admin project id] Admin
  - openstack role add --user test --project [admin project id] Member
- 8. source novarc ( as test user ) ( or novarcv3_project as test user ) 
+ 8. source novarc ( as test user ) ( or novarcv3_project as test user )
  9. heat stack-list
  
  result is like [Others]
  
  [Regression]
  
  This patch fixes simple unicode. but heat api needs to be restarted.
  Could be short outage during restarting.
- 
  
  [Others]
  
  Below is test result
  
  heat --debug stack-list
  DEBUG (session) REQ: curl -g -i -X GET http://10.0.11.184:5000/v2.0 -H 
"Accept: application/json" -H "User-Agent: python-keystoneclient"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.184
  DEBUG (connectionpool) "GET /v2.0 HTTP/1.1" 200 337
  DEBUG (session) RESP: [200] Content-Length: 337 Vary: X-Auth-Token 
Keep-Alive: timeout=5, max=100 Server: Apache/2.4.18 (Ubuntu) Connection: 
Keep-Alive Date: Thu, 05 Apr 2018 21:20:39 GMT x-openstack-request-id: 
req-df64189d-c865-47fb-b89d-698d61dfafdc Content-Type: [68/1725]
  on/json X-Distribution: Ubuntu
  RESP BODY: {"version": {"status": "stable", "updated": 
"2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://10.0.11.184:5000/v2.0/";, "rel": "self"}, {"href": "ht
  tp://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
  
  DEBUG (v2) Making authentication request to 
http://10.0.11.184:5000/v2.0/tokens
  DEBUG (connectionpool) "POST /v2.0/tokens HTTP/1.1" 200 3105
  DEBUG (session) REQ: curl -g -i -X GET 
http://10.0.11.170:8004/v1/c9c6d2b72f74458bada7f94501369b18/stacks? -H 
"User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: 
{SHA1}ad359574acee284a60451f9e2340ec46d6e17728"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.170
  DEBUG (connectionpool) "GET /v1/c9c6d2b72f74458bada7f94501369b18/stacks 
HTTP/1.1" 400 5508
  DEBUG (session) RESP: [400] Date: Thu, 05 Apr 2018 21:20:39 GMT 
Content-Length: 5508 Content-Type: application/json; charset=UTF-8 Connection: 
keep-alive
  RESP BODY: {"explanation": "The server could not comply with the request 
since it is either malformed or otherwise incorrect.", "code": 400, "error": 
{"message": "'ascii' codec can't encode character u'\\u0101' in position 1: 
ordinal not in range(128)", "traceback": "Tracebac
  k (most recent call last):\n  File 
\"/usr/lib/python2.7/dist-packages/heat/api/middleware/fault.py\", line 163, in 
process_request\nreturn req.get_response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application
  , catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self.environ, start_response)\n  
File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n 
   resp = self.ca
  ll_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n
return self.func(req, *args, **kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/oslo_middleware/base.py\", line 114, in 
__call__\nresponse = req.get
  _response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application, catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self
  .environ, start_response)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n
resp = self.call_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-24 Thread Seyeong Kim
** Patch added: "lp1761629_pike.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1761629/+attachment/5126448/+files/lp1761629_pike.debdiff

** Description changed:

  [Impact]
  
  When use old non unicode user id, such as Gāo
  
  heat stack-list shows unicode error
  
  Affected to
  Xenial, Artful ( tested )
- UCA Mitaka, Ocata ( the others ( Pike, Queens ) are in testing )
+ UCA Mitaka, Ocata, Pike ( testing Queens  )
  
  [Test Case]
  
  1. deploy openstack env
  2. source novarc ( as admin user ) ( or novarcv3_project as admin )
  3. keystone user-create --name test
  - openstack user create --domain admin_domain test
  4. openstack user set --password-prompt test
  4. log into keystone node and install mysql-client
  5. connect to mysql with keystone user
  6. do below query
  - set foreign_key_checks = 0;
  - update local_user set user_id='Gāo' where user_id='UUID';
  - update user set id='Gāo' where id='UUID';
  - set foreign_key_checks = 1;
  7. keystone user-role-add --user test --tenant admin --role Admin
  - openstack role add --user test --domain admin_domain Admin
  - openstack role add --user test --project [admin project id] Admin
  - openstack role add --user test --project [admin project id] Member
  8. source novarc ( as test user ) ( or novarcv3_project as test user )
  9. heat stack-list
  
  result is like [Others]
  
  [Regression]
  
  This patch fixes simple unicode. but heat api needs to be restarted.
  Could be short outage during restarting.
  
  [Others]
  
  Below is test result
  
  heat --debug stack-list
  DEBUG (session) REQ: curl -g -i -X GET http://10.0.11.184:5000/v2.0 -H 
"Accept: application/json" -H "User-Agent: python-keystoneclient"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.184
  DEBUG (connectionpool) "GET /v2.0 HTTP/1.1" 200 337
  DEBUG (session) RESP: [200] Content-Length: 337 Vary: X-Auth-Token 
Keep-Alive: timeout=5, max=100 Server: Apache/2.4.18 (Ubuntu) Connection: 
Keep-Alive Date: Thu, 05 Apr 2018 21:20:39 GMT x-openstack-request-id: 
req-df64189d-c865-47fb-b89d-698d61dfafdc Content-Type: [68/1725]
  on/json X-Distribution: Ubuntu
  RESP BODY: {"version": {"status": "stable", "updated": 
"2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://10.0.11.184:5000/v2.0/";, "rel": "self"}, {"href": "ht
  tp://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
  
  DEBUG (v2) Making authentication request to 
http://10.0.11.184:5000/v2.0/tokens
  DEBUG (connectionpool) "POST /v2.0/tokens HTTP/1.1" 200 3105
  DEBUG (session) REQ: curl -g -i -X GET 
http://10.0.11.170:8004/v1/c9c6d2b72f74458bada7f94501369b18/stacks? -H 
"User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: 
{SHA1}ad359574acee284a60451f9e2340ec46d6e17728"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.170
  DEBUG (connectionpool) "GET /v1/c9c6d2b72f74458bada7f94501369b18/stacks 
HTTP/1.1" 400 5508
  DEBUG (session) RESP: [400] Date: Thu, 05 Apr 2018 21:20:39 GMT 
Content-Length: 5508 Content-Type: application/json; charset=UTF-8 Connection: 
keep-alive
  RESP BODY: {"explanation": "The server could not comply with the request 
since it is either malformed or otherwise incorrect.", "code": 400, "error": 
{"message": "'ascii' codec can't encode character u'\\u0101' in position 1: 
ordinal not in range(128)", "traceback": "Tracebac
  k (most recent call last):\n  File 
\"/usr/lib/python2.7/dist-packages/heat/api/middleware/fault.py\", line 163, in 
process_request\nreturn req.get_response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application
  , catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self.environ, start_response)\n  
File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n 
   resp = self.ca
  ll_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n
return self.func(req, *args, **kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/oslo_middleware/base.py\", line 114, in 
__call__\nresponse = req.get
  _response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application, catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self
  .environ, start_response)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n
resp = self.call_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n
return self.func(req, *args,
   **kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/oslo_middleware/bas

[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id

2018-04-24 Thread Seyeong Kim
** Patch added: "lp1761629_queens.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1761629/+attachment/5126530/+files/lp1761629_queens.debdiff

** Description changed:

  [Impact]
  
  When use old non unicode user id, such as Gāo
  
  heat stack-list shows unicode error
  
  Affected to
- Xenial, Artful ( tested )
- UCA Mitaka, Ocata, Pike ( testing Queens  )
+ Xenial, Artful
+ UCA Mitaka, Ocata, Pike, Queens
  
  [Test Case]
  
  1. deploy openstack env
  2. source novarc ( as admin user ) ( or novarcv3_project as admin )
  3. keystone user-create --name test
  - openstack user create --domain admin_domain test
  4. openstack user set --password-prompt test
  4. log into keystone node and install mysql-client
  5. connect to mysql with keystone user
  6. do below query
  - set foreign_key_checks = 0;
  - update local_user set user_id='Gāo' where user_id='UUID';
  - update user set id='Gāo' where id='UUID';
  - set foreign_key_checks = 1;
  7. keystone user-role-add --user test --tenant admin --role Admin
  - openstack role add --user test --domain admin_domain Admin
  - openstack role add --user test --project [admin project id] Admin
  - openstack role add --user test --project [admin project id] Member
  8. source novarc ( as test user ) ( or novarcv3_project as test user )
  9. heat stack-list
  
  result is like [Others]
  
  [Regression]
  
  This patch fixes simple unicode. but heat api needs to be restarted.
  Could be short outage during restarting.
  
  [Others]
  
  Below is test result
  
  heat --debug stack-list
  DEBUG (session) REQ: curl -g -i -X GET http://10.0.11.184:5000/v2.0 -H 
"Accept: application/json" -H "User-Agent: python-keystoneclient"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.184
  DEBUG (connectionpool) "GET /v2.0 HTTP/1.1" 200 337
  DEBUG (session) RESP: [200] Content-Length: 337 Vary: X-Auth-Token 
Keep-Alive: timeout=5, max=100 Server: Apache/2.4.18 (Ubuntu) Connection: 
Keep-Alive Date: Thu, 05 Apr 2018 21:20:39 GMT x-openstack-request-id: 
req-df64189d-c865-47fb-b89d-698d61dfafdc Content-Type: [68/1725]
  on/json X-Distribution: Ubuntu
  RESP BODY: {"version": {"status": "stable", "updated": 
"2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://10.0.11.184:5000/v2.0/";, "rel": "self"}, {"href": "ht
  tp://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
  
  DEBUG (v2) Making authentication request to 
http://10.0.11.184:5000/v2.0/tokens
  DEBUG (connectionpool) "POST /v2.0/tokens HTTP/1.1" 200 3105
  DEBUG (session) REQ: curl -g -i -X GET 
http://10.0.11.170:8004/v1/c9c6d2b72f74458bada7f94501369b18/stacks? -H 
"User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: 
{SHA1}ad359574acee284a60451f9e2340ec46d6e17728"
  INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.170
  DEBUG (connectionpool) "GET /v1/c9c6d2b72f74458bada7f94501369b18/stacks 
HTTP/1.1" 400 5508
  DEBUG (session) RESP: [400] Date: Thu, 05 Apr 2018 21:20:39 GMT 
Content-Length: 5508 Content-Type: application/json; charset=UTF-8 Connection: 
keep-alive
  RESP BODY: {"explanation": "The server could not comply with the request 
since it is either malformed or otherwise incorrect.", "code": 400, "error": 
{"message": "'ascii' codec can't encode character u'\\u0101' in position 1: 
ordinal not in range(128)", "traceback": "Tracebac
  k (most recent call last):\n  File 
\"/usr/lib/python2.7/dist-packages/heat/api/middleware/fault.py\", line 163, in 
process_request\nreturn req.get_response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application
  , catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self.environ, start_response)\n  
File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n 
   resp = self.ca
  ll_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n
return self.func(req, *args, **kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/oslo_middleware/base.py\", line 114, in 
__call__\nresponse = req.get
  _response(self.application)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n
application, catch_exc_info=False)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in 
call_application\napp_iter = application(self
  .environ, start_response)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n
resp = self.call_func(req, *args, **self.kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n
return self.func(req, *args,
   **kwargs)\n  File 
\"/usr/lib/python2.7/dist-packages/oslo_middleware/base.py\", line

[Bug 1763179] Re: Returned strings should not be forced into unicode

2018-04-26 Thread Seyeong Kim
** Description changed:

- SRU details for Ubuntu
- --
  [Impact]
- See Original Description below.
+ 
+ In Kilo, with ldap integrated, user_id can have non uuid format ( e.g. Gāo )
+ Then after upgrading kilo to mitaka ( in trusty env )
+ 
+ Gāo user can't create cinder volume with unicode error.
+ 
+ Affected Xenial, UCA Mitaka ( this is modified after i re-testing all )
+ 
+ Please refer to error code like below [1]
  
  [Test Case]
  
  1. deploy openstack env
  2. source novarc ( as admin )
  3. keystone user-create --name test
  4. openstack user set --password-prompt test
  4. log into keystone node and install mysql-client
  5. connect to mysql with keystone user
  6. do below query
  - set foreign_key_checks = 0;
  - update local_user set user_id='Gāo' where user_id='UUID';
  - update user set id='Gāo' where id='UUID';
  - set foreign_key_checks = 1;
  7. keystone user-role-add --user test --tenant admin --role Admin
  8. source novarc ( as test )
  9. cinder create --name test 1
  
  got unicode error on cinder-api node logs
  
  [Regression Potential]
- Low as the patch has landed upstream.
+ This patch make code handles unicode non uuid form user id. Basically this 
has little risk. but cinder-api service need to be restarted.
+ 
+ [Others]
+ 
+ [1] ###
+ 
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/taskflow/types/failure.py", line 343, in 
reraise
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault 
six.reraise(*self._exc_info)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", 
line 82, in _execute_task
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault result = 
task.execute(**arguments)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/cinder/volume/flows/api/create_volume.py", 
line 527, in execute
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault volume = 
objects.Volume(context=context, **volume_properties)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/cinder/objects/volume.py", line 180, in 
__init__
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault super(Volume, 
self).__init__(*args, **kwargs)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/base.py", line 304, in 
__init__
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault setattr(self, 
key, kwargs[key])
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/base.py", line 72, in 
setter
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault field_value = 
field.coerce(self, name, value)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/fields.py", line 192, 
in coerce
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault return 
self._type.coerce(obj, attr, value)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/fields.py", line 325, 
in coerce
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault "for further 
details" % value, FutureWarning)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/logging/__init__.py", line 1709, in _showwarning
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault s = 
warnings.formatwarning(message, category, filename, lineno, line)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/warnings.py", line 38, in formatwarning
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault s = "%s:%s: 
%s: %s\n" % (filename, lineno, category.__name__, message)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault 
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 9: 
ordinal not in range(128)
  
  
  Original Description
  
  Change https://review.openstack.org/#/c/557778/ changed the return value for 
coerce() to explicitly force the value to be unicode. This causes problems with 
Python 2 runtimes, where the expected value of a string is no longer a string 
but now unicode (see: 
https://github.com/openstack/cinder/blob/b89e73a2ac315927d2eee42129597b14e87ba685/cinder/tests/unit/volume/drivers/dell_emc/vmax/test_vmax.py#L3412)
  
  The correct fix should be to use either six.text_type to convert it, or
  format it into a string as is being done, but without forcing it to be a
  unicode string. "%s" will end up being the correct type depending on
  whether it is running under py2 or py3.

-- 
You received this bug notification because you are a member of Ubuntu

[Bug 1760918] Re: [SRU] Fixing UUID coerce function for unicode non uuid form

2018-04-26 Thread Seyeong Kim
** Description changed:

  [Impact]
  
- When user id is non UUID unicode (from old release),
+ In Kilo, with ldap integrated, user_id can have non uuid format ( e.g. Gāo )
+ Then after upgrading kilo to mitaka ( in trusty env )
  
- This function emit exception in python 2.7 env
+ Gāo user can't create cinder volume with unicode error.
  
- Because there are str(value)
+ Affected Xenial, UCA Mitaka ( this is modified after i re-testing all )
  
- which means ok in python 3 (unicode)
- not ok in python 2 (non unicode)
- 
- just updated upstream, so i assume that below releases are affected
- 
- Xenial, Artful, Bionic
- Mitaka, Ocata, Pike, Queens
+ Please refer to error code like below [1]
  
  [Test Case]
  
  1. deploy openstack env
  2. source novarc ( as admin )
  3. keystone user-create --name test
  4. openstack user set --password-prompt test
  4. log into keystone node and install mysql-client
  5. connect to mysql with keystone user
  6. do below query
  - set foreign_key_checks = 0;
  - update local_user set user_id='Gāo' where user_id='UUID';
  - update user set id='Gāo' where id='UUID';
  - set foreign_key_checks = 1;
  7. keystone user-role-add --user test --tenant admin --role Admin
  8. source novarc ( as test )
  9. cinder create --name test 1
  
  got unicode error on cinder-api node logs
  
  [Regression Potential]
  This patch make code handles unicode non uuid form user id. Basically this 
has little risk. but cinder-api service need to be restarted.
+ 
+ [Others]
+ 
+ [1] ###
+ 
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/taskflow/types/failure.py", line 343, in 
reraise
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault 
six.reraise(*self._exc_info)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/taskflow/engines/action_engine/executor.py", 
line 82, in _execute_task
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault result = 
task.execute(**arguments)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/cinder/volume/flows/api/create_volume.py", 
line 527, in execute
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault volume = 
objects.Volume(context=context, **volume_properties)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/cinder/objects/volume.py", line 180, in 
__init__
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault super(Volume, 
self).__init__(*args, **kwargs)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/base.py", line 304, in 
__init__
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault setattr(self, 
key, kwargs[key])
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/base.py", line 72, in 
setter
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault field_value = 
field.coerce(self, name, value)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/fields.py", line 192, 
in coerce
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault return 
self._type.coerce(obj, attr, value)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/dist-packages/oslo_versionedobjects/fields.py", line 325, 
in coerce
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault "for further 
details" % value, FutureWarning)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/logging/__init__.py", line 1709, in _showwarning
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault s = 
warnings.formatwarning(message, category, filename, lineno, line)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault File 
"/usr/lib/python2.7/warnings.py", line 38, in formatwarning
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault s = "%s:%s: 
%s: %s\n" % (filename, lineno, category.__name__, message)
+ 2018-03-14 10:58:56.932 2198 ERROR cinder.api.middleware.fault 
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 9: 
ordinal not in range(128)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1760918

Title:
  [SRU] Fixing UUID coerce function for unicode non uuid form

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1694675] Re: After pm-suspend and resume, can't use rtl8169 NIC for networking

2017-06-28 Thread Seyeong Kim
hmm. I got this issue even i didn't run pm-suspend after running machine
some hours or days.

then I roll back to 4.4, it happens as well without pm-suspend..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1694675

Title:
  After pm-suspend and resume, can't use rtl8169 NIC for networking

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1694675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1681073] Re: Create Consistency Group form has an exception

2017-12-06 Thread Seyeong Kim
** Also affects: openstack-dashboard (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: openstack-dashboard (Ubuntu)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

** Also affects: horizon (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: openstack-dashboard (Ubuntu)

** Changed in: horizon (Ubuntu)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681073

Title:
  Create Consistency Group form has an exception

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1681073] Re: Create Consistency Group form has an exception

2017-12-06 Thread Seyeong Kim
** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Description changed:

  Env: devstack master branch
  
  Steps to reproduce:
  1. Go to admin/volume types panel
  2. Create volume type with any name
  3. Go to project/Consistency Groups panel
  4. Create Consistency Group and add the volume type we just created
  5. Submit Create Consistency Group form
  
  it will throws an exception.
  
  Exception info:
  Internal Server Error: /project/cgroups/create/
  Traceback (most recent call last):
-   File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", 
line 132, in get_response
- response = wrapped_callback(request, *callback_args, **callback_kwargs)
-   File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
- return view_func(request, *args, **kwargs)
-   File "/opt/stack/horizon/horizon/decorators.py", line 52, in dec
- return view_func(request, *args, **kwargs)
-   File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
- return view_func(request, *args, **kwargs)
-   File "/opt/stack/horizon/horizon/decorators.py", line 84, in dec
- return view_func(request, *args, **kwargs)
-   File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 71, in view
- return self.dispatch(request, *args, **kwargs)
-   File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 89, in dispatch
- return handler(request, *args, **kwargs)
-   File "/opt/stack/horizon/horizon/workflows/views.py", line 199, in post
- exceptions.handle(request)
-   File "/opt/stack/horizon/horizon/exceptions.py", line 352, in handle
- six.reraise(exc_type, exc_value, exc_traceback)
-   File "/opt/stack/horizon/horizon/workflows/views.py", line 194, in post
- success = workflow.finalize()
-   File "/opt/stack/horizon/horizon/workflows/base.py", line 824, in finalize
- if not self.handle(self.request, self.context):
-   File 
"/opt/stack/horizon/openstack_dashboard/dashboards/project/cgroups/workflows.py",
 line 323, in handle
- vol_type.extra_specs['volume_backend_name']
+   File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", 
line 132, in get_response
+ response = wrapped_callback(request, *callback_args, **callback_kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
+ return view_func(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 52, in dec
+ return view_func(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
+ return view_func(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 84, in dec
+ return view_func(request, *args, **kwargs)
+   File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 71, in view
+ return self.dispatch(request, *args, **kwargs)
+   File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 89, in dispatch
+ return handler(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/workflows/views.py", line 199, in post
+ exceptions.handle(request)
+   File "/opt/stack/horizon/horizon/exceptions.py", line 352, in handle
+ six.reraise(exc_type, exc_value, exc_traceback)
+   File "/opt/stack/horizon/horizon/workflows/views.py", line 194, in post
+ success = workflow.finalize()
+   File "/opt/stack/horizon/horizon/workflows/base.py", line 824, in finalize
+ if not self.handle(self.request, self.context):
+   File 
"/opt/stack/horizon/openstack_dashboard/dashboards/project/cgroups/workflows.py",
 line 323, in handle
+ vol_type.extra_specs['volume_backend_name']
  KeyError: 'volume_backend_name'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681073

Title:
  Create Consistency Group form has an exception

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1681073] Re: Create Consistency Group form has an exception

2017-12-06 Thread Seyeong Kim
** Description changed:

+ [Impact]
+ 
+ Affected
+ - UCA Mitaka, Ocata
+ - Xenial, Zesty
+ 
+ After enabling consistency groups by changing api-paste.ini,
+ 
+ When trying to create consistency group, there are error like below.
+ 
+ Exception info:
+ Internal Server Error: /project/cgroups/create/
+ Traceback (most recent call last):
+   File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", 
line 132, in get_response
+ response = wrapped_callback(request, *callback_args, **callback_kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
+ return view_func(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 52, in dec
+ return view_func(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
+ return view_func(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/decorators.py", line 84, in dec
+ return view_func(request, *args, **kwargs)
+   File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 71, in view
+ return self.dispatch(request, *args, **kwargs)
+   File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 89, in dispatch
+ return handler(request, *args, **kwargs)
+   File "/opt/stack/horizon/horizon/workflows/views.py", line 199, in post
+ exceptions.handle(request)
+   File "/opt/stack/horizon/horizon/exceptions.py", line 352, in handle
+ six.reraise(exc_type, exc_value, exc_traceback)
+   File "/opt/stack/horizon/horizon/workflows/views.py", line 194, in post
+ success = workflow.finalize()
+   File "/opt/stack/horizon/horizon/workflows/base.py", line 824, in finalize
+ if not self.handle(self.request, self.context):
+   File 
"/opt/stack/horizon/openstack_dashboard/dashboards/project/cgroups/workflows.py",
 line 323, in handle
+ vol_type.extra_specs['volume_backend_name']
+ KeyError: 'volume_backend_name'
+ 
+ [Test case]
+ 
+ juju deploy bundle
+ 
+ (this is same as original description)
+ 1. Go to admin/volume types panel
+ 2. Create volume type with any name
+ 3. Go to project/Consistency Groups panel
+ 4. Create Consistency Group and add the volume type we just created
+ 5. Submit Create Consistency Group form
+ 
+ [Regression Potential]
+ This changes horizon UI, and need to restart apache2 server. There could be 
very short outage for openstack dashboard. but this seems not critical to 
openstack service. and if there is code error, django server can't be started 
and outage time could be longer than above.
+ 
+ [Others]
+ 
+ upstream commit
+ 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=89bb9268204a2316fc526d660f38d5517980f209
+ 
+ [Original Description]
+ 
+ 
  Env: devstack master branch
  
  Steps to reproduce:
  1. Go to admin/volume types panel
  2. Create volume type with any name
  3. Go to project/Consistency Groups panel
  4. Create Consistency Group and add the volume type we just created
  5. Submit Create Consistency Group form
  
  it will throws an exception.
  
  Exception info:
  Internal Server Error: /project/cgroups/create/
  Traceback (most recent call last):
    File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", 
line 132, in get_response
  response = wrapped_callback(request, *callback_args, **callback_kwargs)
    File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
  return view_func(request, *args, **kwargs)
    File "/opt/stack/horizon/horizon/decorators.py", line 52, in dec
  return view_func(request, *args, **kwargs)
    File "/opt/stack/horizon/horizon/decorators.py", line 36, in dec
  return view_func(request, *args, **kwargs)
    File "/opt/stack/horizon/horizon/decorators.py", line 84, in dec
  return view_func(request, *args, **kwargs)
    File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 71, in view
  return self.dispatch(request, *args, **kwargs)
    File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", 
line 89, in dispatch
  return handler(request, *args, **kwargs)
    File "/opt/stack/horizon/horizon/workflows/views.py", line 199, in post
  exceptions.handle(request)
    File "/opt/stack/horizon/horizon/exceptions.py", line 352, in handle
  six.reraise(exc_type, exc_value, exc_traceback)
    File "/opt/stack/horizon/horizon/workflows/views.py", line 194, in post
  success = workflow.finalize()
    File "/opt/stack/horizon/horizon/workflows/base.py", line 824, in finalize
  if not self.handle(self.request, self.context):
    File 
"/opt/stack/horizon/openstack_dashboard/dashboards/project/cgroups/workflows.py",
 line 323, in handle
  vol_type.extra_specs['volume_backend_name']
  KeyError: 'volume_backend_name'

** Patch added: "lp1681073-xenial.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1681073/+attachment/5019592/+files/lp1681073-xenial.debdiff

-- 
You received

[Bug 1681073] Re: Create Consistency Group form has an exception

2017-12-06 Thread Seyeong Kim
pt/stack/horizon/horizon/workflows/base.py", line 824, in finalize
  if not self.handle(self.request, self.context):
    File 
"/opt/stack/horizon/openstack_dashboard/dashboards/project/cgroups/workflows.py",
 line 323, in handle
  vol_type.extra_specs['volume_backend_name']
  KeyError: 'volume_backend_name'

** Tags added: sts-sru

** Changed in: cloud-archive
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681073

Title:
  Create Consistency Group form has an exception

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1681073] Re: Create Consistency Group form has an exception

2017-12-06 Thread Seyeong Kim
** Patch added: "lp1681073-ocata.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1681073/+attachment/5019593/+files/lp1681073-ocata.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681073

Title:
  Create Consistency Group form has an exception

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1681073] Re: Create Consistency Group form has an exception

2017-12-06 Thread Seyeong Kim
** Patch added: "lp1681073-mitaka.debdiff"
   
https://bugs.launchpad.net/cloud-archive/+bug/1681073/+attachment/5019594/+files/lp1681073-mitaka.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1681073

Title:
  Create Consistency Group form has an exception

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1573766] Re: Enable the paste filter HTTPProxyToWSGI by default

2017-12-09 Thread Seyeong Kim
ii  nova-api 2:13.1.4-0ubuntu4.2
all  OpenStack Compute - API frontend

I verified 
1. deployed openstack with ssl keystone.
2. created network, image, instance. base configuration.
3. nova --debug list shows https link for each instances instead of http.

Thanks.

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573766

Title:
  Enable the paste filter HTTPProxyToWSGI by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1573766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1573766] Re: Enable the paste filter HTTPProxyToWSGI by default

2017-12-10 Thread Seyeong Kim
In addition to above verification.

When installing nova-common, nova-api-os-compute and nova-conductor are removed.
Is this normal in only -proposed situation?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573766

Title:
  Enable the paste filter HTTPProxyToWSGI by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1573766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1715254] Re: nova-novncproxy process gets wedged, requiring kill -HUP

2017-12-11 Thread Seyeong Kim
** No longer affects: websockify (Ubuntu Trusty)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1715254

Title:
  nova-novncproxy process gets wedged, requiring kill -HUP

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1715254/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1573766] Re: Enable the paste filter HTTPProxyToWSGI by default

2017-12-11 Thread Seyeong Kim
About above comment,
Now it seems ok,
I just assume that at the point my verification time, those two pkgs were not 
there.
After that, those pkgs seem to be uploaded.
not sure this is the case.
anyway now it is ok.

THanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1573766

Title:
  Enable the paste filter HTTPProxyToWSGI by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1573766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   >