Friday, 2017-10-06

*** dardelean_ has joined #openstack-kolla00:01
*** dardelean_ has quit IRC00:05
*** ntpttr_laptop has quit IRC00:12
*** jamesbenson has joined #openstack-kolla00:17
*** goldyfruit has quit IRC00:19
*** jamesbenson has quit IRC00:22
*** cocakolla has joined #openstack-kolla00:33
SamYaplekfox1111: yea i know how they work!00:35
kfox1111cool.00:35
SamYapledoes k8s support shared mounts yet?00:36
kfox1111it has alpha support for it finally. so I'm implementing it.00:36
SamYaplegot it00:36
SamYapleits straight forward, -v /run:/run:shared is kolla-ansible does00:36
kfox1111I just added the systemd MountFlags=shared thing. as it was set to slave I think.00:36
SamYapleyea it doesnt default to shared00:37
kfox1111do you have to do the mount bind thing still?00:37
kfox1111I've had to do that in the past.00:37
SamYaplenope00:37
SamYaplethats for 14.0400:37
kfox1111does systemd do a bind mount -rshared for / then?00:38
SamYapleno not quite00:39
SamYaplei forget the exact detains, but MountFlags=shared is a systemd thing that allows the process to make a shared mount00:39
SamYapleanyway, MountFlags=shade + -v /run/netns:/run/netns:shared is all you need00:40
kfox1111from what I can tell, MountFlags=!0 causes systemd to do a mount / -rshared  inside a mount namespace.00:40
kfox1111confirmed. almost worked in the gate this time: https://review.openstack.org/#/c/505436/7/tools/setup_kubernetes.sh00:41
SamYaplekfox1111: that sounds right-ish. like i said its been a long time00:42
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543600:43
kfox1111I guess on my other systemd docker1.9 system, I didn't have mountFlags in there at all. so I had to do the -rshared manually.00:45
SamYaplekfox1111: you need docker 1.10.2 minimum for shared mount namespsace stuff IIRC00:46
SamYapleit was in 1.7 and go rolled back in rc200:46
SamYapleit was a big hit for me at the time00:46
kfox1111actually, I got away wit h rslave on another system  by sticking to docker 1.9.00:46
kfox1111as it never specifieiied the mount flags in that version.00:47
*** goldyfruit has joined #openstack-kolla00:47
kfox1111I've been stuck on that cluster to k8s 1.4 as thats the last version that supported docker 1.9.00:48
kfox1111now that k8s 1.8 is out now, and they support mount namespaces, I can consider upgrading.00:48
SamYapleyou should be using 17.06!00:48
kfox1111and I can finally put cvmfs in a container! yay! :)00:48
SamYapleget with teh times00:48
kfox1111nope.00:48
kfox1111I have no desire to install swarm.00:48
SamYapleyoull have to eventually00:49
kfox1111I'll go from docker 1.12 to containerd 1.0 once its ready.00:49
kfox1111the distros are dropping docker.00:49
SamYapleas they should00:49
kfox1111docker renaming swarm to docker really made a lot of folks mad.00:49
SamYapleyea it was a bit of a move00:50
SamYapleive never liked docker, its more of a "there is nothing better" thing00:50
SamYaplerkt sort of fiziled00:50
SamYaplei am sad00:50
kfox1111yeah. the shell game though is,00:50
kfox1111docker -> containerd. swarm -> docker.00:50
SamYapleyep00:50
kfox1111containerd is what we have mostly cared about for so many years.00:50
SamYaplei suspect we will actually get screwed by containerd too00:51
SamYaplelike swarm getting features and contaienrd not00:51
SamYaplebut meh00:51
kfox1111possibly. but far more non docker fols are involved in it.00:51
kfox1111docker inc really owns 'docker'.00:51
kfox1111so much so that when they burned the bridge of the opensource community, they had to come up with moby.00:51
SamYapleyup00:52
kfox1111so someone might consider working on the open source swarm.00:52
SamYapleyea docker really realyl sucked at opensource00:52
kfox1111as 'docker' really means enterprise swarm now. :/00:52
SamYaplebut they have teh business monopoly.... for now00:52
kfox1111yup.00:52
kfox1111they will do ok in a nich for a long time I think.00:52
kfox1111but they can't possibly keep up with k8s.00:52
SamYapleand they burned all the bridges to make them better00:53
kfox1111docker will be the windows to k8s's linux.00:53
kfox1111yeah.00:53
SamYapleman all the bugs they just ignored or closed with cryptic messages because they had a backroom conversation about it00:53
* kfox1111 nods00:53
kfox1111they totally went fremeum. doesn't really work in the opoensource world.00:54
kfox1111time and time again its failed.00:54
SamYaplebut ofr a few breif seconds they generated alot of value for the shareholders00:54
kfox1111true. common problem. short term gain for long term pain.00:54
kfox1111a lot of companies are short sited.00:55
kfox1111anyway, I don't think it will be a problem too much longer.00:56
*** duonghq has joined #openstack-kolla01:06
*** openstackstatus has quit IRC01:14
*** openstackstatus has joined #openstack-kolla01:15
*** ChanServ sets mode: +v openstackstatus01:15
*** tovin07_ has joined #openstack-kolla01:16
kfox1111SamYaple: I think it did work.01:21
kfox1111http://logs.openstack.org/36/505436/8/check/gate-kolla-kubernetes-deploy-ubuntu-binary-2-iscsi-nv/989804b/console.html#_2017-10-06_01_14_54_72644801:21
kfox1111I'm a little weirded ouut by the: RTNETLINK answers: Invalid argument01:21
kfox1111but the qrouter and qdhcp namespaces did show up.01:22
*** bjolo_ has joined #openstack-kolla01:23
*** dasTor_ has joined #openstack-kolla01:23
*** calbers has quit IRC01:24
*** calbers has joined #openstack-kolla01:24
*** bjolo has quit IRC01:26
SamYaplekfox1111: thats what happens when you cant acess a namespace (ie its not shared)01:26
*** dasTor has quit IRC01:26
SamYapleso you probably had existing namespaces that did copy down with the shared thing, or they were deleted in some form01:26
SamYapleits harmless to you, but might cause problems at somepoint. i would track it down01:26
kfox1111yeah...01:27
SamYapledont worry to hard about it, it can be a tech-debt track it down later thing01:27
kfox1111so, in non dvr, (its been a while), there are just 2 prefixes, right?01:27
kfox1111qrouter and qdhcp?01:27
SamYaplein non-dev yes01:27
kfox1111I only created one router, and one qdhcp. so I wonder where the other is coming from....01:27
kfox1111if the host created it, it should show...01:28
SamYaplek8s may have created it01:28
SamYaplewhats the naem of it?01:28
kfox1111k8s doent use them.01:28
kfox1111no idea. it didn't show up in the list.01:28
kfox1111:/01:28
SamYaplels /run/netns01:28
kfox1111there were only the two items.01:28
SamYaplefrom the host01:28
kfox1111I'm guessing thats the problem. there is an entry in the real netns list that isnt in /run/netns01:28
SamYaplethats not how it works01:29
kfox1111there is a kernel netns, and01:29
SamYaplethat folder is literally getting scanned by ip01:29
kfox1111ip netns is kernel + mount namespaces in  /run/netns.01:29
SamYapleyes, but tehre arent magically namespaces that dont exist in /run/netns01:29
kfox1111whenever I've seen that message, it was because there was a kernel netns but not a corisponding mount in /run/netns.01:29
SamYapleyou can create namespace outside of that, but ip netns wont know about them01:30
kfox1111there can be. like when you don't specify the  shared mount namespace.01:30
kfox1111the /run/netns mount is in the container but not the hosts /run/netns.01:30
kfox1111but it is in the kernel.01:30
SamYapleright, but ip netns wont know about them....01:30
SamYapleso that error wouldnt be related01:30
kfox1111it would because the kernel netns is shared between the host and containers when net=host.01:30
SamYapleim telling you ip netns literally walks that folder, and only that folder looking for namespaces01:31
kfox1111and it looks at the kernel for ip netns list, then it tries to get more info out of /run/netns01:31
SamYapleit doesnt...01:31
SamYapleunless this changed in the last 2 years01:31
kfox1111I'm positive it works the way I described. as,01:31
SamYaplei walked all this code when i originally figured out how to do the kolla shared namespace stuff01:31
kfox1111if you don't do the shared mount ns,01:32
kfox1111and then do ip netns on the host,01:32
kfox1111it complains the same way.01:32
kfox1111as it knows netns exist, but doens't know anything about them.01:32
SamYapleim goign to assume we are talking past each other01:32
kfox1111possibly?01:33
SamYaplethe ip netns command will walk /run/netns, what ever it finds there it will assume it is a namespace01:33
SamYaplethats the only way it finds namespaces01:33
SamYapleits not querying the kernel for anything01:33
SamYapletouch /run/netns/t ; ip netns01:33
SamYaplebam error01:33
SamYaplewhat *normally* happens is an old folder from an old mount that couldnt get deleted or something surrounding -rshared01:34
SamYapleso either the container has some bad stuff in /run/netns, or the host does01:34
kfox1111strace -e stat,open ip netns list01:35
kfox1111open("/proc/self/ns/net", O_RDONLY)     = 401:35
kfox1111openat(AT_FDCWD, "/var/run/netns", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 501:35
kfox1111it opens the kernel netns first. then looks at the mount namespace.01:35
*** cocakolla has quit IRC01:35
SamYaplethat is not an inclusive list of all the namespaces though01:35
*** genek has quit IRC01:36
kfox1111but I think the error message that it looks like, I've seen when it was in the kernel list but not the moutn list.01:36
kfox1111pretty sure.01:36
kfox1111does any other container make netns's?01:37
SamYapleim telling you, thats not a list01:37
SamYapleyou are misunderstanding whats happening01:37
SamYaplethe only ones i know about that *make* namespaces are l3 and dhcp agent, maybe the linuxbridge/ovs for dvr01:38
kfox1111ok... I think I can add a check to see....01:38
kfox1111if ls -l /run/netns !\ wip netns list | wc -l01:38
SamYapleim just saying, there is no kernel list of namespaces. thats not how they are implemetned01:39
SamYaple /proc/self is your own process anyway01:39
SamYaplemy suggestion would be to purge the neutron-l3 and dhcp containers01:40
SamYapleumount anything binding /run/netns01:40
SamYapleand then purge whatever is left in /run/netns01:40
SamYaple(or reboot the box)01:40
SamYaplewhen you start it all back you likely wont have this issue anymore01:40
SamYapleits probably just cruft from your tests01:40
kfox1111it is clean.01:41
kfox1111it is in the gate.01:41
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543601:41
kfox1111I logged the contents of /run/netns, and fail if num of lines in ip netns list != number of lines in ls /rn/netns01:42
kfox1111should be interesting.01:42
SamYaplewell youre on the right track. there is some stale file/folder/mount in /run/netns and thats making ip complain (not fail, just complain)01:43
kfox1111I'd be surprised. we'll know in about 20 min. :)01:43
SamYaplefwiw, newer iproute utils make the error clearer01:44
SamYapleError: Peer netns reference is invalid.01:44
SamYapleinstead of RTNETLINK answers: Invalid argument01:44
SamYaplebtw your test is going to fail01:45
SamYapletouch /run/netns/nsname ; ip netns ls01:45
SamYaplethat will show two errors and then 'nsname'01:45
SamYapleeven though it was never a valid namespace01:45
SamYaplebut im off now, hope you figure it out!01:45
kfox1111thanks for the help. :)01:46
SamYaplelet me know what you find :)01:46
SamYaplehit me up if anything else wierd shows up01:46
kfox1111will do. have a good evening.01:46
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: Implement ceph fs  https://review.openstack.org/50840702:03
*** portdirect has quit IRC02:04
*** sdake has quit IRC02:04
*** portdirect has joined #openstack-kolla02:05
*** peterjenkins__ has quit IRC02:05
*** peterjenkins__ has joined #openstack-kolla02:06
kfox1111SamYaple: http://logs.openstack.org/36/505436/9/check/gate-kolla-kubernetes-deploy-ubuntu-binary-2-iscsi-nv/771407e/console.html#_2017-10-06_02_05_35_53974702:08
*** calbers has quit IRC02:08
*** jistr has quit IRC02:08
kfox1111it shows the errors, but ip netns list shows 2 entries, and there are 2 entries in /run/netns.02:09
*** SaMnCo_ has joined #openstack-kolla02:10
*** jistr has joined #openstack-kolla02:10
*** kong_ has joined #openstack-kolla02:11
kfox1111and http://logs.openstack.org/36/505436/9/check/gate-kolla-kubernetes-deploy-centos-binary-2-iscsi-nv/4e93915/console.html#_2017-10-06_02_08_12_11420602:12
kfox1111shows the error 4 times,02:12
kfox1111but only 2 entries show up in the ip netns list and /run/netns02:12
kfox1111so its gotta be in the kernel namespace.02:12
*** calbers has joined #openstack-kolla02:12
*** kong has quit IRC02:12
*** SaMnCo has quit IRC02:12
*** logan- has quit IRC02:12
*** akwasnie has quit IRC02:12
*** markus-k has quit IRC02:12
*** kong_ is now known as kong02:12
*** SaMnCo_ is now known as SaMnCo02:12
kfox1111like a container did an ip netns without the shared mount.02:13
*** markus-k has joined #openstack-kolla02:13
*** sdake has joined #openstack-kolla02:13
*** sdake is now known as Guest284902:13
*** unicell has quit IRC02:14
*** akwasnie has joined #openstack-kolla02:14
*** logan- has joined #openstack-kolla02:15
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543602:23
SamYaple"kernel namespace" isn't a thing though... the kernel doesnt maintain a list of namespaces, mount net pid or otherwise02:25
SamYapleso youre barking up the wrong tree02:25
kfox1111there is a thing as a network namespace in the kernel. it is a pure namespace.02:31
kfox1111then there is the thing that 'ip netns' calls a network namespace.02:31
kfox1111it is part kernel namespace and part mount namespace convention.02:31
kfox1111I added code to do an ip netns list in each container to see if I can spot it that way.02:32
*** dave-mccowan has quit IRC02:33
kfox1111any netns in a container not showing on the host shoudl be the culprit I think.02:33
*** mrunge has quit IRC02:38
*** afranc has quit IRC02:38
*** calbers has quit IRC02:39
*** calbers has joined #openstack-kolla02:41
*** mrunge has joined #openstack-kolla02:41
*** afranc has joined #openstack-kolla02:45
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543602:46
kfox1111and, orgot the sudo. :/02:46
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543603:11
kfox1111yeah. looks like there is one container with an extra ip netns.03:11
kfox1111this should find it....03:11
*** signed8bit is now known as signed8bit_Zzz03:12
*** seanmurphy has joined #openstack-kolla03:23
*** seanmurphy has quit IRC03:29
*** lxdong has quit IRC03:32
*** kolla-slack has quit IRC03:35
*** kolla-slack has joined #openstack-kolla03:35
*** goldyfruit has quit IRC03:35
spsuryamorning all03:51
*** gkadam has joined #openstack-kolla04:01
*** dardelean_ has joined #openstack-kolla04:01
*** dardelean_ has quit IRC04:06
*** coolsvap has joined #openstack-kolla04:17
*** jaosorior has joined #openstack-kolla04:21
openstackgerritMerged openstack/kolla-ansible master: Add notes on docker version in quickstart and multinode guide  https://review.openstack.org/50879004:36
*** genek has joined #openstack-kolla04:38
*** TxGirlGeek has joined #openstack-kolla04:42
*** unicell has joined #openstack-kolla04:43
*** unicell1 has joined #openstack-kolla04:45
*** unicell has quit IRC04:47
*** skramaja has joined #openstack-kolla04:48
*** lpetrut_ has joined #openstack-kolla05:06
*** jbadiapa has joined #openstack-kolla05:32
*** TxGirlGeek has quit IRC05:41
*** lpetrut_ has quit IRC06:06
*** mdnadeem has joined #openstack-kolla06:09
*** janki has joined #openstack-kolla06:09
*** lrensing has joined #openstack-kolla06:15
*** clayton has quit IRC06:16
*** clayton has joined #openstack-kolla06:18
*** lrensing has quit IRC06:23
*** pcaruana has joined #openstack-kolla06:24
*** ArminderSingh has quit IRC06:30
*** ArminderSingh has joined #openstack-kolla06:37
*** ArminderSingh has quit IRC06:42
*** ArminderSingh has joined #openstack-kolla06:43
*** mandre is now known as mandre_afk06:51
*** seanmurphy has joined #openstack-kolla07:00
*** dardelean_ has joined #openstack-kolla07:10
*** gfidente has joined #openstack-kolla07:21
*** dardelean_ has quit IRC07:25
*** serlex has joined #openstack-kolla07:32
*** coolsvap has quit IRC07:43
*** brunograz has joined #openstack-kolla07:44
*** dardelean has joined #openstack-kolla07:45
brunograzHi all, we are running Openstack ocata 4.0.0 with kolla-ansible and it seems there is a bug which is not patched for this version https://bugs.launchpad.net/nova/+bug/166826707:45
openstackLaunchpad bug 1670627 in OpenStack Compute (nova) ocata "duplicate for #1668267 quota is always in-use after delete the ERROR instances " [Critical,Fix released] - Assigned to Matt Riedemann (mriedem)07:45
brunograzwhat you guys would recommend as the best approach to patch it in our running system?07:46
*** egonzalez has joined #openstack-kolla08:06
*** dardelean_ has joined #openstack-kolla08:11
*** mandre_afk is now known as mandre08:17
*** tovin07_ has quit IRC08:18
*** jascott1 has quit IRC08:19
*** jascott1 has joined #openstack-kolla08:19
egonzalezbrunograz, it was fixed for 4.0.1 iirc08:20
brunograzdoes that means I cannot patch it without a full upgrade?08:24
*** jascott1 has quit IRC08:24
egonzalezbrunograz, binary images and from dockerhub or own build?08:24
*** tovin07_ has joined #openstack-kolla08:27
brunograzbinary from dockhub08:27
brunograzdockerhub*08:27
*** dasTor_ has quit IRC08:28
*** dasTor has joined #openstack-kolla08:28
egonzalezits really a nova bug, the date the images were build, nova had not the fix merged yet08:30
egonzalezoptions are, upgrade to newer version, build your own 4.0.0 from binary now (packages have the fix)08:30
brunograzand can I build a single image for nova? in my understanding this only affects nova-api and conductor08:31
brunograzI checked the documentation for building images08:32
brunograzit only mentions building image for a project, e.g. nova - this will build all nova images08:33
*** daidv has quit IRC08:38
*** jmccarthy has joined #openstack-kolla08:45
*** hrw has quit IRC08:58
*** hrw has joined #openstack-kolla08:59
brunograzand once the image is built is there a way to tell kolla to update the running service?09:00
*** hachi_ has joined #openstack-kolla09:14
*** sambetts_ is now known as sambetts09:16
*** genek has quit IRC09:22
*** genek has joined #openstack-kolla09:32
*** jamesbenson has joined #openstack-kolla09:53
*** jamesbenson has quit IRC09:57
*** duonghq has quit IRC09:59
*** pbourke has quit IRC10:01
*** pbourke has joined #openstack-kolla10:03
gemado you guys know any dates for PTG?10:06
gemaare there tentative dates?10:06
*** tovin07_ has quit IRC10:06
pbourkesilva: ping10:07
pomacDo all of you have a 1450 mtu on your VM:s or how do you setup networking - I've noticed that if you have a network card with vxlan offload, there is no additional overhead but most of our nics doesn't have that kind of offloadf10:12
*** jascott1 has joined #openstack-kolla10:23
*** genek has quit IRC10:23
*** hieulq has quit IRC10:47
*** vbel has quit IRC11:09
*** dave-mccowan has joined #openstack-kolla11:20
*** hachi_ has quit IRC11:43
*** noVNC has joined #openstack-kolla11:54
*** ansmith has quit IRC11:56
jmccarthyAnyone hit something like this with magnum-conductor ? Not sure what is the deal12:01
jmccarthyERROR oslo_messaging.rpc.server     docker_volume_type = cluster.labels.get(12:01
jmccarthyERROR oslo_messaging.rpc.server AttributeError: 'NoneType' object has no attribute 'get'12:01
*** magicboiz has quit IRC12:09
*** noVNC has quit IRC12:12
masbergood afternoon all, is this mandatory if I want to use ceph for block storage? https://docs.openstack.org/project-deploy-guide/openstack-ansible/pike/targethosts-prepare.html#configure-storage12:24
*** signed8bit_Zzz is now known as signed8bit12:30
pbourkemasber: that is openstack-ansible docs12:31
pbourkemasber: not kolla12:31
*** Croata has joined #openstack-kolla12:35
*** goldyfruit has joined #openstack-kolla12:40
*** erlon has joined #openstack-kolla12:41
gfidenteegonzalez any idea if somebody could help pushing a new image for ceph-mgr and update the repos to point to luminous?12:42
*** ansmith has joined #openstack-kolla12:45
gfidenteegonzalez we discussed this with hrw a couple of days ago12:49
*** hachi_ has joined #openstack-kolla12:52
openstackgerritMerged openstack/kolla-ansible master: Add Barbican section in Nova and Cinder to use disk encryption  https://review.openstack.org/50952912:53
*** athomas has quit IRC13:05
*** cocakolla has joined #openstack-kolla13:07
*** cocakolla has quit IRC13:08
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements  https://review.openstack.org/50944313:10
openstackgerritBertrand Lallau proposed openstack/kolla master: Remove a Pike release note generated in bad place  https://review.openstack.org/50887913:12
*** gkadam has quit IRC13:18
*** skramaja has quit IRC13:18
silvahello, when I try to initialize an image, I get this error: "There is not available location for image" (this is shown as a DEBUG log).  I'm using ceph as storage engine in Pike.13:25
*** aagate has joined #openstack-kolla13:27
*** signed8bit is now known as signed8bit_Zzz13:30
*** signed8bit_Zzz is now known as signed8bit13:30
*** Pavo has joined #openstack-kolla13:35
*** janki has quit IRC13:41
*** hachi_ has quit IRC13:43
*** shardy has quit IRC13:44
*** hachi_ has joined #openstack-kolla13:47
*** noVNC has joined #openstack-kolla13:50
noVNCsup anyone ;)13:51
*** hongbin has joined #openstack-kolla14:03
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: Update admin-openrc for Gnocchi  https://review.openstack.org/51013014:12
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible master: Add OS_AUTH_URL to admin-openrc  https://review.openstack.org/51013014:15
*** silva has quit IRC14:19
*** jtriley has quit IRC14:20
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543614:30
lvdombrkrfolks, who use letsencrypt certeficates in kolla?14:33
*** jiriprox has joined #openstack-kolla14:35
*** jamesbenson has joined #openstack-kolla14:37
*** goldyfruit has quit IRC14:43
*** jtriley has joined #openstack-kolla14:45
*** Radoslaw has joined #openstack-kolla14:45
*** goldyfruit has joined #openstack-kolla14:45
*** unicell1 has quit IRC14:47
*** unicell has joined #openstack-kolla14:47
*** ntpttr_laptop has joined #openstack-kolla14:50
RadoslawHi everyone, I am trying to deploy Openstack with OVS-DPDK. It seem that the deployment fails because ovsdpdk_vswitchd container won't come up and the status is "Restarting (139) About a minute ago".  I am deploying on single node and using stable/pike branch. Did anyone face this issue before? Any hint will be appreciated.14:51
*** vhosakot has joined #openstack-kolla14:55
*** mdnadeem has quit IRC14:56
*** ntpttr_laptop has quit IRC14:58
*** lrensing has joined #openstack-kolla14:59
*** egonzalez has quit IRC15:03
masbergfidente, do you know if it is possible to connect kolla to an external luminus ceph cluster?15:07
openstackgerritChristian Berendt proposed openstack/kolla-ansible master: Allow use of external ceph as cinder backup backend  https://review.openstack.org/51015315:07
gfidentemasber don't know :(15:07
Pavohas anyone made a deployer ansible playbook yet to setup the deployer, I know there is a script to setup the target nodes15:13
*** TxGirlGeek has joined #openstack-kolla15:18
*** silva has joined #openstack-kolla15:22
*** jaosorior has quit IRC15:24
*** TxGirlGeek has quit IRC15:26
*** brunograz has left #openstack-kolla15:26
jmccarthyAnyone familiar with this ? These notes https://docs.openstack.org/releasenotes/magnum/pike.html say "A new section is created in magnum.conf named cinder. In this cinder section, you need to set a value for the key default_docker_volume_type" - but I don't see this ?15:28
*** Jose____ has joined #openstack-kolla15:30
Jose____Hi! im having an issue creating images...it stucks in saving status and looking the glance-api.log no error appear..what can be happening? The deployment was made with kolla-ansible15:30
*** TxGirlGeek has joined #openstack-kolla15:31
openstackgerritRadomir Dopieralski proposed openstack/kolla master: Don't delete plugin's configuration files in horizon  https://review.openstack.org/51016015:33
kfox1111kolla-kubernetes cores: https://review.openstack.org/#/c/507252/ please.15:36
*** TxGirlGeek has quit IRC15:39
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543615:39
*** zhubingbing_ has joined #openstack-kolla15:42
*** jmccarthy has left #openstack-kolla15:43
*** lrensing has quit IRC15:49
*** lrensing has joined #openstack-kolla15:53
*** zhubingbing_ has quit IRC15:57
*** jascott1 has quit IRC16:02
*** jascott1 has joined #openstack-kolla16:02
*** jascott1 has quit IRC16:02
*** seanmurphy has quit IRC16:07
inc0hello16:12
*** pcaruana has quit IRC16:13
*** noVNC has quit IRC16:13
*** jamesbenson has quit IRC16:18
kolla-slack<britthouser> morning @inc016:19
openstackgerritDoug Szumski proposed openstack/kolla-ansible master: Add nova-compute-ironic to fluentd rewrite rules  https://review.openstack.org/51017716:27
*** dougsz has joined #openstack-kolla16:32
*** signed8bit is now known as signed8bit_Zzz16:40
*** unicell has quit IRC16:42
*** dougsz has quit IRC16:47
*** signed8bit_Zzz is now known as signed8bit16:50
*** signed8bit is now known as signed8bit_Zzz16:51
*** signed8bit_Zzz is now known as signed8bit16:51
*** jamesbenson has joined #openstack-kolla16:52
vhosakotafternoon all :)16:53
*** openstackstatus has quit IRC17:05
*** openstack has joined #openstack-kolla17:08
*** ChanServ sets mode: +o openstack17:08
*** dardelean_ has quit IRC17:11
*** lrensing has quit IRC17:13
*** zhubingbing_ has joined #openstack-kolla17:17
*** lrensing has joined #openstack-kolla17:17
*** ntpttr_laptop has joined #openstack-kolla17:17
*** Pavo has quit IRC17:20
*** sambetts is now known as sambetts|afk17:20
*** Radoslaw has quit IRC17:20
*** dougsz has joined #openstack-kolla17:25
*** lrensing has quit IRC17:28
*** lrensing has joined #openstack-kolla17:30
*** dougsz has quit IRC17:30
*** zhubingbing_ has quit IRC17:32
*** zhubingbing has joined #openstack-kolla17:33
*** ntpttr_laptop has quit IRC17:45
*** ntpttr_laptop has joined #openstack-kolla17:45
*** dardelean_ has joined #openstack-kolla17:45
*** zhubingbing has quit IRC17:47
*** dardelean_ has quit IRC17:50
*** gfidente is now known as gfidente|afk17:50
*** dougsz has joined #openstack-kolla17:57
*** dougsz has quit IRC17:57
*** noVNC has joined #openstack-kolla18:00
*** noVNC has quit IRC18:03
kfox1111hello18:03
*** goldyfruit has quit IRC18:04
*** goldyfruit has joined #openstack-kolla18:04
kfox1111inc0: https://review.openstack.org/#/c/507252/ plz18:05
*** jascott1 has joined #openstack-kolla18:10
*** serlex has quit IRC18:13
*** seanmurphy has joined #openstack-kolla18:14
*** lrensing has quit IRC18:15
*** jtriley has quit IRC18:15
*** jtriley has joined #openstack-kolla18:15
*** jtriley has quit IRC18:15
*** jtriley has joined #openstack-kolla18:16
*** gfidente|afk has quit IRC18:16
*** serlex has joined #openstack-kolla18:20
*** serlex has left #openstack-kolla18:20
kfox1111SamYaple: I think I'm seeing the same thing as: https://bugs.launchpad.net/kolla/+bug/161626818:21
openstackLaunchpad bug 1616268 in kolla newton "Stale namespace removal causing "RTNETLINK answers: Invalid argument" errors" [Critical,Fix committed] - Assigned to Jeffrey Zhang (jeffrey4l)18:21
kfox1111http://logs.openstack.org/36/505436/14/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv/ace418b/console.html#_2017-10-06_16_11_08_764388 shows a 000 permed file.18:21
SamYaplekfox1111: yep. and look who reported the neutron bug that links too. youre walking a path ive already walked18:23
kfox1111the workaround won't work for me though. :/18:24
kfox1111k8s doesn't support docker volumes.18:24
SamYaplegive me a second to look over your patch18:25
kfox1111k.18:25
SamYaplekfox1111: youre binding in /var/run and /run/netns, dont think thats going to work18:27
SamYapletry as a test to do /run/:/run/:shared18:27
kfox1111was trying to do just /run and /run/netns...18:27
kfox1111sould I just do /run?18:27
SamYapleas a test, yes18:27
kfox1111k.18:27
SamYaplei seem to recall having trouble doing only /run/netns18:28
kfox1111weird.18:28
SamYaplei think it was because at the time i was binding in /run, and then trying to do a shared /run/netns on a non-shared /run18:28
SamYaplelike youre doing18:28
SamYapleso give it a shot and see what happens18:28
kfox1111k.18:28
kfox1111hmm.... inconsistency here..18:31
kfox1111some are mounting /var/run from the host.18:31
kfox1111probably should always be /run from the host?18:31
kfox1111and in the container....18:32
kfox1111cause I think both are symlinks to /run ?18:32
SamYapleyea i always just mount /run18:35
SamYaplebut /var/run should work the same18:35
SamYaplefeel free to play with it, my best guess is thats where your problem lies with bad /run/ mounts18:35
kfox1111well, may cause inconsistencies if it overwrites the symlink? as maybe some commands read /run and some /var/run?18:35
SamYapledoes it though? wont it just mount in a symlink?18:36
SamYapleoh but thats even worse then18:36
kfox1111wouldn't have the :shared mount behavior then.18:36
kfox1111yeah.18:36
kfox1111I'm going to change all the references to /var/run -> /run18:36
SamYapleyea either way, go with /run over /var/run. i changes that in kolla early on18:36
SamYapleyup18:36
*** cocakolla has joined #openstack-kolla18:38
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543618:42
kfox1111ok. lets try the lower hanging fruit first.18:43
kfox1111I marked /run shared too.18:43
kfox1111if that doesn't fix it, I'll remove the /run/netns mount.18:43
SamYapleseems like youre on the right path, yea18:46
kfox1111k. thanks.18:46
kfox1111really strange bug though...18:46
*** jiriprox has quit IRC18:48
*** jiriprox has joined #openstack-kolla18:48
SamYapleits just a bad error message from iproute218:48
SamYaplethey do make it clearer in newr versions18:49
SamYaplenew error message is "Error: Peer netns reference is invalid."18:49
jascott1ah glad to see two smart k8s peeps in here18:50
jascott1i dont suppose anyone has tried to use kubectl proxy for local dev?18:51
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements  https://review.openstack.org/50944318:52
*** cocakolla has quit IRC19:08
*** lrensing has joined #openstack-kolla19:14
*** Slower has quit IRC19:49
kfox1111jascott1: local dev of what?20:01
kolla-slack<jascott1> container app that is cluster aware20:02
kolla-slack<jascott1> (makes calls to k8s api)20:03
jascott1its the operator im working on20:03
kfox1111hmm....20:03
jascott1problem is, it wants to https and the kubectl proxy is http20:03
kfox1111are you trying not to put the operator in k8s?20:03
jascott1yes20:03
kfox1111ah.20:03
jascott1basically i am trying to debug it and run it local and have it run in the cluster via proxy20:04
jascott1rather than edit src files on remote vm20:04
kfox1111lets see.... you could maybe give the operator your admin.conf? (if you don't care about your cluster)20:04
jascott1hmm20:05
kfox1111I think the go kube client supports accepting a kubeconf file.20:05
jascott1what about getting the servers certs and running a MITM in front of kubectl proxy20:05
kfox1111possible but seems like more work then just giving it the same creds your using for kubectl. :)20:06
*** ansmith has quit IRC20:06
jascott1trying not to make debug modifications to the code tho20:07
kfox1111https://github.com/kubernetes-incubator/external-storage/tree/master/ceph/cephfs20:07
kfox1111they do the same thing....20:07
kfox1111they add a -kubeconfig=~/.kube/config option.20:08
kfox1111I've seen it in other k8s addons.20:08
kfox1111I think it is the common way of doing it.20:08
kfox1111some folks do like to run their operators outside of k8s for some reason.20:08
kfox1111debugging is just one of them.20:08
jascott1ah good point20:09
jascott1thanks20:09
kfox1111np.20:09
jascott1must achieve more caffeination and sustenance... brb20:10
kfox1111hehe. I was just thinking the same thing. :)20:11
*** Croata2 has joined #openstack-kolla20:21
*** Croata has quit IRC20:25
*** seanmurphy has quit IRC20:31
*** david-lyle has quit IRC20:38
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543620:50
*** genek has joined #openstack-kolla21:00
*** Jose____ has quit IRC21:01
*** mrhillsman has joined #openstack-kolla21:09
mrhillsmani'm trying to run precheck and getting error that kolla_external_vip_interface is not found in ansible_interface but it is set in the globals.yml file21:09
mrhillsmanit was not previously so i am wondering if there is cache, which it does not seem to be, and if yes, where21:10
*** jtriley has quit IRC21:12
SamYaplethere shouldnt be a cache, no mrhillsman21:12
*** Croata2 has quit IRC21:16
mrhillsmanthx SamYaple21:18
*** david-lyle has joined #openstack-kolla21:19
*** hachi_ has quit IRC21:21
*** dklyle has joined #openstack-kolla21:39
*** silva has quit IRC21:39
*** david-lyle has quit IRC21:41
*** dklyle has quit IRC21:41
*** dklyle has joined #openstack-kolla21:42
*** bmace has quit IRC21:43
*** bmace has joined #openstack-kolla21:44
*** dklyle has quit IRC21:52
*** jamesbenson has quit IRC21:55
*** jamesbenson has joined #openstack-kolla21:56
*** jamesbenson has quit IRC21:58
*** signed8bit is now known as signed8bit_Zzz21:58
*** ntpttr_laptop has quit IRC22:02
*** lrensing has quit IRC22:09
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: shared netns support.  https://review.openstack.org/50543622:15
*** vhosakot has quit IRC22:16
*** goldyfruit has quit IRC22:22
*** erlon has quit IRC22:30
*** ntpttr_laptop has joined #openstack-kolla22:50
kfox1111SamYaple: seems like we have a winner: https://review.openstack.org/#/c/505436/22:54
kfox1111using /run everywhere, switching it to shared, and then doing /run/netns shared fixed it.22:55
SamYaplekfox1111: if you are already mounting /run shared, you dont need to mount /run/netns22:56
SamYaplebut awesome news!22:56
kfox1111true. but it still feels like a bug that needs squashing and this is just a temporary workaround. :/22:57
kfox1111thanks for helping me debug it.22:59
SamYapleim not sure, i think this is the solution of the bug23:00
kfox1111it really shouldn't be required to make the parent of the netns shared though.23:01
kfox1111that feels really weird.23:01
SamYaplei would readress why you are mounting /run in the first place23:02
kfox1111and making all of /run shared seems like more of a security thing then should strictly be nessisary.23:02
SamYaplei think you can get away with *only* /run/netns23:02
kfox1111in some cases, maybe.23:02
SamYapleor /run/netns and other explict paths if found23:02
kfox1111but ovs needs to look at stuff in /run.23:02
SamYapleyea but you can explictly bind that stuff rather than everything23:02
SamYapleand you can configure where ovs looks23:02
kfox1111yeah. theres a tradeoff there too.23:03
kfox1111I added external ovs support to kolla-kubernetes.23:03
kfox1111so  Ican support my single nic 40g attached boxen.23:03
kfox1111(need networking to work for k8s, before ovs could be started in a container)23:03
kfox1111so it shoudl support whatever redhat/ubunto ovs package puts it.23:04
*** jamesbenson has joined #openstack-kolla23:14
*** noVNC has joined #openstack-kolla23:16
*** jamesbenson has quit IRC23:18
*** hongbin has quit IRC23:21
*** cocakolla has joined #openstack-kolla23:22
*** jgriffith is now known as jgriffith_23:24
noVNCanyone know how to debug horizon gui not working on kolla?23:29
noVNCI got 504 Gateway Time-out when trying to access23:29
*** dardelean_ has joined #openstack-kolla23:30
*** dardelean has quit IRC23:32
*** david-lyle has joined #openstack-kolla23:42
*** harlowja has quit IRC23:45
*** ntpttr_laptop has quit IRC23:50
*** cocakolla has quit IRC23:50

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