*** EricGonc_ has quit IRC | 00:16 | |
*** openstackgerrit has quit IRC | 00:22 | |
*** openstackgerrit has joined #openstack-dns | 00:22 | |
*** ChanServ sets mode: +v openstackgerrit | 00:22 | |
*** openstack has joined #openstack-dns | 00:35 | |
*** ChanServ sets mode: +v openstack | 00:35 | |
*** penick has joined #openstack-dns | 00:48 | |
*** encld06 has joined #openstack-dns | 01:25 | |
*** fawadkhaliq has joined #openstack-dns | 01:25 | |
*** fawadkhaliq has quit IRC | 01:29 | |
*** mwagner_lap has joined #openstack-dns | 01:37 | |
*** stanzgy has joined #openstack-dns | 01:50 | |
*** echoingumesh has quit IRC | 02:04 | |
*** echoingumesh has joined #openstack-dns | 02:04 | |
*** echoingumesh has quit IRC | 02:09 | |
*** encld06 has quit IRC | 02:13 | |
*** EricGonczer_ has joined #openstack-dns | 02:17 | |
*** fawadkhaliq has joined #openstack-dns | 02:39 | |
*** EricGonczer_ has quit IRC | 02:49 | |
*** EricGonczer_ has joined #openstack-dns | 03:08 | |
*** EricGonczer_ has quit IRC | 03:10 | |
*** EricGonczer_ has joined #openstack-dns | 03:13 | |
*** fawadkhaliq has quit IRC | 03:22 | |
*** EricGonczer_ has quit IRC | 03:28 | |
*** echoingumesh has joined #openstack-dns | 04:23 | |
*** echoingumesh has quit IRC | 04:29 | |
*** fawadkhaliq has joined #openstack-dns | 04:30 | |
*** echoingumesh has joined #openstack-dns | 04:30 | |
*** echoingumesh has quit IRC | 04:34 | |
*** richm has quit IRC | 04:38 | |
*** echoingumesh has joined #openstack-dns | 05:55 | |
*** echoingumesh has quit IRC | 06:00 | |
*** echoingumesh has joined #openstack-dns | 06:04 | |
*** echoingumesh has quit IRC | 07:01 | |
*** echoingumesh has joined #openstack-dns | 07:02 | |
*** echoingumesh has quit IRC | 07:07 | |
*** penick has quit IRC | 07:39 | |
*** jordanP has joined #openstack-dns | 08:16 | |
*** fawadkhaliq has quit IRC | 09:11 | |
*** fawadkhaliq has joined #openstack-dns | 09:25 | |
*** fawadkhaliq has quit IRC | 09:27 | |
stanzgy | hi guys, the performance issue on powerdns with mysql has finally been solved after I moved powerdns db to a dedicated mysql server with optimized options offered by ahu_. | 09:33 |
---|---|---|
stanzgy | Then main performance bottleneck is the MySQL IO performance. When running a script keeping creating records, PDNS's mysql still costs >10MB/s IO after records of a single domain growing to >20k. There is still room for optiziming. I shall file a bug on this. | 09:38 |
*** fawadkhaliq has joined #openstack-dns | 09:38 | |
*** fawadkhaliq has quit IRC | 09:38 | |
*** fawadkhaliq has joined #openstack-dns | 09:38 | |
*** untriaged-bot has joined #openstack-dns | 10:01 | |
untriaged-bot | Untriaged bugs so far: | 10:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1445127 | 10:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446281 | 10:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446387 | 10:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446242 | 10:01 |
openstack | Launchpad bug 1445127 in Designate "Multiple Pool Manager - every PM is running periodic sync" [Undecided,Confirmed] | 10:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1444901 | 10:01 |
*** untriaged-bot has quit IRC | 10:01 | |
openstack | Launchpad bug 1446281 in Designate "designate dashboard detail screen does not support horizon juno" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l) | 10:01 |
openstack | Launchpad bug 1446387 in Designate "Support Host header in REST queries" [Undecided,New] - Assigned to Cedric Brandily (cbrandily) | 10:01 |
openstack | Launchpad bug 1446242 in Designate "Allow to use network label in nova_fixed format" [Undecided,In progress] - Assigned to Cedric Brandily (cbrandily) | 10:01 |
openstack | Launchpad bug 1444901 in Designate "Service threadpool size needs to be configurable" [Undecided,Triaged] | 10:01 |
*** boris-42 has quit IRC | 10:05 | |
*** boris-42 has joined #openstack-dns | 10:08 | |
*** fawadkhaliq has quit IRC | 10:32 | |
*** fawadkhaliq has joined #openstack-dns | 10:32 | |
Kiall | stanzgy: that depends I guess, is there anything designate can do to make pDNS "happier"? Maybe it's a documentation thing? | 10:33 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Test change https://review.openstack.org/175802 | 10:35 |
Kiall | PgSQL gate was added last night.. Fingers crossed it works! | 10:35 |
*** fawadk has joined #openstack-dns | 10:36 | |
*** fawadkhaliq has quit IRC | 10:38 | |
stanzgy | Kiall: I did some mysql innodb tuning under ahu_'s guidance. But it still costs too much IO. I have noticed that for pDNS table 'record', the index length is about 3x~5x that of the data length. It's a heavy task to maintain these indexes, may be we could remove some useless indexex to optimize db performance. | 10:39 |
stanzgy | Kiall: ;D | 10:40 |
Kiall | Aha, that makes sense as a bug for us since we do pdns DB migrations | 10:40 |
*** fawadkhaliq has joined #openstack-dns | 10:41 | |
stanzgy | Kiall: I shall file a bug with detailed statistics on it tomorrow. | 10:41 |
Kiall | if you set slow query log to 0, run for a while, then point percona toolkit's pt-query-digest at the slow query log, you can get some great info on additional indexes needed, and it's other tooks like pt-duplicate-key-checker etc to identify useless ones | 10:41 |
Kiall | stanzgy: please do ;) | 10:42 |
Kiall | :)* | 10:42 |
Kiall | (But the slow query log will likely do a MB/s or three on it's own under load, so you may need to scale back the test zone size etc ;) | 10:42 |
*** fawadk has quit IRC | 10:43 | |
stanzgy | Kiall: There are obvious a dupe index: KEY `nametype_index` (`name`,`type`) and KEY `rec_name_index` (`name`). | 10:43 |
stanzgy | Kiall: IMO, the second one could be removed at least. | 10:43 |
Kiall | Yea, that looks like an obvious one alright :) Probably more too! | 10:44 |
*** fawadk has joined #openstack-dns | 10:44 | |
stanzgy | Kiall: Maybe. I need to catch the bus now, back to work tomorrow :D | 10:46 |
*** fawadkhaliq has quit IRC | 10:48 | |
*** fawadkhaliq has joined #openstack-dns | 10:49 | |
*** fawadkhaliq has quit IRC | 10:50 | |
*** fawadkhaliq has joined #openstack-dns | 10:50 | |
*** fawadk has quit IRC | 10:51 | |
*** stanzgy has quit IRC | 10:51 | |
*** fawadk has joined #openstack-dns | 10:53 | |
*** fawadkhaliq has quit IRC | 10:55 | |
*** fawadkhaliq has joined #openstack-dns | 10:55 | |
*** fawadk has quit IRC | 10:58 | |
*** nihilifer has quit IRC | 11:03 | |
*** nihilifer has joined #openstack-dns | 11:03 | |
*** fawadkhaliq has quit IRC | 11:09 | |
*** kei_yama has quit IRC | 11:09 | |
*** fawadkhaliq has joined #openstack-dns | 11:13 | |
*** fawadkhaliq has quit IRC | 11:15 | |
*** fawadkhaliq has joined #openstack-dns | 11:16 | |
*** km has quit IRC | 11:28 | |
*** fawadkhaliq has quit IRC | 11:30 | |
*** fawadkhaliq has joined #openstack-dns | 11:32 | |
*** fawadkhaliq has quit IRC | 11:35 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Ensure addition of TSIG do not trigger a TooBig exception https://review.openstack.org/175822 | 11:35 |
*** mwagner_lap has quit IRC | 11:38 | |
*** jmcbride has quit IRC | 12:01 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: PM: Ensure only one periodic task runs per host https://review.openstack.org/175830 | 12:09 |
*** richm has joined #openstack-dns | 12:10 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Service ThreadPool size should be configurable https://review.openstack.org/175835 | 12:17 |
*** mwagner_lap has joined #openstack-dns | 12:19 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Ensure addition of TSIG do not trigger a TooBig exception https://review.openstack.org/175822 | 12:21 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Service ThreadPool size should be configurable https://review.openstack.org/175835 | 12:22 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: PM: Ensure only one periodic task runs per host https://review.openstack.org/175830 | 12:54 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Service ThreadPool size should be configurable https://review.openstack.org/175835 | 13:03 |
*** richm has quit IRC | 13:12 | |
*** richm has joined #openstack-dns | 13:22 | |
*** busterswt has joined #openstack-dns | 13:23 | |
*** lkoranda has quit IRC | 13:24 | |
*** jmcbride has joined #openstack-dns | 13:24 | |
*** vinod1 has joined #openstack-dns | 13:31 | |
*** andrewbogott_afk is now known as andrewbogott | 13:31 | |
*** lkoranda has joined #openstack-dns | 13:33 | |
*** fawadkhaliq has joined #openstack-dns | 13:44 | |
*** johnbelamaric has joined #openstack-dns | 13:45 | |
*** EricGonczer_ has joined #openstack-dns | 14:06 | |
*** paul_glass has joined #openstack-dns | 14:09 | |
*** EricGonc_ has joined #openstack-dns | 14:15 | |
*** andrewbogott is now known as andrewbogott_afk | 14:16 | |
*** andrewbogott_afk is now known as andrewbogott | 14:16 | |
*** EricGonczer_ has quit IRC | 14:17 | |
*** vinod1 has quit IRC | 14:18 | |
*** vinod1 has joined #openstack-dns | 14:22 | |
Kiall | mugsie / vinod1 / timsim - I dropped a bunch of reviews for a couple of the kilo-rc-potential issues today - https://bugs.launchpad.net/designate/+bugs?field.tag=kilo-rc-potential - should aim to land them (after proper review!) soon | 14:54 |
*** encld06 has joined #openstack-dns | 14:56 | |
*** penick has joined #openstack-dns | 14:57 | |
paul_glass | Kiall: so I thought the TEMPEST_CONFIG env var got set in the gate, but it doesn't look like it. | 14:59 |
Kiall | Ehh, I believe it expects you to use the default of /etc/tempest/tempest.conf (or was it /etc/tempest.conf?) | 14:59 |
paul_glass | yeah, tempest.config used: https://github.com/openstack/tempest/blob/master/tempest/config.py#L1174 | 15:01 |
paul_glass | but without importing tempest, I don't have that module dir, here: https://review.openstack.org/#/c/175562/2/functionaltests/common/config.py | 15:03 |
openstackgerrit | Doug Hellmann proposed openstack/python-designateclient: Update README to work with release tools https://review.openstack.org/175925 | 15:07 |
*** fawadkhaliq has quit IRC | 15:07 | |
Kiall | paul_glass: Oh.. Humm, I wonder how you're meant to handle that.. copy+pasting into each service repo seems like it will be prone to getting out of date | 15:09 |
*** penick has quit IRC | 15:18 | |
paul_glass | Kiall: for the time being, I figured: keep tempest installed in the gate, and export TEMPEST_CONFIG=/opt/stack/new/tempest/etc/tempest.conf in whichever the relevant gate hook script is. | 15:20 |
Kiall | tempest should still be happening in the gate, did TEMPEST_CONFIG exist before? | 15:20 |
Kiall | OHH | 15:21 |
Kiall | I see it | 15:21 |
Kiall | Re-read the links you have | 15:21 |
Kiall | gave* | 15:21 |
Kiall | So, humm. | 15:21 |
Kiall | Have any other projects made the change yet? Might serve as an example for us | 15:22 |
paul_glass | not that I'm aware of. I'd need to ask around. | 15:24 |
*** fawadkhaliq has joined #openstack-dns | 15:28 | |
*** fawadkhaliq has quit IRC | 15:33 | |
*** fawadkhaliq has joined #openstack-dns | 15:34 | |
*** vinod1 has quit IRC | 15:43 | |
openstackgerrit | Paul Glass proposed openstack/designate: Functional tests: minus tempest, plus noauth support https://review.openstack.org/175562 | 15:47 |
*** fawadkhaliq has quit IRC | 15:51 | |
*** fawadkhaliq has joined #openstack-dns | 15:51 | |
*** jhazen has joined #openstack-dns | 15:57 | |
openstackgerrit | Merged openstack/designate: Update PM pooling defaults https://review.openstack.org/173349 | 15:59 |
*** untriaged-bot has joined #openstack-dns | 16:01 | |
untriaged-bot | Untriaged bugs so far: | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1445127 | 16:01 |
openstack | Launchpad bug 1445127 in Designate "Multiple Pool Manager - every PM is running periodic sync" [Undecided,Confirmed] | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446281 | 16:01 |
openstack | Launchpad bug 1446281 in Designate "designate dashboard detail screen does not support horizon juno" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l) | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446387 | 16:01 |
openstack | Launchpad bug 1446387 in Designate "Support Host header in REST queries" [Undecided,New] - Assigned to Cedric Brandily (cbrandily) | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1446242 | 16:01 |
openstack | Launchpad bug 1446242 in Designate "Allow to use network label in nova_fixed format" [Undecided,In progress] - Assigned to Cedric Brandily (cbrandily) | 16:01 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1444901 | 16:01 |
openstack | Launchpad bug 1444901 in Designate "Service threadpool size needs to be configurable" [Undecided,In progress] - Assigned to Kiall Mac Innes (kiall) | 16:01 |
*** untriaged-bot has quit IRC | 16:01 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: PM: Ensure only one periodic task runs per host https://review.openstack.org/175830 | 16:12 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: PM: Ensure only one periodic task runs per host https://review.openstack.org/175830 | 16:15 |
timsim | Kiall: you fixed that like, five seconds before I was going to -1. | 16:16 |
mugsie | timsim: i just shouted across the desk at him :) | 16:17 |
*** vinod1 has joined #openstack-dns | 16:17 | |
timsim | Nice. | 16:17 |
*** fawadkhaliq has quit IRC | 16:18 | |
*** eandersson has joined #openstack-dns | 16:18 | |
*** fawadkhaliq has joined #openstack-dns | 16:20 | |
*** fawadkhaliq has quit IRC | 16:23 | |
*** jordanP has quit IRC | 16:29 | |
timsim | Kiall: So with 10 and 20 worker threads, I'm still seeing multiple periodic tasks running. 10: http://paste.openstack.org/show/205011/ 2 perodic recoveries start at about the same time 20: http://paste.openstack.org/show/205010/ 4 recoveries start at about the same time | 16:44 |
*** vinod1 has quit IRC | 16:53 | |
openstackgerrit | Merged openstack/python-designateclient: Update README to work with release tools https://review.openstack.org/175925 | 17:05 |
*** fawadkhaliq has joined #openstack-dns | 17:21 | |
*** fawadkhaliq has quit IRC | 17:26 | |
*** vinod1 has joined #openstack-dns | 17:36 | |
*** penick has joined #openstack-dns | 17:36 | |
*** fawadkhaliq has joined #openstack-dns | 17:48 | |
*** echoingumesh has joined #openstack-dns | 17:59 | |
openstackgerrit | Merged openstack/designate: Ensure addition of TSIG do not trigger a TooBig exception https://review.openstack.org/175822 | 18:08 |
*** fawadkhaliq has quit IRC | 18:18 | |
*** fawadkhaliq has joined #openstack-dns | 18:18 | |
*** johnbelamaric has quit IRC | 18:21 | |
openstackgerrit | Merged openstack/designate: Service ThreadPool size should be configurable https://review.openstack.org/175835 | 18:32 |
*** openstackgerrit has quit IRC | 18:37 | |
*** openstackgerrit has joined #openstack-dns | 18:37 | |
*** ChanServ sets mode: +v openstackgerrit | 18:37 | |
*** johnbelamaric has joined #openstack-dns | 18:39 | |
Kiall | timsim: 2 or 4 is better than 10 or 20 :p in all reality, if that's happening, it has to be a race in oslo.concurrency :( | 18:49 |
timsim | Fair enough. The longer term solution should probably take care of that. | 18:50 |
*** jmcbride has quit IRC | 18:50 | |
Kiall | I'm on my cell, so can't look at the logs.. If you have debug on, do you see multiple tasks acquiring the lock? | 18:52 |
timsim | Yeah I have debug on. Basically you see "16:38:40.840 Acquired file lock "/opt/designate/periodic_recovery" after waiting 0.000s" "16:38:40.926 Acquired file lock "/opt/designate/periodic_recovery" really close to each other about four times, every periodic interval. | 18:55 |
*** jmcbride has joined #openstack-dns | 18:55 | |
Kiall | If its really an Oslo.concurrency issue.. We can likely get that fixed before we release... | 18:56 |
*** jmcbride has quit IRC | 18:56 | |
Kiall | That certainly sounds like it shouldn't be happening based on your paste there :( | 18:56 |
timsim | Yeah it only happened when you started a lot of them. | 18:56 |
timsim | The vm has 2 cpus, and I'm starting like 10 pool managers, so something is bound to go wrong. | 18:57 |
*** jmcbride has joined #openstack-dns | 19:00 | |
Kiall | Looking at oslo.concurrency.. It's delegating out to https://docs.python.org/2/library/fcntl.html#fcntl.lockf | 19:01 |
Kiall | I'd kinda expect that to work | 19:01 |
timsim | I could be messing something up, try it out at your leisure, if you don't see it, I'm probably doing something stupid. | 19:01 |
*** johnbelamaric has quit IRC | 19:02 | |
Kiall | Your logs show it happening ;) Myself and graham were actually debating if a temp fix was even worth it, since all we're really doing is serializing them periodics rather than deduplicating them.. I expect 99% of deploys will have 1 to say, 4 workers, if it's working there, I'd say it's better than nothing | 19:04 |
*** paul_glass has quit IRC | 19:05 | |
Kiall | timsim: actually, in http://paste.openstack.org/show/205010/, I don't see the lock being handed out twice concurrently? | 19:06 |
Kiall | Looking at the other set now.. | 19:06 |
timsim | Right, so they don't actually happen at the same time. But it doesn't run just one time per host | 19:07 |
Kiall | OHH.. Okay, now I understand.. Yea, that's not something we can avoid wither bigger changes :( | 19:08 |
Kiall | They'll pile up, and run serially rather than all running at exactly the same time | 19:08 |
timsim | Yeah, I figured the bigger change later that's mentioned will probably fix that. | 19:08 |
*** paul_glass has joined #openstack-dns | 19:08 | |
Kiall | (i.e spead the load they cause over time, rather than having it ALL at once) | 19:08 |
Kiall | spread* | 19:08 |
*** johnbelamaric has joined #openstack-dns | 19:08 | |
timsim | But I just wanted to bring it up, in case it wasn't intended to work that way | 19:09 |
Kiall | oslo.concurrency doesn't give us a way to say, try obtain the lock, and if you can't, let ius know so we can skip this iteration etc | 19:09 |
Kiall | What I really wated to do, was have each worker attempt to grab the lock, and hold it forever, until that thread dies.. but it would have required too many changes for an rc2 fix | 19:09 |
Kiall | until that proceess dies* | 19:10 |
timsim | Ah that'd be better. What it's doing now is definitely better. You can still work around it fine in a proper deployment. I'm fine with fixing it completely later. | 19:12 |
Kiall | timsim: psst - +A needed on https://review.openstack.org/#/c/175326/ | 19:13 |
Kiall | (Similar reviews elsewhere got an explanation that yes, they need to land ;)) | 19:13 |
Kiall | timsim: yea, I think once we pull in tooz (Which we'll need anyway in L (making sure secondary zones respect the SOA refresh interval without piles of different workers checking each once at once), we get this for free: http://docs.openstack.org/developer/tooz/tutorial/leader_election.html | 19:21 |
Kiall | and http://docs.openstack.org/developer/tooz/tutorial/lock.html ;) | 19:22 |
Kiall | Anyway.. Call time. | 19:22 |
timsim | Well that's pretty cool. | 19:22 |
timsim | More like bedtime | 19:22 |
Kiall | lol.. My last meeting of the day is scheduled for 11:30PM. That one, I rejected. lol | 19:22 |
timsim | oof. We complain if meetings go until 5 :x | 19:23 |
Kiall | (If Dominic happens to be here, sorry :P) | 19:23 |
*** vinod1 has quit IRC | 19:35 | |
*** andrewbogott is now known as andrewbogott_afk | 19:37 | |
*** vinod1 has joined #openstack-dns | 19:37 | |
*** EricGonc_ has quit IRC | 19:39 | |
*** ericpeterson has joined #openstack-dns | 19:48 | |
*** fawadkhaliq has quit IRC | 19:50 | |
*** echoingumesh has quit IRC | 19:56 | |
*** echoingumesh has joined #openstack-dns | 19:57 | |
*** echoingumesh has quit IRC | 20:01 | |
*** paul_glass1 has joined #openstack-dns | 20:05 | |
*** EricGonczer_ has joined #openstack-dns | 20:07 | |
*** echoingumesh has joined #openstack-dns | 20:07 | |
*** jmcbride has quit IRC | 20:08 | |
*** paul_glass has quit IRC | 20:08 | |
*** jmcbride has joined #openstack-dns | 20:12 | |
*** andrewbogott_afk is now known as andrewbogott | 20:34 | |
*** echoingumesh has quit IRC | 20:41 | |
*** openstackgerrit has quit IRC | 20:52 | |
*** openstackgerrit has joined #openstack-dns | 20:52 | |
*** ChanServ sets mode: +v openstackgerrit | 20:52 | |
openstackgerrit | Paul Glass proposed openstack/designate: Zone ownership tests https://review.openstack.org/176080 | 21:11 |
*** vinod1 has quit IRC | 21:12 | |
*** johnbelamaric has quit IRC | 21:17 | |
*** iraw_ has joined #openstack-dns | 21:19 | |
*** iraw_ has quit IRC | 21:19 | |
*** EricGonczer_ has quit IRC | 21:25 | |
*** iraw_ has joined #openstack-dns | 21:26 | |
*** johnbelamaric has joined #openstack-dns | 21:38 | |
*** johnbelamaric has quit IRC | 21:42 | |
openstackgerrit | Paul Glass proposed openstack/designate: Zone ownership tests https://review.openstack.org/176080 | 21:45 |
*** mwagner_lap has quit IRC | 21:47 | |
*** busterswt has quit IRC | 21:53 | |
*** iraw_ has quit IRC | 22:02 | |
*** ericpete_ has joined #openstack-dns | 22:05 | |
*** ericpeterson has quit IRC | 22:08 | |
*** ericpete_ has quit IRC | 22:09 | |
*** jmcbride has quit IRC | 22:11 | |
*** andrewbogott is now known as andrewbogott_afk | 22:20 | |
openstackgerrit | Paul Glass proposed openstack/designate: Functional tests to check recordset ownership https://review.openstack.org/176105 | 22:22 |
*** paul_glass1 has quit IRC | 22:23 | |
*** mwagner_lap has joined #openstack-dns | 22:32 | |
*** km has joined #openstack-dns | 22:44 | |
*** EricGonczer_ has joined #openstack-dns | 22:50 | |
*** jmcbride has joined #openstack-dns | 22:57 | |
*** penick has quit IRC | 22:58 | |
*** penick has joined #openstack-dns | 23:02 | |
*** penick has quit IRC | 23:03 | |
*** jhazen has quit IRC | 23:09 | |
*** EricGonczer_ has quit IRC | 23:20 | |
*** kei_yama has joined #openstack-dns | 23:32 | |
*** penick has joined #openstack-dns | 23:36 | |
*** penick has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!