Tuesday, 2015-01-27

homattoliverau: Yeah, usually. but know it's expensive. If you pay it, there are some candidates.00:01
homattoliverau: s/know/now/00:01
mattoliverauho: well, hopefullly you can find a place that your happy with00:03
bpap_kpick the hotel closest to Super Duper Burger00:04
homattoliverau: I booked two hotels for safety but the prices are same as pickwick so i'm thinking about which hotel do i stay...00:08
hobpap_k: I checked Super Duper Burgers. Great! it has a great evaluation in tripadvisor. thanks!00:10
bpap_ki live in SoMa. i eat at Super Duper all the time.00:11
*** dmorita has joined #openstack-swift00:26
dmoritahttps://review.openstack.org/#/c/137769/00:33
notmynamedmorita: no worries. :-)00:33
dmoritaand, https://review.openstack.org/#/c/138697/00:33
notmynamedmorita: ya, it looks like the reviews for this have fallen through the cracks. sorry about that. thanks for bringing them up00:35
dmoritaThanks :) I am happy you check those patches if the time permits.00:37
*** fifieldt has joined #openstack-swift00:39
dmoritaclayg: are you around?00:40
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873600:40
*** tellesnobrega has quit IRC00:41
clayghi00:41
dmoritaHi! Sorry for bothering you but this is also the reminder about my patch https://review.openstack.org/#/c/136995/ .00:42
dmoritaYour suggestion is good to me so I merged your patches.00:42
*** tellesnobrega has joined #openstack-swift00:43
dmoritaSo, i am happy that you check this if you have time.00:43
claygright on, saw tdasilva asked you about collapsing that method - hadn't seen you'd done it already - i'm sure it'll be great now00:44
dmoritaYah, tdasilva gives a great suggestion and I have already reflected his commet at Patch 8.00:45
*** dmsimard is now known as dmsimard_away00:45
dmoritas/commet/comment/00:46
tdasilvadmorita: cool, I'll check it out00:46
dmoritatdasilva: Thanks :-D00:47
notmynamecschwede: you had a comment on https://review.openstack.org/#/c/144432/ (dispersion command to swift-ring-builder) earlier saying you'd be able to come back to it for a more thorough review. it needs just one more +2 and is blocking the next release. will you be able to get to it soon?00:47
tdasilvaoops, there's a question for me on that review too...00:48
claygnotmyname: tdasilva also had a good question about the dispersion value for legacy rings00:49
dmoritatdasilva: no problem. What is your question?00:50
tdasilvadmorita: sorry, i'm confusing things here...I meant to say clayg wrote a comment on this review: https://review.openstack.org/#/c/144432/ asking me a question...00:52
*** sandywalsh has quit IRC00:52
dmoritatdasilva: OIC. OK :)00:52
tdasilvaclayg: just posted a comment there for you, hopefully it clarifies how I was testing...00:57
claygso but you built it and rebalanced with the old code - and then upgraded and ran the dispersion command - right?00:58
claygtdasilva: ^00:58
tdasilvayes!00:59
*** bpap_k is now known as bpap00:59
tdasilvaok, that's the problem?00:59
tdasilvasorry, will try again00:59
claygtdasilva: so that can be confusing, what's going on is that the dispersion value that's printed on the "default command" (just list devices) is a cached value - on purpose - to keep list fast00:59
claygtdasilva: the cheat in the code is that when you run the dispersion command on a ring that didn't get rebalanced to build the disperstion graph it'll go ahead and build it on the fly, but it can't cache it because it doesn't write_ring01:00
tdasilvaIC01:01
tdasilvaclayg: so on the "default command" you don't build it on the fly to keep it fast01:01
tdasilva?01:01
claygi'm calling `swift-ring-builder object.builder` the default command - the list devices command - and I don't build anything there, if there's a value cached (because you rebalanced with new code) it's displayed01:02
tdasilvaclayg: right, I understand01:02
tdasilvaclayg: I understand your reasoning, but putting my "usability" hat on, I think that could still be confusing to users of the command that don't have the background info you just provided. They might run both commands and see different results, that's what I think could be confusing01:05
claygtdasilva: I think you can rebalance -f to get a new ring with the dispersion_graph and the cached dispersion value01:05
claygtdasilva: point taken - but it's temporary - not sure what the patch to make it better would look like exactly.01:06
tdasilvaclayg: do we attach any versioning to the ring? would it be possible to not display the dispersion report in the default command? so users must run the dispersion command and always get the right value...01:07
claygtdasilva: might be possible to tweak the deserialization code to fill in a default of None for the dispersion attribute and then tweek the list command to not display it unless it's a float01:07
claygso instead of getting two different values you just get nothing - probably better01:08
*** jrichli has joined #openstack-swift01:08
tdasilvaclayg: just my 2 cents, don't want to make a big deal out of it01:08
*** oomichi has joined #openstack-swift01:08
claygtdasilva: I think I could probably fix it, I'll push up a follow up later tonight and squash it if anyone has anything else on #14443201:11
claygtdasilva: thanks!01:11
tdasilvaclayg: no problem, thank you!01:13
*** gyee has quit IRC01:15
*** reed has quit IRC01:28
*** kajinamit has joined #openstack-swift01:30
*** tellesnobrega has quit IRC01:33
*** tellesnobrega has joined #openstack-swift01:35
bpapI wrote a simple python script to insert 100,000 objects into a container. the script finishes without error. however "swift stat test" reports only 99,212 objects inserted. here is my script and logs: https://gist.github.com/bpapantonio/bfdf2a100dd06f6a9f1f01:39
bpapany thoughts on why there are missing objects?01:40
torgomaticbpap: delayed container updates, most likely. can you GET every object that you PUT?01:41
bpapvagrant@saio:~$ swift list test | wc -l01:42
bpap9921201:42
bpapi didn't try manually downloading objects since i don't know which ones failed.01:43
bpapis there some setting where delayed container updates can be disabled?01:44
mattoliveraubpap: like torgomatic mentiioned, the continer updates may be delayed, meaning the objects are there, but haven't been updated in the continer database yet01:44
torgomaticbpap: no, but if you're running a SAIO, make sure the object updater is running, otherwise they'll be delayed forever01:44
mattoliveraubpap: so if you put returned a success, they should be there.01:44
*** tsg has joined #openstack-swift01:48
bpapOh, I restarted all the swift processes and now the object count is increasing. it's at 100,000 now.01:49
bpapI guess it crashed? (low memory VM)01:49
bpapwell anyway, good to know swift does not lose data :) thanks all01:50
notmynamebpap: check out swift-recon to get the async pending count. I'm guessing it's non-zero01:50
*** richmit has joined #openstack-swift01:53
*** richmit has left #openstack-swift01:55
tdasilvabpap: if you are running SAIO, it is possible you just started the services by running: startmain, which basically just runs 'swift-init main start' so the object-updater was not running. To start everything you can run: swift-init all start'01:58
bpap==> default: INFO: execute[startmain] ran successfully02:00
bpap==> default: INFO: Chef Run complete in 382.087337 seconds02:00
bpapyou may be correct02:00
bpapi'm brand new to swift. just trying to get my feet wet.02:01
*** haomaiwang has joined #openstack-swift02:01
*** richmit has joined #openstack-swift02:09
*** richmit has left #openstack-swift02:14
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873602:24
*** NM has joined #openstack-swift02:34
*** fandi has joined #openstack-swift02:54
*** fandi has quit IRC02:55
*** fandi has joined #openstack-swift02:56
*** fandi has quit IRC02:59
*** fandi has joined #openstack-swift02:59
*** tellesnobrega_ has quit IRC03:03
*** NM has quit IRC03:06
*** jrichli has quit IRC03:06
*** fandi has quit IRC03:07
*** fandi has joined #openstack-swift03:07
*** fandi has quit IRC03:11
*** bill_az has quit IRC03:11
*** fandi has joined #openstack-swift03:11
*** bpap has quit IRC03:12
*** Fin1te has joined #openstack-swift03:25
*** bkopilov has quit IRC03:32
*** Fin1te has quit IRC04:00
*** Fin1te has joined #openstack-swift04:03
*** silor has joined #openstack-swift04:18
*** SkyRocknRoll has joined #openstack-swift04:25
*** Fin1te has quit IRC04:33
hoi got an error from dsvm-functional. the error is related to a module which I added to test-requirements.txt.(http://logs.openstack.org/30/149930/4/check/check-swift-dsvm-functional/de3fdb5/logs/devstacklog.txt.gz) Does anyone know how to solve this?04:48
ho2015-01-26 11:44:30.196 | ImportError: No module named oslo_policy.policy04:48
*** bkopilov has joined #openstack-swift05:01
*** ppai has joined #openstack-swift05:17
*** nshaikh has joined #openstack-swift05:30
openstackgerritHisashi Osanai proposed openstack/swift: Enable Object Replicator's failure count in recon  https://review.openstack.org/13834205:31
*** mahatic has quit IRC05:31
*** pheadron2 has joined #openstack-swift05:34
*** pheadron2 has quit IRC05:34
openstackgerritHisashi Osanai proposed openstack/swift: Allow hostnames for nodes in Rings  https://review.openstack.org/13315506:06
*** oomichi has quit IRC06:13
*** abhirc has quit IRC06:14
*** nshaikh has quit IRC06:46
*** zaitcev has quit IRC06:47
openstackgerritPrashanth Pai proposed openstack/swift: Allow rsync to use compression  https://review.openstack.org/14845406:50
*** silor has quit IRC07:01
*** mahatic has joined #openstack-swift07:03
*** silor has joined #openstack-swift07:04
*** ppai has quit IRC07:08
*** ppai has joined #openstack-swift07:23
*** greghaynes has quit IRC07:24
*** greghaynes has joined #openstack-swift07:26
*** nellysmitt has joined #openstack-swift07:26
*** tsg has quit IRC07:31
*** ppai has quit IRC07:49
*** rledisez has joined #openstack-swift08:00
*** ppai has joined #openstack-swift08:02
*** oomichi has joined #openstack-swift08:20
*** geaaru has joined #openstack-swift08:26
*** acoles_away is now known as acoles08:28
*** ppai has quit IRC08:47
*** jordanP has joined #openstack-swift08:48
*** ppai has joined #openstack-swift09:01
*** jistr has joined #openstack-swift09:08
*** fandi has quit IRC09:15
*** fandi has joined #openstack-swift09:27
*** fandi has quit IRC09:27
*** kajinamit has left #openstack-swift10:02
*** mahatic has quit IRC10:11
*** haomaiwang has quit IRC10:21
*** tellesnobrega_ has joined #openstack-swift11:11
*** NM has joined #openstack-swift11:16
*** NM has quit IRC11:18
*** NM has joined #openstack-swift11:18
*** NM has quit IRC11:19
*** silor has quit IRC11:27
*** SkyRocknRoll has quit IRC11:37
*** tellesnobrega_ has quit IRC11:53
openstackgerritPrashanth Pai proposed openstack/swift: Skip nodes that does not support REPLICATE verb  https://review.openstack.org/14931511:56
*** silor has joined #openstack-swift12:27
*** dmorita has quit IRC12:30
*** tellesnobrega has quit IRC12:30
*** tellesnobrega has joined #openstack-swift12:31
*** ppai has quit IRC12:32
*** aix has joined #openstack-swift12:48
openstackgerritDonagh McCabe proposed openstack/swift-specs: Minor updates to composite token spec  https://review.openstack.org/13877112:58
*** NM has joined #openstack-swift13:06
*** panbalag has joined #openstack-swift13:23
*** oomichi has quit IRC13:40
*** ho has quit IRC13:44
*** tsg has joined #openstack-swift13:46
*** sandywalsh has joined #openstack-swift13:53
*** bill_az has joined #openstack-swift13:57
*** tongli has joined #openstack-swift13:59
*** jkugel has joined #openstack-swift14:04
*** cdelatte has joined #openstack-swift14:11
cschwedenotmyname: done, added my +2. sorry for the delay, was busy with travelling… will doe some more reviews this week14:34
*** lcurtis has joined #openstack-swift14:37
*** tab_____ has joined #openstack-swift14:44
*** david-lyle_afk is now known as david-lyle14:49
*** abhirc has joined #openstack-swift14:54
*** tsg_ has joined #openstack-swift15:03
*** tsg has quit IRC15:06
*** dmsimard_away is now known as dmsimard15:06
*** abhirc has quit IRC15:12
*** abhirc has joined #openstack-swift15:17
*** lpabon has joined #openstack-swift15:18
*** abhirc has quit IRC15:22
*** lpabon has quit IRC15:24
*** tsg_ has quit IRC15:32
*** abhirc has joined #openstack-swift15:49
*** nellysmitt has quit IRC15:49
*** annegent_ has joined #openstack-swift15:52
*** jrichli has joined #openstack-swift15:53
*** nellysmitt has joined #openstack-swift15:54
*** fandi has joined #openstack-swift16:05
*** bkopilov has quit IRC16:07
*** fandi has quit IRC16:08
*** fandi has joined #openstack-swift16:09
*** sandywalsh_ has joined #openstack-swift16:11
openstackgerritMerged openstack/swift: Add dispersion command to swift-ring-builder  https://review.openstack.org/14443216:12
*** sandywalsh has quit IRC16:17
*** torgomatic has quit IRC16:18
*** torgomatic has joined #openstack-swift16:18
*** ChanServ sets mode: +v torgomatic16:18
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873616:24
*** tsg has joined #openstack-swift16:27
*** tsg_ has joined #openstack-swift16:34
*** tsg has quit IRC16:36
*** tsg_ has quit IRC16:42
notmynamegood morning16:45
*** Nadeem_ has joined #openstack-swift16:51
*** nellysmitt has quit IRC16:52
*** abhirc has quit IRC16:54
*** abhirc has joined #openstack-swift16:54
*** tdasilva has quit IRC16:55
notmynamebrb while I restart to fix https://news.ycombinator.com/item?id=895354517:00
*** notmyname has quit IRC17:00
*** notmyname has joined #openstack-swift17:01
*** ChanServ sets mode: +v notmyname17:01
notmynamehello again17:02
swifterdarrellGOOD morning!17:08
swifterdarrellnotmyname: alpha_ori: around?17:08
notmynamehere17:08
swifterdarrellnotmyname: patched/rebooted any prod servers yet?17:08
notmynameswifterdarrell: hydrogen. but you probably mean to be in the swiftstack channel ;-)17:08
swifterdarrellgoodness, I did!17:09
swifterdarrell;)17:09
alpha_oriswifterdarrell: here17:11
openstackgerritAlistair Coles proposed openstack/python-swiftclient: Set bogus ST_ env variables in tox.ini  https://review.openstack.org/15049417:11
swifterdarrellalpha_ori: (sorry was in wrong channel)17:11
acolesclayg: is this crazy?  https://review.openstack.org/15049417:12
*** gvernik has joined #openstack-swift17:15
*** annegent_ has quit IRC17:19
*** IRTermite has quit IRC17:20
gvernikcan someone explain me what does object POST method does for the case when object_post_as_copy is true? I thought that flag is used for container sync only, but seems if this flag is set on - than Swift does object copy for every POST object request?17:22
gverniki am referring /proxy/controllers/obj, method POST17:23
notmynamegvernik: yup17:24
notmynameyou're right17:24
gverniknotmyname,: so  if this flag is on - than POST object = COPY object?17:24
notmynamegvernik: correct17:25
claygtdasilva: dude, i was totaly sitting down to fix that uncached dispersion value on pre-dispersion builders when I saw it was merged17:25
notmynamegvernik: note that if you turn it off (ie move to fast-copies), then you'll no longer be able to update the content-type of an object with POST.17:26
notmynameerr...fast-POST17:26
notmynamegvernik: but acoles has been working on that so we can have fast-POST and also update all of the metadata17:26
gverniknotmyname,:  ohhh....i didn't knew that. I thought POST object will only replace it's metadata and that's it...17:27
gverniknotmyname,: i got some weird complain that POST for large objects takes too long and i explained that it only updates metadata....now i see that i was wrong17:28
acolesgvernik: object_post_as_copy is true by default17:28
notmynameya. by default it does take a long time because it copies the entire contents17:29
claygman it is awesome to be involved with an opensource project that has an active irc channel - all the time I'm working on some project and like I'm like patching or trying to dig into some bug - i'll jump on irc and crickets...17:29
claygi generally leave the channel open a few days to see how active it is timezones whatever - every so often you'll find a project where people pop in and out17:30
claygnotmyname: i'm going to try and fix up the dispersion value on pre-dispersion builders per tdasilva and address torgomatic's very rational -1 on the set_overload patch - but https://review.openstack.org/#/c/145970/ should still be ready and I could really use it in our next release17:31
gvernikacoles,: what is the patch you working on related fast-POST ?17:32
acolesgvernik: the spec is here and there's some wip patches linked from the spec https://review.openstack.org/#/c/102592/17:33
notmynameclayg: ok, and the "ignore empty tier" patch should be in the release too, right?17:33
notmyname(I can't see why it would be left out)17:34
acolesgvernik: the goal is to be able to update content-type when using fast-POST and still have container-sync work17:34
gverniknotmyname,: so this one http://docs.openstack.org/api/openstack-object-storage/1.0/content/update-object-metadata.html suppose to say that POST will result in object copy ? i don't think it's documented somewhere what i just have learned17:34
gvernikacoles,: thanks. i will check this patch17:35
notmynamegvernik: that page is managed by the docs team, but there's a link at the bottom to file a bug for that page17:35
claygnotmyname: I would miss it a lot - but only because we often have rings with zero weight devices and still want to report dispersion, operationally I'm not sure how common it would be for others to have an entire tier of zero weight devices17:36
notmynameI really like that feature they have. a link on a doc that allows you to file a bug for that page17:36
gverniknotmyname,: got it :) thanks....17:36
claygnotmyname: probably comes up more on toy clusters with 3 servers or whatever17:36
notmynameclayg: seeing as we're not the only ones who see the issues that caused this set of changes anyway, I'd expect that we're not the only ones with those kind of clusters17:36
claygacoles: RE: setting ST_ in tox.ini - did it help?  Did you find bad tests?  Or was it just like with that change the other test would have failed on the gate?17:40
claygacoles: it's tricky right, cause the point is we want the tests to pass if they're set or not and I feel like if I run tests with python -m testtools.run some.TestName.test_something - it probably won't get the tox.ini vars?17:41
claygacoles: i'm all for anything that helps, i'm pretty made at the python swiftclient test suite of late17:41
acolesclayg: it didn't find any other failing tests apart from the one you just fixed, but my thinking was to get the jenkins job to fail if any patch doesn't mock the environ.17:42
acolesclayg: so anything that passes jenkins job should also pass with  python -m testtools.run etc...17:44
claygacoles: so you think setting those env vars to those values would cause tests to fail if they didn't patch the environment?  like they could just not patch the environment and leave those values set still end up coding to some expectation that would change if a *different* env var was set, or the UUT's behavior changes if you run the test w/o forcing the tox.ini env vars?17:46
acolesclayg: hmmm, yeah i guess a test could rely on those bogus values being in the env, and then fail when run outside of tox :(17:50
-openstackstatus- NOTICE: Gerrit and Zuul will be offline for a few minutes for a security update17:54
claygacoles: maybe in like test/unit/__init__.py or somewhere really close to the top you could os.environ = {}  # eat that suckers!17:56
acolesclayg: would be nice to find some way to not keep stumbling across this18:00
*** openstack` has joined #openstack-swift18:05
*** openstack` is now known as openstack18:06
*** jkremer has joined #openstack-swift18:07
*** rledisez has quit IRC18:17
*** gyee has joined #openstack-swift18:20
openstackgerritClay Gerrard proposed openstack/swift: don't print cached dispersion if it's a lie  https://review.openstack.org/15053118:21
clayg^ for thiago18:21
*** jroll has quit IRC18:24
*** jroll has joined #openstack-swift18:26
*** jroll has quit IRC18:30
*** jroll has joined #openstack-swift18:30
*** openstackgerrit has quit IRC18:30
*** openstackgerrit has joined #openstack-swift18:32
*** jordanP has quit IRC18:35
*** tongli has quit IRC18:35
claygi don't think i really get how ghost is a remote vulnerability - i guess if some daemon is taking userinput and feeding it to gethostbyname - did the report say they found some mail server that did this?  Anyhting else scary like nginx or ssh?18:40
notmynameclayg: https://news.ycombinator.com/item?id=895431718:40
notmynamethere's an exploit there18:40
notmynamebasically, if your program calls gethostbyname() with client-supplied input (ie an IP address), then it can be exploited18:41
claygnotmyname: yeah well there was a bunch of other crap in there I didn't care about - i saw "full-fledged remote exploit against the Exim mail server18:41
clayg" - but couldn't find the details in there18:41
claygmore to the point - I don't run Exim - so i was asking if anyone knows of some of some system that acctually does this18:42
notmynamewhat is "this"?18:43
notmynamecall gethostbyname()?18:44
*** zaitcev has joined #openstack-swift18:50
*** ChanServ sets mode: +v zaitcev18:50
*** geaaru has quit IRC18:50
*** nellysmitt has joined #openstack-swift18:53
openstackgerritClay Gerrard proposed openstack/swift: Allow set_overload to take value as percent  https://review.openstack.org/14597019:04
claygnotmyname: yeah call gethostbyname with user supplied input?19:04
*** annegent_ has joined #openstack-swift19:06
claygtorgomatic: can you see if I beat most of the stupid out of my set_overload patch?  Or where you down on thinking about overload as a percentage of extra weight to give to a device in general?19:08
torgomaticclayg: I'll take a look as soon as my computer is done with its security updates and becomes usable again.19:19
claygok19:20
*** jistr has quit IRC19:23
*** fandi has quit IRC19:24
*** silor1 has joined #openstack-swift19:25
*** silor has quit IRC19:27
*** fandi has joined #openstack-swift19:29
*** annegent_ has quit IRC19:31
*** acoles is now known as acoles_away19:31
*** tdasilva has joined #openstack-swift19:33
*** annegent_ has joined #openstack-swift19:35
*** annegent_ has quit IRC19:39
*** annegent_ has joined #openstack-swift19:40
*** nellysmitt has quit IRC19:55
*** aix has quit IRC19:56
*** NM has quit IRC19:57
*** IRTermite has joined #openstack-swift20:01
*** jkremer has quit IRC20:01
*** lcurtis has quit IRC20:06
*** silor1 has quit IRC20:21
*** openstack has joined #openstack-swift20:38
*** sendak.freenode.net sets mode: +ns 20:38
*** sendak.freenode.net sets mode: -o openstack20:44
-sendak.freenode.net- *** Notice -- TS for #openstack-swift changed from 1422391130 to 127844076120:44
*** sendak.freenode.net sets mode: +t-s 20:44
*** bpap has joined #openstack-swift20:44
*** EmilienM has joined #openstack-swift20:44
*** StevenK_ has joined #openstack-swift20:44
*** IRTermite has joined #openstack-swift20:44
*** annegent_ has joined #openstack-swift20:44
*** tdasilva has joined #openstack-swift20:44
*** fandi has joined #openstack-swift20:44
*** zaitcev has joined #openstack-swift20:44
*** openstackgerrit has joined #openstack-swift20:44
*** jroll has joined #openstack-swift20:44
*** gyee has joined #openstack-swift20:44
*** bkopilov has joined #openstack-swift20:44
*** notmyname has joined #openstack-swift20:44
*** abhirc has joined #openstack-swift20:44
*** Nadeem_ has joined #openstack-swift20:44
*** torgomatic has joined #openstack-swift20:44
*** sandywalsh_ has joined #openstack-swift20:44
*** jrichli has joined #openstack-swift20:44
*** tab_____ has joined #openstack-swift20:44
*** cdelatte has joined #openstack-swift20:44
*** jkugel has joined #openstack-swift20:44
*** bill_az has joined #openstack-swift20:44
*** panbalag has joined #openstack-swift20:44
*** tellesnobrega has joined #openstack-swift20:44
*** greghaynes has joined #openstack-swift20:44
*** fifieldt has joined #openstack-swift20:44
*** chlong has joined #openstack-swift20:44
*** jasondotstar has joined #openstack-swift20:44
*** cppforlife_ has joined #openstack-swift20:44
*** ipolyzos has joined #openstack-swift20:44
*** zhiyan has joined #openstack-swift20:44
*** goodes has joined #openstack-swift20:44
*** serverascode has joined #openstack-swift20:44
*** nottrobin has joined #openstack-swift20:44
*** vishy has joined #openstack-swift20:44
*** erlon has joined #openstack-swift20:44
*** alpha_ori has joined #openstack-swift20:44
*** brnelson has joined #openstack-swift20:44
*** remix_tj has joined #openstack-swift20:44
*** mitz has joined #openstack-swift20:44
*** omame has joined #openstack-swift20:44
*** yuanz has joined #openstack-swift20:44
*** acoles_away has joined #openstack-swift20:44
*** sendak.freenode.net sets mode: +vvvv zaitcev notmyname torgomatic acoles_away20:44
*** zul has joined #openstack-swift20:44
*** mlanner has joined #openstack-swift20:44
*** saltsa has joined #openstack-swift20:44
*** anteaya has joined #openstack-swift20:44
*** ahonda has joined #openstack-swift20:44
*** tacticus has joined #openstack-swift20:44
*** thurloat has joined #openstack-swift20:44
*** d0ugal has joined #openstack-swift20:44
*** mandarine has joined #openstack-swift20:44
*** esmute has joined #openstack-swift20:44
*** annegentle has joined #openstack-swift20:44
*** dvorkbjel has joined #openstack-swift20:44
*** acorwin has joined #openstack-swift20:44
*** eikke_ has joined #openstack-swift20:44
*** anticw_ has joined #openstack-swift20:44
*** mikehn_ has joined #openstack-swift20:44
*** swifterdarrell has joined #openstack-swift20:44
*** btorch_ has joined #openstack-swift20:44
*** dosaboy_ has joined #openstack-swift20:44
*** joearnold has joined #openstack-swift20:44
*** wolsen_ has joined #openstack-swift20:44
*** wasmum has joined #openstack-swift20:44
*** david-lyle has joined #openstack-swift20:44
*** Tyger has joined #openstack-swift20:44
*** peluse has joined #openstack-swift20:44
*** jodah has joined #openstack-swift20:44
*** MooingLemur has joined #openstack-swift20:44
*** ndk has joined #openstack-swift20:44
*** portante has joined #openstack-swift20:44
*** CrackerJackMack has joined #openstack-swift20:44
*** xianghui has joined #openstack-swift20:44
*** AbyssOne_ has joined #openstack-swift20:44
*** amandap has joined #openstack-swift20:44
*** mordred has joined #openstack-swift20:44
*** kragniz has joined #openstack-swift20:44
*** tristanC has joined #openstack-swift20:44
*** dfg_ has joined #openstack-swift20:44
*** jd__ has joined #openstack-swift20:44
*** jeblair has joined #openstack-swift20:44
*** mkerrin has joined #openstack-swift20:44
*** zigo has joined #openstack-swift20:44
*** Anticimex has joined #openstack-swift20:44
*** sileht has joined #openstack-swift20:44
*** wer_ has joined #openstack-swift20:44
*** jbonjean has joined #openstack-swift20:44
*** fbo has joined #openstack-swift20:44
*** HenryG has joined #openstack-swift20:44
*** ChanServ has joined #openstack-swift20:44
*** sendak.freenode.net sets mode: +vvvo swifterdarrell peluse portante ChanServ20:44
*** morganfainberg has joined #openstack-swift20:44
*** swat30 has joined #openstack-swift20:44
*** mattoliverau has joined #openstack-swift20:44
*** classicsnail has joined #openstack-swift20:44
*** otherjon has joined #openstack-swift20:44
*** cebruns has joined #openstack-swift20:44
*** chrisnelson has joined #openstack-swift20:44
*** briancline has joined #openstack-swift20:44
*** sudorandom has joined #openstack-swift20:44
*** wer has joined #openstack-swift20:44
*** glange has joined #openstack-swift20:44
*** early` has joined #openstack-swift20:44
*** ctennis has joined #openstack-swift20:44
*** evanjfraser_ has joined #openstack-swift20:44
*** ahale has joined #openstack-swift20:44
*** redbo has joined #openstack-swift20:44
*** bsdkurt has joined #openstack-swift20:44
*** anderstj has joined #openstack-swift20:44
*** NobodyCam has joined #openstack-swift20:44
*** zackmdavis has joined #openstack-swift20:44
*** JoshNang has joined #openstack-swift20:44
*** mariusv_ has joined #openstack-swift20:44
*** ekarlso has joined #openstack-swift20:44
*** BAKfr has joined #openstack-swift20:44
*** AbyssOne has joined #openstack-swift20:44
*** charz has joined #openstack-swift20:44
*** ondergetekende_ has joined #openstack-swift20:44
*** bobby2 has joined #openstack-swift20:44
*** hurricanerix_ has joined #openstack-swift20:44
*** clayg has joined #openstack-swift20:44
*** clds has joined #openstack-swift20:44
*** cschwede has joined #openstack-swift20:44
*** zacksh has joined #openstack-swift20:44
*** otoolee has joined #openstack-swift20:44
*** ujjain has joined #openstack-swift20:44
*** hugokuo has joined #openstack-swift20:44
*** quack_quack_ has joined #openstack-swift20:44
*** jdaggett_ has joined #openstack-swift20:44
*** tanee has joined #openstack-swift20:44
*** sfineberg has joined #openstack-swift20:44
*** chmouel has joined #openstack-swift20:44
*** j_king has joined #openstack-swift20:44
*** dmsimard has joined #openstack-swift20:44
*** sendak.freenode.net sets mode: +vvv glange clayg cschwede20:44
*** sendak.freenode.net sets mode: +b Longgeek!*@*20:44
*** sendak.freenode.net changes topic to "Hackathon: https://www.eventbrite.com/e/openstack-swift-hack-a-thon-sponsored-by-swiftstack-tickets-15226147818 | Priority Reviews: https://wiki.openstack.org/wiki/Swift/PriorityReviews | Review Dashboard: http://goo.gl/r2mxbe"20:44
*** annegent_ has quit IRC20:52
*** annegent_ has joined #openstack-swift20:55
jrichliis there a preferred tool I could use to present some design ideas by drawing or providing graphics?  this would be for discussion rather than review.21:02
claygwait what channel am i in21:04
*** abhirc has quit IRC21:13
portanteImmutability ... this changes everything ... http://www.cidrdb.org/cidr2015/Papers/CIDR15_Paper16.pdf21:15
portante:)21:15
*** lcurtis has joined #openstack-swift21:16
*** panbalag has quit IRC21:17
notmynameclever21:20
*** abhirc has joined #openstack-swift21:22
*** nellysmitt has joined #openstack-swift21:22
openstackgerritMerged openstack/swift: Exclude empty tiers from max_replicas  https://review.openstack.org/14774321:22
portantein boston we might say, "clevah"21:25
notmynamewickhed smaht21:25
*** nellysmitt has quit IRC21:29
mattoliverauMorning21:30
*** tab_____ has quit IRC21:55
*** tellesnobrega_ has joined #openstack-swift21:57
*** brnelson has quit IRC22:02
*** lcurtis has quit IRC22:04
*** wasmum has quit IRC22:10
*** bill_az has quit IRC22:28
tdasilvaportante: get much snow in westford?22:34
*** occupant has joined #openstack-swift22:35
*** jrichli has quit IRC22:40
notmynameclayg: torgomatic: I'm merging https://review.openstack.org/#/c/150531/122:56
notmynamehttps://review.openstack.org/#/c/145970/ is the one I think that's outstanding for cutting the release22:57
claygtdasilva: well how do you like that - notmyname's bout bout the getter' done22:57
notmynameplan for cutting the swift 2.2.2 release is to do it as soon as https://review.openstack.org/#/c/145970/ lands and then have a final release next week22:57
notmynamehopefully swift 2.2.2 on 2/2 ;-)22:57
tdasilvaclayg: cool..didn't see that before..testing now...22:59
*** tellesnobrega_ has quit IRC22:59
mattoliveraulol, 2.2.2 on 2/2! Stop all other work and lets get it done :P23:01
*** jkugel has quit IRC23:01
*** jkugel has joined #openstack-swift23:01
notmynamemattoliverau: the nice thing is that 2/2 works for both you and me23:01
notmyname(as opposed to the date "2/3")23:02
mattoliverauyeah I know, it sounds like an actual date :P23:02
mattoliveraunotmyname: 2/3 the 2nd of march!23:03
notmynamewhich is Texas Independence Day, by the way23:03
mattoliverauoh really, well there you go23:04
*** jkugel has quit IRC23:06
claygdorks23:06
mattoliverauyup, and proud of it ;)23:08
tdasilvalol23:08
*** lcurtis has joined #openstack-swift23:13
*** nellysmitt has joined #openstack-swift23:29
*** annegent_ has quit IRC23:32
notmynamedo we have any docs anywhere on sysmeta?23:33
*** lcurtis has quit IRC23:34
*** nellysmitt has quit IRC23:34
notmynameah. there. http://docs.openstack.org/developer/swift/development_middleware.html#sysmeta23:34
*** Nadeem_ has quit IRC23:40
*** Fin1te has joined #openstack-swift23:44
*** lcurtis has joined #openstack-swift23:47
*** ho has joined #openstack-swift23:48
*** IRTermite has quit IRC23:49
*** dmsimard is now known as dmsimard_away23:50
hogood morning!23:56
notmynamehello!23:56
*** Fin1te has quit IRC23:58
mattoliverauho: Good morning23:59

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