Saturday, 2015-11-21

arcimboldoand strange, because from https://swiftstack.com/blog/2015/04/30/erasure-codes-now-a-part-of-openstack-kilo/ for instance it seems it should be there00:00
notmynamearcimboldo: right. so it was actually in the 2.3 release00:00
notmynameas a beta, "dont really use but definitely test" sort of thing00:00
arcimboldook, the second question is indeed: how production ready is EC?00:00
notmynamewe found and fixed a lot of stuff based on all that testing, and I'd recommend using EC in 2.5+00:00
arcimboldoAssuming we will start putting production data middle 201600:01
notmynamearcimboldo: totally reasonable for that00:01
notmynamearcimboldo: it's production ready-ish today. we have a few things we want to improve (some with patches proposed already), but there are no outstanding major issues that we know of, and we're treating it like we do with replicated data (ie expected to work and if it doesn't its a major issue)00:02
notmynamearcimboldo: there are people now who are rolling into use. by mid-2016 (your timeframe) it will be even better :-)00:02
*** mfalatic has quit IRC00:03
arcimboldoso, back to problem 1: I've corrupted my file, and then waited for the auditor to fix it00:04
notmynameok00:04
arcimboldothe auditor copied the files in quarantine, and copied back the original file from another node00:05
notmynameand you got that traceback00:05
notmynamegood00:05
arcimboldobut the file in quarantine is still there00:05
notmynameright00:05
notmynamethat's expected and by design00:05
arcimboldoyes I've got the traceback, I don't know if it's hramless00:05
arcimboldoah, ok, so quarantine files are not deleted automatically?00:05
notmynamecorrect00:05
arcimboldook, it does make sense00:06
arcimboldoas long as you remember to check the quarantine directory periodically :)00:06
arcimboldo(although I don't expect to have much of these issues)00:06
arcimboldoso, is there a place where I can download newer versions of swift for ubuntu? Or I have to use the liberty repository?00:07
*** zhill has quit IRC00:07
*** pgbridge has quit IRC00:07
*** o_o has joined #openstack-swift00:08
*** dosaboy has quit IRC00:08
notmynamearcimboldo: I think canonical just packages swift under the combined openstack release names. so yeah, on ubuntu getting "liberty" will get you swift 2.5.000:08
*** wolsen has quit IRC00:08
*** o_o is now known as Guest1187900:09
*** dosaboy has joined #openstack-swift00:09
*** o_o__ has joined #openstack-swift00:09
notmynamearcimboldo: most people I know who deploy swift end up building their own packages so they can not lag as far as canonical does (eg the missing 2.3 swift release that they never packaged)00:09
*** zhill has joined #openstack-swift00:09
*** wolsen has joined #openstack-swift00:09
arcimboldoyes, I'm pretty unsatisfied with the canonical packaging00:10
arcimboldonext question: If I understood correctly from the doc, I could, in principle, create two policies (replica and EC) and two rings, but they can still use the same disks, right?00:13
notmynameabsolutely, yes00:13
arcimboldoand I can set the storage policy at container level. I just couldn't find a command line option for "openstack container create" or "swift post", there isn't any?00:14
notmynamearcimboldo: as a header `swift post new_contianer -H "x-storage-policy: sooperdooper"`00:15
arcimboldonot very user friendly :-00:16
arcimboldo:-/00:16
*** david-lyle has quit IRC00:16
arcimboldois there a reason why there isn't an option like --storage-policy ?00:16
notmynameI won't argue with that00:16
notmynameonly because nobody has typed in that code00:16
arcimboldoor just nobody developed it?00:16
arcimboldoah ok00:16
*** Guest11879 has quit IRC00:17
arcimboldosomething to do when I completely stop sleeping00:17
notmynameyeah, I was just wondering about that... ;-)00:17
*** o_o__ has quit IRC00:17
claygheaders are totally user friendly!00:18
arcimboldoclayg, it depends on the user00:18
notmynamecould be some weird json data structre00:19
arcimboldoI agree, it could be worst00:19
arcimboldoit could be SOAP00:19
claygSOAP isn't even *developer* friendly00:21
torgomaticthe S is for sadism00:24
*** hezhiqiang has joined #openstack-swift00:28
*** zhill has quit IRC00:29
*** o_o has joined #openstack-swift00:35
*** o_o is now known as Guest6947000:35
*** o_o_ has joined #openstack-swift00:36
*** Guest69470 has quit IRC00:36
notmynamearcimboldo: I'm looking into that exception00:36
arcimboldodon't bother, I've just upgraded to swift 2.5 (liberty)00:39
notmynamearcimboldo: I'm glad you've upgraded, but I still want to look at it :-)00:40
notmynameI wasn't seeing the exception, but I did see a weird log line I didn't expect00:41
arcimboldoI also have a new problem in case you get bored :)00:42
notmynameheh, ok00:42
notmynamewhat?00:42
arcimboldoon one of the 3 nodes, proxy-server doesn't start00:42
arcimboldoit's complaining about "EC ring for policy cold needs to be configured with exactly 3 nodes. Got 2."00:42
arcimboldowhich is strange because swift.conf is the same on all of the nodes00:43
claygcheck ring md5's?00:43
arcimboldoah ok, it didn't restart the daemon on all of them00:43
arcimboldoso, the conf and/or the ring is wrong00:43
arcimboldoI'm using 2 data fragments, 1 parity fragment, and have 3 nodes00:44
arcimboldolet met check the ring again00:44
arcimboldoah, ok, I probably created the ring wrongly00:45
*** phchoi1 has joined #openstack-swift00:45
*** jlhinson has joined #openstack-swift00:47
arcimboldoaaand I've deleted all my ring files :)00:48
notmynameintentionally, I hope00:49
arcimboldonot really, but it's a testbed00:50
arcimboldoif I lose the rings, I basically lose all of my data right?00:50
*** breitz has quit IRC00:51
*** jerrygb has quit IRC00:51
claygarcimboldo: builders can write_ring - you can even restore the builder from the ring - but there is some fidelity loss00:52
claygarcimboldo: but if you loose both - it'd be some surgury - try not to loose them00:52
*** jerrygb has joined #openstack-swift00:54
*** jerrygb has quit IRC00:54
*** jerrygb has joined #openstack-swift00:55
*** zhill has joined #openstack-swift00:55
*** hezhiqiang has quit IRC00:57
*** jlhinson has quit IRC00:57
*** jlhinson has joined #openstack-swift00:58
*** hezhiqiang has joined #openstack-swift00:58
*** zhill has quit IRC00:59
arcimboldowow, EC works01:02
*** hezhiqiang has quit IRC01:02
notmynameof course it does ;-)01:03
arcimboldoI had a few errors, probably because I didn't restart the daemon after upgrading :-(01:07
*** gyee has quit IRC01:09
*** klrmn1 has joined #openstack-swift01:09
claygit does!?01:10
*** jerrygb has quit IRC01:12
arcimboldouhm, it doesn't replicate the fragment, after I've corrupted the file01:12
arcimboldowho is responsible to replicate the data when EC is used?01:13
*** jlhinson has quit IRC01:14
arcimboldoah, ok, you need the object-reconstructor daemon, which is not started on ubuntu apparently01:18
notmynamearcimboldo: right. object-reconstructor is what does EC fixing01:19
arcimboldothe ubuntu package is missing the upstart script to start it01:19
arcimboldo'night01:22
notmyname:-)01:23
notmynameI think I figured out the weird traceback/error01:27
notmynameint he auditor01:27
*** arcimboldo has quit IRC01:27
notmynamewith running the auditor in once mode, it starts both audit passes. and when the 2nd one gets to the corrupted file, it no longer exists and gives an error01:27
notmynameI think it's a weird side effect of how it's run, but not something that would be seen normally01:28
notmynamekids home. I'm out for the night01:38
*** david-lyle has joined #openstack-swift01:38
*** jlhinson has joined #openstack-swift01:49
*** jlhinson has quit IRC01:51
*** jerrygb has joined #openstack-swift01:51
*** sanchitmalhotra has joined #openstack-swift02:01
*** sanchitmalhotra1 has quit IRC02:03
*** hezhiqiang has joined #openstack-swift02:03
*** Zyric1 has joined #openstack-swift02:12
*** jerrygb has quit IRC02:12
*** jerrygb has joined #openstack-swift02:13
*** jerrygb has quit IRC02:18
*** j_king_ has joined #openstack-swift02:18
*** goodygum_ has joined #openstack-swift02:18
*** Anticime1 has joined #openstack-swift02:18
*** saltsa_ has joined #openstack-swift02:18
*** StevenK_ has joined #openstack-swift02:18
*** goodygum has quit IRC02:19
*** j_king has quit IRC02:19
*** saltsa has quit IRC02:19
*** Anticimex has quit IRC02:19
*** StevenK has quit IRC02:19
*** StevenK_ is now known as StevenK02:21
*** jrichli has joined #openstack-swift02:33
*** sanchitmalhotra1 has joined #openstack-swift02:41
*** sanchitmalhotra has quit IRC02:43
*** david-lyle has quit IRC02:57
*** sanchitmalhotra has joined #openstack-swift03:14
*** sanchitmalhotra1 has quit IRC03:16
*** sanchitmalhotra1 has joined #openstack-swift03:21
*** sanchitmalhotra has quit IRC03:24
*** hezhiqiang has quit IRC03:29
*** zhill has joined #openstack-swift03:29
*** zhill has quit IRC03:34
*** mwheckmann has joined #openstack-swift04:13
*** zhill has joined #openstack-swift04:20
*** jerrygb has joined #openstack-swift04:23
*** jerrygb has quit IRC04:24
*** jerrygb has joined #openstack-swift04:24
*** zhill has quit IRC04:25
*** sanchitmalhotra has joined #openstack-swift04:32
*** sanchitmalhotra1 has quit IRC04:35
*** sanchitmalhotra1 has joined #openstack-swift04:38
*** sanchitmalhotra has quit IRC04:40
*** mwheckmann has quit IRC04:41
*** sanchitmalhotra has joined #openstack-swift04:45
*** david-lyle has joined #openstack-swift04:47
*** sanchitmalhotra1 has quit IRC04:48
*** jerrygb has quit IRC04:49
*** jerrygb has joined #openstack-swift04:50
*** jerrygb has quit IRC04:52
*** mac_ified has joined #openstack-swift04:53
*** jerrygb has joined #openstack-swift04:53
*** jerrygb has quit IRC04:53
*** diazjf has joined #openstack-swift04:53
*** diazjf has quit IRC04:56
*** zhill has joined #openstack-swift05:28
*** sanchitmalhotra1 has joined #openstack-swift05:28
*** sanchitmalhotra has quit IRC05:29
*** hezhiqiang has joined #openstack-swift05:31
*** zhill has quit IRC05:32
*** klrmn1 has quit IRC05:36
*** trifon has joined #openstack-swift05:39
*** daemontool has quit IRC06:03
*** daemontool has joined #openstack-swift06:04
*** haomaiwa_ has joined #openstack-swift06:07
*** sanchitmalhotra has joined #openstack-swift06:12
*** sanchitmalhotra1 has quit IRC06:14
*** dimasot has joined #openstack-swift06:16
*** dimasot has quit IRC06:21
*** trifon has quit IRC06:26
*** sanchitmalhotra1 has joined #openstack-swift06:33
*** sanchitmalhotra has quit IRC06:35
*** sanchitmalhotra has joined #openstack-swift06:42
*** jrichli has quit IRC06:44
*** sanchitmalhotra1 has quit IRC06:45
*** tsg has quit IRC06:58
*** haomaiwa_ has quit IRC07:01
*** haomaiwang has joined #openstack-swift07:01
*** hezhiqiang has quit IRC07:03
*** trifon has joined #openstack-swift07:22
*** zhill has joined #openstack-swift07:24
*** zhill has quit IRC07:28
*** sanchitmalhotra1 has joined #openstack-swift07:45
*** sanchitmalhotra has quit IRC07:47
*** sanchitmalhotra has joined #openstack-swift07:50
*** sanchitmalhotra1 has quit IRC07:52
*** jerrygb has joined #openstack-swift07:54
*** jerrygb has quit IRC07:58
*** haomaiwang has quit IRC08:01
*** 21WAADT49 has joined #openstack-swift08:01
*** zhill has joined #openstack-swift08:03
*** zhill has quit IRC08:07
*** SkyRocknRoll has joined #openstack-swift08:12
*** 21WAADT49 has quit IRC08:16
*** sanchitmalhotra1 has joined #openstack-swift08:22
*** ktsuyuzaki has joined #openstack-swift08:23
*** sanchitmalhotra has quit IRC08:24
*** haomaiwang has joined #openstack-swift08:24
*** kota_ has quit IRC08:24
*** hezhiqiang has joined #openstack-swift08:24
*** zhill has joined #openstack-swift08:27
*** zhill has quit IRC08:32
*** mac_ified has quit IRC08:37
*** haomaiwang has quit IRC08:39
*** sanchitmalhotra has joined #openstack-swift08:41
*** sanchitmalhotra1 has quit IRC08:44
*** asettle has quit IRC08:52
*** rcernin has joined #openstack-swift08:59
*** trifon has quit IRC09:02
*** sanchitmalhotra1 has joined #openstack-swift09:06
*** sanchitmalhotra has quit IRC09:09
*** 21WAADUK7 has joined #openstack-swift09:12
*** sanchitmalhotra has joined #openstack-swift09:18
*** sanchitmalhotra1 has quit IRC09:20
*** 21WAADUK7 has quit IRC09:24
*** haomaiwa_ has joined #openstack-swift09:35
*** sanchitmalhotra1 has joined #openstack-swift09:43
*** sanchitmalhotra has quit IRC09:45
*** sanchitmalhotra has joined #openstack-swift09:51
*** haomaiwa_ has quit IRC09:52
*** haomaiwang has joined #openstack-swift09:52
*** sanchitmalhotra1 has quit IRC09:53
*** haomaiwang has quit IRC09:57
*** trifon has joined #openstack-swift10:16
*** sanchitmalhotra1 has joined #openstack-swift10:16
*** arcimboldo has joined #openstack-swift10:17
*** sanchitmalhotra has quit IRC10:19
*** trifon has quit IRC10:23
*** dimasot has joined #openstack-swift10:25
*** arcimboldo has quit IRC10:27
*** dimasot has quit IRC10:31
*** sanchitmalhotra has joined #openstack-swift10:34
*** sanchitmalhotra1 has quit IRC10:36
*** sanchitmalhotra1 has joined #openstack-swift10:49
*** sanchitmalhotra has quit IRC10:51
*** sanchitmalhotra has joined #openstack-swift10:57
*** Zyric1 has quit IRC10:59
*** sanchitmalhotra1 has quit IRC11:00
*** zhill has joined #openstack-swift11:03
*** zhill has quit IRC11:08
*** haomaiwang has joined #openstack-swift11:09
*** trifon has joined #openstack-swift11:13
*** sanchitmalhotra1 has joined #openstack-swift11:19
*** daemontool has quit IRC11:19
*** daemontool has joined #openstack-swift11:20
*** sanchitmalhotra has quit IRC11:21
*** jmccarthy has quit IRC11:23
*** jmccarthy has joined #openstack-swift11:24
*** zhill has joined #openstack-swift11:27
*** jordanP has joined #openstack-swift11:31
*** trifon has quit IRC11:31
*** zhill has quit IRC11:32
openstackgerritPeter Lisák proposed openstack/swift: Log error if a local device not identified in replicator  https://review.openstack.org/24304011:32
*** jerrygb has joined #openstack-swift11:55
*** sanchitmalhotra has joined #openstack-swift11:57
*** jordanP has quit IRC11:58
*** jerrygb has quit IRC11:59
*** sanchitmalhotra1 has quit IRC11:59
*** haomaiwang has quit IRC12:01
*** haomaiwa_ has joined #openstack-swift12:01
*** zhill has joined #openstack-swift12:27
*** zhill has quit IRC12:32
*** hezhiqiang has quit IRC12:33
*** sanchitmalhotra1 has joined #openstack-swift12:41
*** sanchitmalhotra has quit IRC12:43
*** sanchitmalhotra has joined #openstack-swift12:46
*** sanchitmalhotra1 has quit IRC12:48
*** jordanP has joined #openstack-swift12:48
*** sanchitmalhotra1 has joined #openstack-swift12:54
*** sanchitmalhotra has quit IRC12:56
*** haomaiwa_ has quit IRC13:01
*** haomaiwa_ has joined #openstack-swift13:01
openstackgerritPeter Lisák proposed openstack/swift: Log error if a local device not identified in replicator  https://review.openstack.org/24304013:05
openstackgerritvenkatamahesh proposed openstack/swift: OpenStack typo  https://review.openstack.org/24360813:09
openstackgerritvenkatamahesh proposed openstack/swift: OpenStack typo  https://review.openstack.org/24360813:25
*** sanchitmalhotra has joined #openstack-swift13:27
*** sanchitmalhotra1 has quit IRC13:29
*** sanchitmalhotra1 has joined #openstack-swift13:39
*** sanchitmalhotra has quit IRC13:41
*** sanchitmalhotra has joined #openstack-swift13:52
*** sanchitmalhotra1 has quit IRC13:54
*** mac_ified has joined #openstack-swift13:57
*** haomaiwa_ has quit IRC14:01
*** haomaiwa_ has joined #openstack-swift14:01
*** tab has joined #openstack-swift14:03
*** tab is now known as Guest9699114:04
*** rcernin is now known as rcernin|afk14:11
*** arcimboldo has joined #openstack-swift14:14
arcimboldohi all, I have trouble configuring swift (liberty) to use s3 token with keystone (kilo)14:17
arcimboldoIt seems swift is not authenticating to keystone when it's trying to verify the token14:18
arcimboldoor the access/secret keys14:18
arcimboldonot sure how it actually works...14:18
arcimboldoactually, it's sending the access key plus a token. Wher the toke comes from? It's not the secret key14:22
*** trifon has joined #openstack-swift14:25
*** nadeem has joined #openstack-swift14:27
*** SkyRocknRoll has quit IRC14:31
arcimboldogot it14:34
arcimboldoquestion: is it possible to have "write/read_affinity" settings for erasure coded ring?14:39
*** SkyRocknRoll has joined #openstack-swift14:49
*** tsg has joined #openstack-swift14:57
*** arcimboldo has quit IRC14:58
*** haomaiwa_ has quit IRC15:01
*** haomaiwa_ has joined #openstack-swift15:01
*** sanchitmalhotra1 has joined #openstack-swift15:15
*** sanchitmalhotra has quit IRC15:17
*** jerrygb has joined #openstack-swift15:29
*** jerrygb_ has joined #openstack-swift15:29
*** ekarlso has quit IRC15:32
*** ekarlso has joined #openstack-swift15:32
*** jerrygb has quit IRC15:33
*** sanchitmalhotra has joined #openstack-swift15:37
*** sanchitmalhotra1 has quit IRC15:39
*** jerrygb_ has quit IRC15:45
*** sanchitmalhotra1 has joined #openstack-swift15:47
*** nadeem has quit IRC15:48
*** SkyRocknRoll has quit IRC15:48
*** sanchitmalhotra has quit IRC15:50
*** proteusguy__ has quit IRC15:55
*** SkyRocknRoll has joined #openstack-swift15:57
*** sanchitmalhotra has joined #openstack-swift16:00
*** haomaiwa_ has quit IRC16:01
*** haomaiwa_ has joined #openstack-swift16:01
*** sanchitmalhotra1 has quit IRC16:02
*** proteusguy__ has joined #openstack-swift16:07
*** SkyRocknRoll has quit IRC16:12
*** rcernin|afk is now known as rcernin16:17
*** daemontool_ has joined #openstack-swift16:17
*** jerrygb has joined #openstack-swift16:18
*** nadeem has joined #openstack-swift16:20
*** daemontool has quit IRC16:20
openstackgerritOpenStack Proposal Bot proposed openstack/swift: Updated from global requirements  https://review.openstack.org/8873616:23
*** Guest96991 has quit IRC16:25
*** jerrygb has quit IRC16:25
*** jerrygb has joined #openstack-swift16:27
*** jerrygb has quit IRC16:27
*** jerrygb has joined #openstack-swift16:27
*** sanchitmalhotra1 has joined #openstack-swift16:41
*** sanchitmalhotra has quit IRC16:42
*** jerrygb has quit IRC16:44
*** jerrygb has joined #openstack-swift16:44
*** jerrygb has quit IRC16:48
*** jerrygb has joined #openstack-swift16:49
*** tsg has quit IRC16:51
*** tsg has joined #openstack-swift16:51
*** haomaiwa_ has quit IRC17:01
*** haomaiwang has joined #openstack-swift17:01
*** onovy has quit IRC17:16
*** thumpba has joined #openstack-swift17:16
*** peterlisak has quit IRC17:18
openstackgerritMahati Chamarthy proposed openstack/swift: Decrypt multi-part mime doc  https://review.openstack.org/24837717:19
*** sanchitmalhotra has joined #openstack-swift17:21
*** sanchitmalhotra1 has quit IRC17:23
*** onovy has joined #openstack-swift17:30
*** peterlisak has joined #openstack-swift17:31
*** thumpba has quit IRC17:31
*** daemontool_ has quit IRC17:43
*** daemontool_ has joined #openstack-swift17:44
*** blair has quit IRC17:44
*** serverascode has quit IRC17:45
*** blair has joined #openstack-swift17:45
*** serverascode has joined #openstack-swift17:50
*** tsg has quit IRC17:58
*** haomaiwang has quit IRC18:01
*** haomaiwa_ has joined #openstack-swift18:01
*** dimasot has joined #openstack-swift18:02
*** sanchitmalhotra1 has joined #openstack-swift18:05
*** sanchitmalhotra has quit IRC18:07
*** jrichli has joined #openstack-swift18:17
*** jerrygb has quit IRC18:32
*** sanchitmalhotra has joined #openstack-swift18:55
*** sanchitmalhotra2 has joined #openstack-swift18:57
*** sanchitmalhotra1 has quit IRC18:58
*** sanchitmalhotra has quit IRC18:59
*** silor has joined #openstack-swift19:00
*** haomaiwa_ has quit IRC19:01
*** haomaiwang has joined #openstack-swift19:01
*** sanchitmalhotra has joined #openstack-swift19:10
*** jordanP has quit IRC19:10
*** sanchitmalhotra2 has quit IRC19:12
*** silor1 has joined #openstack-swift19:13
*** silor has quit IRC19:13
*** silor1 is now known as silor19:13
*** sanchitmalhotra1 has joined #openstack-swift19:22
*** sanchitmalhotra has quit IRC19:24
*** nadeem has quit IRC19:29
*** tsg has joined #openstack-swift19:32
*** onovy has quit IRC19:37
*** peterlisak has quit IRC19:38
*** onovy has joined #openstack-swift19:39
*** peterlisak has joined #openstack-swift19:39
*** haomaiwang has quit IRC20:01
*** haomaiwang has joined #openstack-swift20:01
*** peterlisak has quit IRC20:04
*** peterlisak has joined #openstack-swift20:04
*** sanchitmalhotra has joined #openstack-swift20:08
*** sanchitmalhotra1 has quit IRC20:10
*** sanchitmalhotra1 has joined #openstack-swift20:14
*** dimasot has quit IRC20:16
*** sanchitmalhotra has quit IRC20:16
*** sanchitmalhotra has joined #openstack-swift20:17
*** sanchitmalhotra1 has quit IRC20:18
*** nadeem has joined #openstack-swift20:25
*** nadeem has quit IRC20:37
*** tsg has quit IRC20:53
*** haomaiwang has quit IRC21:01
*** silor has quit IRC21:01
*** 20WACI1I5 has joined #openstack-swift21:01
*** rcernin_ has joined #openstack-swift21:07
*** rcernin has quit IRC21:08
*** rcernin_ has quit IRC21:08
*** rcernin has joined #openstack-swift21:08
*** rcernin has quit IRC21:08
*** rcernin has joined #openstack-swift21:09
*** tsg has joined #openstack-swift21:17
*** klrmn1 has joined #openstack-swift21:27
*** tsg has quit IRC21:29
*** tsg has joined #openstack-swift21:30
*** tsg_ has joined #openstack-swift21:41
*** tsg has quit IRC21:41
*** tsg__ has joined #openstack-swift21:44
*** tsg_ has quit IRC21:44
*** jerrygb has joined #openstack-swift21:47
*** jerrygb has quit IRC21:52
*** daemontool_ has quit IRC21:54
*** daemontool_ has joined #openstack-swift21:55
*** trifon has quit IRC21:59
*** sanchitmalhotra1 has joined #openstack-swift21:59
*** 20WACI1I5 has quit IRC22:01
*** haomaiwang has joined #openstack-swift22:01
*** sanchitmalhotra has quit IRC22:01
*** thumpba has joined #openstack-swift22:02
*** thumpba has quit IRC22:02
*** tsg has joined #openstack-swift22:09
*** tsg__ has quit IRC22:09
*** sanchitmalhotra has joined #openstack-swift22:11
*** sanchitmalhotra1 has quit IRC22:13
*** sanchitmalhotra1 has joined #openstack-swift22:18
*** sanchitmalhotra has quit IRC22:20
*** zhill has joined #openstack-swift22:21
*** sanchitmalhotra has joined #openstack-swift22:27
*** sanchitmalhotra1 has quit IRC22:29
*** sanchitmalhotra1 has joined #openstack-swift22:45
*** sanchitmalhotra has quit IRC22:46
*** sanchitmalhotra has joined #openstack-swift22:53
*** sanchitmalhotra1 has quit IRC22:55
*** jrichli has quit IRC22:57
*** haomaiwang has quit IRC23:01
*** haomaiwang has joined #openstack-swift23:01
*** swat30 has quit IRC23:25
*** swat30 has joined #openstack-swift23:28
*** swat30 has quit IRC23:32
*** Zyric has joined #openstack-swift23:34
*** swat30 has joined #openstack-swift23:37
*** sanchitmalhotra1 has joined #openstack-swift23:44
*** sanchitmalhotra has quit IRC23:45
*** sanchitmalhotra has joined #openstack-swift23:52
*** sanchitmalhotra1 has quit IRC23:54
*** nadeem has joined #openstack-swift23:55

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