| *** WonChon has joined #openstack-trove | 00:38 | |
| *** erkules has joined #openstack-trove | 01:35 | |
| *** erkules_ has quit IRC | 01:38 | |
| *** PeterSchwaller has quit IRC | 02:08 | |
| *** PeterSchwaller has joined #openstack-trove | 02:09 | |
| *** eghobo has joined #openstack-trove | 04:04 | |
| *** sgotliv_ has quit IRC | 04:23 | |
| *** sgotliv has joined #openstack-trove | 04:23 | |
| *** coolsvap|afk is now known as coolsvap | 04:23 | |
| *** chlong has quit IRC | 05:09 | |
| *** masco has joined #openstack-trove | 05:30 | |
| *** sgotliv has quit IRC | 05:57 | |
| *** Longgeek_ has joined #openstack-trove | 05:59 | |
| *** Longgeek has quit IRC | 06:03 | |
| *** eghobo has quit IRC | 07:11 | |
| *** kodoku has joined #openstack-trove | 07:36 | |
| *** john_f_ has quit IRC | 07:44 | |
| *** john_f_ has joined #openstack-trove | 07:52 | |
| *** fifieldt has joined #openstack-trove | 07:57 | |
| *** fifieldt has quit IRC | 07:58 | |
| *** sgotliv has joined #openstack-trove | 08:04 | |
| openstackgerrit | Nikhil Manchanda proposed openstack/trove: Update modules to turn on dangling mock detection https://review.openstack.org/180757 | 08:15 |
|---|---|---|
| *** kodoku has quit IRC | 08:54 | |
| *** erkules has quit IRC | 08:55 | |
| *** erkules has joined #openstack-trove | 08:56 | |
| *** kodoku has joined #openstack-trove | 09:10 | |
| kodoku | vkmc Hi, I have issue with taskmanager | 09:12 |
| openstackgerrit | Merged openstack/trove: Fix leaked mocks in the 'upgrade' module if any https://review.openstack.org/180760 | 09:12 |
| kodoku | http://paste.openstack.org/show/219679/ | 09:12 |
| openstackgerrit | Merged openstack/trove: Added dangling mock detection to 'backup' module https://review.openstack.org/180740 | 09:19 |
| *** haomaiwa_ has quit IRC | 09:31 | |
| kodoku | Anyone know this issue : TRACE trove.guestagent.api Timeout: Timeout while waiting on RPC response - topic: "guestagent.84da530f-41cc-4b69-90aa-c3b52534b36c", RPC method: "get_filesystem_stats" info: "<unknown>" | 09:32 |
| sushilkm | kodoku this is probably because your guest instance is not reachable | 09:35 |
| *** IanGovett has joined #openstack-trove | 09:36 | |
| kodoku | sushilkm I can ssh on my instance :s | 09:36 |
| kodoku | from trove service node ;) | 09:36 |
| sushilkm | yes but it could be that guest service is not running on the node | 09:37 |
| sushilkm | guest instance node | 09:37 |
| kodoku | yes guest service on instance is failed: | 09:37 |
| kodoku | RuntimeError: Manager class not registered for datastore manager None | 09:37 |
| sushilkm | which datastore guest are you trying to create | 09:38 |
| kodoku | But I guess guestagent failed because I have issue with trove api | 09:38 |
| kodoku | mysql | 09:38 |
| sushilkm | oh :) | 09:38 |
| sushilkm | are you using the latest trove code or what | 09:38 |
| kodoku | juno | 09:38 |
| kodoku | 2014.2.2 | 09:38 |
| sushilkm | okies | 09:38 |
| sushilkm | what does your /etc/guest_info on instance reads | 09:39 |
| openstackgerrit | Merged openstack/trove: Updated from global requirements https://review.openstack.org/179879 | 09:39 |
| openstackgerrit | Merged openstack/python-troveclient: Updated from global requirements https://review.openstack.org/181241 | 09:39 |
| kodoku | # guest_id = placeholder to be overwritten when VM instance created | 09:39 |
| sushilkm | is that the content from /etc/guest_info on ur guest instance | 09:40 |
| kodoku | yes | 09:40 |
| kodoku | with [DEFAULT] | 09:40 |
| kodoku | before | 09:40 |
| sushilkm | so thats wrong | 09:41 |
| kodoku | ok | 09:41 |
| kodoku | Trove configure this file or it's me before deploy instance ? | 09:41 |
| sushilkm | it looks taskmanager did not set it correctly | 09:41 |
| kodoku | How taskmanager configure this file ? | 09:41 |
| sushilkm | https://github.com/openstack/trove/blob/stable/juno/trove/taskmanager/models.py#L444-L448 | 09:43 |
| kodoku | ok | 09:44 |
| kodoku | shushilkm But trove use meta-data ? ssh ? rabbitmq ? | 09:44 |
| sushilkm | yes but this file is created using taskmanager code | 09:45 |
| sushilkm | the value for datastore-manage comes from either conf or commandline | 09:45 |
| kodoku | ok So I need to conf this file now | 09:47 |
| kodoku | and restart guestagent ? | 09:47 |
| sushilkm | 2 things can be done | 09:47 |
| sushilkm | one is manually feed the content and check if rest works fine | 09:48 |
| sushilkm | and secondly u may track what was wrong that this file did not get correct values | 09:48 |
| kodoku | ok | 09:48 |
| kodoku | I try first then I'll search issue | 09:48 |
| sushilkm | sure | 09:49 |
| kodoku | do you have sample for manually configuration ? | 09:49 |
| sushilkm | [DEFAULT] | 09:49 |
| sushilkm | guest_id=any-text | 09:49 |
| sushilkm | datastore_manager=mysql | 09:49 |
| sushilkm | tenant_id=any-text | 09:49 |
| kodoku | guest_id is ID of instance ? | 09:50 |
| kodoku | in nova | 09:50 |
| sushilkm | yes | 09:51 |
| kodoku | ok | 09:51 |
| sushilkm | for now u may write anything there | 09:51 |
| sushilkm | its in trove | 09:51 |
| kodoku | ImportError: No module named netifaces | 09:52 |
| kodoku | on guestagent log | 09:52 |
| kodoku | sushilkm full trace http://paste.openstack.org/show/219730/ | 09:53 |
| kodoku | I install this python lib | 09:54 |
| sushilkm | can u install that module | 09:54 |
| kodoku | ok service run but error | 09:55 |
| kodoku | amqp error | 09:55 |
| kodoku | ok firewall | 09:55 |
| kodoku | hum | 09:55 |
| kodoku | I must open amqp for all network instance | 09:55 |
| kodoku | I'll try for this test but in production not secure | 09:56 |
| *** exploreshaifali has joined #openstack-trove | 09:56 | |
| sushilkm | can u install that module | 09:56 |
| kodoku | Creating Consumer connection for Service guestagent start :) | 09:57 |
| kodoku | good | 09:57 |
| kodoku | I go launch thx :) | 09:57 |
| sushilkm | :) | 09:57 |
| *** exploreshaifali has quit IRC | 10:01 | |
| *** sgotliv has quit IRC | 10:02 | |
| *** sgotliv has joined #openstack-trove | 10:18 | |
| *** amrith is now known as _amrith_ | 10:34 | |
| *** sgotliv has quit IRC | 10:35 | |
| *** coolsvap is now known as coolsvap|afk | 10:48 | |
| kodoku | shushilkm re | 10:50 |
| sushilkm | yup tell me kodoku | 10:52 |
| sushilkm | yup tell me kodoku | 10:52 |
| kodoku | sushilkm So I have maybe an issue | 10:53 |
| kodoku | When guestagent make sudo /usr/bin/mysqladmin ping | 10:53 |
| kodoku | I have error because I have sudo warning | 10:53 |
| *** sgotliv has joined #openstack-trove | 10:53 | |
| sushilkm | sudo warning, whats that | 10:53 |
| kodoku | trove.guestagent.datastore.mysql.service Stderr: u'\nWe trust you have received the usual lecture from the local ...... | 10:54 |
| sushilkm | can u try a sudo in ur guest | 10:54 |
| sushilkm | does it give u any error | 10:54 |
| kodoku | You don't know the message when you sudo ? | 10:54 |
| kodoku | It usually boils down to these three things:\n\n #1) Respect the privacy of others.\n #2) Think before you type.\n #3) With great power comes great responsibility.\n\nsudo: no tty present and no askpass program specified\n' | 10:54 |
| kodoku | If I make sudo /usr/bin/mysqladmin ping I have ===> mysqld is alive | 10:55 |
| sushilkm | with which user are you logged in | 10:55 |
| kodoku | me ? root | 10:55 |
| sushilkm | so if with root sudo, its wud obviously pass | 10:56 |
| kodoku | trove guest is launch with trove user | 10:56 |
| sushilkm | and trove-guest servicce is run as | 10:56 |
| sushilkm | ? | 10:56 |
| kodoku | trove | 10:56 |
| sushilkm | which user | 10:56 |
| sushilkm | ok so can you try logging in with trove user | 10:56 |
| kodoku | trove 2088 0.0 4.7 339828 48032 ? Ss 11:54 0:02 /usr/bin/python2 /usr/bin/trove-guestagent | 10:56 |
| sushilkm | and try sudo | 10:56 |
| kodoku | ok | 10:56 |
| kodoku | [root@DB ~]# su trove - This account is currently not available. | 10:57 |
| kodoku | in sudoers ==> trove:x:997:995:trove Daemons:/var/lib/trove:/sbin/nologin | 10:57 |
| sushilkm | jst a sec | 10:58 |
| kodoku | heuuuu in /etc/passwd sorry | 10:58 |
| kodoku | I add trove to sudoers | 10:59 |
| sushilkm | okies | 10:59 |
| sushilkm | so trove user is only for daemons and not for login | 11:00 |
| kodoku | yes | 11:01 |
| sushilkm | ok so whats now | 11:02 |
| kodoku | sushilkm now I modify my image with add missing module and configure sudoers for trove | 11:03 |
| kodoku | And I retry to launch instance | 11:03 |
| sushilkm | okies | 11:03 |
| sushilkm | :) | 11:03 |
| kodoku | and debug taskmanager for search why guest-info no feed | 11:03 |
| sushilkm | sure | 11:04 |
| *** exploreshaifali has joined #openstack-trove | 11:07 | |
| *** exploreshaifali has quit IRC | 11:17 | |
| kodoku | sushilkm Ok so I launch instance, I have " 27 ticks left until next run run_periodic_tasks " in taskmanager | 11:26 |
| kodoku | So I wait 0 and taskmanager configure guest_info :) | 11:26 |
| sushilkm | no | 11:26 |
| sushilkm | u may try ssh for ur instance | 11:27 |
| sushilkm | and as soon as u r able to login u may check and see whats in that file | 11:27 |
| kodoku | ok | 11:27 |
| kodoku | machine is up | 11:27 |
| kodoku | # guest_id = placeholder to be overwritten when VM instance created | 11:27 |
| sushilkm | also u may read nova console-log "nova-instance-id" to see the processing | 11:27 |
| sushilkm | yup | 11:27 |
| kodoku | so guest_info is empty :/ | 11:27 |
| sushilkm | guest_id, tenant_id, datastore_manager | 11:27 |
| sushilkm | so that means something is bad | 11:28 |
| kodoku | But I don't know HOW this file is modify ? By who ? | 11:28 |
| sushilkm | taskmanager writes this file | 11:29 |
| kodoku | which service modify this file | 11:29 |
| kodoku | ok taskmanager on trove controller ? | 11:29 |
| sushilkm | yup | 11:29 |
| sushilkm | before it sends a create server to nova | 11:29 |
| kodoku | So in tasklog I can see error | 11:29 |
| sushilkm | it creates the file and adds this as an argument | 11:29 |
| kodoku | with user-data ? | 11:29 |
| sushilkm | if there is an error u shud see in taskmanager log | 11:30 |
| *** kodoku_ has joined #openstack-trove | 11:31 | |
| kodoku_ | sorry proxy ^^ | 11:31 |
| sushilkm | r u using volumes | 11:31 |
| kodoku_ | sorry laste message is with user-data ? | 11:32 |
| sushilkm | if u r using cinder volumes then the relevant code creating the file is | 11:32 |
| sushilkm | https://github.com/openstack/trove/blob/stable/juno/trove/taskmanager/models.py#L699-703 | 11:32 |
| *** tlashchova has joined #openstack-trove | 11:33 | |
| kodoku_ | I have cinder | 11:34 |
| kodoku_ | But I dont have volume | 11:34 |
| kodoku_ | when I launch instance | 11:34 |
| *** kodoku has quit IRC | 11:34 | |
| kodoku_ | what relation with cinder volume and the file guest_info ? | 11:35 |
| sushilkm | actually there are different methods called from taskmanager for different purpose | 11:37 |
| sushilkm | like if u are using heat | 11:37 |
| sushilkm | or nova volumes | 11:37 |
| kodoku_ | ok | 11:38 |
| sushilkm | or ephemeral storage | 11:38 |
| kodoku_ | I use cinder for volume | 11:38 |
| kodoku_ | My backend is Vmware so no ephemeral storage | 11:38 |
| sushilkm | i just meant to suggest the procedure which was creating the file | 11:38 |
| kodoku_ | So If I use cinder, what is the procedure ? | 11:40 |
| sushilkm | the method name is create_servet_volume_individually | 11:41 |
| kodoku_ | Ok I see nova logs | 11:41 |
| sushilkm | _create_server_volume_individually * | 11:41 |
| kodoku_ | when I create instance | 11:41 |
| kodoku_ | DEBUG nova.api.openstack.wsgi [req-877b39e6-f451-4afb-9a8b-431a48a85732 None] Action: 'create', calling method: < ......................... "personality": [{"path": "/etc/guest_info", "contents": "W0RFRkFVTFRdCi0tZ3V.................. | 11:42 |
| kodoku_ | But nova can't write file in new instance | 11:42 |
| sushilkm | what content is that | 11:42 |
| kodoku_ | nova can just change metadata | 11:42 |
| sushilkm | oh k | 11:43 |
| sushilkm | looks something wrong but i m not sure whats that | 11:43 |
| kodoku_ | I have "path": "/etc/guest_info", "contents": "W0RFRkFVTFRdCi0tZ3Vlc3RfaWQ9YzM5MTNkMzUtNjA2ZS00ZjQyLTg4YTItYzMyZmU5MmE2MjBlCi0tZGF0YXN0b3JlX21hbmFnZXI9bXlzcWwKLS10ZW5hbnRfaWQ9ZDZmNjEyYWU1MmE5NDExZjg2YWI1ZTJhNzliNGZkN2UK"}]} | 11:43 |
| sushilkm | so that looks like its encoded | 11:43 |
| kodoku_ | sushilkm is normal | 11:44 |
| kodoku_ | this is base64 | 11:44 |
| kodoku_ | If I decode I have => --guest_id=c3913d35-606e-4f42-88a2-c32fe92a620e --datastore_manager=mysql --tenant_id=d6f612ae52a9411f86ab5e2a79b4fd7e | 11:45 |
| sushilkm | okies cool | 11:45 |
| sushilkm | so this is correct | 11:45 |
| sushilkm | then why isnt it written in ur guest | 11:45 |
| kodoku_ | yes but I don't know HOW this file is write | 11:45 |
| kodoku_ | with cloud-init ? | 11:46 |
| sushilkm | can u check the logs in guest | 11:46 |
| kodoku_ | TRACE root RuntimeError: Manager class not registered for datastore manager None | 11:47 |
| kodoku_ | but is normal because guest_info is empty | 11:47 |
| sushilkm | thats because file has no contents | 11:47 |
| kodoku_ | I don't understand which service change this file | 11:48 |
| kodoku_ | How nova can modify file in instance | 11:48 |
| sushilkm | can u check logs in /var/log on ur guest instance | 11:49 |
| sushilkm | to find any errors | 11:49 |
| kodoku_ | Maybe nova use file injection wit libvirt ? | 11:50 |
| sushilkm | i think yes | 11:50 |
| sushilkm | thats probably could be the pick | 11:50 |
| kodoku_ | ok | 11:50 |
| kodoku_ | .... | 11:50 |
| kodoku_ | So trove no works with vmwarebackend | 11:51 |
| sushilkm | as of know it is looking like that, u may hold on until some core is online and u may discuss with them too about this issue | 11:51 |
| sushilkm | vkmc/amrith/peterstac/edmondk/SlickNik | 11:52 |
| kodoku_ | yes I talk with vkmc yesterday | 11:53 |
| kodoku_ | He told me, vmware works with trove | 11:53 |
| kodoku_ | So we need to find HOW trove inject this file | 11:53 |
| sushilkm | yup | 11:53 |
| sushilkm | if it works, then thats what u need to find :) | 11:54 |
| kodoku_ | sushilkm look http://developer.openstack.org/api-ref-compute-v2.html | 11:56 |
| kodoku_ | personality section | 11:56 |
| kodoku_ | :) | 11:57 |
| kodoku_ | I bb | 11:57 |
| sushilkm | yup it uses file injection | 11:59 |
| sushilkm | yup it uses file injection | 11:59 |
| *** kodoku_ has quit IRC | 12:01 | |
| *** kodoku has joined #openstack-trove | 12:05 | |
| kodoku | sushilkm yes so trove works just with KVM | 12:07 |
| sushilkm | :( | 12:08 |
| *** pmackinn has joined #openstack-trove | 12:08 | |
| *** _amrith_ is now known as amrith | 12:17 | |
| *** haomaiwa_ has joined #openstack-trove | 12:43 | |
| *** kodoku has quit IRC | 12:46 | |
| *** Longgeek_ has quit IRC | 12:48 | |
| *** Longgeek has joined #openstack-trove | 12:49 | |
| *** radez_g0n3 is now known as radez | 13:01 | |
| *** haomaiwa_ has quit IRC | 13:04 | |
| *** kodoku has joined #openstack-trove | 13:14 | |
| kodoku | sushilkm So, If I make interne script in Guest. This script configure guest_info on boot | 13:14 |
| kodoku | is good ? | 13:15 |
| sushilkm | i think u shud be able to proceed then | 13:15 |
| sushilkm | because right now that is the part which seems not to be working for u | 13:15 |
| *** Longgeek has quit IRC | 13:15 | |
| sushilkm | also u need to find more files which are injected into guest | 13:16 |
| *** Longgeek has joined #openstack-trove | 13:16 | |
| sushilkm | one more is there which is guest.conf | 13:16 |
| kodoku | Ok I need a core member | 13:16 |
| sushilkm | yup thats d best option first of all :) | 13:17 |
| *** fifieldt has joined #openstack-trove | 13:17 | |
| *** fifieldt has quit IRC | 13:17 | |
| kodoku | And I talk with core member of nova and he told me => "we are trying to remove file injection, instead make cloud-init do the heavy lifting based on config drive / metadata service" | 13:17 |
| kodoku | So trove need to change method of injection file for futur version | 13:18 |
| *** chlong has joined #openstack-trove | 13:22 | |
| *** masco has quit IRC | 13:23 | |
| *** ajutras has joined #openstack-trove | 13:32 | |
| *** ajutras has quit IRC | 13:36 | |
| *** exploreshaifali has joined #openstack-trove | 13:42 | |
| *** amrith is now known as _amrith_ | 13:47 | |
| *** exploreshaifali has quit IRC | 13:54 | |
| *** tosky has joined #openstack-trove | 13:54 | |
| *** exploreshaifali has joined #openstack-trove | 13:55 | |
| *** kodoku has quit IRC | 13:56 | |
| *** kodoku has joined #openstack-trove | 13:57 | |
| kodoku | sushilkm re, so I have configure guest_info | 13:57 |
| kodoku | And in guest I have every 3 ticks Making asynchronous cast on trove-conductor... cast | 13:57 |
| kodoku | and Successfully cast set_status. set_status | 13:57 |
| kodoku | But on conductor I have ==> TRACE trove.openstack.common.rpc.amqp ModelNotFoundError: InstanceServiceStatus Not Found | 13:57 |
| *** Longgeek has quit IRC | 14:00 | |
| *** Longgeek has joined #openstack-trove | 14:01 | |
| *** Longgeek_ has joined #openstack-trove | 14:03 | |
| *** Longgeek has quit IRC | 14:04 | |
| *** _amrith_ is now known as amrith | 14:04 | |
| *** john_f_ has quit IRC | 14:04 | |
| *** openstackgerrit has quit IRC | 14:06 | |
| *** openstackgerrit has joined #openstack-trove | 14:06 | |
| *** openstack has joined #openstack-trove | 14:18 | |
| -sendak.freenode.net- [freenode-info] please register your nickname...don't forget to auto-identify! http://freenode.net/faq.shtml#nicksetup | 14:18 | |
| kodoku | ping anyone know this issue with conductor ? ModelNotFoundError: InstanceServiceStatus Not Found | 14:28 |
| *** shayneburgess has quit IRC | 14:29 | |
| *** sriram_tesora has joined #openstack-trove | 14:39 | |
| *** kodoku has quit IRC | 14:47 | |
| *** tlashchova has quit IRC | 14:52 | |
| *** tlashchova has joined #openstack-trove | 14:55 | |
| *** masco has joined #openstack-trove | 15:06 | |
| sushilkm | kodoku, can u check in ur trove database if you this table | 15:10 |
| *** johnma has joined #openstack-trove | 15:14 | |
| *** bhunter71 has joined #openstack-trove | 15:20 | |
| *** masco has quit IRC | 15:21 | |
| *** fifieldt has joined #openstack-trove | 15:22 | |
| *** fifieldt has quit IRC | 15:23 | |
| *** shayneburgess has joined #openstack-trove | 15:24 | |
| *** bhunter71 has quit IRC | 15:26 | |
| *** sriram_tesora has quit IRC | 15:26 | |
| *** sriram_tesora has joined #openstack-trove | 15:27 | |
| *** bhunter71 has joined #openstack-trove | 15:28 | |
| *** rwsu has joined #openstack-trove | 15:48 | |
| openstackgerrit | Sushil Kumar proposed openstack/trove: Enabled H306 hacking rule. https://review.openstack.org/181950 | 15:50 |
| *** esp has joined #openstack-trove | 15:52 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/trove: Updated from global requirements https://review.openstack.org/181953 | 15:52 |
| *** sgotliv_ has joined #openstack-trove | 15:59 | |
| *** sgotliv has quit IRC | 16:00 | |
| *** eghobo has joined #openstack-trove | 16:06 | |
| *** ashleighfarnham has joined #openstack-trove | 16:15 | |
| *** tosky has quit IRC | 16:32 | |
| *** tosky has joined #openstack-trove | 16:33 | |
| openstackgerrit | Saurabh Surana proposed openstack/trove: accepting network and availability zone for instances in cluster https://review.openstack.org/179443 | 16:35 |
| *** exploreshaifali has quit IRC | 16:48 | |
| *** tosky has quit IRC | 17:02 | |
| *** tosky has joined #openstack-trove | 17:03 | |
| *** haomaiwa_ has joined #openstack-trove | 17:22 | |
| *** esp has quit IRC | 17:30 | |
| *** jodah has quit IRC | 17:30 | |
| *** vipul has quit IRC | 17:31 | |
| *** jodah- has quit IRC | 17:35 | |
| -openstackstatus- NOTICE: We have discovered post-upgrade issues with Gerrit affecting nova (and potentially other projects). Some changes will not appear and some actions, such as queries, may return an error. We are continuing to investigate. | 17:40 | |
| *** ChanServ changes topic to "We have discovered post-upgrade issues with Gerrit affecting nova (and potentially other projects). Some changes will not appear and some actions, such as queries, may return an error. We are continuing to investigate." | 17:40 | |
| *** amrith is now known as _amrith_ | 17:53 | |
| *** _crobertsrh is now known as crobertsrh | 17:55 | |
| *** sgotliv_ has quit IRC | 18:01 | |
| *** jodah has joined #openstack-trove | 18:05 | |
| *** eghobo has quit IRC | 18:07 | |
| openstackgerrit | Sushil Kumar proposed openstack/trove: Enabled H306 hacking rule https://review.openstack.org/181950 | 18:16 |
| openstackgerrit | Mayuri Ganguly proposed openstack/trove: Associate flavor types with datastore versions https://review.openstack.org/109824 | 18:19 |
| openstackgerrit | Sushil Kumar proposed openstack/trove: Enabled H404 hacking rule https://review.openstack.org/182008 | 18:20 |
| *** WonChon has quit IRC | 18:25 | |
| *** morganfainberg has quit IRC | 18:25 | |
| *** cp16net has quit IRC | 18:25 | |
| *** _amrith_ has quit IRC | 18:25 | |
| *** jodah- has joined #openstack-trove | 18:26 | |
| *** sushilkm_ has joined #openstack-trove | 18:26 | |
| *** radez_g0n3 has joined #openstack-trove | 18:26 | |
| *** sushilkm has quit IRC | 18:26 | |
| *** sushilkm_ is now known as sushilkm | 18:26 | |
| *** jodah has quit IRC | 18:26 | |
| *** radez has quit IRC | 18:26 | |
| *** WonChon has joined #openstack-trove | 18:27 | |
| *** morganfainberg has joined #openstack-trove | 18:27 | |
| *** cp16net has joined #openstack-trove | 18:27 | |
| *** _amrith_ has joined #openstack-trove | 18:27 | |
| *** jodah- has left #openstack-trove | 18:27 | |
| *** jodah- has joined #openstack-trove | 18:27 | |
| *** radez_g0n3 is now known as radez | 18:27 | |
| *** saurabhs has joined #openstack-trove | 18:28 | |
| *** eghobo has joined #openstack-trove | 18:31 | |
| *** jodah- has quit IRC | 18:32 | |
| *** jodah has joined #openstack-trove | 18:33 | |
| *** _amrith_ is now known as amrith | 18:54 | |
| *** erkules has quit IRC | 19:27 | |
| *** erkules has joined #openstack-trove | 19:42 | |
| *** saurabhs has quit IRC | 19:42 | |
| *** amrith is now known as _amrith_ | 19:45 | |
| *** eghobo has quit IRC | 19:55 | |
| *** eghobo has joined #openstack-trove | 20:04 | |
| *** eghobo has quit IRC | 20:08 | |
| *** tosky has quit IRC | 20:32 | |
| *** tosky has joined #openstack-trove | 20:33 | |
| *** radez is now known as radez_g0n3 | 20:36 | |
| *** IanGovett1 has joined #openstack-trove | 20:40 | |
| *** IanGovett has quit IRC | 20:42 | |
| *** openstackgerrit_ has joined #openstack-trove | 20:43 | |
| *** eghobo has joined #openstack-trove | 20:50 | |
| *** sgotliv has joined #openstack-trove | 20:54 | |
| *** haomai___ has joined #openstack-trove | 21:02 | |
| *** haomaiwa_ has quit IRC | 21:05 | |
| *** crobertsrh is now known as _crobertsrh | 21:13 | |
| *** eghobo has quit IRC | 21:31 | |
| *** _amrith_ is now known as amrith | 21:31 | |
| *** eghobo has joined #openstack-trove | 21:40 | |
| edmondk | Anyone else getting a 500 internal server error when trying to open Sushil's Enable H306 and H404 hacking rule patches? | 21:40 |
| *** erkules has quit IRC | 21:45 | |
| *** erkules has joined #openstack-trove | 21:45 | |
| *** amrith is now known as _amrith_ | 21:58 | |
| *** sgotliv has quit IRC | 22:06 | |
| *** johnma has quit IRC | 22:06 | |
| *** bhunter71 has quit IRC | 22:07 | |
| peterstac | edmondk: Looks like the latest gerrit changes aren't quite bullet-proof yet ;) | 22:15 |
| *** mattgriffin has joined #openstack-trove | 22:21 | |
| *** rwsu has quit IRC | 22:25 | |
| *** mattgriffin has quit IRC | 22:43 | |
| *** sriram_tesora has quit IRC | 22:54 | |
| *** ashleighfarnham has quit IRC | 23:06 | |
| *** Longgeek_ has quit IRC | 23:20 | |
| *** georgelorch has quit IRC | 23:27 | |
| *** georgelorch has joined #openstack-trove | 23:41 | |
| *** tosky has quit IRC | 23:49 | |
| *** IanGovett1 has quit IRC | 23:49 | |
| -openstackstatus- NOTICE: Gerrit is going offline while we perform an emergency downgrade to version 2.8. | 23:55 | |
| *** ChanServ changes topic to "Gerrit is going offline while we perform an emergency downgrade to version 2.8." | 23:55 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!