| *** Sravan has joined #openstack-kolla | 00:14 | |
| *** Sravan has quit IRC | 00:23 | |
| *** Sravan has joined #openstack-kolla | 00:26 | |
| *** Sravan has quit IRC | 00:34 | |
| *** masber has joined #openstack-kolla | 00:44 | |
| masber | good morning, I depoloyed opentack using kolla with central logging enabled. Now kibana is asking me to "Configure an index pattern" what should I put here? | 00:44 |
|---|---|---|
| *** whoami-rajat has joined #openstack-kolla | 01:01 | |
| *** Sravan has joined #openstack-kolla | 01:45 | |
| *** Sravan has quit IRC | 01:50 | |
| *** unicell has quit IRC | 02:01 | |
| *** unicell has joined #openstack-kolla | 02:28 | |
| *** unicell has quit IRC | 02:28 | |
| *** Sravan has joined #openstack-kolla | 02:36 | |
| *** openstackgerrit has joined #openstack-kolla | 02:39 | |
| openstackgerrit | jacky06 proposed openstack/kolla master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/654677 | 02:39 |
| openstackgerrit | jacky06 proposed openstack/kolla-cli master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/654678 | 02:40 |
| *** Sravan has quit IRC | 02:59 | |
| *** hongbin has joined #openstack-kolla | 03:10 | |
| *** dteselkin has quit IRC | 03:12 | |
| *** zhangfei has joined #openstack-kolla | 03:39 | |
| *** zhangfei has quit IRC | 03:40 | |
| *** zhangfei has joined #openstack-kolla | 03:41 | |
| *** Sravan has joined #openstack-kolla | 03:55 | |
| *** Sravan has quit IRC | 04:05 | |
| *** Sravan has joined #openstack-kolla | 04:15 | |
| *** Sravan has quit IRC | 04:18 | |
| *** Sravan has joined #openstack-kolla | 04:21 | |
| *** Sravan has quit IRC | 04:27 | |
| *** Sravan has joined #openstack-kolla | 04:27 | |
| *** Sravan has quit IRC | 04:30 | |
| *** hongbin has quit IRC | 04:33 | |
| *** Sravan has joined #openstack-kolla | 04:34 | |
| *** Sravan has quit IRC | 04:40 | |
| *** zhangfei has quit IRC | 04:43 | |
| *** shyamb has joined #openstack-kolla | 05:15 | |
| *** shyamb has quit IRC | 05:23 | |
| *** shyamb has joined #openstack-kolla | 05:23 | |
| openstackgerrit | zhongshengping proposed openstack/kolla-ansible master: Move to opendev https://review.opendev.org/654397 | 05:29 |
| openstackgerrit | zhongshengping proposed openstack/kolla master: Move to opendev https://review.opendev.org/654396 | 05:30 |
| *** Luzi has joined #openstack-kolla | 05:36 | |
| *** ivve has joined #openstack-kolla | 05:38 | |
| *** Chaserjim has quit IRC | 05:42 | |
| openstackgerrit | Merged openstack/kolla-ansible master: Remove placement migration code https://review.opendev.org/650856 | 05:51 |
| openstackgerrit | Merged openstack/kolla-ansible master: Do some Train TODOs https://review.opendev.org/650857 | 06:02 |
| *** pcaruana has joined #openstack-kolla | 06:06 | |
| *** lemko has joined #openstack-kolla | 06:15 | |
| *** dpawlik has joined #openstack-kolla | 06:18 | |
| *** dteselkin has joined #openstack-kolla | 06:21 | |
| *** dciabrin has joined #openstack-kolla | 06:35 | |
| *** shyamb has quit IRC | 06:49 | |
| *** zhangfei has joined #openstack-kolla | 06:51 | |
| *** shyamb has joined #openstack-kolla | 07:01 | |
| *** unicell has joined #openstack-kolla | 07:04 | |
| mnasiadka | morning | 07:06 |
| *** zhangfei has quit IRC | 07:15 | |
| *** zhangfei has joined #openstack-kolla | 07:15 | |
| *** tosky has joined #openstack-kolla | 07:17 | |
| *** shyamb has quit IRC | 07:30 | |
| *** ileixe has joined #openstack-kolla | 07:33 | |
| ileixe | Hi forks. I have an simple question about kolla-ansible. Anybody knows the implementation would be appreciated. | 07:35 |
| ileixe | How kolla-ansible assure dependencies between services? For exmpale register keystone service should be later than keystone deploy itself. | 07:36 |
| ileixe | I dig the codes but I could not find the related codes. | 07:37 |
| *** gfidente has joined #openstack-kolla | 07:40 | |
| *** shyamb has joined #openstack-kolla | 07:40 | |
| *** unicell has quit IRC | 07:45 | |
| *** hamzaachi has joined #openstack-kolla | 07:46 | |
| *** andrein has joined #openstack-kolla | 07:51 | |
| *** shyamb has quit IRC | 07:51 | |
| *** shyamb has joined #openstack-kolla | 07:52 | |
| *** shyamb has quit IRC | 07:56 | |
| *** luksky has joined #openstack-kolla | 07:59 | |
| *** dteselkin has quit IRC | 08:03 | |
| *** dteselkin has joined #openstack-kolla | 08:03 | |
| *** dougsz has joined #openstack-kolla | 08:08 | |
| *** gfidente has quit IRC | 08:12 | |
| egonzalez | ileixe https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/keystone/tasks/register.yml | 08:23 |
| egonzalez | keystone is already deployed at this time | 08:23 |
| ileixe | Yes that's what I need | 08:24 |
| ileixe | How we know keystone is already deployed? | 08:24 |
| egonzalez | because the task register.yml is after the container have start | 08:24 |
| egonzalez | https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/keystone/tasks/deploy.yml | 08:24 |
| ileixe | But that's only for keystone | 08:24 |
| ileixe | How about other's registration? | 08:25 |
| ileixe | like nova neturon etc... | 08:25 |
| egonzalez | you should have keystone enabled in globals, or provide an existing keystone deployment url and auth | 08:25 |
| ileixe | Yes, what I wonder is in the keystone enabled. | 08:26 |
| egonzalez | nova doesnt care if keystone is deployed/enabled or not, just need an auth url and password | 08:26 |
| egonzalez | that depends on your architecture, may be kolla-ansible deployed (keystone is enabled by default) or external | 08:27 |
| ileixe | So if there is a problem which delays keystone provision, will nova's registration fail? | 08:27 |
| egonzalez | keystone is always deployed before any other openstack service, if keystone role finish is working fine | 08:27 |
| egonzalez | beucase itself is registering services in keystone | 08:28 |
| egonzalez | here is the order of services https://github.com/openstack/kolla-ansible/blob/master/ansible/site.yml#L124 | 08:28 |
| ileixe | Um... do you assume that role plays serially? | 08:28 |
| ileixe | I think kolla_serial can be none 0 | 08:29 |
| egonzalez | wont work in other way, at least for some services that need to be orchestarted as databases and upgrades | 08:29 |
| ileixe | Ah okay I understand. | 08:30 |
| ileixe | Thank you for enlightment! | 08:30 |
| egonzalez | you may enable serial, but i would not do it without reading all the services code | 08:31 |
| egonzalez | for example mariadb doesnt work as requires other nodes to be ready before moving on | 08:31 |
| egonzalez | and some upgrades too as keystone | 08:32 |
| ileixe | Yes, actually we do manage all kind of dependencies for our provisioning code | 08:33 |
| ileixe | I wonder how kolla handle it | 08:33 |
| ileixe | becuase it always make a troublesome problem. | 08:34 |
| *** shyamb has joined #openstack-kolla | 08:44 | |
| *** k_mouza has joined #openstack-kolla | 08:45 | |
| *** yankcrime has joined #openstack-kolla | 08:55 | |
| *** jbadiapa has joined #openstack-kolla | 09:02 | |
| *** gfidente has joined #openstack-kolla | 09:20 | |
| ivve | anyone here gotten magnum to work in stein? | 09:20 |
| ivve | (meaning successfully deploy a working k8s cluster) | 09:22 |
| *** shyamb has quit IRC | 09:31 | |
| *** happyhemant has joined #openstack-kolla | 09:33 | |
| openstackgerrit | wangwei proposed openstack/kolla-ansible master: Support ceph device classes feature https://review.opendev.org/610896 | 09:44 |
| *** lemko has quit IRC | 09:44 | |
| *** gfidente has quit IRC | 09:46 | |
| *** shyamb has joined #openstack-kolla | 09:53 | |
| *** gfidente has joined #openstack-kolla | 10:00 | |
| *** threestrands has quit IRC | 10:15 | |
| *** gfidente has quit IRC | 10:32 | |
| *** shyamb has quit IRC | 10:35 | |
| *** shyamb has joined #openstack-kolla | 10:36 | |
| *** sshnaidm|afk is now known as sshnaidm | 10:40 | |
| *** rgogunskiy has joined #openstack-kolla | 11:02 | |
| *** rafaelweingartne has joined #openstack-kolla | 11:05 | |
| *** shyamb has quit IRC | 11:05 | |
| *** zhangfei has quit IRC | 11:32 | |
| *** shyamb has joined #openstack-kolla | 11:41 | |
| *** lemko has joined #openstack-kolla | 11:49 | |
| *** shyamb has quit IRC | 12:06 | |
| *** mchlumsky has joined #openstack-kolla | 12:06 | |
| *** shyamb has joined #openstack-kolla | 12:16 | |
| *** jbadiapa has quit IRC | 12:22 | |
| *** gfidente has joined #openstack-kolla | 12:28 | |
| *** gfidente has quit IRC | 12:34 | |
| *** mchlumsky has quit IRC | 12:38 | |
| *** mchlumsky has joined #openstack-kolla | 12:38 | |
| *** gfidente has joined #openstack-kolla | 12:40 | |
| *** mjturek has joined #openstack-kolla | 13:01 | |
| *** gfidente has quit IRC | 13:01 | |
| *** baha has joined #openstack-kolla | 13:01 | |
| *** ktibi has joined #openstack-kolla | 13:02 | |
| *** shyamb has quit IRC | 13:03 | |
| *** shyamb has joined #openstack-kolla | 13:04 | |
| *** mjturek has quit IRC | 13:12 | |
| *** jbadiapa has joined #openstack-kolla | 13:15 | |
| *** goldyfruit has joined #openstack-kolla | 13:15 | |
| *** redrobot has joined #openstack-kolla | 13:24 | |
| *** sshnaidm is now known as sshnaidm|afk | 13:26 | |
| *** ktibi has quit IRC | 13:32 | |
| *** skramaja has joined #openstack-kolla | 13:33 | |
| *** skramaja has quit IRC | 13:47 | |
| *** mjturek has joined #openstack-kolla | 13:50 | |
| *** shyamb has quit IRC | 13:52 | |
| *** sshnaidm|afk is now known as sshnaidm | 13:55 | |
| *** ktibi has joined #openstack-kolla | 14:03 | |
| *** yan0s has joined #openstack-kolla | 14:06 | |
| *** Luzi has quit IRC | 14:06 | |
| *** Chaserjim has joined #openstack-kolla | 14:20 | |
| *** obre has quit IRC | 14:28 | |
| *** obre has joined #openstack-kolla | 14:29 | |
| *** yan0s has quit IRC | 14:30 | |
| *** baha has quit IRC | 14:46 | |
| *** luksky has quit IRC | 14:54 | |
| *** baha has joined #openstack-kolla | 14:57 | |
| *** ktibi has quit IRC | 15:08 | |
| *** ktibi has joined #openstack-kolla | 15:09 | |
| *** engel75 has quit IRC | 15:12 | |
| *** ktibi has quit IRC | 15:12 | |
| *** ktibi has joined #openstack-kolla | 15:12 | |
| *** ktibi_ has joined #openstack-kolla | 15:21 | |
| *** ktibi has quit IRC | 15:25 | |
| *** Chaserjim has quit IRC | 15:28 | |
| *** Chaserjim has joined #openstack-kolla | 15:28 | |
| openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: WIP: Test monasca in CI https://review.opendev.org/649893 | 15:29 |
| *** ktibi_ has quit IRC | 15:32 | |
| *** ktibi_ has joined #openstack-kolla | 15:33 | |
| *** ktibi_ has quit IRC | 15:39 | |
| *** ktibi_ has joined #openstack-kolla | 15:40 | |
| *** k_mouza has quit IRC | 15:47 | |
| *** ktibi_ has quit IRC | 15:48 | |
| *** sshnaidm is now known as sshnaidm|afk | 15:54 | |
| *** k_mouza has joined #openstack-kolla | 15:56 | |
| *** dave-mccowan has joined #openstack-kolla | 15:58 | |
| *** k_mouza has quit IRC | 16:01 | |
| *** rafaelweingartne has quit IRC | 16:06 | |
| *** dave-mccowan has quit IRC | 16:07 | |
| *** unicell has joined #openstack-kolla | 16:10 | |
| *** jbadiapa has quit IRC | 16:11 | |
| *** Chaserjim has quit IRC | 16:30 | |
| *** Chaserjim has joined #openstack-kolla | 16:30 | |
| *** whoami-rajat has quit IRC | 16:30 | |
| *** itlinux has joined #openstack-kolla | 16:30 | |
| *** unicell has quit IRC | 16:31 | |
| *** whoami-rajat has joined #openstack-kolla | 16:39 | |
| *** Sravan has joined #openstack-kolla | 16:41 | |
| *** noVNC has joined #openstack-kolla | 16:41 | |
| *** tosky has quit IRC | 16:46 | |
| *** altlogbot_0 has quit IRC | 16:50 | |
| *** baha_ has joined #openstack-kolla | 16:51 | |
| *** baha has quit IRC | 16:52 | |
| *** altlogbot_1 has joined #openstack-kolla | 16:55 | |
| *** dougsz has quit IRC | 16:59 | |
| *** baha_ is now known as baha | 17:01 | |
| *** k_mouza has joined #openstack-kolla | 17:05 | |
| *** jbadiapa has joined #openstack-kolla | 17:05 | |
| *** hamzaachi has quit IRC | 17:07 | |
| *** hamzaachi has joined #openstack-kolla | 17:09 | |
| *** ivve has quit IRC | 17:10 | |
| *** luksky has joined #openstack-kolla | 17:16 | |
| *** andrein has quit IRC | 17:33 | |
| *** Talion has joined #openstack-kolla | 17:41 | |
| *** Sravan has quit IRC | 17:52 | |
| *** Sravan has joined #openstack-kolla | 17:54 | |
| *** Sravan has quit IRC | 18:07 | |
| *** Sravan has joined #openstack-kolla | 18:08 | |
| *** Sravan has quit IRC | 18:09 | |
| *** ivve has joined #openstack-kolla | 18:10 | |
| *** Sravan has joined #openstack-kolla | 18:14 | |
| *** k_mouza has quit IRC | 18:14 | |
| *** Sravan has quit IRC | 18:17 | |
| *** lemko has quit IRC | 18:17 | |
| *** JamesBenson has joined #openstack-kolla | 18:17 | |
| *** shyamb has joined #openstack-kolla | 18:17 | |
| *** Sravan has joined #openstack-kolla | 18:20 | |
| *** andrein has joined #openstack-kolla | 18:32 | |
| noVNC | sup | 18:33 |
| *** shyamb has quit IRC | 18:34 | |
| *** Sravan_ has joined #openstack-kolla | 18:36 | |
| *** Sravan has quit IRC | 18:39 | |
| *** lvdombrkr has joined #openstack-kolla | 18:44 | |
| lvdombrkr | hello folks | 18:44 |
| *** k_mouza has joined #openstack-kolla | 18:45 | |
| lvdombrkr | i had issue] | 18:45 |
| lvdombrkr | that few of my instances are paused | 18:45 |
| lvdombrkr | power state - paused, status active | 18:46 |
| *** happyhemant has quit IRC | 18:48 | |
| lvdombrkr | in compute logs i see: | 18:49 |
| lvdombrkr | 2019-04-20 07:55:05.527 6 INFO nova.compute.manager [req-3fe7699d-eb68-4f51-be7b-b287bf210267 - - - - -] [instance: b229904c-bb6f-4c7f-9dbe-ce57dbc6db64] VM Paused (Lifecycle Event) 2019-04-20 07:55:05.754 6 INFO nova.compute.manager [req-3fe7699d-eb68-4f51-be7b-b287bf210267 - - - - -] [instance: b229904c-bb6f-4c7f-9dbe-ce57dbc6db64] During _sync_instance_power_state the DB power_state (1) does not match the vm_power_state | 18:49 |
| lvdombrkr | nothing more | 18:49 |
| lvdombrkr | any ideas? | 18:49 |
| *** JamesBen_ has joined #openstack-kolla | 18:53 | |
| *** JamesBenson has quit IRC | 18:53 | |
| *** hamzaachi has quit IRC | 19:00 | |
| lvdombrkr | folks anyone here? | 19:03 |
| *** Sravan_ has quit IRC | 19:04 | |
| noVNC | sup lvdombrkr | 19:06 |
| *** Sravan has joined #openstack-kolla | 19:07 | |
| lvdombrkr | noVNC : any ideas about my issue | 19:08 |
| lvdombrkr | ? | 19:08 |
| *** Sravan has quit IRC | 19:08 | |
| noVNC | do you have the libvirt.log ? | 19:08 |
| noVNC | libvirtd.log | 19:08 |
| -openstackstatus- NOTICE: the zuul scheduler is being restarted now in order to address a memory utilization problem; changes under test will be reenqueued automatically | 19:09 | |
| *** Sravan has joined #openstack-kolla | 19:09 | |
| noVNC | this is running on centos or ubuntu? | 19:09 |
| lvdombrkr | novnc : no errors on libvirt logs | 19:10 |
| lvdombrkr | and no any clues | 19:10 |
| lvdombrkr | centos | 19:10 |
| noVNC | /var/log/kolla/libvirt/libvirtd.log on compute node | 19:11 |
| lvdombrkr | noVNC : yes i checked, but no errors | 19:14 |
| lvdombrkr | last log record 13.04 | 19:14 |
| lvdombrkr | but isntance was paused 20.04 | 19:15 |
| noVNC | how many compute nodes? | 19:15 |
| lvdombrkr | noVNC: just one | 19:16 |
| lvdombrkr | 3 controllers + 1 compute | 19:16 |
| noVNC | physical environment ? | 19:17 |
| lvdombrkr | noVNC, controllers on VMs, compute physical | 19:19 |
| lvdombrkr | storage backend nfs | 19:19 |
| lvdombrkr | netapp nfs | 19:19 |
| *** JamesBen_ has quit IRC | 19:20 | |
| *** JamesBenson has joined #openstack-kolla | 19:20 | |
| noVNC | lvdombrkr, https://bugzilla.redhat.com/show_bug.cgi?id=1245298 | 19:22 |
| openstack | bugzilla.redhat.com bug 1245298 in instack-undercloud "Undercloud keeps shutting down instances after their recovering from failure." [Urgent,Closed: errata] - Assigned to jslagle | 19:23 |
| lvdombrkr | noVNC: thanks but i think my and issue on bugiezila | 19:27 |
| lvdombrkr | are different | 19:27 |
| noVNC | how much ram do you have on compute? | 19:28 |
| noVNC | how many vms you run there? | 19:28 |
| lvdombrkr | noVNC: 160gb, 140 are free | 19:29 |
| lvdombrkr | ritght now aprox 20 vms | 19:29 |
| lvdombrkr | and just two are paused | 19:29 |
| lvdombrkr | as i mentioned | 19:29 |
| *** igordc has joined #openstack-kolla | 19:29 | |
| lvdombrkr | power state pauzed | 19:29 |
| lvdombrkr | status active | 19:30 |
| lvdombrkr | i dont have any clues | 19:30 |
| noVNC | nova reset-state --active vmname | 19:30 |
| noVNC | did you try this | 19:31 |
| lvdombrkr | noVNC: i resumed instances | 19:31 |
| lvdombrkr | but question is | 19:31 |
| *** JamesBenson has quit IRC | 19:31 | |
| lvdombrkr | why/who paused | 19:31 |
| lvdombrkr | its not me | 19:31 |
| lvdombrkr | and not users | 19:31 |
| lvdombrkr | in server log | 19:32 |
| lvdombrkr | there is no records | 19:32 |
| *** Sravan has quit IRC | 19:32 | |
| *** JamesBenson has joined #openstack-kolla | 19:32 | |
| lvdombrkr | that someone pause it | 19:32 |
| lvdombrkr | but in reallity it was paused | 19:32 |
| lvdombrkr | two VMs was paused | 19:32 |
| lvdombrkr | not all | 19:32 |
| noVNC | weird | 19:33 |
| noVNC | maybe something on this particual VM | 19:34 |
| noVNC | is running linux? | 19:34 |
| noVNC | win? | 19:34 |
| lvdombrkr | noVNC : centos 7.5 | 19:35 |
| noVNC | mmmm | 19:37 |
| noVNC | addmore ram to this vm | 19:37 |
| noVNC | trial and error ;) | 19:37 |
| *** JamesBenson has quit IRC | 19:37 | |
| lvdombrkr | on nova logs related to this vm see just this: | 19:39 |
| lvdombrkr | 2019-04-20 07:56:14.268 6 INFO nova.compute.manager [req-3fe7699d-eb68-4f51-be7b-b287bf210267 - - - - -] [instance: e8c66982-d512-4c48-8c33-637088cc6ba3] VM Paused (Lifecycle Event) 2019-04-20 07:56:14.544 6 INFO nova.compute.manager [req-3fe7699d-eb68-4f51-be7b-b287bf210267 - - - - -] [instance: e8c66982-d512-4c48-8c33-637088cc6ba3] During _sync_instance_power_state the DB power_state (1) does not match the vm_power_state | 19:39 |
| lvdombrkr | thats all | 19:39 |
| noVNC | which version of openstack is this? | 19:40 |
| lvdombrkr | noVNC: its rocky | 19:41 |
| *** hamzaachi has joined #openstack-kolla | 19:43 | |
| noVNC | lvdombrkr, ok | 19:44 |
| *** igordc has quit IRC | 20:10 | |
| *** andrein has quit IRC | 20:14 | |
| *** igordc has joined #openstack-kolla | 20:14 | |
| *** noVNC has quit IRC | 20:14 | |
| *** igordc has quit IRC | 20:15 | |
| *** lvdombrkr has quit IRC | 20:19 | |
| *** andrein has joined #openstack-kolla | 20:22 | |
| *** pcaruana has quit IRC | 20:32 | |
| *** Sravan has joined #openstack-kolla | 20:48 | |
| *** k_mouza has quit IRC | 20:52 | |
| *** mjturek has quit IRC | 21:12 | |
| *** baha has quit IRC | 21:17 | |
| *** igordc has joined #openstack-kolla | 21:19 | |
| *** Talion has quit IRC | 21:20 | |
| *** tosky has joined #openstack-kolla | 21:28 | |
| *** whoami-rajat has quit IRC | 21:40 | |
| *** Sravan has quit IRC | 22:02 | |
| *** hamzaachi has quit IRC | 22:08 | |
| *** Sravan has joined #openstack-kolla | 22:09 | |
| *** andrein has quit IRC | 22:33 | |
| *** tonyb has joined #openstack-kolla | 22:41 | |
| *** luksky has quit IRC | 22:43 | |
| openstackgerrit | John Hinman proposed openstack/kolla-ansible master: WIP. Fixes for ovs-vsctl.sh, add scripts for starting ovsdpdk-db and ovs-vswitchd with option for ODL. https://review.opendev.org/655264 | 23:00 |
| *** tosky has quit IRC | 23:13 | |
| *** gmann is now known as gmann_afk | 23:17 | |
| *** igordc has quit IRC | 23:32 | |
| *** mgkwill has joined #openstack-kolla | 23:45 | |
| *** Sravan has quit IRC | 23:53 | |
| mgkwill | Has anyone kolla-ansible reconfigured with instances running? Or restarted nova_compute which instances running? My compute nodes are staying in state=down - I can't figure out a way to bring them back up | 23:56 |
| mgkwill | related.. has anyone had ceph not flush and evict after deploying with kolla using cache tiers? | 23:58 |
| *** goldyfruit has quit IRC | 23:59 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!