Thursday, 2017-04-06

*** dja has joined #openstack-swift00:04
tdasilvaclayg: sorry, back...00:30
tdasilvaclayg: I would imagine something in our tree would be better just because we can control it00:31
tdasilvabut I just followed what I already knew, plust -infra folks were super helpful00:31
claygawesome!00:32
tdasilvanot sure yet about a test that breaks against package vs master, I'll take a look at libec master and see what's landed since last release00:32
*** zhurong has joined #openstack-swift00:33
*** ediardo has quit IRC00:52
*** vint_bra has joined #openstack-swift01:07
*** vint_bra has quit IRC01:15
*** klrmn has quit IRC01:15
*** JimCheung has quit IRC01:33
*** ediardo has joined #openstack-swift01:34
*** m_kazuhiro has joined #openstack-swift01:35
m_kazuhirogood morning01:36
*** Sukhdev has joined #openstack-swift01:48
SukhdevHey Swift experts, I am hitting no space left on device error - how do I get around it? Please see the error here - http://paste.openstack.org/show/605584/01:48
*** jamielennox is now known as jamielennox|away02:05
*** chosafine has joined #openstack-swift02:06
*** bkopilov has quit IRC02:13
*** jamielennox|away is now known as jamielennox02:19
*** Sukhdev has quit IRC02:21
*** vint_bra has joined #openstack-swift02:29
*** vint_bra has quit IRC02:31
*** vint_bra has joined #openstack-swift03:14
*** vint_bra has quit IRC03:18
*** chosafine has quit IRC03:38
*** bkopilov has joined #openstack-swift03:40
*** gkadam has joined #openstack-swift03:40
*** gkadam has quit IRC03:43
*** links has joined #openstack-swift03:45
notmynamezaitcev: I'm not sure it's your cultural background...03:49
*** gkadam has joined #openstack-swift03:49
zaitcevnotmyname: I would prefer a document that eschews the dramatic fictialization and just states what the challenges are, what we plan to do, and what is the expected outcome.03:50
zaitcevAlthough I don't wear suit and tie to work.03:51
notmynamezaitcev: yeah. I read it as a blog post written two years from now. from that perspective, it's still sortof dramatic, but makes more sense. as is, it's not similar to other vision statements I've been involved with in the past03:52
notmynamehowever, I understand the intent behind it, and I don't want to disregard the work that's gone into making it03:52
zaitcevyeah03:52
notmynameoftentimes, the actual vision statement doesn't actually matter. the process by which the community comes up with it and agrees to it is much more important to long-term success03:52
*** Sukhdev has joined #openstack-swift03:53
zaitcevBut some of it is really strange from my limited perspective. For example, I haven't heard of git namespaces, but anyway, who cares? Our customers just want to be sure that the installer installs things correctly, and in our case it just gets RPMs from the media.03:53
zaitcevIs OpenStack's user the operator or integrator?03:54
notmynamethat's what I'm currently grappling with. it seems to be focused on openstack internals as a goal. there's not anything like "there are 30 million cores runing X Y or Z" or "there are 13 EB stored" or anything about solving cloud infrastructure03:55
notmynamebut openstack's user is in fact the operator03:55
notmynamethe API consumers are our user's users03:56
notmyname*our users' users03:56
notmynamebut yeah, I'm struggling with it to. I need to ruminate on it for a while03:57
zaitcev"The new bot that converts github pull requests to gerrit change-sets, instead of discarding them, imported several patches in each of the last three months."04:03
zaitcevoh god04:03
zaitcev" The TC membership now includes several women and representatives from APAC and European countries." . . .04:06
notmynameI'm glad that's being called out04:12
*** m_kazuhiro_ has joined #openstack-swift04:18
*** m_kazuhiro has quit IRC04:19
mahaticzaitcev: it's probably not all that irrelevant for the doc, after all it talks about vision and not just exclusively of technical goals04:36
mahaticre: calling out women rep etc04:37
*** abhitechie has joined #openstack-swift04:38
*** ediardo has quit IRC04:42
*** psachin_ has joined #openstack-swift04:47
*** abhitechie has quit IRC04:53
*** ChubYann has quit IRC05:18
*** dja has quit IRC05:34
*** JimCheung has joined #openstack-swift06:00
*** JimCheung has quit IRC06:05
*** ppai has joined #openstack-swift06:05
claygoh no, how did no one help Sukhdev :'(06:08
*** cshastri has joined #openstack-swift06:08
ppaiHello. Does swift has an official metadata search feature yet ?06:09
Sukhdevclayg : Thanks for reaching out; after some poking around, I realized that I was running out of disk space. Deleting some of the images fixed my problem06:10
claygSukhdev: if you're buried in your own tears - you've probably figured out running out of space sucks - adding capacity is your best hope -> https://bugs.launchpad.net/swift/+bug/135916006:11
openstackLaunchpad bug 1359160 in OpenStack Object Storage (swift) "Problem with disk overflowing (help my swift cluster is full)" [Undecided,Expired]06:11
claygSukhdev: oh nice!  sometimes it's too late to delete06:11
claygthere is a fallocate_reserve option you simply must use!  it'll prevent PUT when close to full to save room on disk to write tombstone (DELETE) - you don't need much, few hundered meg is fine06:12
claygother problem tho is tha replication can backfill since rsync is out of data path - using ssync might be an option for some people (but you definately need seperate replication services) - afaik for replicated objects monitoring and disabling rsync modules is not uncommon -> https://docs.openstack.org/developer/swift/admin_guide.html?highlight=disable%20rsync#preventing-disk-full-scenarios06:14
Sukhdevclayg : I tried to see if there was a way to change the config of swift to increase the size of "/dev/loop0    /opt/stack/data/swift/drives/sdb1" from 2G to something higher, but, could not find any way06:15
*** jaosorior_away is now known as jaosorior06:16
claygppai: nope, not yet - cc timur rledisez did we decide at PTG we were going to make SwiftStack POC elastic search integration "official"?  https://github.com/swiftstack/swift-metadata-sync06:19
ppaiclayg, Great! Thanks06:20
claygSukhdev: umm... except in single vm development environments you shouldn't use loop device for swift storage - but I guess this is devstack deployment?06:21
Sukhdevclayg : yes06:21
claygSukhdev: SWIFT_LOOPBACK_DISK_SIZE06:21
claygprobably in your local.conf06:22
claygi was just diggin in https://github.com/openstack-dev/devstack/blob/master/lib/swift06:22
Sukhdevclayg : yes, I saw that, but, it requires unstack/stack - did not want to go through that. It would be nice to have a knob in config file so that one could modify the config and restart swift06:23
claygdoesn't devstack do a single replica?  you could probably just cp -a sdb1 sdb1.new then unmount sdb1 and mv sdb1.new o sdb1 ; set mount_check = false ; and restart06:27
claygi'm not well... no you'd want a filesystem that supports xattrs - probably xfs - idk06:28
claygyou could add another device06:29
claygthe thing is just that I don't think devstack was really designed to support ongoing mainteance and capacity growth06:29
Sukhdevclayg : agreed06:31
*** kirill_ has joined #openstack-swift06:51
*** pcaruana has joined #openstack-swift07:02
*** tesseract has joined #openstack-swift07:04
*** rcernin has joined #openstack-swift07:10
*** rcernin has quit IRC07:10
*** rcernin has joined #openstack-swift07:10
claygnotmyname: we need to get some of rledisez's and pavel's bufixes on https://wiki.openstack.org/wiki/Swift/PriorityReviews07:14
claygwhat was the one we were talking about in the meeting today?  something like 507 on a&c can fill up your cluster with container db's?07:15
acolesgood morning07:22
acolesclayg: !07:23
claygacoles: had a bad day; trying to make up for it07:25
*** Sukhdev has quit IRC07:26
jaosorioracoles: hey, could you take another look at this patch https://review.openstack.org/#/c/443104/4 ?07:28
patchbotpatch 443104 - python-swiftclient - Use generic keystone client instead of versioned one07:28
*** geaaru has joined #openstack-swift07:31
acolesclayg: :(07:31
acolesjaosorior: I'll try to get back to it, I am keen to understand Joel's concern, but I think he may be on vacation07:32
openstackgerritClay Gerrard proposed openstack/swift master: Do not sync suffixes when remote rejects reconstructor revert  https://review.openstack.org/43515207:32
*** amoralej|off is now known as amoralej07:33
*** oshritf has joined #openstack-swift07:41
acolesclayg: ^^ makes sense, I remember you talking about that needless REPLICATE07:44
acolesclayg: I'll try to look at patch today, got to run an errand now. back later07:45
*** oshritf has quit IRC07:45
*** adriant has quit IRC07:50
*** oshritf has joined #openstack-swift07:51
*** oshritf has quit IRC07:58
*** hseipp has joined #openstack-swift07:59
*** cbartz has joined #openstack-swift08:09
kirill_hello, everybody! newbie here. how do I delete account and it's data if I deleted project first?08:38
clayghow does one get a reseller admin token from keystone i wonder08:41
claygyou could setup a noauth proxy and just DELETE to http://swift-storage.example.com/v1/AUTH_<project_id>08:42
claygallow_account_management = true is recommended but not the default - can't trigger account reaper  w/o it tho08:43
*** jordanP has joined #openstack-swift08:44
claygkirill_: I found this https://ask.openstack.org/en/question/53466/is-there-a-reseller-admin-role-for-swift-under-keystone/, but devstack vm `openstack role list` says 40308:49
kirill_I cannot assign reselleradmin role if there is no project08:59
claygkirill_: adapted some junk i had laying around, WOMM https://gist.github.com/clayg/1813aeb207a2411c823a5e5af32e169b09:01
claygkirill_: you wouldn't assign it to *the* project you're trying to delete - you'd assign it to a super-duper-admin user (or some service that integrates with decomissions)09:02
*** hseipp has quit IRC09:06
claygmahatic: it's quite possible I didn't fully understand what I thought I tested09:12
claygmahatic: I agree with09:12
clayg... Archana on the surface that X-Static-Large-Object is normally set by the mw09:12
claygI *thougth* when slo was out of my pipeline i just uploaded with `swift --use-slo --segment-size`09:13
mahaticclayg: oic, lemme test that09:15
mahaticand I mixed up for which case header is used in my comment to Archana09:15
mahatic!09:15
claygno, i'm pretty sure I can upload a manifest with swift client and no slo in the pipeline and get X-Static-Large-Object in the object metadata09:19
claygi bet finding out *why* that works is going to be a gas09:19
clayg"not it!"09:19
mahaticah okay. right, and also emitting a warning in such a case sounds right to me09:21
kirill_clayg: i've assigned a ResellerAdmin role to the admin user in the domain, however when I try to DELETE, I recieve 403 forbidden09:21
claygwait, wat?  no swiftclient does it https://github.com/openstack/python-swiftclient/blob/2710ff255b5d3954eebdf469587bf73bbfd48431/swiftclient/service.py#L1986 !!!09:22
claygi had *just* convinced myself swiftclient couldn't possibly?  https://github.com/openstack/swift/blob/bc9a7075d3accf3160043e8366745a1dd895b08d/swift/common/middleware/slo.py#L119009:23
claygkirill_: oh, maybe allow_account_management then09:23
*** mcarden has quit IRC09:23
claygkirill_: or srly, use the internal client script - it'll totally work (is this prod?)09:23
*** mcarden has joined #openstack-swift09:24
*** foutatoro has joined #openstack-swift09:24
kirill_clayg: allow_account_management is true, This is prod unfortunately09:27
mahaticclayg: wow that's interesting. I wonder why we even need to set it in swiftclient in the first place, I mean was there some reasoning for it..09:31
mahaticbecause clearly it's supposed to get set by the middleware09:32
claygkirill_: i'm sorry i don't know enought about how folks *normally* do account deletion with keystone to tell you what to do09:48
claygyou need to make DELETE request to the account, normally that's restricted to allow_account_management = true + reseller admin privledge09:49
*** SkyRocknRoll has joined #openstack-swift09:51
claygusing internal client get a proxy-app that doesn't talk to auth really isn't such a crazy thing to do - but if I was operating your cluster I'd want to test/understand https://gist.github.com/clayg/1813aeb207a2411c823a5e5af32e169b in another environment before poking something like that at my accounts09:51
claygalternatively you could use swift-get-nodes and track down the account db's09:51
claygpretty sure you could just send a DELETE directly to the storage node api (/dev/part/AUTH_XYZ) for any replia and replicator would propogate the 410ness09:53
claygstill i'd probably test it in an integration environment09:53
kirill_clayg: thank you very much! I'll try to experiment with keystone service account first, and I'm happy that there are alternatives, like your script and DELETE directly to the account server.09:59
claygkirill_: awesome - sounds like you're all over it - I hope you figure out the keystone service account thing - if you can write up a gist or anything please throw it back this way - or even stick it on launchpad as a bug "wherever this should be written down I coudln't find it - but this wfm ... "10:02
*** oshritf has joined #openstack-swift10:03
openstackgerritGábor Antal proposed openstack/swift master: Use more specific asserts in test/unit/container  https://review.openstack.org/34280810:03
*** m_kazuhiro_ has quit IRC10:21
kirill_clayg: I've managed to DELETE account trough proxy. I had to assign user a ResellerAdmin role in service project. And now it's 410)10:24
claygkirill_: did you have to edit your proxy config at all?  the keystone middleware sections?  Did they already mention the "ResellerAdmin role"10:27
kirill_clayg: I had to enable allow_account_management. ResellerAdmin was already implemented to assign account quotas.10:28
*** silor has joined #openstack-swift10:28
claygso... in your domain you have a username "admin" - and he gets some roles in projects by default?  But apparenlty in this case keystone mw was looking for ResellerAdmin role on he swift service project (the same one you've configured to validate tokens)10:29
*** silor1 has joined #openstack-swift10:29
kirill_clayg: exectly!10:29
claygand you use "openstack" cli to manage keystone - or the python-keystoneclient cli?10:30
clayg... or maybe horizon or something!?10:31
kirill_clayg: I am using "openstack" cli to manage keystone.10:32
claygso basically openstack role add --user admin --project swift ResellerAdmin10:32
*** silor has quit IRC10:32
*** silor1 is now known as silor10:32
*** gkadam is now known as gkadam-mtg10:33
kirill_clayg: yes, the account swift uses to connect to the keystone10:35
claygso OS_USERNAME=admin OS_PROJECT_NAME=admin openstack role list got me going in devstack10:35
kirill_maybe this is not the way it has to be done, but it workes10:36
claygnear as I can tell from the uuids - i have a ResellerAdmin role - but role assignment list doesn't give me a good indication any project/user's are assigned with it10:36
kirill_use --names10:37
*** SkyRocknRoll has quit IRC10:38
*** links has quit IRC10:39
kirill_and when you issue a token, you have to specify project, in my case it is service ptoject10:39
*** mvk has quit IRC10:40
claygkirill_: hah!  yeah that was last bit i was missing10:41
claygoh tfw --names - thanks10:42
kirill_np:)10:43
claygoh you know what tho ... and I guess this makes sense ... if I `openstack role add --user admin --project admin ResellerAdmin` then I can use the token I get from the admin project10:44
claygi'm not sure if it's easier to remmeber to specify the service project or not10:45
claygapparently all that matters is the token has to associate any role with *name* to that identity?10:45
kirill_great! I used to assign ResellerAdmin role to every project before.10:50
kirill_now I assign role once10:50
claygI'ma assign it to every user I think ;)10:53
*** links has joined #openstack-swift10:54
claygsrly, I might have missed what you said about quotas tho - you only assign admin user(s) the ResellerAdmin role yeah?  but you were doing it for every project... oh and then getting token/catalog scoped to that project10:55
foutatorohi all, I would like to know if there are opensource frameworks that allow to build frontend web storage application with swift ?10:55
claygthat makes sense - if you don't have a role associated from admin user to project you have to craft the storage url by hand instead of snarfing it from the catalog10:55
claygkirill_: holy crap  - i understand keystone10:55
claygi can't ever go to sleep10:55
*** bkopilov has quit IRC10:56
claygfoutatoro: basically anything flat files or spa ;)10:57
claygfoutatoro: you *can* do some cool stuff in middlewares tho10:57
claygfoutatoro: I was turned on to serverless framework recently and all the s3 events got me thinking about how something like an opensource asw lambda (OpenWhisk?) could integrate with swift to cool effect10:59
foutatoroclayg: i mean using swif sdk ?10:59
claygfoutatoro: sorry, this is openstack-swift not apple-swift - i'm not sure what their channel is10:59
clayg#swift-lang maybe11:00
foutatoroclayg: yeah I know I'm using openstack swift11:00
claygoh rofl11:00
claygswift sdk.. swift's got a pretty thin api - folks tend to think of it having more like clients or bindings11:01
claygyou wouldn't have a "redis sdk" - redis is a powerful service - but the api is simple...11:02
foutatoroI'm looking for a tool like "IBM bluemix" to build nice frontend for end users intead of using openstack-dashboard11:02
claygfoutatoro: I don't think I understand what you're looking for - but you shouldn't let that discourage you - just elaborate on what you want!  :D11:02
clayg*OH* ... no wait ... you want a good swift client?  Or you need like a good swift client that you can hack/fork/put-your-branding-on11:03
foutatoroclayg: yes11:04
claygIBM Bluemix includes OpenWhisk [1] !!! yeah that's what I'm talking about  1. https://en.wikipedia.org/wiki/Bluemix11:05
claygdo you work on or use bluemix?11:05
foutatorono I don't use bluemix11:05
claygoh...11:05
claygfoutatoro: so maybe poke around if any of these sound like what you want https://docs.openstack.org/developer/swift/associated_projects.html#associated-projects11:09
claygI don't think there is a killer goto Opensource OpenStack Swift web/gui client right now11:10
foutatoroclayg: thanks so much for these information11:11
kirill_clayg: yeah! after assignning admin a reseller role in project I could simlpy use python-swiftclient to modify quotas. and now it't like global permition. If only I knew it before:)11:18
claygmahatic: oh, ok - it's legit - we only return "X-Static-Large-Object is a reserved header" if you 1) have slo in the pipeline and 2) *don't* send multipart-manifest=put11:19
claygif you send multipart-manifest=put (like swiftclient does) it doesn't really hurt/matter if you *also* send X-Static-Large-Object because the mw is going to set it anyway11:20
*** jordanP has quit IRC11:20
clayg*however* allowing the "reserved" header to get persisted when the middleware is *not* there - is - well it's just awesome ... I can't even11:21
claygkirill_: I'm glad you came in here to work this out this evening man.  I was no help.  But I learned something!  Appreicate you greatly!11:22
kirill_there is another issue tough. I have some more leftover swift account for which projects have been removed. for this one I alredy managed to delete I knew the account name (AUTH_<project id>).11:23
clayghehhehe11:24
kirill_is there a way to get account name from .db file?11:24
claygswift-account-info totally11:25
clayghttps://github.com/notmyname/slogging/blob/master/slogging/db_stats_collector.py11:25
clayg^ example of trolling the nodes and ouptut to csv11:25
claygone time someone pointed out most swift operators regularlly have container db's with 10's of M of objects and most of us rarely have more than 10's of K of accounts - so it's sort of annoying we don't just keep a global list/index of all accounts (swift-account-updater)11:27
clayg... but nobody really got too pumped up about writing it11:27
mahaticclayg: :) thanks for digging that up, you should sleep!11:28
kirill_clayg: thank you very much, clayg! swift-account-info will do the job for me.11:34
claygkirill_: man you are on the ball!  what cluster you running - I wanna tell people they should use it11:34
*** mvk has joined #openstack-swift11:35
kirill_clayg: ahaha! please don't))) it is an local installation. several internal customers)11:37
*** oshritf_ has joined #openstack-swift11:41
kirill_I wonder, can I issue DELETE command through swiftclient.service.SwiftService interface?11:44
*** oshritf has quit IRC11:44
*** abhitechie has joined #openstack-swift11:53
*** SkyRocknRoll has joined #openstack-swift11:55
*** abhinavtechie has joined #openstack-swift12:13
*** abhitechie has quit IRC12:13
*** klamath has joined #openstack-swift12:19
*** klamath has quit IRC12:19
*** klamath has joined #openstack-swift12:19
*** oshritf__ has joined #openstack-swift12:32
*** oshritf_ has quit IRC12:36
*** zhurong has quit IRC12:42
*** jaosorior has quit IRC12:52
*** jaosorior has joined #openstack-swift12:53
*** psachin_ has quit IRC12:56
*** catintheroof has joined #openstack-swift13:05
*** vint_bra has joined #openstack-swift13:08
*** links has quit IRC13:09
*** vint_bra has quit IRC13:16
*** gkadam-mtg has quit IRC13:21
*** stradling has joined #openstack-swift13:21
*** kei_yama has quit IRC13:25
*** chlong has joined #openstack-swift13:31
*** JimCheung has joined #openstack-swift13:35
mathiasbacoles jrichli mahatic: I don't suppose any of you have had a chance to try out the latest barbican patch yet?13:39
*** JimCheung has quit IRC13:39
*** xinli has joined #openstack-swift13:43
jrichlimathiasb: I'll look tonight.13:43
*** jistr is now known as jistr|afk13:47
openstackgerritPavel Kvasnička proposed openstack/swift master: Container drive error results double space usage on rest drives  https://review.openstack.org/45417413:52
*** jaosorior is now known as jaosorior_away13:55
*** rickflare2 has joined #openstack-swift14:11
*** csmart has quit IRC14:11
*** rickflare has quit IRC14:11
*** csmart1 has joined #openstack-swift14:11
*** rickflare2 is now known as rickflare14:12
*** acoles has quit IRC14:16
dewanee_quick questions about .lock files14:16
*** acoles has joined #openstack-swift14:16
*** ChanServ sets mode: +v acoles14:16
dewanee_who writes them?14:16
dewanee_I have a .lock in each device with a really old creation date14:17
dewanee_and sometimes I line like:14:17
dewanee_swift-object-reconstructor: 10.129.31.142:6000/mpath85p1/13357 Unexpected response: ":ERROR: 0 '15 seconds: /srv/node/mpath85p1/.lock'"14:18
*** bkopilov has joined #openstack-swift14:28
*** ppai has quit IRC14:40
*** jistr|afk is now known as jistr14:53
*** abhinavtechie has quit IRC14:55
*** cshastri has quit IRC14:56
*** SkyRocknRoll has quit IRC14:56
asettlenotmyname: ooohhh ahhhh https://review.openstack.org/#/c/453557/15:02
patchbotpatch 453557 - openstack-manuals - [config-ref] Updates swift config files15:02
notmynamegood morning15:06
notmynameasettle: thanks. I saw it yesterday but didn't get a chance to look. it's on the list for today15:06
asettleNo worries, I just updated it and now it's done all the right things :D15:06
asettleLet me know if that suits you. Then I'll delete the tooling afterwards.15:06
*** vinsh_ has quit IRC15:11
*** cbartz has left #openstack-swift15:21
*** foutatoro has quit IRC15:22
*** pcaruana has quit IRC15:28
*** kirill_ has quit IRC15:33
*** mvk has quit IRC15:33
*** vint_bra has joined #openstack-swift15:37
*** oshritf__ has quit IRC15:41
*** zhurong has joined #openstack-swift15:47
*** zhurong has quit IRC15:49
*** _JZ_ has joined #openstack-swift15:52
*** vint_bra has quit IRC15:55
*** vint_bra has joined #openstack-swift16:00
*** jaosorior_away has quit IRC16:14
*** jaosorior has joined #openstack-swift16:15
*** vint_bra has quit IRC16:26
jrichlimy understanding was that both DLO and SLO were required middleware, and they are both auto-inserted in the pipeline.  But I have not had time yet today to verify that - I was going to test using the pipeline in the bug.16:29
*** JimCheung has joined #openstack-swift16:30
tdasilvajrichli: slo is not IIRC16:30
acolesjrichli: what tdasilva said ^^16:30
jrichliah, ok16:31
*** mvk has joined #openstack-swift16:37
openstackgerritAlistair Coles proposed openstack/swift master: Do not sync suffixes when remote rejects reconstructor revert  https://review.openstack.org/43515216:37
*** geaaru has quit IRC16:42
*** jaosorior is now known as jaosorior_away16:48
*** klrmn has joined #openstack-swift16:50
*** tesseract has quit IRC16:50
*** chsc has joined #openstack-swift16:51
*** chsc has joined #openstack-swift16:51
*** SkyRocknRoll has joined #openstack-swift16:57
*** ChubYann has joined #openstack-swift17:01
*** vint_bra has joined #openstack-swift17:36
*** chlong has quit IRC18:04
*** Sukhdev has joined #openstack-swift18:18
*** chlong has joined #openstack-swift18:18
*** xinli has quit IRC19:34
*** openstack has joined #openstack-swift19:46
claygdewanee_: they are from calls to lockdir19:47
*** xinli has joined #openstack-swift20:07
*** Sukhdev has quit IRC20:31
*** chsc has quit IRC20:44
*** rcernin has quit IRC20:44
*** chsc has joined #openstack-swift20:47
*** chsc has joined #openstack-swift20:47
*** chlong has quit IRC20:57
*** openstackstatus has quit IRC20:59
*** openstackstatus has joined #openstack-swift21:02
*** ChanServ sets mode: +v openstackstatus21:02
*** stradling has quit IRC21:02
*** openstackgerrit has quit IRC21:07
*** chlong has joined #openstack-swift21:10
*** silor has quit IRC21:23
*** Sukhdev has joined #openstack-swift21:29
*** sputnik13 has quit IRC21:33
*** sputnik13 has joined #openstack-swift21:34
*** catintheroof has quit IRC21:38
*** xinli has quit IRC21:49
*** SkyRocknRoll has quit IRC21:56
*** openstack has joined #openstack-swift22:02
*** chlong has quit IRC22:05
*** vint_bra has quit IRC22:09
*** sputnik13 has quit IRC22:10
*** sputnik13 has joined #openstack-swift22:12
*** vint_bra has joined #openstack-swift22:12
*** klamath has quit IRC22:24
*** sputnik13 has quit IRC22:37
*** sputnik13 has joined #openstack-swift22:38
*** sputnik13 has quit IRC22:39
*** sputnik13 has joined #openstack-swift22:40
*** chsc has quit IRC22:45
mattoliveraumorning22:49
*** chsc has joined #openstack-swift22:50
*** openstackgerrit has joined #openstack-swift23:02
openstackgerritColleen Murphy proposed openstack/swift master: Fix install guide filter:authtoken config example  https://review.openstack.org/45438623:02
*** vint_bra has quit IRC23:21
*** adriant has joined #openstack-swift23:37
*** kei_yama has joined #openstack-swift23:39
*** chsc has quit IRC23:45

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