| *** hamalq has quit IRC | 02:51 | |
| *** hamalq has joined #openstack-oslo | 02:53 | |
| *** hamalq has quit IRC | 02:58 | |
| *** hoonetorg has quit IRC | 03:02 | |
| *** rcernin has quit IRC | 03:14 | |
| *** hoonetorg has joined #openstack-oslo | 03:15 | |
| *** rcernin has joined #openstack-oslo | 03:16 | |
| *** rcernin has quit IRC | 03:24 | |
| *** rcernin has joined #openstack-oslo | 03:31 | |
| *** rcernin has quit IRC | 03:45 | |
| *** rcernin has joined #openstack-oslo | 03:48 | |
| *** rcernin has quit IRC | 03:56 | |
| *** rcernin has joined #openstack-oslo | 04:05 | |
| *** hamalq has joined #openstack-oslo | 04:21 | |
| *** hamalq has quit IRC | 04:21 | |
| *** hamalq has joined #openstack-oslo | 04:38 | |
| *** hamalq has quit IRC | 04:43 | |
| *** hamalq has joined #openstack-oslo | 05:10 | |
| *** hamalq has quit IRC | 05:15 | |
| *** cognifloyd has quit IRC | 05:18 | |
| *** zzzeek has quit IRC | 05:41 | |
| *** zzzeek has joined #openstack-oslo | 05:41 | |
| *** hamalq has joined #openstack-oslo | 05:51 | |
| *** hamalq has quit IRC | 05:56 | |
| *** rpittau|afk is now known as rpittau | 06:20 | |
| *** hamalq has joined #openstack-oslo | 06:27 | |
| *** hamalq has quit IRC | 06:32 | |
| *** zzzeek has quit IRC | 06:36 | |
| *** zzzeek has joined #openstack-oslo | 06:39 | |
| *** hamalq has joined #openstack-oslo | 06:52 | |
| *** gibi_off is now known as gibi | 06:55 | |
| *** hamalq has quit IRC | 06:58 | |
| *** dtantsur|afk has quit IRC | 07:10 | |
| *** dtantsur has joined #openstack-oslo | 07:13 | |
| *** ralonsoh has joined #openstack-oslo | 07:17 | |
| *** zzzeek has quit IRC | 07:36 | |
| *** hamalq has joined #openstack-oslo | 07:36 | |
| *** zzzeek has joined #openstack-oslo | 07:37 | |
| *** hamalq has quit IRC | 07:41 | |
| *** tosky has joined #openstack-oslo | 07:42 | |
| *** hamalq has joined #openstack-oslo | 07:55 | |
| *** hamalq has quit IRC | 08:00 | |
| *** hamalq has joined #openstack-oslo | 08:16 | |
| *** rcernin has quit IRC | 08:17 | |
| *** hamalq has quit IRC | 08:21 | |
| *** hamalq has joined #openstack-oslo | 08:25 | |
| *** hamalq_ has joined #openstack-oslo | 08:27 | |
| *** hamalq has quit IRC | 08:30 | |
| *** hamalq_ has quit IRC | 08:31 | |
| *** hamalq has joined #openstack-oslo | 09:57 | |
| *** hamalq has quit IRC | 10:01 | |
| *** hamalq has joined #openstack-oslo | 10:13 | |
| *** hamalq has quit IRC | 10:17 | |
| *** rpittau is now known as rpittau|bbl | 10:20 | |
| *** tkajinam has quit IRC | 10:22 | |
| *** raildo has joined #openstack-oslo | 11:39 | |
| *** rpittau|bbl is now known as rpittau | 12:42 | |
| *** cognifloyd has joined #openstack-oslo | 12:49 | |
| *** moguimar has joined #openstack-oslo | 13:10 | |
| dtantsur | anyone understanding tooz here? specifically leader elections? | 13:54 |
|---|---|---|
| dtantsur | I'm trying to understand if it works in the background or we need to explicitly run the election in a periodic task | 13:54 |
| AJaeger | oslo team, here's a small change for openstack-doc-tools, could I get a second review, please? https://review.opendev.org/737184 | 14:41 |
| openstackgerrit | Bence Romsics proposed openstack/oslo.utils master: New method in netutils: get_mac_addr_by_ipv6 https://review.opendev.org/738047 | 14:43 |
| AJaeger | thanks, bnemec | 14:53 |
| openstackgerrit | Merged openstack/openstack-doc-tools master: Update sitemap https://review.opendev.org/737184 | 15:04 |
| *** AJaeger has left #openstack-oslo | 15:07 | |
| *** hamalq has joined #openstack-oslo | 15:55 | |
| *** hamalq has quit IRC | 16:01 | |
| *** hamalq has joined #openstack-oslo | 16:01 | |
| *** hamalq_ has joined #openstack-oslo | 16:03 | |
| *** hamalq has quit IRC | 16:06 | |
| *** rpittau is now known as rpittau|afk | 16:11 | |
| *** dtantsur is now known as dtantsur|afk | 16:48 | |
| *** moguimar has quit IRC | 17:44 | |
| *** geguileo has quit IRC | 18:44 | |
| hamalq_ | hi i have a question about oslo messaging, if the user define multiple rabbitmq urls for lets say to rabbitmq servers in transport_url how does the messaging deal with that? | 18:46 |
| hamalq_ | for example does it create the same queues in both rabbitmq servers? or it just choose one randomly and create queues on it? | 18:47 |
| hamalq_ | basically having two or more rabbitmq servers in configuration | 18:48 |
| *** raildo has quit IRC | 18:51 | |
| *** raildo has joined #openstack-oslo | 18:51 | |
| *** hberaud has quit IRC | 19:19 | |
| *** ralonsoh has quit IRC | 19:45 | |
| openstackgerrit | Ben Nemec proposed openstack/oslo.policy master: Add oslopolicy-validator tool https://review.opendev.org/702757 | 19:55 |
| *** dave-mccowan has joined #openstack-oslo | 20:05 | |
| bnemec | kgiusti: Can you answer hamalq_'s question? ISTR that multiple rabbit servers results in load balancing across all of them, but I'm not 100% sure how that works. | 20:09 |
| kgiusti | bnemec: hamalq_: actually, if the TransportURL has multiple [user:password@]host:port entries then only one will be used - the rest are for fail-over. | 20:17 |
| bnemec | Glad I asked then. :-) | 20:17 |
| hamalq_ | bnemec: so no distribution is done at all if the configuration define multiple rabbitmq servers? | 20:18 |
| hamalq_ | eiddccidrelrrujbgjfujkjunvjgcibivctfhdrjrckf | 20:19 |
| hamalq_ | sorry for the random text :) | 20:19 |
| kgiusti | hamalq_: no, any load balancing would have to be done either by the rabbitmq cluster or a virtual-ip front end. | 20:20 |
| bnemec | hamalq_: Sounds that way. | 20:20 |
| hamalq_ | bnemec: kgiusti: thanks thats good to know | 20:22 |
| kgiusti | bnemec: right - there's no common set of load balancing criteria shared among all clients using the library to connect to rabbitmq. | 20:22 |
| *** zaneb has quit IRC | 20:34 | |
| *** zaneb has joined #openstack-oslo | 20:36 | |
| *** zaneb has quit IRC | 20:38 | |
| *** zaneb has joined #openstack-oslo | 20:39 | |
| *** zaneb has quit IRC | 20:43 | |
| *** zaneb has joined #openstack-oslo | 20:44 | |
| *** raildo has quit IRC | 21:21 | |
| openstackgerrit | Ben Nemec proposed openstack/oslo.policy master: Add oslopolicy-validator tool https://review.opendev.org/702757 | 21:36 |
| *** tosky has quit IRC | 22:40 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!