*** gyee has quit IRC | 00:00 | |
*** petertr7 is now known as petertr7_away | 00:03 | |
*** minwoob has quit IRC | 00:09 | |
*** remix_tj has quit IRC | 00:17 | |
*** zaitcev has quit IRC | 00:27 | |
*** km has quit IRC | 00:35 | |
*** km has joined #openstack-swift | 00:36 | |
*** Barker has joined #openstack-swift | 01:02 | |
*** Barker has quit IRC | 01:08 | |
*** Barker has joined #openstack-swift | 01:08 | |
*** chlong has quit IRC | 01:11 | |
*** lcurtis has quit IRC | 01:18 | |
*** ptb has joined #openstack-swift | 01:23 | |
*** ptb has quit IRC | 01:24 | |
*** ptb has joined #openstack-swift | 01:24 | |
*** RackerShagz has joined #openstack-swift | 01:34 | |
openstackgerrit | Charles Hsu proposed openstack/python-swiftclient: Add ability to download objects to particular folder. https://review.openstack.org/160283 | 01:36 |
---|---|---|
*** RackerSh_ has joined #openstack-swift | 01:41 | |
*** xnox has quit IRC | 01:44 | |
*** RackerShagz has quit IRC | 01:45 | |
*** xnox has joined #openstack-swift | 01:47 | |
*** RackerSh_ has quit IRC | 02:00 | |
*** marcusvrn has joined #openstack-swift | 02:01 | |
*** thurloat_isgone is now known as thurloat | 02:08 | |
openstackgerrit | Hisashi Osanai proposed openstack/swift: Enable Object Replicator's failure count in recon https://review.openstack.org/138342 | 02:13 |
*** wbhuber has quit IRC | 02:16 | |
ho | mattoliverau, cschwede, briancline you might be available today to take a look at patch 138342. FYI: I got a good test result from our public cloud team (I asked it because I only have saio env for my development) | 02:21 |
patchbot | ho: https://review.openstack.org/#/c/138342/ | 02:21 |
*** ian_brown has joined #openstack-swift | 02:32 | |
*** thurloat is now known as thurloat_isgone | 02:36 | |
*** david-lyle has joined #openstack-swift | 03:04 | |
*** ronenkat_ has quit IRC | 03:09 | |
openstackgerrit | Janie Richling proposed openstack/swift: WIP - working on the encryption feature. https://review.openstack.org/157907 | 03:17 |
*** mwheckmann has joined #openstack-swift | 03:19 | |
*** jrichli has joined #openstack-swift | 03:20 | |
*** jrichli has quit IRC | 03:22 | |
*** silor has joined #openstack-swift | 03:37 | |
*** mwheckmann has quit IRC | 03:39 | |
charz | Does object-reconstructor get fragments from handoff node? Or it only check the normal node? | 03:45 |
*** kota_ has joined #openstack-swift | 03:49 | |
*** ChanServ sets mode: +v kota_ | 03:49 | |
charz | log https://gist.github.com/charz/632b3575b72489548ba9 | 03:50 |
*** fifieldt has joined #openstack-swift | 03:58 | |
*** ronenkat has joined #openstack-swift | 03:58 | |
*** xnox has quit IRC | 04:05 | |
*** ppai has joined #openstack-swift | 04:07 | |
*** bill_az has quit IRC | 04:07 | |
*** gvernik has joined #openstack-swift | 04:10 | |
*** gvernik has quit IRC | 04:10 | |
*** xnox has joined #openstack-swift | 04:11 | |
*** ptb has quit IRC | 04:14 | |
*** Barker has quit IRC | 04:18 | |
*** marcusvrn has quit IRC | 04:24 | |
mattoliverau | charz: I'm not fully up to speed, but it only looks at normal nodes. Because there was a bug where handoffs could hold more then 1 fragment causing issues. There was discussion at summit about a way to solve it.. not sure if thats been implemented yet. | 04:40 |
mattoliverau | thus, the not up to speed part.. I'm been lost in a container sharding rabbit holes for a week or so :( | 04:41 |
swifterdarrell | mattoliverau: charz: this bug? https://bugs.launchpad.net/swift/+bug/1452619 | 04:41 |
openstack | Launchpad bug 1452619 in OpenStack Object Storage (swift) "object-reconstructor crash in ssync_sender" [Undecided,Confirmed] | 04:41 |
mattoliverau | swifterdarrell: yeah, that was it :) | 04:42 |
*** SkyRocknRoll has joined #openstack-swift | 04:47 | |
*** SkyRocknRoll has joined #openstack-swift | 04:47 | |
charz | mattoliverau: swifterdarrell thanks, I forgot this bug. | 04:49 |
mattoliverau | :) | 04:49 |
*** haomaiw__ has joined #openstack-swift | 04:55 | |
*** haomaiwang has quit IRC | 04:56 | |
*** ptb has joined #openstack-swift | 05:15 | |
*** ptb has quit IRC | 05:17 | |
janonymous | Hi , I am having a trouble , while i am sending a request for PUT. it hangs at read method | 05:28 |
janonymous | i have debugged but i expects something after completing the content length. | 05:29 |
janonymous | Could somebody help ? | 05:29 |
*** mmcardle has quit IRC | 05:31 | |
kota_ | janonymous: Hi | 05:37 |
kota_ | janonymous: you means proxy stopped to read the body from client? | 05:38 |
kota_ | janonymous: (i didn't dig your problem about account header you told me before tho, but i expeted you have already an answer ) | 05:40 |
janonymous | yes , I thought the problem was in ft cleanup on my pc about account header. Thanks . | 05:42 |
janonymous | i was sending requests on object Port thorugh a sample script. in read call (recv(4, )it is expecting something after reading all content length. | 05:43 |
janonymous | does it expect some lines after sending data of content length. | 05:43 |
kota_ | Though depends on server implementation, AFAIK, default swift with eventlet seems to throw the redundant data tail after content length. | 05:45 |
kota_ | e.g. content length 10 | 05:45 |
kota_ | and send 12 bytes | 05:45 |
kota_ | proxy throw away the last 2 bytes and store fist 10 bytes as a corrct object. | 05:46 |
kota_ | Maybe it depends on RFC... | 05:47 |
*** haomaiw__ has quit IRC | 05:51 | |
janonymous | Thanks, i will google it more on that. | 05:56 |
kota_ | janonymous: sample is here | 05:56 |
*** SkyRocknRoll_ has joined #openstack-swift | 05:56 | |
janonymous | yes please. | 05:56 |
kota_ | janonymous: curl http://<host>/v1/AUTH_swift/replica/sample -H 'X-Auth-Token: <token>' -H 'Content-Length:2' -XPUT -d 'aaaaa' -v | 05:56 |
kota_ | that request could get 201 created but actually stores 2 bytes object 'aa' | 05:57 |
*** haomaiwang has joined #openstack-swift | 05:57 | |
janonymous | Ohhh... i see | 05:58 |
janonymous | i'll try to send random data tail now. | 05:58 |
kota_ | janonymous: if you got something more, please let me know the condition (e.g. byte_size, charactor or so), I'll try to make sure on the condition. | 06:02 |
janonymous | yes. are you sure it is not a particulat string | 06:03 |
janonymous | like '\r\n' or so | 06:06 |
kota_ | janonymous: i guess so, because swift can store any binaries... | 06:11 |
kota_ | janonymous: possibly, multipart-MINE expects a delimiter suggested in request header, but... | 06:13 |
kota_ | janonymous: normally we don't use it for single content object PUT request. | 06:13 |
janonymous | thanks ,this will be helpful. | 06:14 |
*** csmart has quit IRC | 06:15 | |
*** haomaiwang has quit IRC | 06:18 | |
*** haomaiwa_ has joined #openstack-swift | 06:19 | |
*** proteusguy has quit IRC | 06:19 | |
*** Trixboxer has quit IRC | 06:22 | |
*** proteusguy has joined #openstack-swift | 06:31 | |
*** ian_brown has quit IRC | 06:33 | |
*** proteusguy has quit IRC | 06:36 | |
*** proteusguy has joined #openstack-swift | 06:38 | |
*** proteusguy has quit IRC | 06:51 | |
*** proteusguy has joined #openstack-swift | 06:54 | |
*** slavisa has joined #openstack-swift | 06:57 | |
*** slavisa has quit IRC | 07:06 | |
ho | kota_: I reviewed your japanese subscription on erasure code explanation. Great work! | 07:10 |
ho | kota_: http://paste.openstack.org/show/283256/ | 07:10 |
ho | kota_: I wrote some comments in above url. | 07:10 |
*** ptb has joined #openstack-swift | 07:14 | |
*** ptb has quit IRC | 07:15 | |
*** jordanP has joined #openstack-swift | 07:22 | |
*** SkyRocknRoll_ has quit IRC | 07:23 | |
*** SkyRocknRoll_ has joined #openstack-swift | 07:23 | |
*** geaaru has joined #openstack-swift | 07:30 | |
*** jistr has joined #openstack-swift | 07:33 | |
*** silor has quit IRC | 07:35 | |
*** remix_tj has joined #openstack-swift | 07:39 | |
*** a1|away has quit IRC | 07:47 | |
*** krykowski has joined #openstack-swift | 08:04 | |
*** a1|away has joined #openstack-swift | 08:07 | |
kota_ | ho: thx! I'll fix that around weekend as my homework :) | 08:17 |
ho | kota_: you are welcome! I'm really interested in conversation b/w Joe and Clay regarding "Clay's pronunciation for get". :-) | 08:22 |
*** acoles_away is now known as acoles | 08:25 | |
*** jistr has quit IRC | 08:27 | |
*** ronenkat has quit IRC | 08:30 | |
*** mmcardle has joined #openstack-swift | 08:36 | |
*** ronenkat has joined #openstack-swift | 08:36 | |
*** mmcardle has quit IRC | 08:42 | |
*** jistr has joined #openstack-swift | 08:43 | |
*** mmcardle has joined #openstack-swift | 08:47 | |
*** ptb has joined #openstack-swift | 09:14 | |
*** ptb has quit IRC | 09:15 | |
openstackgerrit | Merged openstack/swift-specs: Add event notification spec https://review.openstack.org/180914 | 09:16 |
*** acoles is now known as acoles_away | 09:17 | |
*** acoles_away is now known as acoles | 09:17 | |
*** remix_tj has quit IRC | 09:24 | |
*** ho has quit IRC | 09:34 | |
*** krzysiekj has joined #openstack-swift | 09:47 | |
*** krzysiekj has quit IRC | 09:47 | |
*** SkyRocknRoll has quit IRC | 10:37 | |
*** mmcardle has quit IRC | 10:48 | |
openstackgerrit | Jiri Suchomel proposed openstack/swift: Let swift-object-info print information about files in given directory, if directory is provided instead of data file together with --recursive option. https://review.openstack.org/189258 | 11:01 |
*** aix has quit IRC | 11:07 | |
*** openstackgerrit has quit IRC | 11:13 | |
*** openstackgerrit has joined #openstack-swift | 11:14 | |
*** ptb has joined #openstack-swift | 11:14 | |
*** ptb has quit IRC | 11:15 | |
*** silor has joined #openstack-swift | 11:34 | |
openstackgerrit | Jiri Suchomel proposed openstack/swift: Let swift-object-info print information about files in given directory, if directory is provided instead of data file together with --recursive option. https://review.openstack.org/189258 | 11:38 |
*** jith_ has joined #openstack-swift | 11:40 | |
*** silor has quit IRC | 11:51 | |
*** mmcardle has joined #openstack-swift | 11:57 | |
*** marcusvrn has joined #openstack-swift | 11:57 | |
*** joeljwright has joined #openstack-swift | 11:58 | |
*** joeljwright1 has joined #openstack-swift | 12:03 | |
*** joeljwright has quit IRC | 12:04 | |
*** km has quit IRC | 12:07 | |
*** aix has joined #openstack-swift | 12:09 | |
*** RackerShagz has joined #openstack-swift | 12:09 | |
jith_ | hi all, i m trying to install swift in a VM(using SAIO document).. Is it mandatory to install the swift client in the same VM... i m new to swift... i understand that i have to run the swift code in VM.. but what about swift client?? | 12:25 |
*** ptb has joined #openstack-swift | 12:32 | |
*** ptb has quit IRC | 12:34 | |
*** thurloat_isgone is now known as thurloat | 12:34 | |
*** kota_ has quit IRC | 12:42 | |
*** kei_yama has quit IRC | 12:45 | |
ctennis | no swift client does not have to be in the same vm jith_ - it just uses http to communicate | 12:48 |
*** fifieldt has quit IRC | 12:53 | |
*** NM has joined #openstack-swift | 12:54 | |
*** joeljwright1 has quit IRC | 12:59 | |
*** petertr7_away is now known as petertr7 | 13:00 | |
*** bill_az has joined #openstack-swift | 13:04 | |
bill_az | cschwede: thanks for the explanation yesterday - very helpful! | 13:06 |
*** joeljwright has joined #openstack-swift | 13:07 | |
*** SkyRocknRoll_ has quit IRC | 13:07 | |
*** silor has joined #openstack-swift | 13:10 | |
*** krykowski has quit IRC | 13:31 | |
*** zhill_desktop has quit IRC | 13:39 | |
jith_ | ctennis: thanks | 13:43 |
*** wbhuber has joined #openstack-swift | 14:02 | |
*** breitz has quit IRC | 14:03 | |
*** breitz has joined #openstack-swift | 14:03 | |
*** petertr7 is now known as petertr7_away | 14:06 | |
*** mahatic has joined #openstack-swift | 14:06 | |
*** petertr7_away is now known as petertr7 | 14:06 | |
openstackgerrit | Mark Seger proposed openstack/swift: Assume policy index follows hypen in non-object named object ring https://review.openstack.org/190649 | 14:11 |
*** ronenkat has quit IRC | 14:12 | |
cschwede | bill_az: you’re welcome, glad i could help! | 14:28 |
*** ptb has joined #openstack-swift | 14:28 | |
*** ptb has quit IRC | 14:30 | |
*** ptb has joined #openstack-swift | 14:37 | |
openstackgerrit | Merged openstack/swift: Add six requirement https://review.openstack.org/189495 | 14:38 |
*** mahatic has quit IRC | 14:48 | |
*** minwoob has joined #openstack-swift | 14:49 | |
*** mahatic has joined #openstack-swift | 14:50 | |
*** mahatic_ has joined #openstack-swift | 14:53 | |
*** jrichli has joined #openstack-swift | 14:55 | |
*** mahatic has quit IRC | 14:55 | |
*** ptb has quit IRC | 15:03 | |
*** RackerSh_ has joined #openstack-swift | 15:05 | |
*** mahatic_ has quit IRC | 15:07 | |
*** RackerSh_ has quit IRC | 15:07 | |
*** RackerS__ has joined #openstack-swift | 15:07 | |
*** RackerShagz has quit IRC | 15:09 | |
*** lcurtis has joined #openstack-swift | 15:15 | |
*** jistr is now known as jistr|mtg | 15:17 | |
*** jistr|mtg is now known as jistr | 15:35 | |
*** thurloat is now known as thurloat_isgone | 15:35 | |
*** RackerS__ has quit IRC | 15:35 | |
*** janonymous_ has joined #openstack-swift | 15:43 | |
*** si1v3r has joined #openstack-swift | 15:48 | |
*** jordanP has quit IRC | 15:53 | |
*** haypo has joined #openstack-swift | 15:56 | |
haypo | hi. FYI i just wrote https://review.openstack.org/#/c/190700/ "Add a non-voting py34 check job to Swift", it was my action of the meeting yesterday ;-) | 15:56 |
*** RackerShagz has joined #openstack-swift | 15:57 | |
clayg | notmyname: should https://bugs.launchpad.net/swift/+bug/1464022 go to a spec - or the ideas page? launchpad bug doesn't seem like the right place? | 16:01 |
openstack | Launchpad bug 1464022 in OpenStack Object Storage (swift) "Container sync does not replicate container metadata" [Undecided,New] | 16:01 |
haypo | i wrote a small blueprint for cinder, just to write down my plan to port cinder to python 3. should I write a similar blueprint (without spec) for swift? https://blueprints.launchpad.net/cinder/+spec/cinder-python3 | 16:04 |
haypo | (well, i can just copy/paste and replace cinder with swift :-)) | 16:04 |
*** RackerShagz has quit IRC | 16:04 | |
*** RackerShagz has joined #openstack-swift | 16:05 | |
*** RackerShagz has quit IRC | 16:05 | |
*** RackerShagz has joined #openstack-swift | 16:06 | |
*** fthiagogv has joined #openstack-swift | 16:08 | |
*** petertr7 is now known as petertr7_away | 16:22 | |
*** janonymous_ has left #openstack-swift | 16:24 | |
notmyname | good morning | 16:31 |
*** RackerShagz has quit IRC | 16:33 | |
notmyname | haypo: hey look at that :-) https://review.openstack.org/#/c/190700/ | 16:33 |
haypo | notmyname, yeah, i wrote it :) | 16:33 |
*** RackerShagz has joined #openstack-swift | 16:33 | |
notmyname | haypo: is there a corresponding tox.ini patch in swift? | 16:34 |
haypo | notmyname, i'm not interested to add a py34 target to tox.ini yet since it's completly broken :) | 16:34 |
notmyname | so what is the gate-swift-python34 job running? | 16:35 |
haypo | notmyname, if there is no explicit py34 in tox.ini, tox uses the default testenv | 16:36 |
notmyname | ah ok | 16:37 |
notmyname | but doesn't that mean py2? | 16:37 |
haypo | notmyname, tox is smarter than that ;) | 16:37 |
haypo | notmyname, py34 will use python3.4 | 16:37 |
notmyname | clearly I don't know much about how that works. thanks :-) | 16:37 |
haypo | i just ran "tox -e py34" in master: tox succeded to create the venv (great!) but nose failed to load tests | 16:38 |
*** RackerShagz has quit IRC | 16:38 | |
haypo | File "/home/haypo/prog/openstack/swift/swift/common/utils.py", line 28, in <module> | 16:38 |
haypo | import rfc822 | 16:38 |
haypo | ImportError: No module named 'rfc822' | 16:38 |
haypo | ah yes, this email is gone in Python 3. replaced with the email module | 16:38 |
*** zhill has joined #openstack-swift | 16:38 | |
haypo | oops | 16:38 |
haypo | i mean, this *module* is gone | 16:38 |
notmyname | heh. "email is gone". no such luck | 16:39 |
haypo | notmyname, i mean, we should fix more python3 issues to get a subset of unit tests which pass on python 3 | 16:40 |
haypo | notmyname, but just to add a check job, the tox.ini "works" | 16:40 |
haypo | even if the output is useless IMO | 16:41 |
notmyname | ok, good to know. thanks | 16:41 |
acoles | notmyname: yeah so tox -e py26 still works even though there is no py26 env in tox.ini | 16:41 |
haypo | notmyname, don't worry, it took me a whole year to understand tox & testr machinery :) | 16:41 |
acoles | notmyname: an as haypo says tox -e py34 runs omm | 16:41 |
haypo | acoles, ah yes, correct. tox has many implicit rules | 16:41 |
notmyname | magic! ;-) | 16:42 |
acoles | where 'tox -e py34 runs' means stuff happens then barfs :) | 16:42 |
*** ppai has quit IRC | 16:43 | |
haypo | i have to go, bye guys | 16:43 |
portante | torgomatic: regarding that non-blocking disk patch, are you still interested in that? | 16:43 |
*** fthiagogv has quit IRC | 16:45 | |
*** haypo has left #openstack-swift | 16:45 | |
*** fthiagogv has joined #openstack-swift | 16:46 | |
*** SkyRocknRoll has joined #openstack-swift | 16:47 | |
*** ronenkat has joined #openstack-swift | 16:54 | |
*** mmcardle has quit IRC | 16:57 | |
*** annegentle has joined #openstack-swift | 17:03 | |
*** ronenkat has quit IRC | 17:07 | |
*** breitz has quit IRC | 17:12 | |
*** mmcardle has joined #openstack-swift | 17:13 | |
*** mmcardle has quit IRC | 17:14 | |
*** wbhuber has quit IRC | 17:14 | |
*** joeljwright has quit IRC | 17:14 | |
*** ronenkat has joined #openstack-swift | 17:15 | |
*** breitz has joined #openstack-swift | 17:18 | |
torgomatic | portante: I am, but seeing as how it's not actually in the kernel yet, I'm not paying much attention to it | 17:28 |
torgomatic | I saw ongoing discussion leading up to about March of this year, but I didn't see anything after that | 17:29 |
*** acoles is now known as acoles_away | 17:31 | |
*** petertr7_away is now known as petertr7 | 17:35 | |
*** jistr has quit IRC | 17:35 | |
openstackgerrit | Roxana Gherle proposed openstack/swift: Keystonemiddleware needs a "project" config option https://review.openstack.org/190370 | 17:41 |
portante | torgomatic: I understand that andrew morton, the mmtree maintainer, has some reservations, asking why folks should not consider a "fincore" implementation instead (if I understand what I heard today) | 17:44 |
portante | mincore like interface but for files | 17:45 |
portante | no implementation of that yet, but if we had a compelling use case, with solid numbers, it might make a difference | 17:45 |
torgomatic | fincore is racy, although I did see someone arguing that the race was rare enough to ignore... I'm too ignorant of kernel MM stuff to have an opinion on if the race is negligible or not | 17:46 |
portante | folks interested need to chime in on the thread to make sure folks know there is interest | 17:46 |
torgomatic | although if Swift is going to go server-per-port, then perhaps this isn't necessary. thoughts? cc swifterdarrell | 17:47 |
portante | torgomatic: still would be useful there | 17:47 |
torgomatic | portante: true, but somewhat less so than with server-per-node | 17:47 |
portante | sure | 17:48 |
portante | the hot read case would be served well | 17:48 |
torgomatic | right, buffercache-read in the main thread and disk-read in a worker thread or two | 17:49 |
torgomatic | although if we're running 3 or 4 object workers per port, then that'll let us have 3 or 4 pending IOs per disk | 17:50 |
*** SkyRocknRoll has quit IRC | 17:52 | |
portante | torgomatic: true | 18:02 |
portante | but the other side to consider is what the overhead cost of all those processes running on a box | 18:02 |
*** geaaru has quit IRC | 18:03 | |
portante | the buffercache-read could let us reduce that to a more managable number | 18:03 |
*** SkyRocknRoll has joined #openstack-swift | 18:07 | |
*** annegentle has quit IRC | 18:14 | |
*** SkyRocknRoll_ has joined #openstack-swift | 18:17 | |
*** SkyRocknRoll has quit IRC | 18:17 | |
*** SkyRocknRoll has joined #openstack-swift | 18:17 | |
*** SkyRocknRoll has joined #openstack-swift | 18:17 | |
*** annegentle has joined #openstack-swift | 18:17 | |
*** SkyRocknRoll has joined #openstack-swift | 18:18 | |
*** SkyRocknRoll has joined #openstack-swift | 18:18 | |
*** operator99 has quit IRC | 18:32 | |
*** thurloat_isgone is now known as thurloat | 18:36 | |
*** gyee has joined #openstack-swift | 18:41 | |
*** breitz has quit IRC | 18:44 | |
*** breitz has joined #openstack-swift | 18:44 | |
*** annegentle has quit IRC | 18:45 | |
*** NM has quit IRC | 18:47 | |
*** mjseger has joined #openstack-swift | 18:49 | |
*** aix has quit IRC | 18:49 | |
mjseger | clayg: I added a comment to https://review.openstack.org/#/c/190649/ but am wondering if it might be easier to discuss here | 18:50 |
*** silor1 has joined #openstack-swift | 18:52 | |
*** silor has quit IRC | 18:53 | |
*** ronenkat has quit IRC | 19:02 | |
*** zaitcev has joined #openstack-swift | 19:04 | |
*** ChanServ sets mode: +v zaitcev | 19:04 | |
*** greghaynes has quit IRC | 19:05 | |
*** ronenkat has joined #openstack-swift | 19:05 | |
*** greghaynes has joined #openstack-swift | 19:06 | |
*** NM has joined #openstack-swift | 19:12 | |
*** annegentle has joined #openstack-swift | 19:16 | |
*** marcusvrn has quit IRC | 19:24 | |
*** ronenkat has quit IRC | 19:30 | |
*** thurloat is now known as thurloat_isgone | 19:52 | |
*** proteusguy has quit IRC | 19:54 | |
openstackgerrit | Michael Barton proposed openstack/swift: go: always asynchronous finalize PUT and DELETE https://review.openstack.org/190788 | 19:58 |
*** acampbell has quit IRC | 19:58 | |
openstackgerrit | Michael Barton proposed openstack/swift: go: make full disk log message debug-level https://review.openstack.org/190789 | 20:00 |
*** silor1 has quit IRC | 20:00 | |
*** proteusguy has joined #openstack-swift | 20:09 | |
hurricanerix_ | torgomatic: Is there a reason SLO allows you to create a manifest of "{}"? Or is this a bug nobody cares about because it doesn't really hurt anything? | 20:09 |
*** NM has quit IRC | 20:12 | |
*** NM has joined #openstack-swift | 20:13 | |
notmyname | hurricanerix_: meh | 20:14 |
notmyname | hurricanerix_: :-) | 20:14 |
notmyname | hurricanerix_: I'd be fine with leaving it or disallowing it. I don't think any devs intended SLO manifests to be empty. but like you said, I don't htink it hurts anything | 20:15 |
hurricanerix_ | notmyname: yeah, I can't see it causing any problems unless there is an expectation somewhere that there is at least one segment. But as far as I know, there isn't. | 20:20 |
*** zhill has quit IRC | 20:28 | |
*** zhill has joined #openstack-swift | 20:30 | |
*** zhill has quit IRC | 20:34 | |
*** zhill has joined #openstack-swift | 20:37 | |
*** remix_tj has joined #openstack-swift | 20:40 | |
*** zhill has quit IRC | 20:41 | |
*** fthiagogv has quit IRC | 20:43 | |
*** zhill has joined #openstack-swift | 20:43 | |
*** zhill has quit IRC | 20:44 | |
*** zhill has joined #openstack-swift | 20:45 | |
*** annegentle has quit IRC | 20:45 | |
-openstackstatus- NOTICE: Gerrit has been restarted to terminate a persistent looping third-party CI bot | 21:07 | |
*** petertr7 is now known as petertr7_away | 21:11 | |
*** annegentle has joined #openstack-swift | 21:13 | |
*** vinsh has joined #openstack-swift | 21:16 | |
*** SkyRocknRoll has quit IRC | 21:21 | |
*** kutija_ has joined #openstack-swift | 21:22 | |
*** NM has quit IRC | 21:22 | |
*** kutija has quit IRC | 21:25 | |
torgomatic | hurricanerix_: that sounds pretty much useless to me; if it went away, I wouldn't shed any tears | 21:26 |
*** annegentle has quit IRC | 21:38 | |
*** ian_brown has joined #openstack-swift | 21:39 | |
*** nadeem has joined #openstack-swift | 21:54 | |
*** annegentle has joined #openstack-swift | 22:00 | |
*** sam9987 has joined #openstack-swift | 22:10 | |
sam9987 | Is there a date or location for the next hackathon? | 22:12 |
*** jrichli has quit IRC | 22:22 | |
*** annegentle has quit IRC | 22:23 | |
notmyname | sam9987: I'll expect to have some public info about it in the next couple of weeks | 22:32 |
openstackgerrit | John Dickinson proposed openstack/swift: do container listing updates in another (green)thread https://review.openstack.org/189080 | 22:34 |
mattoliverau | Morning | 22:36 |
*** thurloat_isgone is now known as thurloat | 22:52 | |
*** zhill has quit IRC | 23:00 | |
*** km has joined #openstack-swift | 23:02 | |
*** amoturi has joined #openstack-swift | 23:03 | |
*** amoturi has quit IRC | 23:17 | |
*** kei_yama has joined #openstack-swift | 23:23 | |
*** annegentle has joined #openstack-swift | 23:24 | |
*** zhill has joined #openstack-swift | 23:26 | |
*** annegentle has quit IRC | 23:29 | |
*** chlong has joined #openstack-swift | 23:35 | |
clayg | this is bs - apple is taking our search juice for "swift developer docs" | 23:48 |
*** zhill has quit IRC | 23:51 | |
*** ho has joined #openstack-swift | 23:52 | |
ho | good morning! | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!