*** klamath has quit IRC | 00:06 | |
*** Viswanath has joined #openstack-swift | 00:10 | |
openstackgerrit | Pete Zaitcev proposed openstack/swift: Patch the policy through proxy operations https://review.openstack.org/394685 | 00:10 |
---|---|---|
notmyname | nah, there's some hardcoded /tmp that should change tempfile.gettempdir() | 00:12 |
notmyname | tedious but not too bad | 00:12 |
*** jamielennox is now known as jamielennox|away | 00:14 | |
*** Viswanath has quit IRC | 00:16 | |
*** abalfour1 has quit IRC | 00:16 | |
*** cebreidian has joined #openstack-swift | 00:17 | |
*** dfisher has left #openstack-swift | 00:17 | |
notmyname | clayg: last one is https://github.com/openstack/swift/blob/master/swift/common/manager.py#L86 | 00:28 |
notmyname | clayg: I'm not sure of impact of changing that to tempfile.gettempdir() | 00:28 |
notmyname | thoughts? | 00:28 |
clayg | ... looking | 00:30 |
clayg | oh f - idk, creiht did that | 00:30 |
notmyname | oh ok | 00:30 |
clayg | notmyname: bottomline I think it doesn't matter so much for xfs :) | 00:30 |
notmyname | true | 00:31 |
clayg | oh oh - no probably tempfile.gettempdir() is probably fine | 00:31 |
clayg | oh, or not | 00:31 |
clayg | apparently I don't know thow that function works - the eggcache needs to be stable between invocations of the process | 00:32 |
notmyname | I'll set it to the gettempdir() location | 00:32 |
clayg | gettempdir() on mac is weird - is gettempdir on freebsd weird in general? | 00:33 |
*** sams-gleb has joined #openstack-swift | 00:35 | |
openstackgerrit | John Dickinson proposed openstack/swift: Add checksum to object extended attributes https://review.openstack.org/336323 | 00:43 |
notmyname | torgomatic: there's the patch with /tmp remoced ^ | 00:43 |
notmyname | oh, sweet. https://review.openstack.org/#/c/376630/ landed :-) | 00:44 |
patchbot | patch 376630 - swift - EC: reconstruct using non-durable fragments (MERGED) | 00:44 |
notmyname | I gotta go run an errand, but this is a good stopping point for today. I'll pick it up again (getting the -infra repo updated to have XFS somewhere other than /tmp) later this week | 00:46 |
*** sams-gleb has quit IRC | 01:07 | |
kota_ | good morning | 01:09 |
kota_ | nice, patch 376630 landed. | 01:10 |
patchbot | https://review.openstack.org/#/c/376630/ - swift - EC: reconstruct using non-durable fragments (MERGED) | 01:10 |
kota_ | will we have a new release? | 01:10 |
clayg | kota_: is that all the high/critical bugs we have outstanding? | 01:13 |
kota_ | clayg: let me check | 01:14 |
openstackgerrit | Clay Gerrard proposed openstack/swift: Make eventlet.tpool's thread count configurable in object server https://review.openstack.org/289664 | 01:14 |
kota_ | clayg: 12 highs and... :/ | 01:15 |
*** ober37 has quit IRC | 01:16 | |
*** ober37 has joined #openstack-swift | 01:17 | |
*** trananhkma has quit IRC | 01:22 | |
*** trananhkma has joined #openstack-swift | 01:39 | |
*** diogogmt has quit IRC | 01:44 | |
clayg | kota_: I guess I"m thinking about lp bug #1549110 | 01:45 |
openstack | Launchpad bug 1549110 in OpenStack Object Storage (swift) "EC: object-reconstuctor got unhandled 0 divison error" [High,In progress] https://launchpad.net/bugs/1549110 - Assigned to Kota Tsuyuzaki (tsuyuzaki-kota) | 01:45 |
clayg | kota_: that one finally bit me too! | 01:45 |
kota_ | clayg: yeah, | 01:46 |
clayg | kota_: after I finally got to understanding the bug I wasn't entirely sure we shouldn't just avoid the zerodivision error by "fixing" the integer devision that's throwing out precision? | 01:47 |
clayg | basically the problem is that 1 / 2 != 0 except it does :'( | 01:47 |
kota_ | yup | 01:48 |
clayg | kota_: normally I just stick a "1. *" in front of it and call it day | 01:48 |
clayg | i agree that stats reporting isn't quite right - but I'm not sure the change of making devices global for each policy is better? | 01:49 |
clayg | ... but anything is better than the traceback followed by not maing reconstruction progress :'( | 01:49 |
kota_ | clayg: ah, which is better reporting each policy vs global is a bit complicated because it may depend on the costomer policy | 01:50 |
kota_ | clayg: what i found as problem in the bug is almostly a metrix is for a policy but others are global | 01:51 |
clayg | kota_: how would you feel about "1. *" to fix lp bug #1549110 ASAP and then do something better for devices to address lp bug #1488608 (maybe raise the priority and reference the older change set from your work?) | 01:51 |
openstack | Launchpad bug 1549110 in OpenStack Object Storage (swift) "EC: object-reconstuctor got unhandled 0 divison error" [High,In progress] https://launchpad.net/bugs/1549110 - Assigned to Kota Tsuyuzaki (tsuyuzaki-kota) | 01:51 |
openstack | Launchpad bug 1488608 in OpenStack Object Storage (swift) "stats output in reconstructor.py gives wrong device count" [Low,Confirmed] https://launchpad.net/bugs/1488608 - Assigned to Bill Huber (wbhuber) | 01:51 |
kota_ | and it causes 0 devision. | 01:51 |
kota_ | ah, got it | 01:51 |
kota_ | clayg: it might be good to separate the problem to 1. avoiding 0 division and 2. good stat logging. | 01:52 |
kota_ | make sense. | 01:52 |
clayg | kota_: I wasn't quite able to convince myself the integer devision thing *can't* bite you with one policy | 01:52 |
clayg | kota_: ok, maybe I can push a fix for zero devision bug and rebase your change on it? | 01:56 |
kota_ | clayg: ok, will take a look... maybe today or tommorow-ish. i need to switch my head from deep sea of Erasrure Coding and unfortunately i may not be able to take much time because of company meetings. | 01:56 |
kota_ | clayg: that's great | 01:57 |
clayg | kota_: it's no problem! I'll be joining you in deep EC land - today was my company meetings and other stuff day ;) | 01:57 |
kota_ | clayg: thank you so much, man ;-) | 01:58 |
*** sams-gleb has joined #openstack-swift | 02:05 | |
*** klrmn has quit IRC | 02:12 | |
*** abalfour has quit IRC | 02:17 | |
*** abalfour has joined #openstack-swift | 02:18 | |
*** clu_ has quit IRC | 02:22 | |
*** diogogmt has joined #openstack-swift | 02:30 | |
*** sams-gleb has quit IRC | 02:38 | |
openstackgerrit | Clay Gerrard proposed openstack/swift: Fix stats calculation in object-reconstructor https://review.openstack.org/283946 | 02:57 |
openstackgerrit | Clay Gerrard proposed openstack/swift: Fix ZeroDivisionError in reconstructor.stats_line https://review.openstack.org/394714 | 02:57 |
clayg | kota_: ^ so i ended up rebasing your stats improvemnts onto the zero devision fix - I think this will work ok, but need to look at it again fresh in the am | 03:11 |
clayg | looking more closely at the other bug for stats processing it seems bill huber (remember him!) made the same diagnosis you did about needing to avoid resetting device count between runs | 03:12 |
clayg | g'night | 03:12 |
kota_ | clagy: have a good night! | 03:24 |
kota_ | thanks | 03:24 |
*** david_c_ has quit IRC | 03:26 | |
*** sams-gleb has joined #openstack-swift | 03:36 | |
*** dmorita has quit IRC | 03:36 | |
*** klrmn has joined #openstack-swift | 03:48 | |
*** links has joined #openstack-swift | 04:00 | |
*** sams-gleb has quit IRC | 04:08 | |
*** diogogmt has quit IRC | 04:15 | |
*** sams-gleb has joined #openstack-swift | 04:23 | |
*** arch-nemesis has quit IRC | 04:30 | |
clayg | df -h | 04:34 |
*** dmorita has joined #openstack-swift | 04:37 | |
*** dmorita has quit IRC | 04:41 | |
*** sams-gleb has quit IRC | 04:47 | |
*** sams-gleb has joined #openstack-swift | 04:47 | |
*** arch-nemesis has joined #openstack-swift | 04:50 | |
*** sams-gleb has quit IRC | 04:52 | |
*** mlanner has quit IRC | 05:17 | |
*** notmyname has quit IRC | 05:19 | |
*** mlanner has joined #openstack-swift | 05:19 | |
*** notmyname has joined #openstack-swift | 05:20 | |
*** ChanServ sets mode: +v notmyname | 05:20 | |
*** klrmn has quit IRC | 05:34 | |
*** takashi has joined #openstack-swift | 05:46 | |
*** rcernin has joined #openstack-swift | 05:54 | |
*** takashi has quit IRC | 06:00 | |
*** sureshj has quit IRC | 06:06 | |
*** pcaruana has joined #openstack-swift | 06:53 | |
*** tesseract has joined #openstack-swift | 07:03 | |
*** tesseract is now known as Guest6570 | 07:03 | |
*** david-lyle has quit IRC | 07:03 | |
*** ChubYann has quit IRC | 07:09 | |
*** Jeffrey4l has quit IRC | 07:54 | |
*** takashi has joined #openstack-swift | 07:56 | |
*** SkyRocknRoll has joined #openstack-swift | 08:01 | |
*** rledisez has joined #openstack-swift | 08:18 | |
*** admin6 has joined #openstack-swift | 08:25 | |
*** links has quit IRC | 08:29 | |
*** geaaru has joined #openstack-swift | 08:38 | |
*** amoralej|off is now known as amoralej | 08:39 | |
*** links has joined #openstack-swift | 08:44 | |
*** hseipp has joined #openstack-swift | 08:50 | |
*** links has quit IRC | 09:10 | |
*** mvk has quit IRC | 09:20 | |
*** links has joined #openstack-swift | 09:23 | |
*** vint_bra has joined #openstack-swift | 09:34 | |
*** dmorita has joined #openstack-swift | 09:38 | |
*** asettle has joined #openstack-swift | 09:40 | |
*** dmorita has quit IRC | 09:43 | |
*** mvk has joined #openstack-swift | 09:49 | |
*** pcaruana has quit IRC | 09:51 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 09:54 |
*** Jeffrey4l has joined #openstack-swift | 09:55 | |
openstackgerrit | Gábor Antal proposed openstack/swift: Use more specific asserts in test/unit/common https://review.openstack.org/342781 | 10:00 |
*** Jeffrey4l has quit IRC | 10:00 | |
*** Jeffrey4l has joined #openstack-swift | 10:08 | |
*** npf has joined #openstack-swift | 10:13 | |
*** Jeffrey4l has quit IRC | 10:14 | |
openstackgerrit | Gábor Antal proposed openstack/swift: Use more specific asserts in test/unit/obj tests https://review.openstack.org/342830 | 10:20 |
*** notmyname has quit IRC | 10:20 | |
*** patchbot has quit IRC | 10:21 | |
*** patchbot has joined #openstack-swift | 10:21 | |
*** wasmum has quit IRC | 10:21 | |
*** geaaru has quit IRC | 10:23 | |
*** wasmum has joined #openstack-swift | 10:24 | |
*** vint_bra has quit IRC | 10:26 | |
*** notmyname has joined #openstack-swift | 10:29 | |
*** ChanServ sets mode: +v notmyname | 10:29 | |
*** jordanP has joined #openstack-swift | 10:32 | |
*** vint_bra has joined #openstack-swift | 10:35 | |
*** vint_bra has quit IRC | 10:35 | |
*** geaaru has joined #openstack-swift | 10:36 | |
*** maestropandy has joined #openstack-swift | 10:38 | |
*** maestropandy has left #openstack-swift | 10:41 | |
*** geaaru has quit IRC | 10:44 | |
*** acoles_ is now known as acoles | 10:46 | |
*** rvasilets___ has joined #openstack-swift | 10:53 | |
*** geaaru has joined #openstack-swift | 10:58 | |
*** dfflanders has quit IRC | 11:33 | |
*** mvk has quit IRC | 11:33 | |
openstackgerrit | Christian Hugo proposed openstack/swift: Use direct_get_suffix_hashes in the reconstructor https://review.openstack.org/394551 | 11:38 |
*** mvk has joined #openstack-swift | 11:45 | |
*** amoralej is now known as amoralej|lunch | 12:00 | |
*** sams-gleb has joined #openstack-swift | 12:04 | |
*** vint_bra has joined #openstack-swift | 12:07 | |
*** Guess456787654 has joined #openstack-swift | 12:21 | |
*** Guess456787654 is now known as NM | 12:21 | |
*** NM is now known as HELP | 12:22 | |
*** HELP is now known as Guest58324 | 12:23 | |
*** Guest58324 has left #openstack-swift | 12:23 | |
*** david-lyle has joined #openstack-swift | 12:37 | |
*** kei_yama has quit IRC | 12:44 | |
*** trananhkma has quit IRC | 13:02 | |
*** cbartz has joined #openstack-swift | 13:07 | |
*** takashi has quit IRC | 13:09 | |
*** SkyRocknRoll has quit IRC | 13:12 | |
*** david-lyle has quit IRC | 13:29 | |
*** links has quit IRC | 13:33 | |
*** amoralej|lunch is now known as amoralej | 13:34 | |
*** openstackgerrit has quit IRC | 13:48 | |
*** openstackgerrit has joined #openstack-swift | 13:48 | |
*** psachin has joined #openstack-swift | 13:50 | |
*** psachin has quit IRC | 13:51 | |
*** tongli has joined #openstack-swift | 13:54 | |
*** klamath has joined #openstack-swift | 13:58 | |
*** klamath has quit IRC | 13:58 | |
*** klamath has joined #openstack-swift | 13:59 | |
*** StraubTW has joined #openstack-swift | 14:04 | |
*** stradling has joined #openstack-swift | 14:05 | |
openstackgerrit | Donagh McCabe proposed openstack/swift: Document access control lists (ACLs) https://review.openstack.org/374215 | 14:18 |
*** dulek has joined #openstack-swift | 14:25 | |
*** dulek has left #openstack-swift | 14:25 | |
*** lxsli has joined #openstack-swift | 14:42 | |
*** _JZ_ has joined #openstack-swift | 14:46 | |
*** acoles is now known as acoles_ | 14:57 | |
*** catintheroof has joined #openstack-swift | 14:57 | |
*** acoles_ is now known as acoles | 15:00 | |
*** admin6 has quit IRC | 15:04 | |
*** sgundur has joined #openstack-swift | 15:20 | |
*** sams-gleb has quit IRC | 15:23 | |
*** sams-gleb has joined #openstack-swift | 15:23 | |
*** sams-gleb has quit IRC | 15:28 | |
*** Fin1te has joined #openstack-swift | 15:31 | |
*** sgundur has quit IRC | 15:36 | |
*** diogogmt has joined #openstack-swift | 15:37 | |
*** dmorita has joined #openstack-swift | 15:38 | |
*** Fin1te has quit IRC | 15:38 | |
*** sgundur has joined #openstack-swift | 15:38 | |
acoles | notmyname: FYI https://etherpad.openstack.org/p/swift_oslo-config - based on lxsli (Alexis) taking a look at swift confs | 15:39 |
*** tongli has quit IRC | 15:40 | |
*** sams-gleb has joined #openstack-swift | 15:42 | |
*** dmorita has quit IRC | 15:42 | |
openstackgerrit | Donagh McCabe proposed openstack/swift: Add python3-dev to bindep and use py27for some envs https://review.openstack.org/395049 | 15:45 |
*** acoles is now known as acoles_ | 15:59 | |
*** sgundur has quit IRC | 16:01 | |
*** Guest6570 has quit IRC | 16:01 | |
*** ndk_ has quit IRC | 16:10 | |
*** ndk_ has joined #openstack-swift | 16:12 | |
*** rcernin has quit IRC | 16:20 | |
*** zaitcev has joined #openstack-swift | 16:21 | |
*** ChanServ sets mode: +v zaitcev | 16:21 | |
*** sgundur has joined #openstack-swift | 16:23 | |
openstackgerrit | Mathias Bjoerkqvist proposed openstack/swift: WIP: Storing encryption root secret in Barbican https://review.openstack.org/364878 | 16:24 |
*** sgundur has quit IRC | 16:33 | |
*** sgundur has joined #openstack-swift | 16:33 | |
*** david_c has joined #openstack-swift | 16:34 | |
*** stradling has quit IRC | 16:51 | |
*** rcernin has joined #openstack-swift | 16:55 | |
*** stradling has joined #openstack-swift | 16:56 | |
*** mvk has quit IRC | 17:07 | |
*** jordanP has quit IRC | 17:09 | |
*** portante has quit IRC | 17:18 | |
*** acoles_ is now known as acoles | 17:19 | |
*** portante has joined #openstack-swift | 17:21 | |
*** hseipp has quit IRC | 17:26 | |
*** rcernin has quit IRC | 17:29 | |
*** jamielennox|away is now known as jamielennox | 17:30 | |
*** rledisez has quit IRC | 17:31 | |
*** ndk_ has quit IRC | 17:33 | |
*** rledisez has joined #openstack-swift | 17:33 | |
*** portante has quit IRC | 17:33 | |
*** rledisez has quit IRC | 17:34 | |
*** ndk_ has joined #openstack-swift | 17:34 | |
*** portante has joined #openstack-swift | 17:35 | |
openstackgerrit | Alistair Coles proposed openstack/swift: Refactor container sync stats reporting https://review.openstack.org/395094 | 17:36 |
acoles | ^^ jrichli I didn't yet rebase patch 210099 on this ^ , thought I'd wait for your review first :P | 17:37 |
patchbot | https://review.openstack.org/#/c/210099/ - swift - Add process level concurrency to container sync | 17:37 |
*** sgundur has quit IRC | 17:38 | |
*** jamielennox is now known as jamielennox|away | 17:39 | |
*** sgundur has joined #openstack-swift | 17:39 | |
*** joeljwright has joined #openstack-swift | 17:41 | |
*** ChanServ sets mode: +v joeljwright | 17:41 | |
*** sgundur has quit IRC | 17:43 | |
*** dmorita has joined #openstack-swift | 17:44 | |
*** arch-nemesis has quit IRC | 17:45 | |
*** admin6 has joined #openstack-swift | 17:52 | |
*** cbartz has left #openstack-swift | 17:55 | |
*** sgundur has joined #openstack-swift | 17:56 | |
*** mvk has joined #openstack-swift | 17:59 | |
*** geaaru has quit IRC | 17:59 | |
*** asettle has quit IRC | 18:06 | |
*** rvasilets___ has quit IRC | 18:08 | |
*** sgundur has quit IRC | 18:18 | |
*** sgundur has joined #openstack-swift | 18:18 | |
notmyname | good morning | 18:19 |
*** joeljwright has quit IRC | 18:20 | |
*** joeljwright has joined #openstack-swift | 18:20 | |
*** ChanServ sets mode: +v joeljwright | 18:20 | |
*** joeljwright has quit IRC | 18:20 | |
*** klrmn has joined #openstack-swift | 18:22 | |
*** clu_ has joined #openstack-swift | 18:26 | |
*** acoles is now known as acoles_ | 18:31 | |
*** hseipp has joined #openstack-swift | 18:32 | |
*** hseipp has quit IRC | 18:34 | |
openstackgerrit | Merged openstack/python-swiftclient: Add v1password keystoneauth plugin https://review.openstack.org/300697 | 18:35 |
openstackgerrit | Christian Hugo proposed openstack/swift: The object server returns the policy index https://review.openstack.org/394212 | 18:37 |
jrichli | acoles: thanks, I will take a look | 18:38 |
*** sgundur has quit IRC | 18:38 | |
*** sgundur has joined #openstack-swift | 18:40 | |
*** sgundur has quit IRC | 18:47 | |
*** david-lyle_ has joined #openstack-swift | 18:47 | |
*** npf has quit IRC | 18:52 | |
*** david-lyle_ has quit IRC | 18:53 | |
*** asettle has joined #openstack-swift | 19:04 | |
*** sgundur has joined #openstack-swift | 19:06 | |
zaitcev | I'm concerned that hummingbird didn't get reviews from redbo and dfg in a month. I suppose the Summit was a problem, but still... | 19:06 |
*** amoralej is now known as amoralej|off | 19:11 | |
*** sgundur has quit IRC | 19:17 | |
*** sgundur has joined #openstack-swift | 19:17 | |
redbo | I know. I'll try to do that. And maybe it will be an official part of my job soon? | 19:22 |
zaitcev | It is not?! | 19:23 |
zaitcev | Well, that explains it, I suppose... | 19:23 |
*** stradling has quit IRC | 19:24 | |
openstackgerrit | Merged openstack/python-swiftclient: Add additional headers for HEAD/GET/DELETE requests. https://review.openstack.org/372656 | 19:30 |
*** ChubYann has joined #openstack-swift | 19:45 | |
*** jamielennox|away is now known as jamielennox | 19:57 | |
*** sgundur has quit IRC | 19:58 | |
*** sgundur has joined #openstack-swift | 20:00 | |
clayg | acoles_: ended up doing the container sync stats rebase! | 20:01 |
clayg | redbo: don't wait for anyone to tell you it's official - just do it - EAFP | 20:02 |
*** jamielennox is now known as jamielennox|away | 20:09 | |
*** dmorita has quit IRC | 20:14 | |
*** dmorita has joined #openstack-swift | 20:15 | |
*** sgundur has quit IRC | 20:18 | |
redbo | I know. It's just been a long month or two. I'll try having more coffee. | 20:19 |
*** dmorita has quit IRC | 20:20 | |
jrichli | thanks, clayg! | 20:21 |
*** stradling has joined #openstack-swift | 20:23 | |
openstackgerrit | Tim Burke proposed openstack/swift: Py3: Fixes header key dict https://review.openstack.org/348322 | 20:26 |
*** klrmn has quit IRC | 20:28 | |
openstackgerrit | Tim Burke proposed openstack/swift: Stop shadowing built-in iter https://review.openstack.org/395156 | 20:32 |
*** klrmn has joined #openstack-swift | 20:43 | |
*** sgundur has joined #openstack-swift | 20:45 | |
*** sgundur has quit IRC | 20:50 | |
*** admin6 has quit IRC | 20:53 | |
openstackgerrit | David Goetz proposed openstack/swift: go: add part / replica count funcs into ring https://review.openstack.org/365093 | 20:53 |
*** sgundur has joined #openstack-swift | 20:58 | |
*** rcernin has joined #openstack-swift | 20:59 | |
*** dmorita has joined #openstack-swift | 21:09 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-swiftclient: Updated from global requirements https://review.openstack.org/89250 | 21:18 |
*** asettle has quit IRC | 21:25 | |
*** sams-gleb has quit IRC | 21:27 | |
*** sams-gleb has joined #openstack-swift | 21:28 | |
*** sams-gleb has quit IRC | 21:32 | |
notmyname | FYI the PTG registration is open https://www.openstack.org/ptg | 21:39 |
openstackgerrit | Tim Burke proposed openstack/swift: Autovivify X-Versions-Location container https://review.openstack.org/265015 | 21:39 |
zaitcev | "Please double-check with your team PTL which days the team will gather before booking any travel." | 21:43 |
zaitcev | Looks like we're on February 22 and 23. | 21:44 |
zaitcev | This may be intense. | 21:44 |
zaitcev | Ticket is $100. | 21:47 |
notmyname | I expect to use wed, thurs, and fri for swift (although I was only asked "will swift be there?") | 21:48 |
*** sgundur has quit IRC | 21:48 | |
*** sgundur has joined #openstack-swift | 21:49 | |
notmyname | yes, ticket is $100. and i'm told that attending the PTG will get you a discount code for the boston forum | 21:49 |
notmyname | I will be there the whole week | 21:50 |
tdasilva | $185 hotel room + $100 ticket, sorry to say, but san antonio hackathon and others before that were cheaper | 21:50 |
notmyname | also note that the monday of the PTG is presidents' day in the USA (national holiday, many schools/businesses closed) | 21:50 |
zaitcev | I'll just expense it | 21:51 |
zaitcev | In any case, I had to attend Design Summit on my own dime a few times, so this is not unprecendented. Bexar was before Red Had supported OpenStack officially, etc. | 21:52 |
*** vint_bra has quit IRC | 21:53 | |
kmARC | tdasilva: Hilton is 5 min. away and has rooms for around $110 | 21:57 |
tdasilva | kmARC: nice tip, i will check it out | 21:57 |
zaitcev | I lived in a random hotel that was the cheapest during the Atlanta Summit | 21:58 |
zaitcev | "Quality Hotel" | 21:59 |
*** sgundur has quit IRC | 22:00 | |
*** sgundur has joined #openstack-swift | 22:02 | |
mattoliverau | Morning | 22:03 |
*** sgundur has quit IRC | 22:09 | |
*** joeljwright has joined #openstack-swift | 22:11 | |
*** ChanServ sets mode: +v joeljwright | 22:11 | |
notmyname | mattoliverau: just bought my LCA plane tickets | 22:13 |
*** stradling has quit IRC | 22:13 | |
openstackgerrit | Merged openstack/swift: Stop shadowing built-in iter https://review.openstack.org/395156 | 22:16 |
*** ediardo has quit IRC | 22:16 | |
openstackgerrit | Merged openstack/swift: go: logging work https://review.openstack.org/351970 | 22:17 |
*** ediardo has joined #openstack-swift | 22:18 | |
*** catintheroof has quit IRC | 22:22 | |
*** catintheroof has joined #openstack-swift | 22:22 | |
mattoliverau | notmyname: \o/ | 22:26 |
*** Renich has joined #openstack-swift | 22:26 | |
*** catintheroof has quit IRC | 22:27 | |
Renich | hey Swiftters! | 22:29 |
Renich | I need to get some stats on my object storage users. Specifically, I need to see how much each user is allocating. How can I do that from the CLI? | 22:31 |
notmyname | Renich: do you have a list of accounts in the cluster? | 22:31 |
Renich | notmyname: well, yeah, openstack user list | 22:33 |
openstackgerrit | Mohit Motiani proposed openstack/swift: Add OPTIONS in manpages https://review.openstack.org/390667 | 22:35 |
notmyname | Renich: if you have an admin account token, then you can do a HEAD to each account and see the total storage space used | 22:35 |
openstackgerrit | Janie Richling proposed openstack/swift: WIP: Add notification policy and transport middleware https://review.openstack.org/388393 | 22:36 |
Renich | notmyname: OK... is there any way to do this with the openstack client? | 22:36 |
*** darrenc is now known as darrenc_vpn | 22:39 | |
notmyname | Renich: leaving aside getting the proper token and using that, and leaving aside iterating over all the accounts, then http://docs.openstack.org/developer/python-openstackclient/command-objects/object-store-account.html#object-store-account-show looks like what you'd use | 22:39 |
Renich | notmyname: awesome! I'll try it. Many thanks! | 22:40 |
Renich | notmyname: doesn't let me pass an account ID as a parameter | 22:43 |
notmyname | Renich: you can do it with the python-swiftclient CLI. you pass int he auth creds of your admin account then the storage URL for the account you're getting info for. repeat for every account you're looking for and then sum() | 22:44 |
zaitcev | I'd just piece it together with curl or import httplib... Easier to do one HEAD to interpolated URL with X-Auth-Token than trying to wrangle the OS SDK into compliance. | 22:46 |
Renich | notmyname: thanks again | 22:46 |
zaitcev | or that | 22:46 |
openstackgerrit | Drew Balfour proposed openstack/swift: WIP: add byteorder information and logic to ring files https://review.openstack.org/395237 | 22:47 |
*** joeljwright has quit IRC | 22:48 | |
Renich | notmyname: how is the storage URL comprised? | 22:49 |
*** david-lyle_ has joined #openstack-swift | 22:50 | |
zaitcev | Renich: it's in your endpoint catalog in keystone. there has to be something like %{teanant)s in there, usually traling at the end of the URL. kestone enpoint list should show, I think | 22:51 |
Renich | zaitcev: thanks | 22:52 |
*** david-lyle_ has quit IRC | 22:54 | |
notmyname | mattoliverau: my current australian visa expires one week before I get there :-( | 23:18 |
*** rcernin has quit IRC | 23:18 | |
*** StraubTW has quit IRC | 23:23 | |
*** darrenc_vpn is now known as darrenc | 23:28 | |
*** catintheroof has joined #openstack-swift | 23:29 | |
*** vint_bra has joined #openstack-swift | 23:31 | |
*** catintheroof has quit IRC | 23:31 | |
*** catintheroof has joined #openstack-swift | 23:31 | |
*** kei_yama has joined #openstack-swift | 23:38 | |
*** klamath has quit IRC | 23:39 | |
notmyname | awe man, should have waited another week to get it. that way it would be valid through the sydney summit. new one expires halfway through the summit | 23:48 |
notmyname | s/summit/forum/ | 23:48 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/swift: Updated from global requirements https://review.openstack.org/88736 | 23:49 |
notmyname | zaitcev: why are you working on the golang proxy server? rip that out and work on the repcon/object server part :-) | 23:50 |
zaitcev | notmyname: Well, I missed the summit and nobody explained to me how Swift can function without the proxy server. | 23:51 |
zaitcev | notmyname: I'm sure I can get it running with liberasurecode before February | 23:52 |
*** vint_bra has quit IRC | 23:52 | |
notmyname | zaitcev: keep the python proxy server. first up is to get the golang replication bits, then the object server (they're closely related, of course). | 23:53 |
zaitcev | notmyname: But isn't Clay on it already? He's just going to obsolete anything I can do. At least this way I work on something potentially useful. | 23:54 |
*** Renich has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!