openstackgerrit | Tim Burke proposed openstack/swift master: wsgi: stop closing listen sockets when workers die https://review.opendev.org/748721 | 00:13 |
---|---|---|
openstackgerrit | Tim Burke proposed openstack/swift master: wip: let workers shut down their sockets https://review.opendev.org/757968 | 00:13 |
openstackgerrit | Tim Burke proposed openstack/swift master: Add some functional CORS tests https://review.opendev.org/533028 | 00:17 |
openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Pass through CORS headers https://review.opendev.org/710330 | 00:17 |
openstackgerrit | Tim Burke proposed openstack/swift master: s3api: Allow CORS preflight requests https://review.opendev.org/710355 | 00:17 |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: s3api: Allow MPUs via CORS requests https://review.opendev.org/720098 | 00:17 |
*** gyee has quit IRC | 00:43 | |
openstackgerrit | Pete Zaitcev proposed openstack/swift master: Let developers/operators add watchers to object audit (simplified) https://review.opendev.org/706653 | 01:08 |
*** timss has quit IRC | 02:18 | |
*** timss has joined #openstack-swift | 02:18 | |
*** rcernin has quit IRC | 02:48 | |
*** rcernin has joined #openstack-swift | 03:05 | |
*** rcernin has quit IRC | 03:06 | |
*** rcernin has joined #openstack-swift | 03:06 | |
*** mikecmpbll has quit IRC | 03:19 | |
*** mikecmpbll has joined #openstack-swift | 03:22 | |
*** psachin has joined #openstack-swift | 03:37 | |
openstackgerrit | Tim Burke proposed openstack/swift master: staticweb: Work better with double slashes https://review.opendev.org/737069 | 03:44 |
openstackgerrit | Merged openstack/python-swiftclient master: tests: Make test_delete_container_versions less flakey https://review.opendev.org/753191 | 03:56 |
openstackgerrit | Tim Burke proposed openstack/swift master: wip: let workers shut down their sockets https://review.opendev.org/757968 | 04:01 |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-swift | 04:33 | |
openstackgerrit | Merged openstack/swift master: New proxy logging field for wire status https://review.opendev.org/755639 | 04:39 |
*** psachin has quit IRC | 04:48 | |
*** m75abrams has joined #openstack-swift | 05:11 | |
*** mikecmpbll has quit IRC | 06:25 | |
*** mikecmpbll has joined #openstack-swift | 06:27 | |
*** dsariel has quit IRC | 07:03 | |
*** rcernin has quit IRC | 07:50 | |
*** rpittau|afk is now known as rpittau | 07:52 | |
*** rcernin has joined #openstack-swift | 08:27 | |
*** rcernin has quit IRC | 08:59 | |
*** dsariel has joined #openstack-swift | 09:58 | |
*** zigo has joined #openstack-swift | 10:13 | |
*** mikecmpbll has quit IRC | 10:16 | |
*** mikecmpbll has joined #openstack-swift | 10:18 | |
*** rcernin has joined #openstack-swift | 10:24 | |
*** psachin has joined #openstack-swift | 10:57 | |
*** manuvakery has joined #openstack-swift | 11:43 | |
*** mikecmpbll has quit IRC | 13:16 | |
*** mikecmpbll has joined #openstack-swift | 13:18 | |
*** rcernin has quit IRC | 14:01 | |
clayg | is p 704892 getting closer or we're still trying to figure out the test failure? | 14:11 |
patchbot | https://review.opendev.org/#/c/704892/ - swift - proxy: stop sending frags to PyECLib with a Queue - 4 patch sets | 14:11 |
*** ianychoi_ has quit IRC | 14:33 | |
*** psachin has quit IRC | 14:33 | |
*** klamath_atx has joined #openstack-swift | 14:45 | |
klamath_atx | Any word on Victoria release today? | 14:46 |
*** ianychoi has joined #openstack-swift | 14:51 | |
*** mikecmpbll has quit IRC | 15:20 | |
timburke | clayg, still need to suss out the test failures. my current theory is that we've got multiple watchdogs started (one for each app we instantiate during tests) and they don't get cleaned up when the app they're attached to goes away. somehow (??) that leads to the watchdog popping a timeout on the wrong greenthread | 15:23 |
*** mikecmpbll has joined #openstack-swift | 15:23 | |
*** gyee has joined #openstack-swift | 15:41 | |
*** m75abrams has quit IRC | 15:45 | |
*** rpittau is now known as rpittau|afk | 16:05 | |
openstackgerrit | Tim Burke proposed openstack/swift master: wsgi: stop closing listen sockets when workers die https://review.opendev.org/748721 | 16:09 |
timburke | 🎉 https://releases.openstack.org/victoria/ 🎉 | 16:59 |
*** mikecmpbll has quit IRC | 17:09 | |
*** mikecmpbll has joined #openstack-swift | 17:12 | |
klamath_atx | @timburke is stable/victoria on github current and stable? | 17:15 |
timburke | yup! | 17:16 |
*** jv has quit IRC | 17:21 | |
klamath_atx | thank you and congrats! | 17:22 |
klamath_atx | If upgrading versions and not using encryption, the upgrade should be seamless correct? We only need to get metadata version if using pyencryption? | 17:23 |
timburke | klamath_atx, we always strive for seamless rolling upgrades, but it's hard to make guarantees without knowing the specifics of your cluster. what version will you be upgrading from? is your cluster running on py2 or py3 pre-upgrade? how about post-upgrade? are you using ec storage policies? if so, will you be upgrading liberasurecode as well? | 17:29 |
klamath_atx | We are currently running Rocky release, running py2 in containers and plan to continue to use python2 post Victoria upgrade, no EC policy or encryption is being used. We currently have a jenkins pipeline building swift containers based on centos8 | 17:42 |
*** rcernin has joined #openstack-swift | 18:22 | |
*** jv has joined #openstack-swift | 18:33 | |
*** rcernin has quit IRC | 18:37 | |
timburke | klamath_atx, i expect it to be an exceedingly boring upgrade ;-) | 18:58 |
timburke | if you run with a separate replication network, it's probably worth keeping https://github.com/openstack/swift/commit/2a6dfae2 in mind, though even in the worst case it shouldn't impact client traffic at all (just background daemons) | 19:01 |
timburke | and if you're using s3api, be aware that the default value for the location option changed in https://github.com/openstack/swift/commit/692a034 | 19:03 |
klamath_atx | thank you sir, i hope it will be a boring upgrade, already had a P1 and dont need any more excitement today (or this month) | 19:05 |
*** manuvakery has quit IRC | 20:32 | |
zaitcev | klamath_atx: We're under a certain pressure by OpenStack to drop our support of py2. This may yet come into play with Keystone authentication, where we directly use Openstack-provided middleware. | 20:53 |
kota_ | morning | 20:58 |
timburke | almost meeting time! | 20:59 |
timburke | good point zaitcev! klamath_atx, if it's an issue, you should be able to continue using an older version of keystonemiddleware (train or so?) with newer swift | 21:00 |
klamath_atx | perfect, i am planning on doing a deploy in our lab tomorrow before we target dev. Once we get that sorted we will look at pealing back some parts of our SS deployment with native swift | 21:20 |
klamath_atx | if py2 is an issue we can refactor our build pipline for py3 | 21:20 |
timburke | it's pretty much entirely up to you. at some point we'll drop py2 support, but if moving to py3 is a bigger risk than you'd like to take on for this upgrade, you're fine to stay on it for a while | 21:44 |
*** samueldmq has quit IRC | 22:16 | |
*** samueldmq has joined #openstack-swift | 22:16 | |
*** mikecmpbll has quit IRC | 22:22 | |
*** mikecmpbll has joined #openstack-swift | 22:24 | |
*** dsariel has quit IRC | 22:33 | |
*** rcernin has joined #openstack-swift | 22:33 | |
*** rcernin has quit IRC | 22:36 | |
*** rcernin has joined #openstack-swift | 22:36 | |
openstackgerrit | Tim Burke proposed openstack/swift master: metrics: Add lag metric to expirer https://review.opendev.org/735271 | 22:51 |
openstackgerrit | Tim Burke proposed openstack/swift master: Add a new URL parameter to allow for async cleanup of SLO segments https://review.opendev.org/733026 | 23:07 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: Fix a race condition in case of cross-replication https://review.opendev.org/754242 | 23:16 |
openstackgerrit | Tim Burke proposed openstack/swift master: Add a new URL parameter to allow for async cleanup of SLO segments https://review.opendev.org/733026 | 23:21 |
*** rcernin has quit IRC | 23:45 | |
*** rcernin has joined #openstack-swift | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!