[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-06-02 Thread Liam Young
+1 makes sense. Thanks for doing this validation @chris.macnaughton -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883112 Title: rbd-target-api crashes with python TypeError To manage

[Bug 1907250] Re: [focal] charm becomes blocked with workload-status "Failed to connect to MySQL"

2022-05-12 Thread Liam Young
I've filed https://bugs.launchpad.net/charm-mysql-router/+bug/1973177 is track this seperatly -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1907250 Title: [focal] charm becomes blocked with

[Bug 1907250] Re: [focal] charm becomes blocked with workload-status "Failed to connect to MySQL"

2022-05-12 Thread Liam Young
One of the causes of a charm going into a "Failed to connect to MySQL" state is that a connection to the database failed when the db-router charm attempted to restart the db-router service. Currently the charm will only retry the connection in response to one return code from the mysql. The return

[Bug 1969775] [NEW] rbd-target-api crashes with `blacklist removal failed`

2022-04-21 Thread Liam Young
Public bug reported: [Impact]  * ceph-iscsi on Focal talking to a Pacific or later Ceph cluster  * rbd-target-api service fails to start if there is a blocklist    entry for the unit.  * When the rbd-target-api service starts it checks if any of the    ip addresses on the machine it is running

[Bug 1909399] Re: Exception during removal of OSD blacklist entries

2022-04-21 Thread Liam Young
*** This bug is a duplicate of bug 1883112 *** https://bugs.launchpad.net/bugs/1883112 ** This bug has been marked a duplicate of bug 1883112 rbd-target-api crashes with python TypeError -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1968586] [NEW] apparmor rules block socket and log creation

2022-04-11 Thread Liam Young
Public bug reported: While testing using openstack, guests failed to launch and these denied messages were logged: [ 8307.089627] audit: type=1400 audit(1649684291.592:109): apparmor="DENIED" operation="mknod" profile="swtpm" name="/run/libvirt/qemu/swtpm/11-instance-000b-swtpm.sock"

[Bug 1965280] Re: rbd-target-api will not start AttributeError: 'Context' object has no attribute 'wrap_socket'

2022-03-17 Thread Liam Young
** Patch added: "ceph-iscsi-deb.diff" https://bugs.launchpad.net/ubuntu/+source/ceph-iscsi/+bug/1965280/+attachment/5569987/+files/ceph-iscsi-deb.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-03-17 Thread Liam Young
Verification on impish failed due to https://bugs.launchpad.net/ubuntu/+source/ceph-iscsi/+bug/1965280 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883112 Title: rbd-target-api crashes with

[Bug 1965280] [NEW] rbd-target-api will not start AttributeError: 'Context' object has no attribute 'wrap_socket'

2022-03-17 Thread Liam Young
Public bug reported: The rbd-target-api fails to start on Ubuntu Impish (21.10) and later. This appears to be caused by a werkzeug package revision check in rbd- target-api. The check is used to decide whather to add an OpenSSL.SSL.Context or a ssl.SSLContext. The code comment suggests that

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-03-16 Thread Liam Young
Tested successfully on focal with 3.4-0ubuntu2.1 Tested with ceph-iscsi charms functional tests which were previously failing. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 20.04.4 LTS Release:20.04 Codename: focal $ apt-cache policy

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-03-15 Thread Liam Young
** Patch added: "gw-deb.diff" https://bugs.launchpad.net/ubuntu/+source/ceph-iscsi/+bug/1883112/+attachment/5569162/+files/gw-deb.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883112 Title:

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-03-15 Thread Liam Young
Thank you for the update Robie. I proposed the deb diff based on the fix that had landed upstream because I (wrongly) thought that was what the SRU policy required. I think it makes more sense to go for the minimal fix you suggest. -- You received this bug notification because you are a member

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-02-23 Thread Liam Young
** Description changed: + [Impact] + + * rbd-target-api service fails to start if there is a blocklist +entry for the unit making the service unavailable. + + * When the rbd-target-api service starts it checks if any of the +ip addresses on the machine it is running on are listed as +

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-02-22 Thread Liam Young
** Patch added: "deb.diff" https://bugs.launchpad.net/ubuntu/+source/ceph-iscsi/+bug/1883112/+attachment/5562748/+files/deb.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883112 Title:

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-02-22 Thread Liam Young
** Changed in: ceph-iscsi (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883112 Title: rbd-target-api crashes with python TypeError To manage notifications

[Bug 1954306] Re: Action `remove-instance` works but appears to fail

2021-12-16 Thread Liam Young
s/The issue appears when using the mysql to/The issue appears when using the mysql shell to/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954306 Title: Action `remove-instance` works but appears

[Bug 1954306] Re: Action `remove-instance` works but appears to fail

2021-12-16 Thread Liam Young
I don't think this is a charm bug. The issue appears when using the mysql to remove a node from the cluster. From what I can see you cannot persist group_replication_force_members and is correctly unset. So the error being reported seems wrong https://pastebin.ubuntu.com/p/sx6ZB3rs6r/

[Bug 1954306] Re: Action `remove-instance` works but appears to fail

2021-12-16 Thread Liam Young
** Also affects: mysql-8.0 (Ubuntu) Importance: Undecided Status: New ** Changed in: charm-mysql-innodb-cluster Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1944080] Re: [fan-network] Race-condition between "apt update" and dhcp request causes cloud-init error

2021-12-13 Thread Liam Young
Perhaps I'm missing something but this does not seem to be a bug in the rabbitmq-server charm. It may be easier to observe there but the root cause is elsewhere. ** Changed in: charm-rabbitmq-server Status: New => Invalid -- You received this bug notification because you are a member of

[Bug 1946787] Re: [SRU] Fix inconsistent encoding secret encoding

2021-11-02 Thread Liam Young
Tested successfully on focal victoria using 1:11.0.0-0ubuntu1~cloud1 . I created an encrypted volume and attached it to a VM. cinder type-create LUKS cinder encryption-type-create --cipher aes-xts-plain64 --key_size 512 --control_location front-end LUKS nova.volume.encryptors.luks.LuksEncryptor

[Bug 1946787] Re: [SRU] Fix inconsistent encoding secret encoding

2021-11-01 Thread Liam Young
Tested successfully on focal wallaby using 2:12.0.0-0ubuntu2~cloud0 . I created an encrypted volume and attached it to a VM. cinder type-create LUKS cinder encryption-type-create --cipher aes-xts-plain64 --key_size 512 --control_location front-end LUKS nova.volume.encryptors.luks.LuksEncryptor

[Bug 1946787] Re: [SRU] Fix inconsistent encoding secret encoding

2021-11-01 Thread Liam Young
Tested successfully on hirsute using 2:12.0.0-0ubuntu2 . I created an encrypted volume and attached it to a VM. cinder type-create LUKS cinder encryption-type-create --cipher aes-xts-plain64 --key_size 512 --control_location front-end LUKS nova.volume.encryptors.luks.LuksEncryptor cinder create

[Bug 1943863] Re: DPDK instances are failing to start: Failed to bind socket to /run/libvirt-vhost-user/vhu3ba44fdc-7c: No such file or directory

2021-09-22 Thread Liam Young
in: charm-layer-ovn Status: New => Confirmed ** Changed in: charm-layer-ovn Importance: Undecided => High ** Changed in: charm-layer-ovn Assignee: (unassigned) => Liam Young (gnuoy) -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1944424] Re: AppArmor causing HA routers to be in backup state on wallaby-focal

2021-09-22 Thread Liam Young
** Changed in: charm-neutron-gateway Assignee: (unassigned) => Liam Young (gnuoy) ** Changed in: charm-neutron-gateway Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1944424] Re: AppArmor causing HA routers to be in backup state on wallaby-focal

2021-09-22 Thread Liam Young
** Changed in: charm-neutron-gateway Status: Invalid => Confirmed ** Changed in: neutron (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1944424

[Bug 1944424] Re: AppArmor causing HA routers to be in backup state on wallaby-focal

2021-09-22 Thread Liam Young
A patch was introduced [0] "..which sets the backup gateway device link down by default. When the VRRP sets the master state in one host, the L3 agent state change procedure will do link up action for the gateway device.". This change causes an issue when using keepalived 2.X (focal+) which is

[Bug 1943863] Re: DPDK instances are failing to start: Failed to bind socket to /run/libvirt-vhost-user/vhu3ba44fdc-7c: No such file or directory

2021-09-22 Thread Liam Young
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943863

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

2021-03-18 Thread Liam Young
I have tested the rocky scenario that was failing for me. Trilio on Train + OpenStack on Rocky. The Trilio functional test to snapshot a server failed without the fix and passed once python3-oslo.messaging 8.1.0-0ubuntu1~cloud2.2 was installed and services restarted ** Tags removed:

[Bug 1917485] [NEW] Adding RBAC role to connection does not affect existing connections

2021-03-02 Thread Liam Young
Public bug reported: It seems that updating the role attribute of a connection has no affect on existing connections. For example when investigating another bug I needed to disable rbac but to get that to take effect I needed to either restart the southbound listener or the ovn-controller. fwiw

[Bug 1917475] [NEW] RBAC Permissions too strict for Port_Binding table

2021-03-02 Thread Liam Young
Public bug reported: When using Openstack Ussuri with OVN 20.03 and adding a floating IP address to a port the ovn-controller on the hypervisor repeatedly reports: 2021-03-02T10:33:35.517Z|35359|ovsdb_idl|WARN|transaction error: {"details":"RBAC rules for client

[Bug 1896603] Re: ovn-octavia-provider: Cannot create listener due to alowed_cidrs validation

2021-02-28 Thread Liam Young
I have tested the package in victoria proposed (0.3.0-0ubuntu2) and it passed. I verified it by deploying the octavia charm and running its focal victoria functional tests which create an ovn loadbalancer and check it is functional. The log of the test run is here: https://openstack-ci-

[Bug 1896603] Re: ovn-octavia-provider: Cannot create listener due to alowed_cidrs validation

2021-02-28 Thread Liam Young
I have tested the package in groovy proposed (0.3.0-0ubuntu2) and it passed. I verified it by deploying the octavia charm and running its groovy victoria functional tests which create an ovn loadbalancer and check it is fuctional. The log of the test run is here: https://openstack-ci-

[Bug 1896603] Re: ovn-octavia-provider: Cannot create listener due to alowed_cidrs validation

2021-01-27 Thread Liam Young
https://code.launchpad.net/~gnuoy/ubuntu/+source/ovn-octavia- provider/+git/ovn-octavia-provider/+merge/397023 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896603 Title: ovn-octavia-provider:

[Bug 1896603] Re: ovn-octavia-provider: Cannot create listener due to alowed_cidrs validation

2021-01-27 Thread Liam Young
** Description changed: - Kuryr-Kubernetes tests running with ovn-octavia-provider started to fail - with "Provider 'ovn' does not support a requested option: OVN provider - does not support allowed_cidrs option" showing up in the o-api logs. + [Impact] - We've tracked that to check [1]

[Bug 1896603] Re: ovn-octavia-provider: Cannot create listener due to alowed_cidrs validation

2021-01-27 Thread Liam Young
** Also affects: ovn-octavia-provider (Ubuntu) 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/1896603 Title: ovn-octavia-provider: Cannot create listener

[Bug 1904199] Re: [groovy-victoria] "gwcli /iscsi-targets/ create ..." fails with 1, GatewayError

2021-01-19 Thread Liam Young
I have tested focal and groovy and is only happening on groovy. I have not tried Hirsute. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904199 Title: [groovy-victoria] "gwcli /iscsi-targets/

[Bug 1904199] Re: [groovy-victoria] "gwcli /iscsi-targets/ create ..." fails with 1, GatewayError

2021-01-18 Thread Liam Young
I don;t think this is a charm issue. It looks like an incompatibility between ceph-isci and python3-werkzeug in groovy. # /usr/bin/rbd-target-api * Serving Flask app "rbd-target-api" (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production

[Bug 1882900] Re: Missing sqlalchemy-utils dep on ussuri

2020-06-10 Thread Liam Young
Yep thats the traceback I'm seeing. Charm shows: 2020-06-10 12:45:57 ERROR juju-log amqp:40: Hook error: Traceback (most recent call last): File "/var/lib/juju/agents/unit-masakari-0/.venv/lib/python3.6/site-packages/charms/reactive/__init__.py", line 74, in main

[Bug 1882900] Re: Missing sqlalchemy-utils dep on ussuri

2020-06-10 Thread Liam Young
It seems sqlalchemy-utils may have been removed recently in error https://git.launchpad.net/ubuntu/+source/masakari/tree/debian/changelog?id=4d933765965f3d02cd68c696cc69cf53b7c6390d#n3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1882900] [NEW] Missing sqlalchemy-utils dep on ussuri

2020-06-10 Thread Liam Young
Public bug reported: Package seems to be missing a dependency on sqlalchemy-utils *1. The issue shows itself when running masakari-manage with the new 'taskflow' section enabled *2 *1 https://opendev.org/openstack/masakari/src/branch/stable/ussuri/requirements.txt#L29 *2

[Bug 1874719] Re: Focal deploy creates a 'node1' node

2020-04-24 Thread Liam Young
HAving looked into it further it seems to be the name of the node that has changed. juju deploy cs:bionic/ubuntu bionic-ubuntu juju deploy cs:focal/ubuntu focal-ubuntu juju run --unit bionic-ubuntu/0 "sudo apt install --yes crmsh pacemaker" juju run --unit focal-ubuntu/0 "sudo apt install --yes

[Bug 1874719] [NEW] Focal deploy creates a 'node1' node

2020-04-24 Thread Liam Young
Public bug reported: Testing of masakari on focal zaza tests failed because the test checks that all pacemaker nodes are online. This check failed due the appearance of a new node called 'node1' which was marked as offline. I don't know where that node came from or what is supposed to represent

[Bug 1873741] Re: Using ceph as a backing store fails on ussuri

2020-04-20 Thread Liam Young
The source option was not set properly for the ceph application leading to the python rbd lib being way ahead of the ceph cluster. ** Changed in: charm-glance Assignee: Liam Young (gnuoy) => (unassigned) ** Changed in: charm-glance Status: New => Invalid ** Changed in:

[Bug 1873741] Re: Using ceph as a backing store fails on ussuri

2020-04-20 Thread Liam Young
** Also affects: glance (Ubuntu) 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/1873741 Title: Using ceph as a backing store fails on ussuri To manage

[Bug 1864838] Re: Checks fail when creating an iscsi target

2020-02-26 Thread Liam Young
** Summary changed: - rbd pool name is hardcoded + Checks fail when creating an iscsi target -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864838 Title: skipchecks=true is needed when deployed on

[Bug 1864838] [NEW] rbd pool name is hardcoded

2020-02-26 Thread Liam Young
Public bug reported: See https://docs.ceph.com/docs/master/rbd/iscsi-target-cli/ and the line: "If not using RHEL/CentOS or using an upstream or ceph-iscsi-test kernel, the skipchecks=true argument must be used. This will avoid the Red Hat kernel and rpm checks:" ** Affects: ceph-iscsi (Ubuntu)

[Bug 1861321] [NEW] ceilometer-collector fails to stop if cannot connect to message broker

2020-01-29 Thread Liam Young
Public bug reported: ceilometer-collector fails to stop if it cannot connect to message broker. To reproduce (assuming amqp is running on localhost): 1) Comment out the 'oslo_messaging_rabbit' section from /etc/ceilometer/ceilometer.conf. This will trigger ceilometer-collector to look locally

[Bug 1854718] Re: Groups of swift daemons are all forced to use the same config

2019-12-05 Thread Liam Young
Sahid pointed out that the swift-init will traverse a search path and start a daemon for every config file it finds so no change to the init script is needed. Initial tests suggest this completely covers my use case. I will continue testing and report back. I will mark the bug as invalid for the

[Bug 1854718] Re: Groups of swift daemons are all forced to use the same config

2019-12-04 Thread Liam Young
Hi Sahid, In our deployment for swift global replication we have two account services. One for local and one for replication: # cat /etc/swift/account-server/1.conf [DEFAULT] bind_ip = 0.0.0.0 bind_port = 6002 workers = 1 [pipeline:main] pipeline = recon account-server [filter:recon] use =

[Bug 1854718] Re: Groups of swift daemons are all forced to use the same config

2019-12-03 Thread Liam Young
Hi Cory, the init script update is to support swift global replication. The upstream code and the proposed changes to the charm support the feature in mitaka so ideally the support would go right back to trusty- mitaka. -- You received this bug notification because you are a member of Ubuntu

[Bug 1854718] Re: Groups of swift daemons are all forced to use the same config

2019-12-02 Thread Liam Young
** Description changed: - On swift proxy servers there are three groups of services: account, + On swift storage servers there are three groups of services: account, container and object. Each of these groups is comprised of a number of services, for instance: server, auditor, replicator

[Bug 1854718] [NEW] Groups of swift daemons are all forced to use the same config

2019-12-02 Thread Liam Young
Public bug reported: On swift proxy servers there are three groups of services: account, container and object. Each of these groups is comprised of a number of services, for instance: server, auditor, replicator etc Each service has its own init script but all the services in a group are

[Bug 1834565] Re: python 3.7: wrap_socket() got an unexpected keyword argument '_context'

2019-11-02 Thread Liam Young
I can confirm that the disco proposed repository fixes this issue. I have run the openstack teams mojo spec for disco stein which fails due to this bug. I then reran the test with the charms configured to install from the disco proposed repository and the bug was fixed and the tests passed. Log

[Bug 1833713] Re: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

2019-07-15 Thread Liam Young
Hi Christian, Thanks for your comments. I'm sure you spotted it but just to make it clear, the issue occurs with bonded and unbonded dpdk interfaces. I've emailed upstream here *1. Thanks Liam *1 https://mail.openvswitch.org/pipermail/ovs-discuss/2019-July/048997.html -- You received

[Bug 1833713] Re: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

2019-07-09 Thread Liam Young
** Changed in: dpdk (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833713 Title: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

[Bug 1833713] Re: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

2019-07-08 Thread Liam Young
Ubuntu: eoan DPDK pkg: 18.11.1-3 OVS DPDK pkg: 2.11.0-0ubuntu2 Kerenl: 5.0.0-20-generic If a server has an ovs bridge with a dpdk device for external network access and a network namespace attached then sending data out of the namespace fails if jumbo frames are enabled. Setup:

[Bug 1833713] Re: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

2019-07-08 Thread Liam Young
Ubuntu: eoan DPDK pkg: 18.11.1-3 OVS DPDK pkg: 2.11.0-0ubuntu2 Kerenl: 5.0.0-20-generic If two servers each have an ovs bridge with a dpdk device for external network access and a network namespace attached then communication between taps in the namespaces fails if jumbo frames are enabled. If

[Bug 1833713] Re: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

2019-07-08 Thread Liam Young
At some point when I was attempting to simplify the test case I dropped setting the mtu on the dpdk devices via ovs so the above test is invalid. I've marked the bug against dpdk as invalid while I redo the tests. ** Changed in: dpdk (Ubuntu) Status: New => Invalid -- You received this

[Bug 1833713] Re: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

2019-07-08 Thread Liam Young
Given the above I'm am going to mark this as affecting the dpdk package rather than the charm ** Also affects: dpdk (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1828534] Re: [19.04][Queens -> Rocky] Upgrading to Rocky resulted in "Services not running that should be: designate-producer"

2019-07-02 Thread Liam Young
I think this is a packaging bug ** Also affects: designate (Ubuntu) Importance: Undecided Status: New ** Changed in: charm-designate Status: Triaged => Invalid ** Changed in: charm-designate Assignee: Liam Young (gnuoy) => (unassigned) -- You received th

[Bug 1832075] Re: [19.04][Queens -> Rocky] python3-pymysql is not installed before use

2019-06-17 Thread Liam Young
board (3:15.0.0-0ubuntu1~cloud0) ...", thanks. ** Changed in: charm-openstack-dashboard Assignee: Liam Young (gnuoy) => (unassigned) ** Changed in: charm-openstack-dashboard Status: New => Incomplete -- You received this bug notification because you are a member of Ub

[Bug 1832075] Re: [19.04][Queens -> Rocky] python3-pymysql is not installed before use

2019-06-17 Thread Liam Young
** Changed in: charm-openstack-dashboard Assignee: (unassigned) => Liam Young (gnuoy) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832075 Title: [19.04][Queens -> Rocky] python3-p

[Bug 1805332] Re: [Swift backend] Upload image hit error: Unicode-objects must be encoded before hashing

2019-05-22 Thread Liam Young
The package from rocky-proposed worked for me. Version info below: python3-glance-store: Installed: 0.26.1-0ubuntu2.1~cloud0 Candidate: 0.26.1-0ubuntu2.1~cloud0 Version table: *** 0.26.1-0ubuntu2.1~cloud0 500 500 http://ubuntu-cloud.archive.canonical.com/ubuntu

[Bug 1805332] Re: [Swift backend] Upload image hit error: Unicode-objects must be encoded before hashing

2019-05-22 Thread Liam Young
The cosmic package worked for me to. Version info below: python3-glance-store: Installed: 0.26.1-0ubuntu2.1 Candidate: 0.26.1-0ubuntu2.1 Version table: *** 0.26.1-0ubuntu2.1 500 500 http://archive.ubuntu.com/ubuntu cosmic-proposed/universe amd64 Packages 100

[Bug 1805332] Re: [Swift backend] Upload image hit error: Unicode-objects must be encoded before hashing

2019-05-15 Thread Liam Young
The disco package worked for me to. Version info below: # apt-cache policy python3-glance-store python3-glance-store: Installed: 0.28.0-0ubuntu1.1 Candidate: 0.28.0-0ubuntu1.1 Version table: *** 0.28.0-0ubuntu1.1 500 500 http://archive.ubuntu.com/ubuntu disco-proposed/main amd64

[Bug 1805332] Re: [Swift backend] Upload image hit error: Unicode-objects must be encoded before hashing

2019-05-15 Thread Liam Young
Looks good to me. Tested 0.28.0-0ubuntu1.1~cloud0 from cloud-archive :stein-proposed $ openstack image create --public --file /home/ubuntu/images/bionic-server-cloudimg-amd64.img bionic-test 500 Internal Server Error: The server has

[Bug 1805332] Re: [Swift backend] Upload image hit error: Unicode-objects must be encoded before hashing

2019-05-14 Thread Liam Young
It does not appear to have been fixed upstream yet as this patch is still in place at master: https://github.com/openstack/glance_store/blob/master/glance_store/_drivers/swift/store.py#L1635 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1805332] Re: [Swift backend] Upload image hit error: Unicode-objects must be encoded before hashing

2019-05-14 Thread Liam Young
** Description changed: [Impact] If we upload a large image (larger than 1G), the glance_store will hit a Unicode error. To fix this a patch has been merged in upstream master and backported to stable rocky. [Test Case] + Deploy glance related to swift-proxy using the object-store

[Bug 1825356] Re: libvirt silently fails to attach a cinder ceph volume

2019-04-29 Thread Liam Young
Hi koalinux, please can you provide the requested logs or remove the field-critical tag please ? ** Changed in: cloud-archive Status: New => Incomplete ** Changed in: ceph (Ubuntu) Status: New => Incomplete ** Changed in: libvirt (Ubuntu) Status: New => Incomplete -- You

[Bug 1808951] Re: python3 + Fedora + SSL + wsgi nova deployment, nova api returns RecursionError: maximum recursion depth exceeded while calling a Python object

2019-04-25 Thread Liam Young
** Description changed: Description:- So while testing python3 with Fedora in [1], Found an issue while running nova-api behind wsgi. It fails with below Traceback:- 2018-12-18 07:41:55.364 26870 INFO nova.api.openstack.requestlog [req-e1af4808-ecd8-47c7-9568-a5dd9691c2c9 - - - -

[Bug 1815844] Re: iscsi multipath dm-N device only used on first volume attachment

2019-02-14 Thread Liam Young
I don't think this is related to the charm, it looks like a bug in upstream nova. ** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** No longer affects: nova (Ubuntu) ** Also affects: nova Importance: Undecided Status: New -- You received this bug

[Bug 1799406] Re: [SRU] Alarms fail on Rocky

2018-11-23 Thread Liam Young
** Changed in: charm-aodh Status: New => Invalid ** Changed in: oslo.i18n Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1799406 Title: [SRU] Alarms fail on

[Bug 1800601] Re: [SRU] Infinite recursion in Python 3

2018-11-14 Thread Liam Young
I have successfully run the mojo spec which was failing (specs/full_stack/next_openstack_upgrade/queens). This boots an instance on rocky which indirectly queries glance: https://pastebin.canonical.com/p/7sVjF6QSNm/ ** Tags removed: verification-rocky-needed ** Tags added: verification-rocky-done

[Bug 1800601] Re: [SRU] Infinite recursion in Python 3

2018-11-08 Thread Liam Young
** Description changed: Hi, When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report: https://bugs.debian.org/911947 Basically, it's this: | File

[Bug 1800601] Re: [SRU] Infinite recursion in Python 3

2018-11-08 Thread Liam Young
Just to be clear, when I say I'm hitting it I mean I'm hitting it on a deployed system, not just in unit tests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1800601 Title: [SRU] Infinite recursion

[Bug 1754508] Re: [next][queens] Horizon Errors out on first login or first access to a given dashboard unit: TypeError: coercing to Unicode: need string or buffer, NoneType found

2018-03-09 Thread Liam Young
Marking charm bug as invalid inlight of the packaging fix ** Changed in: charm-openstack-dashboard Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754508 Title:

[Bug 1414925] Re: ntpd seems to add offsets instead of subtracting them

2017-10-12 Thread Liam Young
** Changed in: ntp (Ubuntu) Assignee: Liam Young (gnuoy) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1414925 Title: ntpd seems to add offsets instead of subtracting t

[Bug 1657305] Re: percona cluster getting wrong private ip

2017-10-11 Thread Liam Young
I'm going to mark this is invalid against nova-compute as nova-compute does not have a relation with percona anymore (Icehouse+ I believe). ** Changed in: charm-nova-compute Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1720378] Re: Two processes can bind to the same port

2017-10-02 Thread Liam Young
kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1720378 Title: Two processes can bind to the same port

[Bug 1720378] Re: Two processes can bind to the same port

2017-10-02 Thread Liam Young
I've retested with linux- image-4.4.9-040409-generic_4.4.9-040409.201605041832_amd64.deb but the image seems to persist. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1720378 Title: Two processes

[Bug 1720378] Re: Two processes can bind to the same port

2017-10-02 Thread Liam Young
Thanks jsalisbury. Ill try on another kernel now. The steps to reproduce on xenial: sudo su - apt install --yes apache2 haproxy echo " listen test bind *:8776 bind :::8776 " > /etc/haproxy/haproxy.cfg echo " Listen 8776 DocumentRoot /var/www/html " >

[Bug 1720378] Re: Two processes can bind to the same port

2017-09-29 Thread Liam Young
Thanks for the suggestions. I will try with an upstream kernel and also add steps for reproducing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1720378 Title: Two processes can bind to the same

[Bug 1720378] [NEW] Two processes can bind to the same port

2017-09-29 Thread Liam Young
Public bug reported: On both xenial and zesty apache and haproxy seem to be able to bind to the same port: # netstat -peanut | grep 8776 tcp0 0 0.0.0.0:87760.0.0.0:* LISTEN 0 76856 26190/haproxy tcp6 0 0 :::8776

[Bug 1720215] Re: [artful] apachectl: Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8776

2017-09-29 Thread Liam Young
Ok, so this has been broken in the charm for a while. The package shipped vhost should be disabled by the charm but due to a bug that is not happening. However xenial and zesty both seem to allow apache to start when it has a conflicting port with haproxy. If haproxy is running and bound to 8776

[Bug 1720215] Re: [artful] apachectl: Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8776

2017-09-28 Thread Liam Young
** Changed in: charm-cinder Assignee: (unassigned) => Liam Young (gnuoy) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1720215 Title: [artful] apachectl: Address already in use: AH00

[Bug 1598208] Re: murano uses deprecated psutil.NUM_CPUS

2016-11-10 Thread Liam Young
** Also affects: murano (Ubuntu) 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/1598208 Title: murano uses deprecated psutil.NUM_CPUS To manage

[Bug 1637138] Re: The trove-guest agent service does not start on xenial

2016-10-27 Thread Liam Young
I think this is fixed in yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637138 Title: The trove-guest agent service does not start on xenial To manage notifications about this bug go to:

[Bug 1637138] [NEW] The trove-guest agent service does not start on xenial

2016-10-27 Thread Liam Young
Public bug reported: When starting the trove guest agent on xenial it fails with: 2016-10-27 09:31:38.674 1366 CRITICAL root [-] NameError: global name '_LE' is not defined 2016-10-27 09:31:38.674 1366 ERROR root Traceback (most recent call last): 2016-10-27 09:31:38.674 1366 ERROR root File

[Bug 1634475] [NEW] Files missing from package

2016-10-18 Thread Liam Young
Public bug reported: After the package is installed some of the files that support the initialisation of the database seem to missing. As does the policy.json. The files that are missing: /usr/lib/python2.7/dist-packages/mistral/actions/openstack/mapping.json

[Bug 1604501] Re: ceph-osd fails to initialize when encrypt is enabled

2016-07-29 Thread Liam Young
** Changed in: ceph-osd (Juju Charms Collection) Milestone: 16.07 => 16.10 ** Changed in: ceph (Juju Charms Collection) Milestone: 16.07 => 16.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1578351] Re: mitaka ksclient fails to connect to v6 keystone

2016-07-29 Thread Liam Young
** Changed in: keystone (Juju Charms Collection) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578351 Title: mitaka ksclient fails to connect to v6

[Bug 1546565] Re: Ownership/Permissions of vhost_user sockets for openvswitch-dpdk make them unusable by libvirt/qemu/kvm

2016-07-29 Thread Liam Young
** Changed in: neutron-openvswitch (Juju Charms Collection) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546565 Title: Ownership/Permissions of

[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2016-05-27 Thread Liam Young
** No longer affects: hacluster (Juju Charms Collection) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488453 Title: Package postinst always fail on first install when using systemd To manage

[Bug 1558642] Re: Update charm to use new pause/resume helpers

2016-04-18 Thread Liam Young
** Changed in: cinder (Juju Charms Collection) Status: In Progress => Fix Committed ** Changed in: neutron-gateway (Ubuntu) Status: In Progress => Fix Committed ** Changed in: rabbitmq-server (Juju Charms Collection) Status: In Progress => Fix Committed -- You received

[Bug 1567272] Re: systemd claims libvirt-bin is dead on xenial

2016-04-07 Thread Liam Young
Yes, removing '-d' fixed it, thank you ** Changed in: libvirt (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567272 Title: systemd claims libvirt-bin is

[Bug 1567272] Re: systemd claims libvirt-bin is dead on xenial

2016-04-07 Thread Liam Young
** Description changed: - On Xenial systemd is not reporting the state of libvirtd properly or + On Xenial, systemd is not reporting the state of libvirtd properly or shutting down on request. # pgrep libvirtd # systemctl start libvirt-bin.service # systemctl status libvirt-bin.service

[Bug 1567272] [NEW] systemd claims libvirt-bin is dead on xenial

2016-04-07 Thread Liam Young
Public bug reported: On Xenial, systemd is not reporting the state of libvirtd properly or shutting down on request. # pgrep libvirtd # systemctl start libvirt-bin.service # systemctl status libvirt-bin.service ● libvirt-bin.service - Virtualization daemon    Loaded: loaded

[Bug 1558642] Re: Update charm to use new pause/resume helpers

2016-04-06 Thread Liam Young
** Changed in: neutron-gateway (Ubuntu) Status: New => In Progress ** Changed in: neutron-gateway (Ubuntu) Assignee: (unassigned) => Liam Young (gnuoy) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1558642] Re: Update charm to use new pause/resume helpers

2016-04-01 Thread Liam Young
d Status: New ** Changed in: rabbitmq-server (Juju Charms Collection) Status: New => In Progress ** Changed in: rabbitmq-server (Juju Charms Collection) Assignee: (unassigned) => Liam Young (gnuoy) ** Changed in: rabbitmq-server (Juju Charms Collection) Importance

[Bug 1558642] Re: Update charm to use new pause/resume helpers

2016-03-24 Thread Liam Young
Charms Collection) Importance: Undecided => Medium ** Changed in: cinder (Juju Charms Collection) Assignee: (unassigned) => Liam Young (gnuoy) ** Changed in: cinder (Juju Charms Collection) Milestone: None => 16.04 ** Also affects: ceph-radosgw (Juju Charms Collection) Import

  1   2   3   >