Tuesday, 2020-06-09

claygtimburke: p 724141 looks good too (cc zaitcev)00:00
patchbothttps://review.opendev.org/#/c/724141/ - swift - swift-get-nodes: Allow users to specify either quo... - 3 patch sets00:00
zaitcevYeah, I meant to look at it today. I'm okay with --quoted too.00:09
zaitcevI wish it were -n but these days --quoted is inevitable.00:10
timburkeclayg, i'd meant to test against actual S3 but never quite got around to it. did you try to cancel or upload another part after the initial complete? how'd it go?00:13
*** tkajinam has quit IRC00:18
*** tkajinam has joined #openstack-swift00:25
*** tkajinam_ has joined #openstack-swift00:33
*** tkajinam has quit IRC00:33
*** renich has joined #openstack-swift01:26
*** renich_ has joined #openstack-swift01:56
*** renich has quit IRC01:57
*** renich_ is now known as renich01:57
*** renich_ has joined #openstack-swift02:19
*** renich has quit IRC02:21
*** renich_ is now known as renich02:21
*** renich has quit IRC02:29
*** rcernin has quit IRC02:59
*** rcernin has joined #openstack-swift03:15
*** rcernin has quit IRC03:17
*** rcernin has joined #openstack-swift03:18
*** psachin has joined #openstack-swift03:24
*** gyee has quit IRC03:27
*** evrardjp has joined #openstack-swift04:33
*** rcernin has quit IRC07:08
*** ccamacho has joined #openstack-swift07:08
*** ravsingh has joined #openstack-swift07:25
*** rpittau|afk is now known as rpittau07:54
*** rpittau is now known as rpittau|bbl10:11
openstackgerritHervé Beraud proposed openstack/swift-bench master: drop mock from lower-constraints and requirements  https://review.opendev.org/73455910:14
godoghi, I'm debugging an issue with s3api and multipart uploads, specifically I have SLO enabled (i.e. swift upload with --segment-size works as expected and I can download the file whole) however doing multipart uploads with e.g. s3cmd and then downloading the file again results in downloading the SLO json manifest and not the file contents. I can see the PUT with multipart-manifest in the query10:30
godogstring and yet I can't download the file contents, any pointers for further debugging ? thanks!10:30
*** tkajinam_ has quit IRC10:39
*** m75abrams has joined #openstack-swift10:42
*** threestrands has quit IRC11:27
*** tkajinam has joined #openstack-swift11:32
*** ravsingh has quit IRC11:59
*** lifeless has quit IRC12:08
*** rpittau|bbl is now known as rpittau12:11
*** lifeless has joined #openstack-swift12:15
claygtimburke: i didn't try to cancel or upload another part - but trying to list parts did say unknown uploadid13:10
claygzaitcev: what's the mnemonic for -n?  timburke went with -Q and the patch is really straight forward13:11
zaitcev-Q is fine too13:34
zaitcevJust needs to press Shift13:34
*** tkajinam has quit IRC13:49
*** gmann is now known as gmann_afk13:52
*** ravsingh has joined #openstack-swift14:31
*** gmann_afk is now known as gmann14:36
openstackgerritClay Gerrard proposed openstack/swift master: WIP: s3api: Make multi-deletes async  https://review.opendev.org/64826314:51
*** ravsingh has quit IRC15:03
*** gyee has joined #openstack-swift15:49
*** renich has joined #openstack-swift15:55
*** psachin has quit IRC15:56
*** renich has quit IRC15:58
*** manuvakery has joined #openstack-swift15:58
manuvakeryHi . added a hack to make the  copy command for multipart object work with aws cli version 2 . As object tagging is not implemented i had to create a dummy controller to serve the tagging requests and now the  aws commands are working good. here is the new controller16:02
manuvakeryhttp://paste.openstack.org/show/794533/16:02
*** renich has joined #openstack-swift16:04
*** rpittau is now known as rpittau|afk16:09
*** renich has quit IRC16:14
timburkemanuvakery, nice! that makes perfect sense; i remember we did something similar before we had *full* versioning support to at least support reads while continuing to 501 writes: https://review.opendev.org/#/c/575838/16:14
patchbotpatch 575838 - swift - s3api: Add basic support for ?versions bucket list... (MERGED) - 4 patch sets16:14
timburkemanuvakery, would you be able to propose something like that to swift? i'm guessing there were at least a couple more changes than just the controller16:15
*** renich has joined #openstack-swift16:15
manuvakerytimburke: am yet to  go through the  contribution guides and setup. I will try to propose  in couple of days16:18
timburkethanks! let me know if you need any help with that16:18
manuvakerysure i will msg u if  required16:19
timburkegodog, that's *very* strange! i've never encountered that; what's your swift setup like? what version of swift is it? is there any chance that there are multiple proxies, some with slo in the pipeline and some without?16:20
timburkegodog, did you just use --segment-size, or was it --segment-size with --use-slo? swiftclient defaults to using DLOs; we should consider changing that...16:32
timburkenvm on that last one -- you already said you see the json manifest, so it *must* be doing the SLO thing. 🤔 hmm...16:33
clayggodog: i use aws s3api tool on the command line and mpu works great (also https://gist.github.com/clayg/5d17b261c9cc1fd970ba7915bdc57680 ) you might check allow_multipart_uploads is True in the s3api config section (the default is True)16:41
*** m75abrams has quit IRC16:52
openstackgerritTim Burke proposed openstack/swift master: memcached: Plumb logger into MemcacheRing  https://review.opendev.org/73465917:50
openstackgerritMerged openstack/swift master: swift-get-nodes: Allow users to specify either quoted or unquoted paths  https://review.opendev.org/72414117:54
*** renich has quit IRC18:27
*** renich has joined #openstack-swift18:28
godogtimburke: thanks for your help! this is swift 2.19.1 on Debian Buster, I'm talking to a local proxy which has slo enabled AFAICT, tomorrow EU day I'll do some more tests/investigation and report back19:01
timburke👍19:02
godogclayg: sweet -- I'll try with that script too, I'm running with the s3api filter with default options, thanks!19:02
*** ianychoi__ has joined #openstack-swift19:16
*** ianychoi_ has quit IRC19:19
openstackgerritPete Zaitcev proposed openstack/swift master: memcached: Plumb logger into MemcacheRing  https://review.opendev.org/73465919:32
zaitcevle sigh19:32
timburkethanks. i fixed up the other two but somehow i didn't see that one20:03
*** manuvakery has quit IRC21:28
openstackgerritTim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8  https://review.opendev.org/69071722:18
*** rcernin has joined #openstack-swift22:22
*** tkajinam has joined #openstack-swift22:43
timburkei'm so confused about https://github.com/openstack/swift/commit/72020ef -- what did the readconf change have to do with anything? does anything *actually use* raw=True?22:43
DHEsomeone accidentally pushed additional chunks into their commit? I've done that... but usually people catch it22:46
openstackgerritTim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8  https://review.opendev.org/69071722:54
*** rcernin has quit IRC22:59
*** rcernin has joined #openstack-swift23:01
*** gyee has quit IRC23:13
mattoliveraumorning23:18
openstackgerritTim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8  https://review.opendev.org/69071723:28
*** ccamacho has quit IRC23:42
openstackgerritTim Burke proposed openstack/swift master: py3: (Better) fix percentages in configs  https://review.opendev.org/73472123:52
openstackgerritTim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8  https://review.opendev.org/69071723:54
openstackgerritTim Burke proposed openstack/swift master: WIP: run probe tests on CentOS 8  https://review.opendev.org/69071723:59

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