Wednesday, 2016-05-25

mattoliverau\o/ - maybe we need to document the table a little better, ie that is exists and how to bring it up :)00:01
*** sams-gleb has joined #openstack-swift00:02
*** MikeG451 has quit IRC00:02
claygmattoliverau: I think there's some hints about the dispersion command - but unless you run the it with --help you don't really know that's it's useful00:06
claygmattoliverau: a hint on "The Rings" page would be cool - even if it just mostly duplicates the --help output for the command?00:06
mattoliverau+1. I'll take a look post meeting and while sharding this crazy large container (thanks swiftstack)00:07
*** sams-gleb has quit IRC00:09
claygheh, request_node_count on single replica systems probably defaults pretty low :P00:16
claygtorgomatic: i can't ever quite remember the relationship of the PUT path with request_node_count - is it possible for the same proxy configuration to put replicas deeper into the handoff chain that the read path would get into?00:17
*** CaioBrentano has quit IRC00:19
*** tqtran has quit IRC00:21
*** klamath has quit IRC00:24
clayghrm... i guess it's sort of interesting - error limiting - handoff logging - but all the node iteration should respect request_node_count - in general00:25
*** klamath has joined #openstack-swift00:25
kota_good morning00:30
*** Suyi has quit IRC00:31
*** thumpba has joined #openstack-swift00:59
mattoliveraukota_: morning01:00
*** sams-gleb has joined #openstack-swift01:06
notmynameso, silly question... `tox -e func` errors on my new SAIO (but ./.functests is fine). what did I forget to set up?01:10
notmynameoh. ha! nm01:13
kota_mattoliverau: o/01:14
*** sams-gleb has quit IRC01:15
notmynameso for the first time since I've ever measured it, there are zero unreviewed patches (http://not.mn/swift/swift_community_dashboard.html)01:15
claygnotmyname: sounds like a bug in the dashboard more than a realistic state frankly01:18
notmynamelol01:18
notmynamenot that there is nothing to review. just that every patch that is mergable has at least one comment from a reviewer01:19
*** sheel has joined #openstack-swift01:21
* clayg puts on skeptical face01:21
mattoliveraulol01:35
mattoliverauturns out when my biggest rackspace public cloud test swift cluster's private network stops working sharding doesn't work very well. And annoyingly when dealing with a _large_ container on spinning rusty disks it take a while to do anything espically find the problem and reset to start the tests again :P01:39
* mattoliverau wonders how hard his hand will be slapped if he decides to provision SSDs with enough space in the cloud :P01:40
tdasilvasometimes it is better to ask for forgiveness thank to permission ;)01:42
mattoliverautdasilva: lol01:42
tdasilva*than01:42
claygmattoliverau: you can tell 'em pdardeau said it was ok01:42
mattoliverauclayg: ahh, scapegoat... love it01:43
*** ouchkernel has quit IRC01:43
*** ouchkernel has joined #openstack-swift01:51
*** CaioBrentano has joined #openstack-swift02:10
*** sams-gleb has joined #openstack-swift02:12
pdardeauclayg: heh, good luck with that02:18
*** sams-gleb has quit IRC02:19
*** SkyRocknRoll has joined #openstack-swift02:25
*** gyee has quit IRC02:39
*** sanchitmalhotra1 has quit IRC02:57
*** sanchitmalhotra has joined #openstack-swift02:57
*** sams-gleb has joined #openstack-swift03:16
*** dmorita has quit IRC03:24
*** sams-gleb has quit IRC03:24
*** dmorita has joined #openstack-swift03:26
*** dmorita has quit IRC03:30
*** sheel has quit IRC03:35
*** sheel has joined #openstack-swift03:46
*** dmorita has joined #openstack-swift03:50
openstackgerritMerged openstack/swift: Allow concurrent bulk deletes  https://review.openstack.org/31181703:50
*** dmorita has quit IRC03:54
*** links has joined #openstack-swift04:01
claygoh snap!04:02
*** klrmn has quit IRC04:03
*** ppai has joined #openstack-swift04:04
*** psachin has joined #openstack-swift04:07
*** thumpba has quit IRC04:08
*** sams-gleb has joined #openstack-swift04:21
*** CaioBrentano has quit IRC04:24
openstackgerritMerged openstack/swift: Add links to mitaka install guides  https://review.openstack.org/32065504:28
claygit's a merge party!04:28
*** sams-gleb has quit IRC04:29
*** nadeem has joined #openstack-swift04:41
*** dmorita has joined #openstack-swift04:41
openstackgerritMatthew Oliver proposed openstack/swift: Add ring-builder dispersion command to admin guide  https://review.openstack.org/32077504:44
mattoliverauclayg: ^^ decided to put it in the admin guide so ops know about it and it's where we give ringbuilder command examples04:46
*** dmorita has quit IRC04:46
claygmattoliverau: i'll check it out when it builds - i want to see how linkable it is?04:48
mattoliveraucool, if we want it more linkable I guess we just add another sub heading.04:48
claygmattoliverau: I think i see what you're getting at tho - the rings history doesn't really have any swift-ring-builder commands - and the managing the rings section is probably pretty good reading for new people trying to deploy swift - so there's a good chance folks'll catch that there04:50
*** jamielennox is now known as jamielennox|away04:50
mattoliverauyeah, exactly. overview rings is great as a glossary of terms and history, but if I was an admin I'd look in the admin guide for cool tips, diagnosing dispersion etc.04:52
*** jamielennox|away is now known as jamielennox05:04
*** sams-gleb has joined #openstack-swift05:26
*** zaitcev has quit IRC05:34
*** sams-gleb has quit IRC05:34
*** ChubYann has quit IRC05:35
*** chirag has joined #openstack-swift05:42
*** ppai has quit IRC05:44
*** jamielennox is now known as jamielennox|away05:54
*** daemontool has joined #openstack-swift05:54
chiragIn a multinode swift cluster, if a container PUT request is sent to one proxy node and after receiving successful response, with-in few mili seconds a object PUT request is sent via another proxy node. Should it fail with 404 not found error?05:55
claygi'm trying to imagine a scenario where a container existence check cached a non-existent value and then the PUT missed the cache invalidation because of some inconsistencying the memcache ring05:56
claygchirag: I would say that it might be possible under failure; but not known to be a common behavior - it shouldn't be stable - if you PUT the container again it's very unlikely you'd be able to continue to observe the failure over the course of a few seconds unless something else is broken in the configuration05:59
clayglike maybe each proxy server only has it's own local memcache in the cache ring?06:00
*** ig0r_ has joined #openstack-swift06:00
*** ppai has joined #openstack-swift06:02
chiragclayg : Yes sending a request again don't fail, but I wonder should why should it fail in my first attempt ?06:05
chiragI too doubt that memcache has not updated globally.06:06
claygwell - how many nodes do you have?  are you running seperate memcache pools?06:07
chiragI have 4 a node cluster, no separate memcache pools are running06:09
*** jamielennox|away is now known as jamielennox06:10
*** Vinsh has quit IRC06:10
claygi wouldn't expect memcache consistency to be that big a problem there really... you sure you have explicitly filled in all four servers in all four proxy-server.conf's on all node?  http://docs.openstack.org/developer/swift/deployment_guide.html#memcached-considerations06:12
claygchirag: in [filter:cache] section you have to set memcache_servers to a comma seperated list of the cluster facing interface for your proxy nodes - and make sure memcache is binding to the cluster facing nic06:14
claygI think there was a recent fix that allows you to set recheck_[account|container]_existence to 0 at the expense of performance if it's a big issue - you could cirtainly tune it down a fair bit without any big impact06:15
claygtimburke: did the fix with the recheck existence 0 merge?06:15
*** ig0r_ has quit IRC06:17
*** jamielennox is now known as jamielennox|away06:21
*** rcernin has joined #openstack-swift06:21
chiragI am using icehouse release :( will look into it if poosible can change06:22
*** jamielennox|away is now known as jamielennox06:28
*** geaaru has joined #openstack-swift06:31
*** nadeem has quit IRC06:31
*** sams-gleb has joined #openstack-swift06:31
*** chirag has quit IRC06:36
*** sams-gleb has quit IRC06:40
*** tesseract has joined #openstack-swift06:47
*** Vinsh has joined #openstack-swift06:51
*** silor has joined #openstack-swift06:52
*** sams-gleb has joined #openstack-swift06:58
*** asettle has joined #openstack-swift06:59
*** SkyRocknRoll has quit IRC07:02
*** hseipp has joined #openstack-swift07:23
*** mmcardle has joined #openstack-swift07:35
*** joeljwright has joined #openstack-swift07:41
*** ChanServ sets mode: +v joeljwright07:41
*** hoonetorg has quit IRC07:43
*** chlong has quit IRC07:46
*** jordanP has joined #openstack-swift07:49
* mattoliverau is calling it a night, night all07:51
openstackgerritChristian Schwede proposed openstack/swift: Add dispersion --verbose example to admin guide  https://review.openstack.org/32081807:53
*** hoonetorg has joined #openstack-swift07:56
*** asettle has quit IRC08:01
*** daemontool_ has joined #openstack-swift08:07
*** daemontool_ has quit IRC08:09
*** daemontool_ has joined #openstack-swift08:09
*** daemontool has quit IRC08:10
openstackgerritDavanum Srinivas (dims) proposed openstack/swift: [WIP] Testing latest u-c  https://review.openstack.org/31844108:10
openstackgerritDavanum Srinivas (dims) proposed openstack/swift: [WIP] Testing latest u-c  https://review.openstack.org/31844108:10
openstackgerritMerged openstack/swift: Add ring-builder dispersion command to admin guide  https://review.openstack.org/32077508:14
*** ig0r_ has joined #openstack-swift08:20
*** asettle has joined #openstack-swift08:22
*** admin6 has joined #openstack-swift08:25
*** dmk0202 has joined #openstack-swift08:28
*** _fortis has quit IRC08:32
openstackgerritMerged openstack/swift: Make SLO manifest copies retain correct content-type  https://review.openstack.org/31889108:32
*** acoles_ is now known as acoles08:33
*** Shashikant86 has joined #openstack-swift08:41
*** Shashikant86 has quit IRC08:42
openstackgerritMerged openstack/swift: Fix setup of manifest responses in SLO tests  https://review.openstack.org/32004208:43
*** Shashikant86 has joined #openstack-swift08:43
*** kei_yama has quit IRC08:48
*** SkyRocknRoll has joined #openstack-swift08:51
*** asettle has quit IRC08:58
*** ouchkernel has quit IRC09:02
*** ouchkernel has joined #openstack-swift09:05
*** daemontool_ has quit IRC09:19
*** daemontool_ has joined #openstack-swift09:19
*** mvk has quit IRC09:22
openstackgerritAlistair Coles proposed openstack/swift: crypto - test varying proxy pipeline configs  https://review.openstack.org/31816709:28
openstackgerritAlistair Coles proposed openstack/swift: crypto - Add "disable_encryption" config option  https://review.openstack.org/31558809:29
openstackgerritAlistair Coles proposed openstack/swift: crypto - don't break conditional GETs on unencrypted objects  https://review.openstack.org/31474009:32
*** joeljwright1 has joined #openstack-swift09:32
*** joeljwright1 has quit IRC09:33
*** joeljwright has quit IRC09:36
*** ppai has quit IRC09:40
*** Shashikant86 has quit IRC09:41
*** asettle has joined #openstack-swift09:42
*** asettle has quit IRC09:42
*** Shashikant86 has joined #openstack-swift09:45
*** admin6_ has joined #openstack-swift09:46
*** admin6 has quit IRC09:48
*** admin6_ is now known as admin609:48
*** Shashikant86 has quit IRC09:48
*** mvk has joined #openstack-swift09:55
*** Shashikant86 has joined #openstack-swift09:56
openstackgerritDavanum Srinivas (dims) proposed openstack/swift: [WIP] Testing latest u-c  https://review.openstack.org/31844110:10
*** _JZ_ has joined #openstack-swift10:41
*** Shashikant86 has quit IRC10:50
*** sams-gleb has quit IRC10:52
*** sams-gleb has joined #openstack-swift10:53
*** Shashikant86 has joined #openstack-swift10:54
*** sams-gleb has quit IRC11:01
*** sams-gleb has joined #openstack-swift11:09
*** openstackgerrit has quit IRC11:18
*** openstackgerrit has joined #openstack-swift11:19
openstackgerritMerged openstack/swift: crypto - test varying proxy pipeline configs  https://review.openstack.org/31816711:23
*** Shashikant86 has quit IRC11:39
openstackgerritMerged openstack/swift: crypto - Add "disable_encryption" config option  https://review.openstack.org/31558811:44
*** jmccarthy has joined #openstack-swift11:47
*** Shashikant86 has joined #openstack-swift11:52
*** Shashikant86 has quit IRC11:54
openstackgerritMerged openstack/swift: crypto - don't break conditional GETs on unencrypted objects  https://review.openstack.org/31474011:55
*** jamielennox is now known as jamielennox|away11:58
*** hseipp has quit IRC12:01
*** jamielennox|away is now known as jamielennox12:07
*** delatte has quit IRC12:12
*** thumpba has joined #openstack-swift12:19
*** thumpba has quit IRC12:19
*** klamath has quit IRC12:24
*** klamath has joined #openstack-swift12:25
*** jmccarthy has quit IRC12:26
*** hseipp has joined #openstack-swift12:26
*** takashi has joined #openstack-swift12:28
*** jmccarthy has joined #openstack-swift12:29
*** CaioBrentano has joined #openstack-swift12:44
*** SkyRocknRoll has quit IRC12:47
*** asettle has joined #openstack-swift12:47
*** asettle has quit IRC12:52
*** asettle has joined #openstack-swift12:54
*** ppai has joined #openstack-swift13:05
*** ig0r__ has joined #openstack-swift13:05
*** ig0r_ has quit IRC13:08
*** pauloewerton has joined #openstack-swift13:12
*** SkyRocknRoll has joined #openstack-swift13:14
openstackgerritAlistair Coles proposed openstack/swift: Merge branch 'master' feature/crypto  https://review.openstack.org/32043213:24
*** CaioBrentano has quit IRC13:24
*** CaioBrentano has joined #openstack-swift13:33
*** asettle has quit IRC13:33
*** CaioBren_ has joined #openstack-swift13:36
*** CaioBrentano has quit IRC13:39
*** links has quit IRC13:48
*** CaioBrentano has joined #openstack-swift13:49
*** ametts has joined #openstack-swift13:51
*** asettle has joined #openstack-swift13:53
*** CaioBren_ has quit IRC13:53
*** sheel has quit IRC14:05
*** ppai has quit IRC14:10
*** takashi has quit IRC14:14
*** sheel has joined #openstack-swift14:16
*** diogogmt has quit IRC14:20
*** CaioBrentano has quit IRC14:24
*** MikeG451 has joined #openstack-swift14:25
*** CaioBrentano has joined #openstack-swift14:25
*** dmorita has joined #openstack-swift14:25
*** dmorita has quit IRC14:30
openstackgerritAlistair Coles proposed openstack/swift: Merge branch 'master' feature/crypto  https://review.openstack.org/32043214:43
*** takashi has joined #openstack-swift14:45
openstackgerritDoron Chen proposed openstack/swift: Added a test for delayed reap. The test schedules a 10-second delayed account reaping. The test checks that no reaping occurs 9 seconds later, and that full reaping occurs 11 seconds later.  https://review.openstack.org/32104114:53
*** zaitcev has joined #openstack-swift14:54
*** ChanServ sets mode: +v zaitcev14:54
*** takashi has quit IRC14:54
openstackgerritAlistair Coles proposed openstack/swift: crypto - purge crypto sysmeta from responses  https://review.openstack.org/32057914:55
openstackgerritAlistair Coles proposed openstack/swift: crypto - stop using key id to derive GET path keys  https://review.openstack.org/31814814:56
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873615:04
*** arch-nemesis has joined #openstack-swift15:05
*** arch-nemesis has joined #openstack-swift15:05
*** MikeG451 has quit IRC15:08
*** m_kazuhiro has joined #openstack-swift15:08
*** m_kazuhiro has quit IRC15:09
*** m_kazuhiro has joined #openstack-swift15:09
*** m_kazuhiro has quit IRC15:10
CaioBrentanoIs the number of replicas related with the ring "domain"? Replicas in account ring is how many replicas it would be stored of each account db?15:15
*** daemontool_ has quit IRC15:16
acolesCaioBrentano: yes to "Replicas in account ring is how many replicas it would be stored of each account db"15:19
*** diogogmt has joined #openstack-swift15:19
CaioBrentanothanks acoles! is there any downside about having different number of replicas for account, container and object?15:22
acolesCaioBrentano: not that I am aware of. each ring (a, c or o) will have its own level of durability depending on number of replicas chosen.15:30
CaioBrentanoacoles nice! thanks!15:30
zaitcevYour durability becomes impossible to calculate because they depend on each other. E.g. accessing object actually checks if account and container exist.15:30
zaitcevProxy does get_info() on each of them, or at least did last time I checked.15:31
*** MikeG451 has joined #openstack-swift15:34
*** klrmn has joined #openstack-swift15:37
*** psachin has quit IRC15:47
*** dmk0202 has quit IRC15:49
*** lakshmiS has joined #openstack-swift15:49
*** esker has joined #openstack-swift15:50
*** nadeem has joined #openstack-swift15:54
*** sams-gleb has quit IRC15:56
*** rcernin has quit IRC16:04
*** links has joined #openstack-swift16:10
*** daemontool has joined #openstack-swift16:10
openstackgerritAlistair Coles proposed openstack/swift: crypto - remove default root secret (WIP)  https://review.openstack.org/31820816:11
*** SkyRocknRoll has quit IRC16:13
*** tesseract has quit IRC16:13
*** klrmn has quit IRC16:16
*** daemontool has quit IRC16:20
*** gyee has joined #openstack-swift16:23
*** esker has quit IRC16:23
*** esker has joined #openstack-swift16:24
*** dmorita has joined #openstack-swift16:36
*** jmccarthy has quit IRC16:38
timburkeclayg: on patch 310216: no, not yet16:42
patchbottimburke: https://review.openstack.org/#/c/310216/ - swift - Make get_info requests useful with recheck_*_exist...16:42
*** asettle has quit IRC16:46
notmynamemorning16:50
*** Jeffrey4l has quit IRC16:51
*** asettle has joined #openstack-swift16:51
*** lyrrad has joined #openstack-swift16:54
*** sams-gleb has joined #openstack-swift16:56
*** asettle has quit IRC17:04
*** jordanP has quit IRC17:08
*** klrmn has joined #openstack-swift17:16
openstackgerritMerged openstack/swift: change etag (currently encypted with object key) to use container key  https://review.openstack.org/31537217:17
*** sams-gleb has quit IRC17:31
*** ChubYann has joined #openstack-swift17:32
*** suyash has joined #openstack-swift17:41
*** suyash has quit IRC17:42
*** suyash has joined #openstack-swift17:42
*** vint_bra has joined #openstack-swift17:43
*** vint_bra has left #openstack-swift17:47
*** vint_bra has joined #openstack-swift17:47
*** ig0r__ has quit IRC17:51
*** links has quit IRC17:52
*** asettle has joined #openstack-swift18:04
*** asettle has quit IRC18:09
*** hseipp has quit IRC18:11
openstackgerritMerged openstack/swift-specs: Symlink spec updates  https://review.openstack.org/24280418:16
*** mvk has quit IRC18:20
*** StraubTW has joined #openstack-swift18:23
*** nadeem has quit IRC18:24
*** nadeem has joined #openstack-swift18:26
*** sams-gleb has joined #openstack-swift18:27
*** mathiasb_ is now known as mathiasb18:31
*** dmorita_ has joined #openstack-swift18:53
*** dmorita has quit IRC18:53
openstackgerritMerged openstack/swift: Add dispersion --verbose example to admin guide  https://review.openstack.org/32081818:57
claygwho specs smylink merged?  I didn't think that repo worked anymore?18:57
claygzaitcev: pretty sure read path doesn't bother with container existence check18:58
claygzaitcev: PUT will of course18:58
claygzaitcev: GET just serves whatever it finds - doesn't care if the metadata layer thinks it's deleted or w/e18:58
zaitcevclayg: I see...18:58
*** sams-gleb has quit IRC19:01
*** mvk has joined #openstack-swift19:05
tdasilvaclayg: my understanding is that we were merging all specs and then 'closing' the repo.19:10
claygtdasilva: it's all maddness19:10
tdasilvaheh19:11
tdasilvalet me find notmyname's email again19:11
tdasilvahttp://lists.openstack.org/pipermail/openstack-dev/2016-May/094026.html19:12
timburkeclayg: acls - we need to get_info on the account/container to check that you're even allowed to GET the obj19:17
bkeller`I had thought they were all merged right away but I never actually checked19:20
notmynameclayg: that was the last one that was open. jsut got wedged a while back and didn't get the kick from zuul or something.19:26
openstackgerritClay Gerrard proposed openstack/swift: Clarify overload best practices in admin guide  https://review.openstack.org/32119819:33
claygtimburke: well you could try and test it - but I think even if the container_info 404's you can still get the object if you're swift_owner already?19:34
tdasilvamy understanding has always been that object read doens't bother with container db. That's how we are able to 'get by' with Swift-on-File, where users might create containers and objects using File access and do a GET on the object. Currently SoF doesn't update ocntainer db if file is written from File access19:37
tdasilvabut yeah, acls...19:38
*** silor has quit IRC19:39
openstackgerritTim Burke proposed openstack/swift: Make get_info requests useful with recheck_*_existence == 0  https://review.openstack.org/31021619:41
claygtdasilva: did you get pyeclib moved over to the openstack namespace?19:54
claygtdasilva: notmyname: are we in control of relases yet?19:54
tdasilvaclayg: yeah19:54
notmynameyeah, I was hoping tdasilva would give us an update at the meeting today19:54
claygtdasilva: I want to get rid of the stupid log message warnings in my builds - I think timur fixed it upstream but I'd rather build a tagged release than some random sha?19:55
claygnotmyname: FINE19:55
notmynameno, that's just me saying I don't know19:55
notmynameand that's when I was going to ask tdasilva19:55
tdasilvanotmyname, clayg: i've had a patch to get the gate builds going for pyeclib but havent had any luck in getting some from infra to look at it: https://review.openstack.org/#/c/317672/19:55
patchbottdasilva: patch 317672 - openstack-infra/project-config - add python jobs to pyeclib project19:55
notmynametdasilva: sounds like the same situation as the rolling upgrade tests patches19:56
claygwhy isn't patch 317475 merged!?19:56
patchbotclayg: https://review.openstack.org/#/c/317475/ - swift - Send correct size in POST async update for EC object19:56
claygtdasilva: so i'm hearing that I'm going to package some random sha because we can't figure out how to cut a release with a merged fix for an annoying bug?19:57
tdasilvaclayg: we just don't have automated test. we should be able to send a patch, review and merge it (if we are willing with people saying, it builds on my machine) :P19:57
tdasilva*willing to live*19:58
claygtdasilva: now we're talking19:58
*** sams-gleb has joined #openstack-swift19:58
tdasilvaclayg: https://github.com/openstack/pyeclib19:58
claygso where are source tarballs published?20:00
claygi already have a build for 1.2.0 and it doesn't have the fix?20:00
claygzaitcev: you build packages - do you know how any of this works?20:01
zaitcevclayg: hold on a sec, let me read the scrollback and understand what's up20:02
tdasilvaclayg: notmyname is able to cut a release, I imagine once that happens, then they should up in github?? https://github.com/openstack/pyeclib/releases20:02
tdasilvas/should/show20:02
notmynameoh, I can now? you can too, right?20:02
claygtdasilva: notmyname: YES YES YES!20:03
notmynameis a release simply a tag?20:03
notmynameclayg: you tell me to push a tag somewhere, and I'll push all the tags you want20:03
tdasilvanotmyname, honestly I don't know cutting a release works (I imagine it is similar to swift), I just put your name in the release group :P20:03
notmynameok20:03
notmynametdasilva: how do you "release" for swiftonfile?20:04
tdasilvaI'm sure I could find a doc somewhere20:04
openstackgerritTim Burke proposed openstack/swift: Always encrypt etags for container listings  https://review.openstack.org/31949620:04
claygtimur: how you like https://github.com/openstack/pyeclib/commit/855b318042c38a204d3c0ad2d080e62b28cd9f76 for pyeclib 1.2.1 ???20:04
tdasilvanotmyname: ppai does it, he showed me a doc before but I honestly forget, I can look it up again :P20:05
notmynameok20:05
*** sheel has quit IRC20:05
notmynameso if I'm understanding this right, tdasilva sets up the repos but punts to notmyname and ppai when it comes to releases ;-)20:05
acolesnotmyname: I am having trouble with latest merge of master to feature/crypto with the py34 job failing, i think because it fails to install the cryptography lib. can you think of any reason why the recently added other-requirements.txt could cause that? (I removed that file and passed tests)20:05
tdasilvahey hey, I only signed up to get it set up ;)20:06
notmynameacoles: might be some hint in the CI logs. maybe it can't build/install cryptography? do we need to a py3-dev lib or something?20:06
acolesnotmyname: i'm clutching at straws, it passed in the check queue once, but has otherwise been failing rechecks.20:06
tdasilvabut I'd be glad to come up to speed and figure this out...give me a moment20:06
notmynameoh, that's interesting if it did pass the check queue20:06
claygnotmyname: make timur the boss shot caller20:06
acolesnotmyname: we've never failed on feature/crypto, so would the existence of other-requirements.txt perhaps exclude stuff that was installed before but is not now mentioned in other-requirements?20:08
notmynamedid the other-requirements.txt just get merged to crypto?20:08
tdasilvalove the section title: http://docs.openstack.org/infra/manual/creators.html#make-your-project-useful20:08
notmynametdasilva: sounds like one of those things that should be an openstack dependency instead of in openstack20:09
notmynamewait, did that sound bitter?20:09
tdasilvahehe20:09
*** tqtran has joined #openstack-swift20:10
acolesnotmyname: yes it's included in this latest merge from master20:10
notmynameacoles: ah, ok. so probably we didnt' include some dependency. can you link me some CI logs (or that patch set) that's failing?20:10
claygtdasilva: it sounds like one of those warnings you ready on a package like "don't try and stick this in your nose" and you're like "wait, wat? did someone try to do that?"20:10
tdasilvaand I honestly did ask why we are moving this to openstack infra instead of just moving to github, but I understood that for a lot of folks, they are able to contribute to openstack domain projects but not other projects20:10
notmynametdasilva: ding ding ding. that's the reason20:11
acolesnotmyname: yes. gerrit is being super slow on me right now20:11
tdasilvaAFK, be right back20:11
claygtdasilva: isn't there a law about how every technical decision is at some point beholden to some organizational issue?20:12
timburkeacoles: this seems relevant: "openssl/opensslv.h: No such file or directory" - probably need to add libssl-dev?20:14
acolesnotmyname: "fatal error: openssl/opensslv.h: No such file or directory" while installing cryptography, http://logs.openstack.org/32/320432/3/check/gate-swift-python34/43d9b84/console.html#_2016-05-25_14_52_47_58920:15
timburkeacoles: yeah, that guy :)20:15
acolestimburke: yeah, that!20:15
notmynametimburke: acoles: so if you propose a patch to crypto and update the other-requirements.txt with libssl-dev (and/or the rhel equiv) then (1) it's self testing in the gate and (2) should get you unblocked for everything else20:16
acolesnotmyname: k, other-requirements.txt is not yet on feature/crypto so I'm guessing I need to copy it, add that lib, and patch it onto feature/crypto before I can then merge from master?20:19
notmynameah, I see. the merge from master isn't working?20:19
acolesyeah :/20:19
acolesso is other-requirements.txt actually restrictive? (we didn't need to specify libssl-dev anywhere before)20:20
notmynameyou could amend the merge commit to include it, I guess. or land it in crypto first20:20
acolesthe first is easier :)20:20
notmynameright. other-requirements.txt specifies the packages that will be installed in the base image instead of using the default set of stuff that's from the -infra image20:21
notmynameso it let's us be explicit about our dependencies that aren't installable from pypi (ie the stuff in requirements.txt)20:22
*** MikeG451 has quit IRC20:25
acolesnotmyname: got it, thanks20:29
*** zul has quit IRC20:29
openstackgerritAlistair Coles proposed openstack/swift: Merge branch 'master' feature/crypto  https://review.openstack.org/32043220:29
* acoles crosses fingers20:30
*** sams-gleb has quit IRC20:30
*** _JZ_ has quit IRC20:42
*** geaaru has quit IRC20:54
*** jrichli has left #openstack-swift20:55
mattoliverauMorning20:55
*** jrichli has joined #openstack-swift20:55
notmynamejust about meeting time in #openstack-meeting20:58
*** asettle has joined #openstack-swift20:59
*** lcurtis has joined #openstack-swift21:00
*** hosanai_ has joined #openstack-swift21:00
*** gyee has quit IRC21:07
*** daemontool has joined #openstack-swift21:07
*** raildo is now known as raildo-afk21:09
*** pauloewerton has quit IRC21:17
*** asettle has quit IRC21:23
*** lakshmiS has quit IRC21:23
*** sams-gleb has joined #openstack-swift21:27
*** ametts has quit IRC21:28
*** daemontool has quit IRC21:31
*** gonzalo2kx has joined #openstack-swift21:33
*** arch-nemesis has quit IRC21:37
*** gonzalo2kx has quit IRC21:47
notmynameacoles: lurgi?21:51
claygnoic21:52
*** arch-nemesis has joined #openstack-swift21:52
*** StraubTW has quit IRC21:52
tdasilvanotmyname: "swift's being used all over the world at large scale in production" but according to EMC it is not ready for enterprise: http://emergingtechblog.emc.com/openstack-swift-object-storage-integration-ecs/21:53
acolesnotmyname: cooties?21:53
notmynametdasilva: well, that's because they finally solved the "persistent" part of storage ;-)21:53
acolesnotmyname: https://en.wikipedia.org/wiki/Cooties21:53
notmynameacoles: https://en.wiktionary.org/wiki/lurgy ?21:53
tdasilva"the platform weaknesses swiftly show up"21:53
torgomaticLOL @ "Further, as you grow across sites you will require ‘strong’ data consistency"21:53
tdasilvawho writes this crap21:53
torgomaticthey've got one hell of a magic 8-ball over there at EMC21:54
claygtdasilva: holy shit?21:54
notmynametdasilva: look at it this way. you've got a major corporation now slinging fud about an open source project. seems like we might be threatening?21:54
mattoliverauacoles: I got lurgi.. must be an English/Australia thing :)21:54
claygNisha Narasimhan - i'm looking for you21:55
acolesnotmyname: mattoliverau TIL Americans never suffer the dreaded lurgy21:55
tdasilvanotmyname, clayg: I need to drive home, can we talk tomorrow about the pyeclib release?21:58
acolesmattoliverau: so do you know the ning nang nong?21:59
*** sams-gleb has quit IRC22:00
*** acoles is now known as acoles_22:01
*** bill_az_ has joined #openstack-swift22:02
mattoliverauacoles_: where the cows go bong?22:02
openstackgerritTim Burke proposed openstack/swift: Always encrypt etags for container listings  https://review.openstack.org/31949622:05
openstackgerritDavid Goetz proposed openstack/swift: go: have replicateDevice go routine loop per device  https://review.openstack.org/31712522:06
claygdfg_: ^ nice!22:09
*** hosanai_ has quit IRC22:13
openstackgerritDavid Goetz proposed openstack/swift: go: have replicateDevice go routine loop per device  https://review.openstack.org/31712522:14
redbodfg_: You fixed the thing I was about to comment on :)22:16
dfg_was it the commented out line?22:16
redboYeah22:16
dfg_ha :)22:16
dfg_clayg: ya- thats the biggest change to hbird i've made in a while :)22:17
ahaleand you only added 2 new LogError lines ?22:21
notmynameif you don't add LogError lines, there won't be any errors logged to worry about22:21
redbodfg_: We should build the whole thing with -race and do some benchmarks and make sure it's all happy.22:22
*** CaioBrentano has quit IRC22:24
*** diogogmt has quit IRC22:27
*** nadeem has quit IRC22:39
*** nadeem has joined #openstack-swift22:41
*** nadeem has quit IRC22:44
brianclinelol @ the EMC thing22:45
brianclineshow me one thing that's "enterprise" scale and public cloud friendly that *is* simple to scale to thousands of nodes22:46
notmynamebriancline: get out your checkbook and EMC will show you!22:46
brianclinelol22:47
brianclineand the strong consistency thing...22:49
brianclinein the words of peluse, okay, sure22:49
brianclinethere goes the performance of the entire system22:49
*** gyee has joined #openstack-swift22:55
notmynamehttp://eavesdrop.openstack.org/meetings/swift/2014/swift.2014-08-06-19.01.log.html23:00
notmynamemeeting log from the TC gap analysis of swift (the swift meeting after the TC meeting)23:00
*** chlong has joined #openstack-swift23:05
*** lcurtis has quit IRC23:14
notmynamehere's an interesting blog post http://ttx.re/stepping-out-of-the-way.html23:15
*** Jeffrey4l has joined #openstack-swift23:20
*** arch-nemesis has quit IRC23:22
brianclinenice post.23:33

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