[Bug 1249708] Re: Missing neutron-ovs-cleanup service

2014-01-24 Thread George Shuklin
It should start on every compute and network node. It clear up all strange artefacts saved by ovs-vsctl. How to get 'strange artifacts': On any working compute/network node with active networking on instances perform any operations on ovs-vsctl, f.e.: ovs-vsctl add-br just_empty_bridge ovs-vsctl

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-02-28 Thread George Shuklin
neutron-plugin-metering-agent1:2013.2.1-0ubuntu1~cloud0 ** Project changed: neutron = neutron (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-02-28 Thread George Shuklin
any agent solve the problem (inc. dhcp-agent). Host without agents cause traces. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in

[Bug 1287050] [NEW] No auth_uri in api-paste.conf (Configure a Block Storage Service controller in OpenStack Installation Guide for Ubuntu 12.04 (LTS)  - havana)

2014-03-03 Thread George Shuklin
Public bug reported: Page says nothing about auth_uri. Without it cinder-api.log complains: WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Proposal:

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-13 Thread George Shuklin
Hello. 1. I was slightly wrong, not 'agent', but router (and same thing for dhcp-agent). The means if l3-agent got no routers on itself, trace happens. neutron l3-agent-router-remove allow to remove routers from host. 2. Nope, I think this is default behavior for metering agent, because there is

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-15 Thread George Shuklin
Can you check if you got no namespaces on machine during that time (ip netns list)? I think that bug happens when l3/dhcp agents remove it own namespaces from machine. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1324856] [NEW] Ubuntu source package for neutron can not be rebuild

2014-05-30 Thread George Shuklin
Public bug reported: Ubuntu's source package for neutron can not be rebuild twice: 1. There is no proper clean target. 2. neutron.egg-info changes after build That cause problem when package is build twice from same source. 1st build is fine, 2nd cause following errors: (each type of error

[Bug 1324856] Re: Ubuntu source package for neutron can not be rebuild

2014-07-01 Thread George Shuklin
Yes, rebuilding from clean sources is working. But still, this is 'broken source package' according to debian guys. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1324856 Title:

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-09 Thread George Shuklin
I still see than bug and definitively can reproduce it. If router is placed on other network node, metering agent fail, because it expecting to see network namespace for that router on own network node. There is no filtering 'our' router or 'not our'. It will works on single-node installation,

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-10 Thread George Shuklin
I was able to fix this by ignoring exception in __exit__() function. But still, proper solution should filter out routers from other network nodes. ** Changed in: neutron Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1358147] [NEW] ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2014-08-18 Thread George Shuklin
Public bug reported: Installation works about few months, got this message in logstash. Happens once, there is no surrounding activity (no requests to API). Havanna, ubuntu-cloud-archive, 2013.2.3-0ubuntu1.1 Aug 17 21:48:59 api1 neutron.openstack.common.db.sqlalchemy.session[12400]: ERROR

[Bug 1358147] Re: ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2014-08-18 Thread George Shuklin
What kind of data do you need? That installation is still running, I can gather it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1358147 Title: ProgrammingError: You have an

[Bug 1401188] [NEW] glance-client fails if too many images: 'maximum recursion depth exceeded in cmp'

2014-12-10 Thread George Shuklin
Public bug reported: If tenant got too much images, glance client failed with message 'maximum recursion depth exceeded in cmp'. time glance image-list |wc -l maximum recursion depth exceeded in cmp 0 real9m23.401s user0m2.607s sys 0m0.207s select count(*) from images ;

[Bug 1401154] Re: Error: global name '_' is not defined during glance image-create

2014-12-10 Thread George Shuklin
** Also affects: python-glanceclient (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-glanceclient in Ubuntu. https://bugs.launchpad.net/bugs/1401154 Title: Error: global

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-05 Thread George Shuklin
** Description changed: State to reproduce: 1. Boot instance from image 2. Delete image 3. Stop nova-compute 4. Remove /var/lib/nova/instances/_base/* 5. start nova-compute 6. Try to rescue instance (nova rescue image) Nova-compute will fail with few traces (see below) and

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread George Shuklin
found but deleted, unable to use it for rescue instance 8f021338-233e-4f4e-937a-596358e487c4. ** Changed in: nova Assignee: (unassigned) = George Shuklin (george-shuklin) ** Changed in: nova Status: New = In Progress -- You received this bug notification because you are a member

[Bug 1420953] [NEW] package python-oslo-serialization (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python2.7/dist-packages/oslo/serialization/__init__.py', which is also in

2015-02-11 Thread George Shuklin
Public bug reported: Preparing to unpack .../python-oslo.serialization_1.2.0-0ubuntu1_all.deb ... E: namespace:121: cannot remove /usr/lib/python2.7/dist-packages/oslo/__init__.py ProblemType: Package DistroRelease: Ubuntu 15.04 Package: python-oslo-serialization (not installed)

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread George Shuklin
Hello. We using qemu/kvm with raw disks. Normally, disk (qcow) will be irreversibly damaged if someone removes _base, but for the raw disks all stuff in _base is formality. We placing it on slow HDD raid0 (VS normal raid with SSD for instance disks), so losing HDD with _base's is normal case for

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread George Shuklin
OK. I found some problems with my ideas: If instance have _base, it still can be rescued even if image is deleted. I'll think about this on second part. For now I'll set instance in ERROR if rescue was failed. (Bugreport says 'instance broken, but status is ACTIVE'). -- You received this bug

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-06-23 Thread George Shuklin
Sorry, I've lost context of the fix, upstream is way to ahead. ** Changed in: nova Assignee: George Shuklin (george-shuklin) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https

[Bug 1452312] Re: glance-registry process spins if rsyslog restarted with syslog logging enabled

2015-06-15 Thread George Shuklin
@hopem, We've running on this (proposed) code for few weeks already, works fine. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-eventlet in Ubuntu. https://bugs.launchpad.net/bugs/1452312 Title: glance-registry process spins

[Bug 1459726] Re: api servers hang with 100% CPU if syslog restarted

2015-05-29 Thread George Shuklin
May be. I'm not sure. Anyway, this is not nova/glance/neutron bug, but python-eventlet, and it is mostly concerns for distributions, not for developers. ** Also affects: python-eventlet (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1452312] Re: glance-registry process spins if rsyslog restarted with syslog logging enabled

2015-06-01 Thread George Shuklin
Hello. I can't see update nor in trusty-updates nor in trusty- updates/juno/main. It still contains 0.13.0-1ubuntu3.2~cloud0 instead of 0.13.0-1ubuntu3.3 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-eventlet in Ubuntu.

[Bug 1458630] Re: broken package init-system-helpers: attempt to rewrite other package files

2015-05-26 Thread George Shuklin
** Package changed: ubuntu = init-system-helpers (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to init-system-helpers in Ubuntu. https://bugs.launchpad.net/bugs/1458630 Title: broken package init-system-helpers: attempt to

[Bug 1554195] Re: Nova (juno) ignores logging_*_format_string in syslog output

2016-03-18 Thread George Shuklin
Hello. We have our fix for this issue. See attachment. (It should be applied over ubuntu patchqueue). ** Patch added: "wz_fix_syslog_formatter.patch" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1554195/+attachment/4601164/+files/wz_fix_syslog_formatter.patch -- You received this

[Bug 1385295] Re: use_syslog=True does not log to syslog via /dev/log anymore

2016-03-03 Thread George Shuklin
Sorry, My bad. I didn't saw merge message. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-oslo.log in Ubuntu. https://bugs.launchpad.net/bugs/1385295 Title: use_syslog=True does not log to syslog via /dev/log anymore To

[Bug 1385295] Re: use_syslog=True does not log to syslog via /dev/log anymore

2016-03-03 Thread George Shuklin
I think this patch is not merged to Juno https://review.openstack.org/#/c/202573/ -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-oslo.log in Ubuntu. https://bugs.launchpad.net/bugs/1385295 Title: use_syslog=True does not log

[Bug 1554195] [NEW] Nova (juno) ignores logging_*_format_string in syslog output

2016-03-07 Thread George Shuklin
Public bug reported: Nova in juno ignores following settings in configuration file ([DEFAULT] section): logging_context_format_string logging_default_format_string logging_debug_format_suffix logging_exception_prefix when sending logs via syslog. Log entries on stderr / in log files are fine