Wednesday, 2020-10-14

openstackgerritTim Burke proposed openstack/swift master: wsgi: stop closing listen sockets when workers die  https://review.opendev.org/74872100:13
openstackgerritTim Burke proposed openstack/swift master: wip: let workers shut down their sockets  https://review.opendev.org/75796800:13
openstackgerritTim Burke proposed openstack/swift master: Add some functional CORS tests  https://review.opendev.org/53302800:17
openstackgerritTim Burke proposed openstack/swift master: s3api: Pass through CORS headers  https://review.opendev.org/71033000:17
openstackgerritTim Burke proposed openstack/swift master: s3api: Allow CORS preflight requests  https://review.opendev.org/71035500:17
openstackgerritTim Burke proposed openstack/swift master: WIP: s3api: Allow MPUs via CORS requests  https://review.opendev.org/72009800:17
*** gyee has quit IRC00:43
openstackgerritPete Zaitcev proposed openstack/swift master: Let developers/operators add watchers to object audit (simplified)  https://review.opendev.org/70665301:08
*** timss has quit IRC02:18
*** timss has joined #openstack-swift02:18
*** rcernin has quit IRC02:48
*** rcernin has joined #openstack-swift03:05
*** rcernin has quit IRC03:06
*** rcernin has joined #openstack-swift03:06
*** mikecmpbll has quit IRC03:19
*** mikecmpbll has joined #openstack-swift03:22
*** psachin has joined #openstack-swift03:37
openstackgerritTim Burke proposed openstack/swift master: staticweb: Work better with double slashes  https://review.opendev.org/73706903:44
openstackgerritMerged openstack/python-swiftclient master: tests: Make test_delete_container_versions less flakey  https://review.opendev.org/75319103:56
openstackgerritTim Burke proposed openstack/swift master: wip: let workers shut down their sockets  https://review.opendev.org/75796804:01
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-swift04:33
openstackgerritMerged openstack/swift master: New proxy logging field for wire status  https://review.opendev.org/75563904:39
*** psachin has quit IRC04:48
*** m75abrams has joined #openstack-swift05:11
*** mikecmpbll has quit IRC06:25
*** mikecmpbll has joined #openstack-swift06:27
*** dsariel has quit IRC07:03
*** rcernin has quit IRC07:50
*** rpittau|afk is now known as rpittau07:52
*** rcernin has joined #openstack-swift08:27
*** rcernin has quit IRC08:59
*** dsariel has joined #openstack-swift09:58
*** zigo has joined #openstack-swift10:13
*** mikecmpbll has quit IRC10:16
*** mikecmpbll has joined #openstack-swift10:18
*** rcernin has joined #openstack-swift10:24
*** psachin has joined #openstack-swift10:57
*** manuvakery has joined #openstack-swift11:43
*** mikecmpbll has quit IRC13:16
*** mikecmpbll has joined #openstack-swift13:18
*** rcernin has quit IRC14:01
claygis p 704892 getting closer or we're still trying to figure out the test failure?14:11
patchbothttps://review.opendev.org/#/c/704892/ - swift - proxy: stop sending frags to PyECLib with a Queue - 4 patch sets14:11
*** ianychoi_ has quit IRC14:33
*** psachin has quit IRC14:33
*** klamath_atx has joined #openstack-swift14:45
klamath_atxAny word on Victoria release today?14:46
*** ianychoi has joined #openstack-swift14:51
*** mikecmpbll has quit IRC15:20
timburkeclayg, 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 greenthread15:23
*** mikecmpbll has joined #openstack-swift15:23
*** gyee has joined #openstack-swift15:41
*** m75abrams has quit IRC15:45
*** rpittau is now known as rpittau|afk16:05
openstackgerritTim Burke proposed openstack/swift master: wsgi: stop closing listen sockets when workers die  https://review.opendev.org/74872116:09
timburke🎉 https://releases.openstack.org/victoria/ 🎉16:59
*** mikecmpbll has quit IRC17:09
*** mikecmpbll has joined #openstack-swift17:12
klamath_atx@timburke is stable/victoria on github current and stable?17:15
timburkeyup!17:16
*** jv has quit IRC17:21
klamath_atxthank you and congrats!17:22
klamath_atxIf upgrading versions and not using encryption, the upgrade should be seamless correct?  We only need to get metadata version if using pyencryption?17:23
timburkeklamath_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_atxWe 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 centos817:42
*** rcernin has joined #openstack-swift18:22
*** jv has joined #openstack-swift18:33
*** rcernin has quit IRC18:37
timburkeklamath_atx, i expect it to be an exceedingly boring upgrade ;-)18:58
timburkeif 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
timburkeand if you're using s3api, be aware that the default value for the location option changed in https://github.com/openstack/swift/commit/692a03419:03
klamath_atxthank 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 IRC20:32
zaitcevklamath_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_morning20:58
timburkealmost meeting time!20:59
timburkegood 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 swift21:00
klamath_atxperfect, 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 swift21:20
klamath_atxif py2 is an issue we can refactor our build pipline for py321:20
timburkeit'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 while21:44
*** samueldmq has quit IRC22:16
*** samueldmq has joined #openstack-swift22:16
*** mikecmpbll has quit IRC22:22
*** mikecmpbll has joined #openstack-swift22:24
*** dsariel has quit IRC22:33
*** rcernin has joined #openstack-swift22:33
*** rcernin has quit IRC22:36
*** rcernin has joined #openstack-swift22:36
openstackgerritTim Burke proposed openstack/swift master: metrics: Add lag metric to expirer  https://review.opendev.org/73527122:51
openstackgerritTim Burke proposed openstack/swift master: Add a new URL parameter to allow for async cleanup of SLO segments  https://review.opendev.org/73302623:07
openstackgerritRomain LE DISEZ proposed openstack/swift master: Fix a race condition in case of cross-replication  https://review.opendev.org/75424223:16
openstackgerritTim Burke proposed openstack/swift master: Add a new URL parameter to allow for async cleanup of SLO segments  https://review.opendev.org/73302623:21
*** rcernin has quit IRC23:45
*** rcernin has joined #openstack-swift23:50

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!