Saturday, 2018-01-06

*** jascott1 has joined #openstack-kolla00:00
*** jascott1 has quit IRC00:04
*** dardelean has joined #openstack-kolla00:08
*** dardelean has quit IRC00:12
vskilet_kfox1111 : http://paste.openstack.org/show/639291/00:15
*** vskilet_ has quit IRC00:17
*** vskilet_ has joined #openstack-kolla00:17
vskilet_sorry i'm not really reactive ^^00:19
vskilet_http://paste.openstack.org/show/639291/00:19
*** goldyfruit has quit IRC00:22
kfox1111kubectl logs keystone-6b75955498-jspl2 -c initialize-keystone-logs -n kolla00:25
*** mwynne has quit IRC00:26
*** masuberu has joined #openstack-kolla00:26
*** masuberu has quit IRC00:28
*** masuberu has joined #openstack-kolla00:28
*** Masber has quit IRC00:29
*** masuberu has quit IRC00:30
*** masuberu has joined #openstack-kolla00:31
*** mwynne has joined #openstack-kolla00:31
vskilet_mkdir: cannot create directory '/var/log/kolla/keystone': File exists00:32
*** masuberu has quit IRC00:32
*** masuberu has joined #openstack-kolla00:33
kfox1111hmm....00:36
kfox1111that wuld be a problem...00:37
kfox1111kubectl edit the deployment for kube-api, change the mkdir to mkdir -p in the init container and delete the pod.00:38
kfox1111seems like we need to patch a few other services too. but do check to see if that fixes it. if so we can come up with a more perminant patch.00:39
*** dardelean has joined #openstack-kolla00:40
vskilet_kfox1111 : so how I can do that ?00:48
*** goldyfruit has joined #openstack-kolla00:48
vskilet_kfox1111 : docker exec ?00:49
kfox1111kubectl get deployments -n kolla00:49
kfox1111kubectl edit deployment <name of keystone deployment>00:50
kfox1111should drop you in vi so you can edit.00:50
kfox1111delete the pod like 'kubectl delete pod <podname> -n kolla'00:50
vskilet_kubectl edit deployment keystone : Error from server (NotFound): deployments.extensions "keystone" not found00:51
kfox1111-n kolla00:52
vskilet_http://paste.openstack.org/show/639297/00:52
vskilet_ok sorry i should guest00:52
vskilet_should I redeploy keystone with helm ?00:55
kfox1111just edit the deployment, add the -p and delete the old pod.00:55
kfox1111should be able to test that way.00:56
vskilet_ok so it's run00:56
vskilet_this should provoc something ?00:57
kfox1111maybe.00:58
*** jascott1 has joined #openstack-kolla01:01
vskilet_kfox1111 http://paste.openstack.org/show/639298/01:02
kfox1111looks a little better.01:04
vskilet_:)01:05
*** goldyfruit has quit IRC01:06
*** pramodrj07 has quit IRC01:07
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Fix missing -p to allow pre-existing directory to exist.  https://review.openstack.org/53152601:09
kfox1111that ps should fix that issue I think.01:10
*** ManoX has quit IRC01:13
vskilet_ok01:13
vskilet_why on some pods i can't have logs (kubectl logs) ?01:15
kfox1111what do you mean?01:17
vskilet_for example "kubectl logs openvswitch-ovsdb-network-bqp95 -n kolla" return nothing01:18
vskilet_in fact this comportement stop me in my investigation01:20
vskilet_no log from kubectl, no log in /var/log/kolla, ... so nothing to read01:20
kfox1111there should be logs in /var/log/kolla/openvswitch/ovsdb-server.log I think.01:21
kfox1111well, but your kubectl get pods shows it was crashing in an init.01:22
kfox1111so try 'kubectl logs openvswitch-ovsdb-network-bqp95 -c initialize-ovs-db -n kolla01:23
kfox1111if you don't specify the -c <container name> you get the default container for the pod, which might not be the right one to look at.01:24
vskilet_ok, so I must search for every init script in each pods to have logs error return ?01:25
vskilet_http://paste.openstack.org/show/639300/01:25
kfox1111its like the system partiallly inited, died, and then is having problems recovering.01:26
kfox1111edit the daemonset for that pod, and add the following right after:01:28
kfox1111DB=/etc/openvswitch/conf.db;01:28
kfox1111the new line:01:29
kfox1111[ -f "$DB" ] || exit 001:29
kfox1111and delete the pod.01:29
kfox1111I think that will probably fix it and allow things to continue.01:29
kfox1111as for your other question, the plan is to ship all logs to a central place so they can be much more easily analized.01:29
kfox1111I have a prototype of fluent-bit, elasticsearch-operator, elasticsearch and kibana working together to do so.01:30
vskilet_ ok01:31
vskilet_so to edit daemonset i need to do kubectl edit openvswitch-ovsdb-network-bqp95 -n kolla ?01:32
*** pengdake has joined #openstack-kolla01:32
kfox1111kubectl edit openvswitch-ovsdb-network -n kolla01:32
kfox1111and kubectl delete pod openvswitch-ovsdb-network-bqp95 -n kolla01:32
kfox1111gotta head out in a couple minutes01:33
vskilet_the server doesn't have a resource type "openvswitch-ovsdb-network-bqp95"01:34
kfox1111'pod'01:35
vskilet_ok01:35
*** dardelean has quit IRC01:37
vskilet_My changes arn't accepted01:39
kfox1111it wont save, or the pod won't delete?01:40
vskilet_i can't save my modifications with vi01:41
kfox1111hmm... it is spaced out to be at the same indent level as the DB=?01:41
kfox1111also probably needs a ';' at the end of the line.01:42
kfox1111like: http://paste.openstack.org/01:42
kfox1111gotta head out. will be back tomorrow.01:43
kfox1111good luck. I think your prety close now.01:43
vskilet_yes thx01:45
vskilet_mmm nothing in your paste01:45
*** vskilet_ has quit IRC01:52
*** dardelean has joined #openstack-kolla01:53
*** dardelean has quit IRC01:57
*** goldyfruit has joined #openstack-kolla02:04
*** pengdake has quit IRC02:16
*** spsurya_ has joined #openstack-kolla02:19
*** karlamrhein_ has joined #openstack-kolla02:19
*** ntpttr_ has joined #openstack-kolla02:20
*** kklimonda_ has joined #openstack-kolla02:20
*** hogepodge_ has joined #openstack-kolla02:21
*** SamYaple_ has joined #openstack-kolla02:22
*** mrostecki1 has joined #openstack-kolla02:22
*** dims_ has joined #openstack-kolla02:25
*** ljjjustin has joined #openstack-kolla02:26
*** wirehead_1 has joined #openstack-kolla02:26
*** goldyfruit has quit IRC02:26
*** spsurya has quit IRC02:26
*** mrostecki has quit IRC02:26
*** dims has quit IRC02:26
*** hogepodge has quit IRC02:26
*** karlamrhein has quit IRC02:26
*** kklimonda has quit IRC02:26
*** wirehead_ has quit IRC02:26
*** ntpttr__ has quit IRC02:26
*** SamYaple has quit IRC02:26
*** spsurya_ is now known as spsurya02:26
*** hogepodge_ is now known as hogepodge02:27
*** karlamrhein_ is now known as karlamrhein02:27
*** kklimonda_ is now known as kklimonda02:27
*** unicell has quit IRC02:32
*** goldyfruit has joined #openstack-kolla02:35
*** harlowja has quit IRC02:38
*** ljjjustin has quit IRC02:42
*** ljjjustin has joined #openstack-kolla02:51
*** ljjjustin has quit IRC03:03
*** unicell has joined #openstack-kolla03:05
*** harlowja has joined #openstack-kolla03:10
*** harlowja has quit IRC03:19
*** M4g1c5t0rM has joined #openstack-kolla03:22
*** dave-mccowan has joined #openstack-kolla03:42
*** dave-mccowan has quit IRC04:08
*** M4g1c5t0rM has quit IRC04:40
*** david-lyle has quit IRC04:58
*** david-lyle has joined #openstack-kolla04:59
*** goldyfruit has quit IRC04:59
*** david-lyle has quit IRC05:00
*** david-lyle has joined #openstack-kolla05:01
*** masuberu has quit IRC05:36
*** pengdake has joined #openstack-kolla05:53
*** masuberu has joined #openstack-kolla06:24
*** harlowja has joined #openstack-kolla06:26
*** masuberu has quit IRC06:30
*** zhouya has quit IRC06:36
*** unicell has quit IRC07:07
*** unicell has joined #openstack-kolla07:07
*** unicell1 has joined #openstack-kolla07:18
*** unicell has quit IRC07:19
*** kbaegis has joined #openstack-kolla07:24
*** kbaegis has joined #openstack-kolla07:24
*** kbaegis has joined #openstack-kolla07:25
*** Masber has joined #openstack-kolla07:45
*** harlowja has quit IRC08:00
*** pengdake_ has joined #openstack-kolla08:23
*** unicell has joined #openstack-kolla08:25
*** unicell1 has quit IRC08:25
*** pengdake has quit IRC08:26
*** mgoddard has joined #openstack-kolla08:38
*** shardy_afk has quit IRC08:43
*** jascott1 has quit IRC09:06
*** ipsecguy_ has quit IRC09:08
*** ipsecguy has joined #openstack-kolla09:08
*** numans has quit IRC09:15
*** numans has joined #openstack-kolla09:16
*** numans has quit IRC09:20
*** dardelean has joined #openstack-kolla09:25
*** numans has joined #openstack-kolla09:25
*** dardelean has quit IRC09:29
*** mgoddard has quit IRC10:09
*** pbourke has quit IRC10:11
*** pbourke has joined #openstack-kolla10:12
*** vskilet_ has joined #openstack-kolla10:30
*** dardelean has joined #openstack-kolla10:36
vskilet_kfox1111 : when I want to modified some pods there this message when I save with vim :10:44
vskilet_[ -f "$DB" ] || exit 010:44
vskilet_euh sorry this : error: pods "openvswitch-ovsdb-network-bqp95" is invalid10:44
*** genek has quit IRC10:47
*** genek has joined #openstack-kolla10:49
*** vskilet__ has joined #openstack-kolla10:51
*** vskilet has joined #openstack-kolla10:52
*** vskilet__ has quit IRC10:52
*** vskilet_ has quit IRC10:53
*** livelace-link has quit IRC11:05
*** dciabrin_ has joined #openstack-kolla11:06
*** livelace-link has joined #openstack-kolla11:07
*** dardelean has quit IRC11:07
*** dardelean has joined #openstack-kolla11:08
*** dciabrin has quit IRC11:08
*** pengdake_ has quit IRC11:10
*** dardelean has quit IRC11:12
*** vskilet has quit IRC11:52
*** vskilet has joined #openstack-kolla11:53
*** vskilet has quit IRC11:57
*** vskilet has joined #openstack-kolla11:58
*** numans has quit IRC12:00
*** numans has joined #openstack-kolla12:00
*** vskilet has quit IRC12:01
*** vskilet has joined #openstack-kolla12:01
*** numans has quit IRC12:04
*** numans has joined #openstack-kolla12:11
*** vskilet has quit IRC12:19
*** vskilet has joined #openstack-kolla12:21
*** vskilet has quit IRC12:50
*** vskilet has joined #openstack-kolla12:51
*** vskilet has quit IRC13:01
*** vskilet has joined #openstack-kolla13:02
*** vskilet has quit IRC13:10
*** vskilet has joined #openstack-kolla13:10
*** dave-mccowan has joined #openstack-kolla13:14
*** wojdec has joined #openstack-kolla13:19
*** dave-mcc_ has joined #openstack-kolla13:23
*** dave-mccowan has quit IRC13:26
*** dciabrin__ has joined #openstack-kolla13:29
*** dciabrin_ has quit IRC13:31
*** dave-mcc_ has quit IRC14:02
*** vskilet has quit IRC14:14
*** wojdec has quit IRC14:19
*** Masber has quit IRC14:33
*** rhallisey has quit IRC14:47
*** dardelean has joined #openstack-kolla15:00
*** jascott1 has joined #openstack-kolla15:03
*** jascott1 has quit IRC15:08
*** vskilet has joined #openstack-kolla15:17
*** dardelean has quit IRC15:43
*** vskilet has quit IRC15:45
*** vskilet has joined #openstack-kolla15:50
*** vskilet has quit IRC15:59
*** vskilet has joined #openstack-kolla16:00
*** dardelean has joined #openstack-kolla16:04
*** dave-mccowan has joined #openstack-kolla16:08
*** dardelean has quit IRC16:17
*** dave-mccowan has quit IRC16:17
*** dardelean has joined #openstack-kolla16:17
*** dave-mccowan has joined #openstack-kolla16:18
*** dave-mcc_ has joined #openstack-kolla16:22
*** dardelean has quit IRC16:22
*** dave-mccowan has quit IRC16:24
*** kbaegis has joined #openstack-kolla16:27
*** kbaegis has joined #openstack-kolla16:28
*** vskilet has quit IRC16:29
*** vskilet has joined #openstack-kolla16:29
*** vskilet has quit IRC16:43
*** dave-mcc_ has quit IRC16:43
*** vskilet has joined #openstack-kolla16:46
*** zzzeek has quit IRC16:50
*** zzzeek has joined #openstack-kolla16:51
*** zzzeek has quit IRC16:53
*** zzzeek has joined #openstack-kolla16:55
*** kbaegis has quit IRC17:41
*** hrw has quit IRC17:47
*** mgoddard has joined #openstack-kolla18:03
*** EmilienM_ has joined #openstack-kolla18:23
*** EmilienM_ is now known as EmilienM18:28
*** EmilienM has joined #openstack-kolla18:28
*** vskilet has quit IRC18:31
*** vskilet has joined #openstack-kolla18:53
*** kbaegis has joined #openstack-kolla19:19
*** mgoddard has quit IRC19:23
*** numans has quit IRC19:34
*** numans has joined #openstack-kolla19:39
*** EmilienM has quit IRC20:10
*** vskilet has quit IRC20:12
*** EmilienM has joined #openstack-kolla20:13
*** EmilienM has quit IRC20:13
*** EmilienM has joined #openstack-kolla20:13
*** vskilet has joined #openstack-kolla20:15
*** jascott1 has joined #openstack-kolla21:04
*** jascott1 has quit IRC21:08
*** hrw has joined #openstack-kolla21:22
*** vskilet has quit IRC22:09
*** vskilet has joined #openstack-kolla22:22
*** vskilet has quit IRC22:41
*** igordc has quit IRC22:42
*** unicell has quit IRC23:18
*** dardelean has joined #openstack-kolla23:19
*** dardelean has quit IRC23:23
*** dardelean has joined #openstack-kolla23:33
*** dardelean has quit IRC23:38
*** tvignaud has quit IRC23:40
*** tvignaud has joined #openstack-kolla23:41

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