Tuesday, 2019-04-30

*** zaitcev has joined #openstack-swift00:20
*** ChanServ sets mode: +v zaitcev00:20
*** gyee has quit IRC00:21
*** zaitcev_ has joined #openstack-swift00:31
*** ChanServ sets mode: +v zaitcev_00:31
*** zaitcev has quit IRC00:35
*** zaitcev_ has quit IRC00:47
*** zaitcev_ has joined #openstack-swift00:59
*** ChanServ sets mode: +v zaitcev_00:59
*** BjoernT has joined #openstack-swift01:29
*** gmann has quit IRC01:39
*** gmann has joined #openstack-swift02:09
*** BjoernT has quit IRC02:15
*** e0ne has joined #openstack-swift02:20
*** BjoernT has joined #openstack-swift02:20
*** e0ne has quit IRC02:21
*** zaitcev_ has quit IRC02:56
*** BjoernT has quit IRC02:58
*** zaitcev_ has joined #openstack-swift03:08
*** ChanServ sets mode: +v zaitcev_03:08
*** psachin has joined #openstack-swift03:26
zaitcev_Okay, see you all in Denver tomorrow, hopefully... Although more likely on Wednesday.03:46
*** zaitcev_ has quit IRC03:46
*** gkadam has joined #openstack-swift03:49
*** gmann has quit IRC04:49
*** e0ne has joined #openstack-swift04:55
*** e0ne has quit IRC04:57
*** e0ne has joined #openstack-swift05:06
*** gmann has joined #openstack-swift05:09
*** e0ne has quit IRC05:10
*** early has quit IRC06:36
*** early has joined #openstack-swift06:40
*** threestrands has joined #openstack-swift06:46
*** tesseract has joined #openstack-swift07:03
*** rdejoux has joined #openstack-swift07:07
*** rcernin has quit IRC07:14
*** gkadam has quit IRC07:17
*** gmann has quit IRC07:19
*** pcaruana has joined #openstack-swift07:40
*** threestrands has quit IRC07:55
*** tesseract has quit IRC09:10
*** tesseract has joined #openstack-swift09:12
*** mvkr has joined #openstack-swift09:36
*** greatabyss2 has joined #openstack-swift10:27
*** greatabyss2 has quit IRC10:31
*** baojg has joined #openstack-swift11:41
*** baojg has quit IRC11:58
*** altlogbot_0 has quit IRC12:43
*** altlogbot_3 has joined #openstack-swift12:47
*** BjoernT has joined #openstack-swift13:24
*** BjoernT has quit IRC13:25
*** BjoernT has joined #openstack-swift13:34
openstackgerritMerged openstack/swift master: s3api: Block ETag header from CompleteMultipartUpload requests  https://review.opendev.org/62829213:50
openstackgerritMerged openstack/swift master: s3api multi upload test clean up  https://review.opendev.org/65638513:50
*** BjoernT has quit IRC13:55
*** BjoernT has joined #openstack-swift14:08
*** pcaruana has quit IRC14:15
*** pcaruana has joined #openstack-swift14:46
*** e0ne has joined #openstack-swift14:55
*** baojg has joined #openstack-swift15:19
*** baojg has quit IRC15:34
*** e0ne has quit IRC15:40
*** psachin has quit IRC15:52
*** BjoernT has quit IRC15:55
*** pcaruana has quit IRC15:55
*** e0ne has joined #openstack-swift15:56
*** BjoernT has joined #openstack-swift16:02
*** gyee has joined #openstack-swift16:12
timburkelol reply from support: "@tburke those are questions I would hope you have an answer to >.<"16:13
timburkerledisez, "cleaning as much as possible objects from quarantine by checking there is a valid version somewhere else in the cluster" sounds like exactly what i'd want to have happen, maybe coupled with logging noisily once a certain amount of time has passed since the quarantine16:14
*** BjoernT has quit IRC16:14
*** BjoernT has joined #openstack-swift16:21
*** e0ne has quit IRC16:21
*** admin6 has left #openstack-swift16:26
*** tesseract has quit IRC16:31
timburkeoh, wow! i just realized, between p 650507, p 619303, p 652928, and p 651893 -- we've nearly got all of common ported! i think the only thing left after those is symlink!16:35
patchbothttps://review.opendev.org/#/c/650507/ - swift - py3: slo - 2 patch sets16:35
patchbothttps://review.opendev.org/#/c/619303/ - swift - py3: port bulk middleware - 7 patch sets16:35
patchbothttps://review.opendev.org/#/c/652928/ - swift - py3: Port the tempurl middleware - 1 patch set16:35
patchbothttps://review.opendev.org/#/c/651893/ - swift - py3: port s3api - 4 patch sets16:35
*** e0ne has joined #openstack-swift16:56
openstackgerritTim Burke proposed openstack/swift master: py3: add swift-dsvm-functional-py3 job  https://review.opendev.org/65354817:03
*** BjoernT has quit IRC17:11
*** gmann has joined #openstack-swift17:19
*** e0ne has quit IRC17:25
kota_good morning17:41
timburkeso... how do storage policies work for the .expiring_objects containers? like, there *aren't* any backing objects, right? it basically doesn't mean anything in this context, and as long as the container's SP matches the SP for the individual rows, we're good -- right?17:49
timburke'cause the reconciler is gonna have a hell of a time sorting those out otherwise -- everything will 40417:49
kota_what's up?17:50
timburkewas testing https://review.opendev.org/#/c/648263/5/swift/common/middleware/s3api/controllers/multi_delete.py@130 and realized the folly of assuming storage policy 017:51
patchbotpatch 648263 - swift - WIP: s3api: Make multi-deletes async - 5 patch sets17:51
timburkethat patch has a whole *heap* of bad ideas in it. hopefully there's still a few good ones, too?17:51
kota_oh.. it uses index 0 instead of *default*17:52
timburkeyup. so now i've got a few thousand containers where i need to fix their storage policy :-(17:52
kota_OMG17:53
timburkefortunately it should be pretty scriptable. and i've only got six nodes in this cluster17:55
kota_ah, i see. that's new code.17:55
timburkeyeah. and it's *my* code -- i'm totally ok with needing to fix it. i just want to make sure that my mental model of how storage policies *should* work in that patch is halfway sound17:59
*** rdejoux has quit IRC17:59
*** itlinux has joined #openstack-swift18:52
openstackgerritKota Tsuyuzaki proposed openstack/swift feature/losf: WIP: prepare losf dependencies on the gate  https://review.opendev.org/65642418:53
kota_timburke: make sense. good luck18:53
*** itlinux has quit IRC18:57
*** pcaruana has joined #openstack-swift19:10
timburkefor db in $( find /srv/node/*/containers -name *.db ); do sqlite3 $db 'update container_info set storage_policy_index=1 where account='"'.expiring_objects'"';' & done ; wait19:11
timburkeruns remarkably quickly! those bash and sqlite guys know what they're doing!19:11
openstackgerritKota Tsuyuzaki proposed openstack/swift feature/losf: WIP: try install losf packages  https://review.opendev.org/65657619:15
*** BjoernT has joined #openstack-swift19:16
*** e0ne has joined #openstack-swift19:26
*** itlinux has joined #openstack-swift19:34
*** itlinux has quit IRC19:34
*** e0ne has quit IRC19:36
*** e0ne has joined #openstack-swift19:38
*** e0ne has quit IRC19:43
*** e0ne has joined #openstack-swift19:44
*** e0ne has quit IRC19:44
*** itlinux has joined #openstack-swift19:44
*** e0ne has joined #openstack-swift19:45
*** itlinux has quit IRC19:46
*** e0ne has quit IRC19:48
*** pcaruana has quit IRC20:23
*** e0ne has joined #openstack-swift20:34
* kota_ just joins https://etherpad.openstack.org/p/DEN-ptl-tips-and-tricks timburke might be interested in20:35
*** e0ne has quit IRC20:45
*** e0ne has joined #openstack-swift20:54
openstackgerritKota Tsuyuzaki proposed openstack/swift feature/losf: WIP: prepare losf dependencies on the gate  https://review.opendev.org/65642421:05
kota_heh, it looks interesting that the gerrit supports review priority column that is available for us. https://review.opendev.org/#/c/620664/21:08
patchbotpatch 620664 - project-config - Add 'Review-Priority' for Cinder repos (MERGED) - 1 patch set21:08
openstackgerritKota Tsuyuzaki proposed openstack/swift feature/losf: WIP: try install losf packages  https://review.opendev.org/65657621:11
*** itlinux has joined #openstack-swift21:15
*** e0ne has quit IRC21:15
*** itlinux has quit IRC21:17
*** itlinux has joined #openstack-swift21:20
*** itlinux has quit IRC21:24
*** itlinux has joined #openstack-swift21:33
*** DHE has quit IRC21:34
*** DHE has joined #openstack-swift21:35
*** itlinux has quit IRC21:39
*** itlinux has joined #openstack-swift21:44
*** itlinux has quit IRC21:48
*** itlinux has joined #openstack-swift21:51
* kota_ is based on the cheer in front of Market Place hall to do home work for PTG.22:02
*** itlinux has quit IRC22:06
openstackgerritMerged openstack/swift master: Increase node_timeout in gate  https://review.opendev.org/63621722:12
*** BjoernT has quit IRC22:12
*** BjoernT has joined #openstack-swift22:14
*** e0ne has joined #openstack-swift22:20
*** itlinux has joined #openstack-swift22:22
*** Anticimex has joined #openstack-swift22:27
timburkekota_, since you aren't at home, i'm tempted to call it "work work" :P22:32
timburkebut speaking of, i should update the order of topics on https://etherpad.openstack.org/p/swift-ptg-train ...22:33
kota_timburke: alright. I'm playing with the gate to run the makefile for losf, and it looks you're doing py3 functests at gate?22:39
kota_I found tsg- just now, wow.22:40
timburkeyeah... scratching my head about how to get the devstack job install eventlet from github master22:40
timburkethe in-process jobs are running like champs!22:40
*** Anticimex has left #openstack-swift22:42
kota_can the checkout branch work with the repo in outside of the openstack namespace?22:42
timburkemy first attempt failed with "Unknown project github.com/eventlet/eventlet" -- maybe i need to make it a full url? idk; will dig in more tomorrow -- i still need to pack22:43
kota_and Paul!22:45
kota_i'm wondering just making a playbook to install from source, just `git clone`, `python setup.py` with become.22:46
kota_timburke: ^^22:46
*** rcernin has joined #openstack-swift22:47
*** itlinux has quit IRC22:58
*** e0ne has quit IRC22:58
*** BjoernT has quit IRC22:58
*** ianychoi_ has quit IRC23:03
kota_it looks like the installation of cmake from source and golang succeeded at the gate. no idea why py37 failed with tho.23:04
kota_https://review.opendev.org/#/c/656424/23:04
patchbotpatch 656424 - swift (feature/losf) - WIP: prepare losf dependencies on the gate - 3 patch sets23:04
*** ianychoi_ has joined #openstack-swift23:04
*** e0ne has joined #openstack-swift23:20
*** e0ne has quit IRC23:21
*** e0ne has joined #openstack-swift23:40
*** e0ne has quit IRC23:50
*** e0ne has joined #openstack-swift23:52
*** e0ne has quit IRC23:55

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!