*** jamielennox is now known as jamielennox|away | 00:07 | |
notmyname | anyone have a rhel/centos box handy? | 00:11 |
---|---|---|
notmyname | what is the name of the rpm package that installs rsync? | 00:11 |
clarkb | notmyname: just 'rsync' | 00:12 |
notmyname | clarkb: thanks. (same as dpkg, that's nice) | 00:12 |
clarkb | rsync.x86_64 : A program for synchronizing files over a network is from yum search rsync | 00:12 |
* notmyname is working on other-requirements.txt | 00:12 | |
clarkb | cool, keystone was working on it earlier today as well | 00:13 |
clarkb | will be good to see projcets use that to better communicate deps this cycle | 00:13 |
notmyname | clarkb: I noticed that python isn't in http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/data/bindep-fallback.txt. will that be needed with 16.04? I'm told that's not installed by default now | 00:15 |
notmyname | ie py27 | 00:15 |
notmyname | clarkb: also, do you know if other-reqs is synced by the global reqs bot? | 00:15 |
clarkb | I would list it, we do preinstlal it as it is required for zuul-cloner and other things. But this way you will work on xenial without our images and it will just noop on our images | 00:15 |
clarkb | there is no sync for global reqs and other reqs | 00:16 |
openstackgerrit | John Dickinson proposed openstack/swift: created other-requirements.txt https://review.openstack.org/309219 | 00:16 |
notmyname | ok | 00:16 |
clarkb | at least I don't think there is, gets complicated becuase the distros control versions and stuff | 00:16 |
notmyname | clarkb: so now what does a test passing on that patch mean? that everythign is good? | 00:17 |
clarkb | yes, if the unittests pass on that patch it means you successfully installed enough of the dependencies to run your unittests | 00:17 |
notmyname | yay | 00:17 |
notmyname | or at least enough were installed | 00:17 |
notmyname | ie something like "python" that's required but might not be specified and it stillworks because it was included by default or something | 00:18 |
clarkb | ya | 00:18 |
notmyname | clarkb: can you please check the format on that patch, please? I started with the default one, but I'm not really sure that i got it all right | 00:18 |
notmyname | also, I'm not 100% sure when the -dev packages are needed. but they were in the default, so I kept them | 00:19 |
clarkb | you will need -dev when your python packages link against them | 00:20 |
clarkb | libxml2-dev and libxslt-dev are required if you depend on lxml for example | 00:20 |
notmyname | right. I know that one. not sure about the sqlite or libEC dev packages though | 00:20 |
notmyname | i mean, I think they're probably required (which is why I kept them there). I just don't know exactly where they're used, off the top of my head | 00:21 |
clarkb | the ec dev is required since they split it out into distro packages instead of bundling the C headres | 00:21 |
clarkb | the python ec package links against the C stuff | 00:21 |
clarkb | and python-dev is needed when python links to C, that list looks fine to me | 00:22 |
*** tqtran has quit IRC | 00:23 | |
notmyname | clarkb: thanks | 00:23 |
notmyname | I compared this against the dependencies swiftstack has in our product for our swift packages | 00:24 |
clarkb | you probably don't have the dev stuff there because the packages are prebuilt, but otherwise should line up | 00:25 |
notmyname | clarkb: so when we get to a point of readding a pypy gate job, we'd have to add pypy to this file, right? | 00:26 |
*** hosanai has joined #openstack-swift | 00:26 | |
*** ChanServ sets mode: +v hosanai | 00:26 | |
clarkb | correct | 00:26 |
notmyname | got it! thanks :-) | 00:26 |
*** asettle has quit IRC | 00:27 | |
*** asettle has joined #openstack-swift | 00:27 | |
*** arch-nemesis has quit IRC | 00:28 | |
*** garthb has quit IRC | 00:29 | |
*** lyrrad has quit IRC | 00:34 | |
*** NM has quit IRC | 00:35 | |
*** NM has joined #openstack-swift | 00:36 | |
*** itlinux has quit IRC | 00:43 | |
*** mingdang1 has joined #openstack-swift | 00:45 | |
*** itlinux has joined #openstack-swift | 00:54 | |
*** haomaiwang has joined #openstack-swift | 01:04 | |
*** can8dnSix has quit IRC | 01:06 | |
*** haomaiwang has quit IRC | 01:09 | |
*** lcurtis has quit IRC | 01:09 | |
*** itlinux has quit IRC | 01:13 | |
*** NM has quit IRC | 01:13 | |
*** ozialien has quit IRC | 01:23 | |
*** itlinux has joined #openstack-swift | 01:25 | |
*** haomaiwang has joined #openstack-swift | 01:25 | |
kota_ | hello | 01:26 |
kota_ | timburke, mattoliverau: thanks for reviewing the versioned_writes patch, it seemed to land successfully. | 01:27 |
*** mingdang1 has quit IRC | 01:28 | |
*** itlinux has quit IRC | 01:28 | |
mattoliverau | kota_: morning! | 01:29 |
kota_ | mattolivearu: morning! | 01:30 |
*** haomaiwang has quit IRC | 01:30 | |
*** asettle has quit IRC | 01:39 | |
*** asettle has joined #openstack-swift | 01:39 | |
*** jamielennox|away is now known as jamielennox | 01:44 | |
timburke | kota_: yeah, i'm happy with it. definitely making the rebase for https://review.openstack.org/#/c/214922/ painful though :( | 01:45 |
patchbot | timburke: patch 214922 - swift - Add "history" mode to versioned_writes middleware | 01:45 |
*** mwheckmann has joined #openstack-swift | 01:48 | |
kota_ | timburke: yeah, I have a expositive patch for versioned_writes (https://review.openstack.org/#/c/209315/) which definitely needs to be rebased :/ | 01:48 |
patchbot | kota_: patch 209315 - swift - Refactor versioned_writes middleware | 01:48 |
kota_ | but it's great we are getting progress the versioned_writes. | 01:49 |
timburke | agreed | 01:49 |
kota_ | timburke: ah, and thanks for so many comments on swif3 sigv4 pathc. | 01:51 |
kota_ | patch. | 01:51 |
timburke | yeah, i think no matter what, it's going to be a big one | 01:51 |
kota_ | I noticed, but didn't have time to look at yet. | 01:51 |
timburke | no worries, i understand. i'll see if i can propose a follow-up (or two?) to address most of the issues before austin | 01:52 |
kota_ | sounds great, it (they?) will be definitely helpful for me :) | 01:53 |
timburke | as much as possible, i want to minimize how much you actually *have* to do | 01:53 |
kota_ | and hopefully i wish I have the time to see it too. | 01:53 |
kota_ | exactly, | 01:53 |
*** Suyi has quit IRC | 01:54 | |
kota_ | in the patch, I was working as a few changes from original authors one but actually, we need to make it to good shape as a little different from the master. | 01:55 |
kota_ | thanks man. | 01:55 |
*** ozialien has joined #openstack-swift | 02:04 | |
openstackgerrit | Tim Burke proposed openstack/swift: Add "history" mode to versioned_writes middleware https://review.openstack.org/214922 | 02:05 |
*** _JZ_ has quit IRC | 02:07 | |
*** lakshmiS has quit IRC | 02:11 | |
*** EkulTails has quit IRC | 02:13 | |
*** _JZ_ has joined #openstack-swift | 02:17 | |
*** ozialien has quit IRC | 02:18 | |
*** itlinux has joined #openstack-swift | 02:20 | |
*** dmorita has quit IRC | 02:29 | |
*** jamielennox is now known as jamielennox|away | 02:32 | |
*** dmorita has joined #openstack-swift | 02:33 | |
*** dmorita has quit IRC | 02:34 | |
*** dmorita has joined #openstack-swift | 02:35 | |
*** dmorita has quit IRC | 02:38 | |
*** dmorita has joined #openstack-swift | 02:38 | |
*** m_kazuhiro has joined #openstack-swift | 02:41 | |
*** gyee has quit IRC | 02:48 | |
*** mwheckmann has quit IRC | 02:48 | |
*** Guest14041 has quit IRC | 03:07 | |
*** kei_yama has quit IRC | 03:08 | |
*** _JZ_ has quit IRC | 03:13 | |
*** rickyrem has quit IRC | 03:20 | |
janonymous | bkeller:yes, please go ahead | 03:26 |
jrichli | bkeller` ^^ | 03:27 |
bkeller` | alright, thanks :D | 03:27 |
*** natarej has quit IRC | 03:33 | |
openstackgerrit | John Dickinson proposed openstack/swift: created other-requirements.txt https://review.openstack.org/309219 | 03:33 |
*** asettle has quit IRC | 03:40 | |
mahatic | good morning | 03:42 |
*** asettle has joined #openstack-swift | 03:42 | |
mahatic | acoles_: thanks for the updates | 03:42 |
mattoliverau | mahatic: morning | 03:47 |
*** garthb has joined #openstack-swift | 03:47 | |
*** m_kazuhiro has quit IRC | 03:56 | |
*** mingdang1 has joined #openstack-swift | 04:02 | |
*** dmorita has quit IRC | 04:04 | |
*** dmorita has joined #openstack-swift | 04:05 | |
*** ozialiendoze has quit IRC | 04:05 | |
*** ozialien has joined #openstack-swift | 04:06 | |
*** dmorita has quit IRC | 04:07 | |
*** dmorita has joined #openstack-swift | 04:07 | |
*** ozialien_ has joined #openstack-swift | 04:08 | |
*** ozialien has quit IRC | 04:10 | |
*** ozialien_ is now known as ozialien | 04:10 | |
*** ozialien10 has joined #openstack-swift | 04:11 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift: CompositeRing Support https://review.openstack.org/271920 | 04:11 |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift: Fix EC ring validation at ring reload https://review.openstack.org/268993 | 04:11 |
mahatic | mattoliverau: hello | 04:14 |
*** _JZ_ has joined #openstack-swift | 04:21 | |
*** klrmn has quit IRC | 04:22 | |
*** esker has joined #openstack-swift | 04:25 | |
*** haomaiwang has joined #openstack-swift | 04:26 | |
*** ozialien10 has quit IRC | 04:28 | |
*** ozialien has quit IRC | 04:29 | |
*** haomaiwang has quit IRC | 04:31 | |
*** asettle has quit IRC | 04:41 | |
*** haomaiwang has joined #openstack-swift | 04:45 | |
*** haomaiwang has quit IRC | 04:46 | |
*** haomaiwang has joined #openstack-swift | 04:46 | |
*** asettle has joined #openstack-swift | 04:51 | |
*** dmorita has quit IRC | 04:52 | |
*** asettle has quit IRC | 04:55 | |
*** nadeem has joined #openstack-swift | 04:58 | |
*** rcernin has joined #openstack-swift | 05:03 | |
*** garthb has quit IRC | 05:04 | |
*** esker has quit IRC | 05:06 | |
*** haomaiwa_ has joined #openstack-swift | 05:13 | |
*** haomaiwang has quit IRC | 05:14 | |
clayg | redbo: what version of golang are you guys using? 1.4 seems to old 1.6 might be too new? | 05:16 |
redbo | I'm using 1.6 | 05:17 |
clayg | hrmmmm.. | 05:17 |
clayg | imports runtime: C source files not allowed when not using cgo or SWIG: atomic_amd64x.c defs.c float.c heapdump.c lfstack.c malloc.c mcache.c mcentral.c mem_linux.c mfixalloc.c mgc0.c mheap.c msize.c os_linux.c panic.c parfor.c proc.c runtime.c signal.c signal_amd64x.c signal_unix.c stack.c string.c sys_x86.c vdso_linux_amd64.c | 05:17 |
clayg | 1.6.2 | 05:17 |
clayg | package github.com/openstack/swift/go/bench | 05:17 |
*** mingdang1 has quit IRC | 05:18 | |
redbo | Hmm.. Do you have gcc installed? | 05:21 |
*** SkyRocknRoll has joined #openstack-swift | 05:23 | |
clayg | internet seemd to think i didn't know how to upgrade go `rm -fr /usr/local/go` and reinstall seemed to help get me to a different error anyway | 05:23 |
*** esker has joined #openstack-swift | 05:26 | |
*** amit213 has quit IRC | 05:27 | |
*** amit213 has joined #openstack-swift | 05:27 | |
*** esker has quit IRC | 05:31 | |
*** bluetefn has joined #openstack-swift | 05:32 | |
*** haomaiwa_ has quit IRC | 05:34 | |
clayg | why is $GOPATH/bin/cmd a thing and $GOPATH/src/github.com/openstack/swift/go/bin/hummingbird also a thing? | 05:37 |
clayg | i guess the Makefile is doing some fancyness with -o and the go tools are bitter about src/github.com/openstack/swift not being a go project (you have to go into swift/go and there's not even a main.go there) | 05:38 |
redbo | I hadn't noticed that. Seems like cmd gets built when "go get" is ran. | 05:41 |
clayg | different things annoy different people i 'spose | 05:41 |
bluetefn | I'd like to run more than 2 proxy server in a swift cluster by using haproxy. is it possible? | 05:43 |
redbo | The cmd subpackage was one of Dave Cheney's suggestions, but it's possible I'm not doing it right. | 05:43 |
redbo | bluetefn: yes, that is pretty normal. We use haproxy to terminate ssl and load balance to a bunch of proxies. | 05:44 |
clayg | notmyname: what was the ssl terminator that we were bitching about in bristol - the one that was terrible that used before stud? | 05:46 |
notmyname | pound | 05:46 |
clayg | ah pound :) | 05:46 |
clayg | redbo: if `hummingbird start object` doesn't fork when it spins up the four servers how am I supposed to kill one to test handoffs and stuff in dev? | 05:49 |
clayg | oh wait, hold the phone - it forks | 05:50 |
clayg | just always the same parent proc showing up in netstat (i guess it listens's before fork and priv drop) | 05:50 |
redbo | I don't think it can do that. Yet anyway. | 05:51 |
redbo | At least not easily | 05:51 |
clayg | oh no that's my bad - no fork - just threads | 05:51 |
clayg | i guess - idk how linux works - point is `ps -eLf` shows four guys - but no matter what I kill they all die | 05:52 |
portante | resiliency | 05:52 |
redbo | Yeah, threads | 05:52 |
clayg | how many sockets do you have the hummingbird process listening on when you deploy for realzy? | 05:53 |
redbo | Two, I think? There's no reason to do it that way, but we already had replication on a separate port in our rings. | 05:53 |
clayg | do you *have* a 1.conf 2.conf for replication or anything? of that entire feature of spinning up multiple servers listening on mutiple procs for ever conf/dir in /etc/swift/object-server/ is just a feature for dev | 05:53 |
redbo | Yeah, we have two configs | 05:54 |
clayg | ... but you cant manage them seperately with the hummingbird "daemon command" thingy | 05:54 |
redbo | Nope | 05:54 |
clayg | k | 05:54 |
*** ppai has joined #openstack-swift | 06:01 | |
*** esker has joined #openstack-swift | 06:07 | |
redbo | Not to say it couldn't be added. It's sort of close to being able to launch multiple processes. It just doesn't know how to write different named pid files for them. | 06:08 |
*** esker has quit IRC | 06:12 | |
clayg | redbo: honestly i'd be happiest just plumbing `hummingbird object -d` into swift-init instead of swift-object-server - but i'm sure you have different opinions on that | 06:12 |
clayg | i just hate having to type `swift-init restart proxy account container; hummingbird start object` when `swift-init restart main` is all I really want to say | 06:13 |
clayg | like I give a %^&* what language it is as an operator writing init scripts? | 06:13 |
*** david-lyle has quit IRC | 06:16 | |
ahale | us operators rarely give a %^&* about anything at all ! | 06:17 |
redbo | You do what I tell you! | 06:17 |
redbo | Or I'll make the hummingbird binary longer and harder to type | 06:18 |
ahale | hehe | 06:18 |
ahale | you have no idea how much of my day at the moment is spent tying swif^D^D^D^Dhumm | 06:18 |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift: Fix EC ring validation at ring reload https://review.openstack.org/268993 | 06:20 |
clayg | like i said, different things annoy differnt people | 06:22 |
clayg | i can't imagine living like this - but i'm sort of known for lacking imagination | 06:22 |
clayg | also fuck sudo and fuck secure_path | 06:22 |
ahale | idk - i could put up with almost anything for the replication features hbird has | 06:24 |
clayg | ahale: funny thing! I'm hearing this buzz about "replication features" in hbird and I must have missed a commit somewhere because the last psudeo-interesting thing I saw was the replicator growing a http server and getting a rescueparts command... | 06:27 |
clayg | ahale: but I've been thinking a lot about how crappy replication/rebalance is recently and was wondering how many of these conclusions about what needs to be fixed first I had to independently discover | 06:27 |
clayg | ... since ya'll weren't in bristol for us to catch up | 06:28 |
clayg | ... and you don't ever write anything down | 06:28 |
ahale | i've been using moveparts lots and adjusting the disk_limit's, concurrency and ms_per_part | 06:28 |
clayg | so - here I am trying to dust of my hummingbird deployment! | 06:28 |
ahale | but basically, priority replication | 06:28 |
clayg | discovering and prioritizing replication work is hard - let ops do it! :D | 06:28 |
ahale | oh no, i mean the hbird "priority replication" feature | 06:29 |
clayg | yeah sorry unless that's dfg's rescue parts command I have no idea what that feature is or how it works? | 06:29 |
clayg | ... but you know ... i'm trying | 06:30 |
ahale | its same kinda thing as rescureparts | 06:30 |
ahale | moveparts | 06:30 |
ahale | i mean, move and rescue both use taht new listening stuff and replicate differently, and way better in some situations | 06:31 |
redbo | The http server just lets you shove replication jobs to the front of the queue. moveparts is if you rebalance and partitions move from one drive to another, it sends up jobs to move those partitions from that one place to that one new place. | 06:36 |
redbo | restoredevice is for when a drive is replaced, and it prioritizes jobs for the other primaries of partitions that should be on that drive to replicate to it. | 06:37 |
*** mingdang1 has joined #openstack-swift | 06:38 | |
redbo | rescueparts I think just says everyone stop what you're doing and pay attention to this partition because it's under-replicated | 06:38 |
redbo | In my utopian future, there's a guy who watches for drive swaps, ring changes, and bad dispersion reports and kicks those guys off. | 06:41 |
*** itlinux has quit IRC | 06:42 | |
*** tesseract has joined #openstack-swift | 06:43 | |
*** tesseract is now known as Guest83016 | 06:43 | |
ahale | yeah for now I just do as you tell me! until you replace me with a small go script | 06:43 |
clayg | interesting... | 06:44 |
clayg | i mean not so much the part about why there's a need for replicators to have more optomized behaviors depending on the situation - update and updated_deleted just don't cut it | 06:46 |
clayg | ... but that it would be orchestrated by an out-of-band process trying to co-ordinate the whole ordeal instead of just the replicators jobs to think a little harder and ask better questions before the do stupid and useless shit | 06:46 |
clayg | worth some pondering | 06:47 |
clayg | redbo: THANKS FOR WRITING SOMETHING DOWN ;) | 06:47 |
*** Guest83016 has quit IRC | 06:48 | |
*** esker has joined #openstack-swift | 06:49 | |
redbo | Yeah, a big part of what those guys do is make sure drives don't have more than two things being priority replicated to them at a time. | 06:49 |
*** dmorita has joined #openstack-swift | 06:52 | |
*** haomaiwang has joined #openstack-swift | 06:53 | |
*** esker has quit IRC | 06:53 | |
*** dmorita has quit IRC | 06:57 | |
*** haomaiwang has quit IRC | 06:57 | |
clayg | seems like a job for semephores instead of humans - but different things annoy different people i 'spose | 07:00 |
clayg | the one thing I like about this plan is that it makes running swift require even more institutional devops knowledge! | 07:00 |
*** dmorita has joined #openstack-swift | 07:01 | |
ahale | i think it could be interesting if rebalance was able to take hints too, like dispersion reports and recon -d info | 07:01 |
*** tesseract- has joined #openstack-swift | 07:02 | |
clayg | ahale: is recon -d disk fullness? or part lists? | 07:02 |
ahale | fullness | 07:02 |
redbo | Well there's a semaphore, but if you sent a bazillion replication jobs and a bazillion - 2 get rejected for concurrency, it's not very useful | 07:03 |
*** dmorita has quit IRC | 07:05 | |
clayg | i'm not sure we have the same connotation for the cardinality of a bazillion - replication is still part based right? it's the same number of requests as REPLICATE suffix checks right? | 07:06 |
*** Guest57780 is now known as sc | 07:07 | |
clayg | just some of them would say HTTP 420? | 07:07 |
clayg | don't get me wrong - i'm all for cutting out suffix rehasing on new-primaries that are filling still filling from the old primary - do the new primaries know not to tell the new guys to rehash? | 07:09 |
redbo | They.. don't know that, really. They still invalidate their hash any time you sync a file to them. | 07:10 |
clayg | k | 07:10 |
clayg | well it sounds like next week is going to be tons of fun | 07:11 |
ahale | :( | 07:11 |
clayg | i still have a bunch to catch up tho - and I can't even seem to manage to get a decent hummingbird devenv up :'( | 07:11 |
ahale | i think there are two or three different ops efforts going on to get a hbird vagrant all-in-one/many going, probably start appearing on github sooner or later | 07:13 |
clayg | great! i'm trying to shake the rust of vagrant-swift-all-in-one/hummingbird branch | 07:14 |
*** dmorita has joined #openstack-swift | 07:15 | |
clayg | i'm excited to revert my "fix" to not use conf.d - wtg hbird! | 07:16 |
redbo | That's still in review :( | 07:17 |
redbo | I'm going to beat david up tomorrow until he approves all my patches | 07:17 |
clayg | oh no! :'( | 07:19 |
clayg | i thought when unit tests start working again it must have ment that my proxies conf.d was no longer a problem! | 07:19 |
*** dmorita has quit IRC | 07:19 | |
clayg | redbo: is there really no prescription on line length in golang? | 07:20 |
*** mingdang1 has quit IRC | 07:21 | |
clayg | i like to side-by-side in my editor and have been *so* spoiled by pep8 telling everyone to wrap at 80 so that I don't have! | 07:21 |
redbo | Not really. If it feels good, do it. There are probably some lines in there that are too long. | 07:21 |
clayg | i'm not sure what i'm going to do with lines that 100+ chars long | 07:21 |
clayg | my entire world might fall apart | 07:21 |
clayg | i don't think i can grok code if I can't side-by-side (you have to remember - i'm rather dull) | 07:21 |
redbo | gholt has a script that sets his terminal to exactly 80 columns wide, and makes his browser exactly fill the rest of the screen. | 07:22 |
clayg | does he still hang out on the internet? maybe in some fuse or nfs channel somewhere? | 07:23 |
redbo | Not that I know of. He's been twittering a little. | 07:23 |
redbo | And he's been talking about making a linedin account for weeks. | 07:24 |
clayg | so explain this one -> http://play.golang.org/p/t8DbarKqpS | 07:26 |
clayg | maybe I don't understand this def -> func (errorSlice) Error() string | 07:28 |
onovy | good news everyone: swift/2.5.0 in our production :) | 07:28 |
*** ChanServ sets mode: +v cschwede | 07:29 | |
redbo | putting an "Error() string" method on an object basically lets you cast it to an error | 07:30 |
redbo | Because error is an interface with just that method defined | 07:31 |
clayg | onovy: 2.7 is out - get you some concrrent reads - thanks mattoliverau ! | 07:31 |
-openstackstatus- NOTICE: Logs are failing to be uploaded causing jobs to be marked as UNSTABLE. We are working on repairing the log filesystem and will update when ready. Please do not recheck before then. | 07:31 | |
*** ChanServ changes topic to "Logs are failing to be uploaded causing jobs to be marked as UNSTABLE. We are working on repairing the log filesystem and will update when ready. Please do not recheck before then." | 07:31 | |
onovy | clayg: yep i know, on my backlog too | 07:31 |
clayg | onovy: :) | 07:31 |
redbo | Then he's mad that an instance of errorSlice that's nil, when cast to an error, is no longer nil. | 07:31 |
ahale | i really wanna get concurrent reads in prod! | 07:31 |
clayg | onovy: you were one of the folks involved in ionice stuff yeah!? came up in our office today - i really want to see that in | 07:32 |
*** furlongm_ has joined #openstack-swift | 07:32 | |
onovy | clayg: yep, peter and i was woking on it | 07:32 |
onovy | but still no review :) | 07:33 |
*** furlongm has quit IRC | 07:33 | |
clayg | it needs some reviews! | 07:33 |
onovy | almost ~1 month wihout comment | 07:34 |
*** mmcardle has joined #openstack-swift | 07:35 | |
*** rledisez has joined #openstack-swift | 07:39 | |
*** hosanai has quit IRC | 07:41 | |
*** dmorita has joined #openstack-swift | 07:41 | |
*** bluetefn has quit IRC | 07:45 | |
*** dmorita has quit IRC | 07:46 | |
*** m_kazuhiro has joined #openstack-swift | 07:51 | |
*** nadeem has quit IRC | 07:52 | |
*** nadeem has joined #openstack-swift | 07:54 | |
*** nadeem has quit IRC | 07:57 | |
peterlisak | onovy, clayg, everyone: great, I'd appreciate new feedback on that ionice :) | 07:57 |
*** nadeem has joined #openstack-swift | 07:58 | |
*** acoles_ is now known as acoles | 08:04 | |
clayg | acoles: morning! | 08:11 |
acoles | clayg: hey, what you doing around at this time? | 08:12 |
acoles | clayg: when do you get into Austin? | 08:13 |
acoles | I' ther emidday Sunday | 08:13 |
*** nadeem has quit IRC | 08:13 | |
*** jmccarthy has quit IRC | 08:19 | |
*** jmccarthy has joined #openstack-swift | 08:20 | |
*** mingdang1 has joined #openstack-swift | 08:21 | |
*** jordanP has joined #openstack-swift | 08:26 | |
*** mingdang1 has quit IRC | 08:26 | |
*** haomaiwang has joined #openstack-swift | 08:26 | |
*** jistr has joined #openstack-swift | 08:28 | |
*** haomaiwang has quit IRC | 08:30 | |
openstackgerrit | Kota Tsuyuzaki proposed openstack/swift: CompositeRing Support https://review.openstack.org/271920 | 08:33 |
*** Vinsh has quit IRC | 08:43 | |
openstackgerrit | Merged openstack/swift: crypto - byok support in keymaster https://review.openstack.org/307811 | 08:52 |
*** haomaiwang has joined #openstack-swift | 08:55 | |
*** haomaiwa_ has joined #openstack-swift | 08:57 | |
*** haomaiwang has quit IRC | 09:00 | |
*** haomaiwang has joined #openstack-swift | 09:00 | |
*** haomaiwa_ has quit IRC | 09:02 | |
*** ppai has quit IRC | 09:03 | |
*** stantonnet has quit IRC | 09:03 | |
clayg | By convention, tag strings are a concatenation of optionally space-separated key:"value" pairs. Each key is a non-empty string consisting of non-control characters other than space (U+0020 ' '), quote (U+0022 '"'), and colon (U+003A ':'). Each value is quoted using U+0022 '"' characters and Go string literal syntax. | 09:04 |
clayg | Partition uint64 `json:"partition"` | 09:04 |
clayg | so weird | 09:04 |
clayg | acoles: yup midday sunday | 09:04 |
*** stantonnet has joined #openstack-swift | 09:05 | |
*** haomaiwang has quit IRC | 09:07 | |
*** haomaiwang has joined #openstack-swift | 09:08 | |
*** esker has joined #openstack-swift | 09:09 | |
*** haomaiwang has quit IRC | 09:13 | |
*** esker has quit IRC | 09:14 | |
*** ppai has joined #openstack-swift | 09:17 | |
*** openstackstatus has quit IRC | 09:24 | |
*** openstackstatus has joined #openstack-swift | 09:26 | |
*** ChanServ sets mode: +v openstackstatus | 09:26 | |
*** _JZ_ has quit IRC | 09:27 | |
*** david-lyle has joined #openstack-swift | 09:28 | |
*** furlongm_ has quit IRC | 09:28 | |
*** furlongm has joined #openstack-swift | 09:29 | |
*** esker has joined #openstack-swift | 09:30 | |
*** esker has quit IRC | 09:35 | |
*** haomaiwang has joined #openstack-swift | 09:38 | |
*** haomaiwang has quit IRC | 09:43 | |
*** haomaiwang has joined #openstack-swift | 09:53 | |
*** haomaiwang has quit IRC | 09:58 | |
*** ppai has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-swift | 10:07 | |
*** haomaiwang has quit IRC | 10:11 | |
*** esker has joined #openstack-swift | 10:11 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: Add User-Agent to REPCONN requests https://review.openstack.org/309339 | 10:14 |
*** ppai has joined #openstack-swift | 10:15 | |
*** esker has quit IRC | 10:16 | |
*** haomaiwang has joined #openstack-swift | 10:24 | |
*** natarej has joined #openstack-swift | 10:24 | |
*** haomaiwang has quit IRC | 10:28 | |
*** esker has joined #openstack-swift | 10:32 | |
*** esker has quit IRC | 10:37 | |
mattoliverau | clayg: thanks to you too! | 10:38 |
*** haomaiwang has joined #openstack-swift | 10:41 | |
*** haomaiwa_ has joined #openstack-swift | 10:45 | |
*** haomaiwang has quit IRC | 10:45 | |
*** haomaiwa_ has quit IRC | 10:49 | |
*** cdelatte has quit IRC | 10:53 | |
-openstackstatus- NOTICE: Log server has been repaired and jobs are stable again. If necessary please recheck changes that have 'UNSTABLE' results. | 10:54 | |
*** esker has joined #openstack-swift | 11:14 | |
*** haomaiwang has joined #openstack-swift | 11:14 | |
*** cdelatte has joined #openstack-swift | 11:15 | |
*** haomaiwang has quit IRC | 11:18 | |
*** esker has quit IRC | 11:19 | |
*** m_kazuhiro has quit IRC | 11:22 | |
*** Jeffrey4l has joined #openstack-swift | 11:31 | |
*** ppai has quit IRC | 11:38 | |
*** esker has joined #openstack-swift | 11:55 | |
*** haomaiwang has joined #openstack-swift | 11:59 | |
*** haomaiwang has quit IRC | 11:59 | |
*** haomaiwang has joined #openstack-swift | 12:00 | |
*** esker has quit IRC | 12:00 | |
*** mingdang1 has joined #openstack-swift | 12:09 | |
*** asettle has joined #openstack-swift | 12:12 | |
*** asettle has quit IRC | 12:13 | |
*** esker has joined #openstack-swift | 12:16 | |
*** esker has quit IRC | 12:21 | |
*** SkyRocknRoll has quit IRC | 12:38 | |
*** dmorita has joined #openstack-swift | 12:50 | |
*** dmorita has quit IRC | 12:55 | |
*** esker has joined #openstack-swift | 12:58 | |
*** haomaiwang has quit IRC | 12:59 | |
*** mingdang1 has quit IRC | 13:02 | |
*** esker has quit IRC | 13:03 | |
*** pdardeau has joined #openstack-swift | 13:09 | |
*** esker has joined #openstack-swift | 13:10 | |
*** mingdang1 has joined #openstack-swift | 13:13 | |
*** esker has quit IRC | 13:18 | |
*** klamath has joined #openstack-swift | 13:23 | |
*** diogogmt has quit IRC | 13:24 | |
*** aimeeU has joined #openstack-swift | 13:34 | |
*** diogogmt has joined #openstack-swift | 13:35 | |
*** esker has joined #openstack-swift | 13:38 | |
*** esker has quit IRC | 13:43 | |
*** adu has joined #openstack-swift | 13:50 | |
*** zul has quit IRC | 14:01 | |
*** chuck__ has joined #openstack-swift | 14:01 | |
*** shakamunyi has joined #openstack-swift | 14:03 | |
*** sgundur- has joined #openstack-swift | 14:08 | |
*** dmorita has joined #openstack-swift | 14:09 | |
*** esker has joined #openstack-swift | 14:13 | |
*** dmorita has quit IRC | 14:14 | |
*** shakamunyi has quit IRC | 14:15 | |
*** arch-nemesis has joined #openstack-swift | 14:16 | |
*** arch-nemesis has joined #openstack-swift | 14:16 | |
*** shakamunyi has joined #openstack-swift | 14:29 | |
*** arch-nemesis has quit IRC | 14:29 | |
*** lcurtis has joined #openstack-swift | 14:38 | |
*** arch-nemesis has joined #openstack-swift | 14:41 | |
*** jmccarthy1 has joined #openstack-swift | 14:42 | |
*** mingdang1 has quit IRC | 14:43 | |
*** itlinux has joined #openstack-swift | 14:57 | |
*** itlinux has quit IRC | 14:59 | |
*** klrmn has joined #openstack-swift | 15:00 | |
*** haomaiwang has joined #openstack-swift | 15:01 | |
-openstackstatus- NOTICE: Log server was repaired as of 10:50 UTC and jobs have been stable since. If necessary, please recheck changes that have 'UNSTABLE' results. | 15:02 | |
*** tesseract- has quit IRC | 15:09 | |
openstackgerrit | Alistair Coles proposed openstack/swift: crypto - Refactor server side copy as middleware https://review.openstack.org/309466 | 15:14 |
*** garthb has joined #openstack-swift | 15:15 | |
acoles | jrichli: mahatic tdasilva ^^ all tests pass, put this up as WIP to share but still waiting for it to land on master first | 15:16 |
acoles | notmyname: ^^ that's probably as good as we might have hoped to have feature/crypto by today, but I don't propose we merge it | 15:18 |
acoles | there's some other patches pending but they are cleanup, tests etc | 15:19 |
*** mwheckmann has joined #openstack-swift | 15:19 | |
tdasilva | acoles: ok | 15:21 |
mahatic | acoles: okay, thanks | 15:22 |
*** jordanP has quit IRC | 15:25 | |
*** openstack has joined #openstack-swift | 15:27 | |
*** mmcardle has quit IRC | 15:29 | |
*** Jeffrey4l has quit IRC | 15:33 | |
*** haomaiwang has quit IRC | 15:34 | |
*** ChubYann has quit IRC | 15:36 | |
*** barra204 has joined #openstack-swift | 15:37 | |
*** ninja82 has joined #openstack-swift | 15:42 | |
*** ninja82 has left #openstack-swift | 15:42 | |
*** ChubYann has joined #openstack-swift | 15:51 | |
*** ozialien has joined #openstack-swift | 15:59 | |
notmyname | good morning | 16:01 |
*** lakshmiS has joined #openstack-swift | 16:01 | |
*** jistr has quit IRC | 16:04 | |
*** nadeem has joined #openstack-swift | 16:16 | |
*** ozialien has quit IRC | 16:18 | |
*** rcernin has quit IRC | 16:19 | |
*** nadeem has quit IRC | 16:22 | |
*** cschwede has quit IRC | 16:23 | |
*** tmoreira has quit IRC | 16:24 | |
*** lyrrad has joined #openstack-swift | 16:24 | |
*** klrmn has quit IRC | 16:25 | |
*** dmorita has joined #openstack-swift | 16:26 | |
*** dmorita has quit IRC | 16:27 | |
*** nadeem has joined #openstack-swift | 16:28 | |
*** dmorita has joined #openstack-swift | 16:29 | |
*** rledisez has quit IRC | 16:29 | |
*** garthb has quit IRC | 16:34 | |
*** diogogmt has quit IRC | 16:34 | |
*** diogogmt has joined #openstack-swift | 16:36 | |
*** esker has quit IRC | 16:39 | |
*** gyee has joined #openstack-swift | 16:39 | |
*** esker has joined #openstack-swift | 16:39 | |
*** tmoreira has joined #openstack-swift | 16:42 | |
*** _JZ_ has joined #openstack-swift | 16:42 | |
*** cschwede has joined #openstack-swift | 16:43 | |
*** haomaiwang has joined #openstack-swift | 16:53 | |
*** haomaiwa_ has joined #openstack-swift | 16:56 | |
openstackgerrit | John Dickinson proposed openstack/swift: JUST A TEST WHERE liberasurecode STUFF ISN'T USED https://review.openstack.org/309510 | 16:57 |
*** haomaiwang has quit IRC | 16:58 | |
*** haomaiwa_ has quit IRC | 17:01 | |
*** dmorita has quit IRC | 17:03 | |
*** Suyi has joined #openstack-swift | 17:06 | |
*** dmorita has joined #openstack-swift | 17:06 | |
*** mattoliverau has quit IRC | 17:13 | |
*** matt6434 has joined #openstack-swift | 17:14 | |
openstackgerrit | Bryan Keller proposed openstack/swift: SwiftLogFormatter will log transaction IDs on INFO level https://review.openstack.org/309524 | 17:15 |
*** suyash has joined #openstack-swift | 17:17 | |
*** Suyi has quit IRC | 17:19 | |
*** sambhare has joined #openstack-swift | 17:20 | |
*** suyash has quit IRC | 17:24 | |
*** nadeem has quit IRC | 17:25 | |
*** dmorita has quit IRC | 17:25 | |
openstackgerrit | Bryan Keller proposed openstack/swift: SwiftLogFormatter will log transaction IDs on INFO level https://review.openstack.org/309524 | 17:27 |
*** nadeem has joined #openstack-swift | 17:28 | |
*** nadeem has quit IRC | 17:29 | |
openstackgerrit | Merged openstack/swift: swift-[account|container]-info when disk is full https://review.openstack.org/268723 | 17:31 |
*** dmorita has joined #openstack-swift | 17:37 | |
*** chuck__ is now known as zul | 17:37 | |
*** dmorita has quit IRC | 17:43 | |
*** tqtran has joined #openstack-swift | 17:43 | |
*** diazjf has joined #openstack-swift | 17:43 | |
*** haomaiwang has joined #openstack-swift | 17:45 | |
notmyname | onovy: I'd appreciate your view on patch 309219 | 17:46 |
patchbot | notmyname: https://review.openstack.org/#/c/309219/ - swift - created other-requirements.txt | 17:46 |
*** haomaiwang has quit IRC | 17:49 | |
*** aimeeU has quit IRC | 17:53 | |
*** haomaiwang has joined #openstack-swift | 17:59 | |
*** dmorita has joined #openstack-swift | 18:02 | |
*** diazjf has quit IRC | 18:03 | |
*** haomaiwang has quit IRC | 18:04 | |
*** shakamunyi has quit IRC | 18:05 | |
*** barra204 has quit IRC | 18:05 | |
*** shakamunyi has joined #openstack-swift | 18:06 | |
*** dmorita has quit IRC | 18:06 | |
*** barra204 has joined #openstack-swift | 18:07 | |
*** klrmn has joined #openstack-swift | 18:09 | |
*** acoles is now known as acoles_ | 18:09 | |
*** dmorita has joined #openstack-swift | 18:13 | |
*** diazjf has joined #openstack-swift | 18:15 | |
*** dmorita has quit IRC | 18:17 | |
*** dmorita has joined #openstack-swift | 18:27 | |
*** haomaiwang has joined #openstack-swift | 18:35 | |
*** haomaiwang has quit IRC | 18:41 | |
*** barra204 has quit IRC | 18:41 | |
*** shakamunyi has quit IRC | 18:41 | |
*** shakamunyi has joined #openstack-swift | 18:42 | |
*** barra204 has joined #openstack-swift | 18:42 | |
*** zaitcev has joined #openstack-swift | 18:53 | |
*** ChanServ sets mode: +v zaitcev | 18:53 | |
*** kozhukalov has quit IRC | 18:54 | |
*** diazjf has quit IRC | 18:54 | |
*** dmorita_ has joined #openstack-swift | 18:54 | |
*** diazjf has joined #openstack-swift | 18:55 | |
*** dmorita has quit IRC | 18:55 | |
*** arch-nemesis has quit IRC | 18:56 | |
*** sambhare has quit IRC | 18:57 | |
*** kozhukalov has joined #openstack-swift | 19:01 | |
*** Suyi has joined #openstack-swift | 19:13 | |
*** haomaiwa_ has joined #openstack-swift | 19:13 | |
*** arch-nemesis has joined #openstack-swift | 19:18 | |
*** arch-nemesis has quit IRC | 19:18 | |
*** arch-nemesis has joined #openstack-swift | 19:18 | |
*** haomaiwa_ has quit IRC | 19:22 | |
*** arch-nemesis has quit IRC | 19:24 | |
*** arch-nemesis has joined #openstack-swift | 19:37 | |
*** mwheckmann has quit IRC | 19:52 | |
*** jmccarthy1 has quit IRC | 20:03 | |
clayg | clam before the storm | 20:15 |
clayg | ... kind of a weird typo | 20:15 |
notmyname | google says https://handsomefox.com/droveria/files/Bizarro-Clam-Before-the-Storm.jpg | 20:17 |
*** diazjf has quit IRC | 20:17 | |
tdasilva | notmyname: do you still have a signal group going? | 20:18 |
notmyname | it's just a group chat. there's nothing to set up or anything | 20:18 |
notmyname | (however, I think I left the group) | 20:18 |
tdasilva | ok..was just wondering if people were planning to use at the summit... | 20:19 |
notmyname | probably everyone will have a corporate slack channel. and personal text messages. and maybe a signal group. or whatsapp. and the sane ones will leave their phone at home and just find people in the hallways ;- | 20:20 |
* notmyname is not a sane one | 20:20 | |
* notmyname goes back to slide prep | 20:20 | |
clayg | dfg_: you around? I'm trying to respond to your ask on the replicator logging - but I think we're crossed-wires | 20:21 |
*** diazjf has joined #openstack-swift | 20:28 | |
dfg_ | clayg: ya i'm here. | 20:29 |
clayg | dfg_: well i'm almost done typing now! | 20:29 |
dfg_ | ya- i got confused. i thought i added the job_type crap in my current work. but it was in the last patch | 20:29 |
clayg | yeah i don't really know what you were talking about in the first couple of posts - my gist womm | 20:30 |
clayg | fwiw i'm not sure you groked that in my test I was acctually making a job that told a primary part holder to push a part onto a hand-off just to do it and see what happens | 20:30 |
dfg_ | you used to have to pass "job_type" in the json. but nm | 20:30 |
dfg_ | oohh. ya i didn't get that | 20:31 |
clayg | dfg_: probably not relevant then - i mean... is the rpc documented in some test code somewhere? maybe some probetests or something like that? | 20:31 |
clayg | dfg_: yeah so anyway - i got my repconn logs - i could see the three primaries getting repconns from *somewhere* but it wasn't obvious from whom | 20:32 |
clayg | in python we stick pids in the user agents - but that doesn't work in all this cray single process land | 20:32 |
clayg | so i just grabbed the first unique identifier i could find | 20:32 |
clayg | if the object-server is going to log user-agent we might as well put something useful in it? not sure if what I cooked up was useful? | 20:32 |
clayg | also i suppose if you look at the long lines in a multinode system the ip of the source (the replicator node) will be in the log message somewhere? | 20:33 |
clayg | probably the first field after the colon - it'd have the remote ip? | 20:33 |
dfg_ | ya | 20:33 |
dfg_ | thats the thing- it would only help in a SAIO | 20:34 |
clayg | yeah but... that's useful? sort of ... required even if ... well idk | 20:34 |
dfg_ | but- i don't really mind all that much. its not a big change or something | 20:35 |
dfg_ | but people do complain about logging or some kind of insight into the system. so i'd like to add something. but i'm not sure if this is that something | 20:35 |
clayg | how do *you* debug this kind of stuff when you hacking in dev? | 20:36 |
clayg | are you guys just all if it compiles stick it on the lab/staging? | 20:36 |
*** cdelatte has quit IRC | 20:36 | |
dfg_ | ya- if `make` works i call it done | 20:37 |
clayg | right on | 20:37 |
dfg_ | idk- i do a lot of getting rid of conf files and messing with the ring. | 20:38 |
clayg | so - more seriously - I don't know how to make this one process starts all the replicators make sense in my workflow? | 20:38 |
clayg | ahhhh... | 20:38 |
clayg | yeah that seems annoying tho | 20:38 |
clayg | :) | 20:38 |
dfg_ | ya- it is annoying :) | 20:39 |
clayg | in probetests we do a lot of stop object-server.1 | 20:39 |
*** gyee has quit IRC | 20:39 | |
clayg | or cycle object-replicator.2 | 20:39 |
dfg_ | you can also run a single object server at a time. | 20:39 |
clayg | by moving configs around? or is there a command syntax to have it shut one of them down? | 20:39 |
clayg | oh... you just mean in the forground | 20:39 |
dfg_ | ya | 20:40 |
clayg | maybe? | 20:40 |
dfg_ | in forground | 20:40 |
dfg_ | made same typo | 20:40 |
clayg | heh | 20:41 |
clayg | it's because golang only has for loops! | 20:41 |
dfg_ | i don't think you can shut the off one by one like that | 20:41 |
dfg_ | sometimes i miss python... | 20:42 |
clayg | well - i really want that - breaking things and watching them fix themselves is a big part of how I reason about changes in the consistency engine | 20:42 |
clayg | nah - don't say that | 20:42 |
dfg_ | :) | 20:42 |
dfg_ | there is the lock_device thing | 20:42 |
clayg | I really think I can make swift-init take over the job of orchestrating *all* of swifts backend daemons regardless of the implementation | 20:42 |
redbo | This almost works: "hummingbird start object -c /etc/swift/object-server/1.conf". The main problem is it writes object.pid instead of object.1.pid or whatever, so you can't do multiples of those. | 20:42 |
clayg | redbo: why can't i just let swift-init fork into `hummingbird object-server -d -c /blah/1.conf` ? | 20:43 |
clayg | it says it closes stdout? | 20:43 |
redbo | You can | 20:43 |
clayg | it would mean so much to me to be able to `swift-init start main` I can't even describe it | 20:44 |
glange | hah | 20:44 |
clayg | i'd really like to be able to tell people "here's how you upgrade to hbird, in [object-server] section of your config write fucking_fast = true" and it just works | 20:44 |
redbo | Except go can't setuid itself, so swift-init will need to do that. | 20:45 |
clayg | i could preparse the config in swift-init before hitting the subexec and just kick over the right command | 20:45 |
clayg | wat? | 20:45 |
clayg | you mean drop_priv? | 20:45 |
openstackgerrit | Bryan Keller proposed openstack/swift: SwiftLogFormatter will log transaction IDs on INFO level https://review.openstack.org/309524 | 20:46 |
redbo | Yeah, go can't drop its own privileges, the "start" command does that when it executes the background guy. | 20:47 |
redbo | I think swift does that after it's started | 20:47 |
clayg | well *yeah* | 20:47 |
clayg | i think i can't plumb that into the subprocess guy | 20:47 |
clayg | he has flags for all that crap | 20:47 |
clayg | but but... what if I need to bind to a privledged port? | 20:48 |
clayg | why can go not do this thing? I'm sure Pike has some great story about how assholes like me aren't smart enough to do it right anyway so they don't need to have that feature | 20:48 |
redbo | setcap 'cap_net_bind_service=+ep' :) | 20:48 |
clayg | redbo: k, fair enough | 20:49 |
clayg | well i don't put my object servers on priv'd ports anyway - so doing the priv drop in the subexec would probably work great | 20:49 |
clayg | and you'd be down with all this (patch review pending of course)? | 20:49 |
redbo | There's a long-running bug for it in go. Basically the setuid system call only changes the current thread, and libc's setuid uses some complex system of signals and handlers to change all the uid of all the threads owned by the process, but go doesn't have all that yet. | 20:50 |
redbo | Sure | 20:50 |
clayg | yawn | 20:50 |
clayg | ok great! | 20:50 |
redbo | OR swift-init or whomever could bind the port and pass it as a command-line argument. But that would take a little work. | 20:51 |
*** gyee has joined #openstack-swift | 20:52 | |
clayg | just be all like yo yo yoo this integer here is toally a socket fd I setup for you bro - have at it! | 20:52 |
*** ozialien has joined #openstack-swift | 20:56 | |
*** haomaiwang has joined #openstack-swift | 21:00 | |
*** haomaiwang has quit IRC | 21:04 | |
clayg | god there's so many outstanding patches to review :'( | 21:10 |
*** lakshmiS has quit IRC | 21:10 | |
*** dmorita_ has quit IRC | 21:24 | |
*** ozialien has quit IRC | 21:25 | |
*** haomaiwang has joined #openstack-swift | 21:29 | |
*** haomaiwang has quit IRC | 21:34 | |
*** dmorita has joined #openstack-swift | 21:34 | |
*** diazjf has quit IRC | 21:38 | |
*** nadeem has joined #openstack-swift | 21:52 | |
openstackgerrit | Samuel Merritt proposed openstack/swift: Clean up fallocate tests a little https://review.openstack.org/309608 | 21:59 |
*** nadeem has quit IRC | 22:00 | |
*** gyee has quit IRC | 22:01 | |
*** dmorita has quit IRC | 22:05 | |
*** nadeem has joined #openstack-swift | 22:06 | |
openstackgerrit | Joel Wright proposed openstack/python-swiftclient: Add new doc structure and contents for swiftclient https://review.openstack.org/288566 | 22:16 |
*** lcurtis has quit IRC | 22:17 | |
*** dmorita has joined #openstack-swift | 22:22 | |
*** dmorita has quit IRC | 22:24 | |
*** dmorita has joined #openstack-swift | 22:31 | |
*** dmorita has quit IRC | 22:50 | |
*** Suyi has quit IRC | 22:50 | |
*** Suyi has joined #openstack-swift | 22:51 | |
*** Suyi has quit IRC | 22:52 | |
*** Suyi has joined #openstack-swift | 22:52 | |
*** dmorita has joined #openstack-swift | 22:54 | |
*** dmorita has quit IRC | 22:54 | |
openstackgerrit | Merged openstack/swift: fix fallocate_reserve traceback https://review.openstack.org/305405 | 23:03 |
*** nadeem has quit IRC | 23:17 | |
*** matt6434 is now known as mattoliverau | 23:19 | |
*** ChanServ sets mode: +v mattoliverau | 23:20 | |
*** lakshmiS has joined #openstack-swift | 23:22 | |
*** dmorita has joined #openstack-swift | 23:32 | |
*** Suyi has quit IRC | 23:35 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!