masuberu | radez, first attempt to install failed using br-ext | 00:00 |
---|---|---|
*** nmagnezi has quit IRC | 00:00 | |
masuberu | and it didn't want to install after that, so I creating a new gbridge was the only option | 00:00 |
masuberu | this is the command I used packstack --allinone --provision-demo=n --os-neutron-ovs-bridge-mappings=extnet:bridge-ext --os-neutron-ovs-bridge-interfaces=bridge-ex:enp1s0f1 --os-neutron-ml2-type-drivers=vxlan,flat --ntp-servers=pool.ntp.org | 00:00 |
radez | hm, I've not used packstack recently to know if that is complete/correct | 00:02 |
radez | sry, brb... need to go afk for 5 mins | 00:02 |
radez | ok back | 00:03 |
*** Warped has quit IRC | 00:03 | |
*** jrcloud has joined #openstack | 00:03 | |
radez | masuberu: is there a doc you're following that I could look at? | 00:04 |
masuberu | https://www.rdoproject.org/networking/neutron-with-existing-external-network/ | 00:04 |
radez | long short of it is, I think you're using the correct subnet information, it's just the mappings that are not aligned correctly | 00:04 |
* radez looks | 00:04 | |
*** zackf has quit IRC | 00:05 | |
radez | masuberu: could you also provide the ifcfg files contents that you changed? | 00:05 |
radez | br-ex and your host's nic | 00:05 |
*** kristian__ has joined #openstack | 00:05 | |
masuberu | radez, yes, here it is http://pastebin.com/raw/DBP9m6zC | 00:08 |
masuberu | there is no ifcfg-br-ext | 00:08 |
* radez nods | 00:08 | |
-openstackstatus- NOTICE: Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved. | 00:09 | |
*** ChanServ changes topic to "Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved." | 00:09 | |
*** kristian__ has quit IRC | 00:10 | |
radez | masuberu: just to double check... | 00:10 |
radez | ifcfg-enp1s0f1 | 00:10 |
*** Douhet has quit IRC | 00:10 | |
*** catintheroof has joined #openstack | 00:10 | |
radez | there is a D on DEVICE in yoru file correct? | 00:10 |
*** wangbo has quit IRC | 00:10 | |
radez | the paste is missing it | 00:10 |
*** catintheroof has quit IRC | 00:11 | |
*** Douhet has joined #openstack | 00:11 | |
masuberu | radez, yes it has a 'D' | 00:11 |
radez | :) | 00:11 |
radez | can you ping 129.94.72.1 from the host? | 00:11 |
*** fragatina has quit IRC | 00:12 | |
masuberu | radez, yes I can ping 129.94.72.1 and also external networks from the host | 00:12 |
radez | that seems to indicate that ovs is configured properly | 00:13 |
radez | it may be helpful to delete the br-ex | 00:13 |
radez | ovs-vsctl del-br br-ex | 00:13 |
*** radhikam has quit IRC | 00:13 | |
masuberu | radez, ok done br-ext has been deleted | 00:14 |
radez | then you'll probably want to look at your neutron configs to see if something is referencing br-ex | 00:14 |
masuberu | uuuuuuhhh..., any document I can follow? | 00:14 |
radez | oh masuberu did you open your security groups? | 00:14 |
*** AlanClark has quit IRC | 00:15 | |
masuberu | radez, I did open ICMP and SSH for 0.0.0.0/0 and assigned the security group to the instance | 00:15 |
radez | ok that's good | 00:15 |
*** jathan has quit IRC | 00:16 | |
radez | masuberu: give me 5 mins again brb | 00:16 |
*** smccarthy has joined #openstack | 00:16 | |
jidar | NostawRm: good luck | 00:16 |
*** wangbo has joined #openstack | 00:17 | |
*** g3ek has quit IRC | 00:17 | |
radez | masuberu: ok back... lemme double check... | 00:18 |
radez | you created the instance | 00:18 |
radez | and a router | 00:18 |
masuberu | yes | 00:18 |
radez | and set the router's gateway to the external network | 00:19 |
*** RamJett has quit IRC | 00:19 | |
*** sayantani has quit IRC | 00:19 | |
*** zymurgy has quit IRC | 00:19 | |
*** ianychoi has quit IRC | 00:19 | |
radez | and attached the internal network as an interface to the router? | 00:19 |
*** achadha has joined #openstack | 00:19 | |
radez | and assigned a floating ip to the instance | 00:19 |
radez | all that is done? | 00:19 |
*** shootbird has quit IRC | 00:19 | |
*** reidel has quit IRC | 00:19 | |
*** sh1rtybird has joined #openstack | 00:19 | |
*** smccarthy has quit IRC | 00:20 | |
*** g3ek has joined #openstack | 00:20 | |
*** RamJett has joined #openstack | 00:20 | |
*** sayantani01 has joined #openstack | 00:20 | |
*** jamesdenton has joined #openstack | 00:21 | |
radez | masuberu: if all that is done then check the ip that was assigned to the virtual router and see if you can ping that | 00:21 |
masuberu | ok | 00:21 |
masuberu | let me check | 00:22 |
radez | masuberu: to me it looks like your router's gateway was put on br-ex instead of bridge ext | 00:22 |
*** mrjazzcat has quit IRC | 00:22 | |
masuberu | radez, yes it is very simple configuration https://ibin.co/331d0FMLZ7NP.png | 00:23 |
masuberu | let me check if I can ping the router | 00:23 |
*** achadha has quit IRC | 00:23 | |
*** reidel has joined #openstack | 00:24 | |
masuberu | https://ibin.co/331dssvQSVtH.png is that the IP I need to be able to ping? | 00:26 |
radez | yes the .203 | 00:26 |
radez | if you can't then I would try 2 things next | 00:27 |
radez | 1. clear the virtual router's gateway and re-set it | 00:27 |
radez | 2. let's try and ping the vm from inside the virtual router. | 00:27 |
masuberu | ok, I can't ping it | 00:27 |
masuberu | ok, 1 sec | 00:28 |
*** Warped has joined #openstack | 00:28 | |
radez | once you've set the gateway again look up the ip assigned | 00:28 |
radez | and see if you can ping that | 00:28 |
*** limao has joined #openstack | 00:28 | |
*** fragatina has joined #openstack | 00:29 | |
masuberu | nop | 00:31 |
masuberu | same IP | 00:31 |
masuberu | and still cant ping | 00:31 |
radez | k so get your ovs-vsctl show output again | 00:31 |
radez | then run | 00:31 |
radez | ip netns | 00:31 |
radez | and get thats output | 00:31 |
*** arch-nemesis has quit IRC | 00:31 | |
*** zymurgy has joined #openstack | 00:32 | |
*** arch-nemesis has joined #openstack | 00:34 | |
*** jonaspaulo has quit IRC | 00:34 | |
*** fragatina has quit IRC | 00:34 | |
*** josecastroleon has joined #openstack | 00:35 | |
*** annegentle has quit IRC | 00:39 | |
*** mitz has quit IRC | 00:39 | |
*** josecastroleon has quit IRC | 00:40 | |
*** M|6 has joined #openstack | 00:41 | |
*** calbers has joined #openstack | 00:42 | |
*** shibby has quit IRC | 00:42 | |
*** sh1rtybird has quit IRC | 00:43 | |
*** mitz has joined #openstack | 00:44 | |
*** vegasq has quit IRC | 00:44 | |
*** p4tux has quit IRC | 00:45 | |
*** p4tux has joined #openstack | 00:45 | |
*** AlanClark has joined #openstack | 00:45 | |
*** jamesdenton has quit IRC | 00:46 | |
*** M|6 has quit IRC | 00:46 | |
*** achadha has joined #openstack | 00:47 | |
*** vegasq has joined #openstack | 00:47 | |
*** jamesdenton has joined #openstack | 00:48 | |
*** rama_y has quit IRC | 00:48 | |
*** p4tux has quit IRC | 00:48 | |
*** gaughen has quit IRC | 00:50 | |
*** Eloy has quit IRC | 00:50 | |
*** shootbird has joined #openstack | 00:51 | |
*** jamesdenton has quit IRC | 00:54 | |
*** smccarthy has joined #openstack | 00:55 | |
*** robputt has joined #openstack | 00:57 | |
*** kalensk has quit IRC | 00:59 | |
*** gildub has joined #openstack | 00:59 | |
*** sahilsinha has quit IRC | 00:59 | |
*** tris has quit IRC | 01:00 | |
*** Son_Goku has joined #openstack | 01:01 | |
*** st8less has joined #openstack | 01:02 | |
*** flashcoder has quit IRC | 01:02 | |
*** hfu has joined #openstack | 01:03 | |
*** YuYangWang has joined #openstack | 01:03 | |
*** gfidente has quit IRC | 01:05 | |
*** mrjazzcat has joined #openstack | 01:05 | |
*** Eloy has joined #openstack | 01:06 | |
*** YuYangWang has quit IRC | 01:07 | |
*** st8less has quit IRC | 01:07 | |
*** st8less has joined #openstack | 01:08 | |
*** soliosg has quit IRC | 01:09 | |
*** diogogmt has quit IRC | 01:09 | |
*** st8less has quit IRC | 01:09 | |
*** kmg90 has joined #openstack | 01:10 | |
*** sahilsinha has joined #openstack | 01:11 | |
*** kalensk has joined #openstack | 01:12 | |
*** tris has joined #openstack | 01:12 | |
*** st8less has joined #openstack | 01:13 | |
*** bobh has joined #openstack | 01:15 | |
*** bdeschenes has quit IRC | 01:17 | |
*** kmg90 has quit IRC | 01:18 | |
*** kmg90 has joined #openstack | 01:18 | |
*** wangbo has quit IRC | 01:23 | |
*** f13o has joined #openstack | 01:24 | |
*** wangbo has joined #openstack | 01:25 | |
*** bobh has quit IRC | 01:25 | |
*** mikeoutland has joined #openstack | 01:25 | |
*** f13o has quit IRC | 01:28 | |
*** VW has joined #openstack | 01:30 | |
*** mikeoutland has quit IRC | 01:30 | |
*** thorst_ has joined #openstack | 01:32 | |
*** fragatina has joined #openstack | 01:33 | |
*** fragatina has quit IRC | 01:34 | |
*** thorst_ has quit IRC | 01:34 | |
*** VW has quit IRC | 01:34 | |
*** fragatina has joined #openstack | 01:34 | |
*** valw has joined #openstack | 01:34 | |
*** thorst_ has joined #openstack | 01:34 | |
*** JRobinson__ has quit IRC | 01:35 | |
*** arch-nemesis has quit IRC | 01:35 | |
*** bdeschenes has joined #openstack | 01:38 | |
*** slashd has quit IRC | 01:41 | |
masuberu | radez, sorry... had to look an emergency | 01:43 |
masuberu | I got the details ehre http://pastebin.com/raw/hd6ftrwD | 01:43 |
*** thorst_ has quit IRC | 01:43 | |
radez | masuberu: np, so try this command | 01:43 |
radez | ip netns exec qrouter-b94897d4-b13e-464a-9437-789bd1cf0a15 ping 192.168.1.101 | 01:44 |
radez | does that succeed? | 01:44 |
*** bobh has joined #openstack | 01:45 | |
*** f13o has joined #openstack | 01:45 | |
masuberu | let me check | 01:47 |
masuberu | 1 sec | 01:47 |
*** bdeschenes has quit IRC | 01:50 | |
*** catintheroof has joined #openstack | 01:50 | |
*** pmathews has joined #openstack | 01:50 | |
masuberu | I had to reboot the host | 01:51 |
*** sshnaidm is now known as sshnaidm|away | 01:52 | |
*** lucendio has quit IRC | 01:54 | |
*** catintheroof has quit IRC | 01:55 | |
*** catintheroof has joined #openstack | 01:55 | |
*** phalmos has quit IRC | 01:56 | |
*** eblip has joined #openstack | 01:56 | |
*** bdeschenes has joined #openstack | 01:57 | |
*** catinthe_ has joined #openstack | 01:58 | |
radez | masuberu: np, sry I'm working on something else too in paralell, I'm still here :) | 01:59 |
*** bdeschenes has quit IRC | 02:00 | |
*** catintheroof has quit IRC | 02:00 | |
*** woodard has joined #openstack | 02:01 | |
*** woodard_ has quit IRC | 02:01 | |
*** Pavo has quit IRC | 02:03 | |
*** wangbo has quit IRC | 02:03 | |
*** phileas has quit IRC | 02:03 | |
*** phileas has joined #openstack | 02:04 | |
*** osandoval has joined #openstack | 02:05 | |
*** Pavo has joined #openstack | 02:07 | |
*** eblip has quit IRC | 02:08 | |
*** JDub has joined #openstack | 02:10 | |
*** JDub has quit IRC | 02:10 | |
*** n0isyn0ise has quit IRC | 02:11 | |
*** fubu has joined #openstack | 02:11 | |
*** AfroThundr has joined #openstack | 02:12 | |
*** valw has quit IRC | 02:12 | |
*** bdeschenes has joined #openstack | 02:13 | |
*** bdeschenes has quit IRC | 02:13 | |
*** diogogmt has joined #openstack | 02:15 | |
*** jayfk has joined #openstack | 02:18 | |
*** kmg90 has quit IRC | 02:18 | |
*** code-R has joined #openstack | 02:20 | |
*** adriant has quit IRC | 02:20 | |
osandoval | hello, i am testing out newton and when installing the nova packages the nova user is not getting created. has anyone seen this before | 02:20 |
*** ksanagi has joined #openstack | 02:21 | |
*** jayfk_ has quit IRC | 02:21 | |
masuberu | radez, qrouter-b94897d4-b13e-464a-9437-789bd1cf0a15 is missing since I reboot it | 02:23 |
radez | you could delete it and recreate it | 02:23 |
*** anonymuse has quit IRC | 02:23 | |
radez | or try and restart the neutron-openvswitch-agent | 02:23 |
*** radhikam has joined #openstack | 02:23 | |
*** code-R_ has joined #openstack | 02:24 | |
masuberu | I rebooted the whole server, and recreated the networks, router and instance but still same | 02:24 |
*** wangbo has joined #openstack | 02:26 | |
*** adriant has joined #openstack | 02:26 | |
*** erkules_ has joined #openstack | 02:26 | |
*** radhikam has quit IRC | 02:26 | |
masuberu | radez, I think i am going to reinstall the whole thing... | 02:27 |
radez | you could dig into /var/log/neturon/server.log I think it is | 02:27 |
radez | yea the other option is to revert your nic changes | 02:27 |
radez | and tear down the ovs bridges | 02:27 |
radez | and then redeploy | 02:27 |
*** mikeoutland has joined #openstack | 02:27 | |
*** code-R has quit IRC | 02:27 | |
*** macjack has joined #openstack | 02:27 | |
*** thorst_ has joined #openstack | 02:28 | |
*** erkules has quit IRC | 02:29 | |
*** M|6 has joined #openstack | 02:29 | |
*** wangbo has quit IRC | 02:31 | |
*** fragatina has quit IRC | 02:31 | |
*** mikeoutland has quit IRC | 02:31 | |
*** fragatina has joined #openstack | 02:31 | |
*** osandoval has quit IRC | 02:33 | |
*** M|6 has quit IRC | 02:34 | |
*** smccarthy has quit IRC | 02:34 | |
masuberu | radez, thsi is what I can see from the neutron logs... http://pastebin.com/raw/602eHuwm | 02:35 |
*** thorst_ has quit IRC | 02:35 | |
masuberu | not sure it is related | 02:35 |
*** JRobinson__ has joined #openstack | 02:37 | |
*** wangbo has joined #openstack | 02:39 | |
*** mitz has quit IRC | 02:39 | |
*** gli has joined #openstack | 02:41 | |
*** Weiming has quit IRC | 02:44 | |
*** mitz has joined #openstack | 02:44 | |
*** fubu has quit IRC | 02:44 | |
*** Lee1092 has joined #openstack | 02:45 | |
*** fubu has joined #openstack | 02:45 | |
*** Poornima has joined #openstack | 02:48 | |
*** fzdarsky_ has joined #openstack | 02:48 | |
radez | it wouldn't be good if neutron couldn't connect, does that happen over and over? | 02:49 |
radez | masuberu: ^ | 02:49 |
radez | masuberu: can you check if rabbitmq is running? | 02:50 |
masuberu | radez, looks like rabbitmq has dissapear from the server | 02:51 |
radez | that bunny will getcha every time! | 02:51 |
radez | seems weird that it would have just disappeared ? | 02:51 |
radez | the service's name is rabbitmq-server | 02:52 |
radez | you're familiar with that? | 02:52 |
*** fzdarsky has quit IRC | 02:52 | |
*** achadha has quit IRC | 02:52 | |
*** bufu has joined #openstack | 02:52 | |
masuberu | ok, I wasn't familiar :) | 02:52 |
masuberu | it is running now | 02:52 |
*** yamahata has quit IRC | 02:53 | |
*** wangbo has quit IRC | 02:53 | |
*** thorst_ has joined #openstack | 02:53 | |
*** fubu has quit IRC | 02:54 | |
radez | masuberu: maybe just redeploying would be better than digging | 02:55 |
masuberu | I think so | 02:55 |
*** cemason1 has quit IRC | 02:56 | |
*** thorst_ has quit IRC | 02:58 | |
*** f13o_ has joined #openstack | 02:58 | |
*** cemason has joined #openstack | 02:59 | |
*** valeech has quit IRC | 03:01 | |
*** f13o has quit IRC | 03:02 | |
*** pmathews has quit IRC | 03:09 | |
*** valeech has joined #openstack | 03:11 | |
*** penick has quit IRC | 03:12 | |
*** n0isyn0ise has joined #openstack | 03:12 | |
*** rossella_s has quit IRC | 03:13 | |
*** knangia has quit IRC | 03:13 | |
*** catinthe_ has quit IRC | 03:14 | |
*** penick has joined #openstack | 03:15 | |
*** macjack has quit IRC | 03:18 | |
*** cyborg-one has joined #openstack | 03:21 | |
*** yamamoto_ has joined #openstack | 03:22 | |
*** Eloy_ has joined #openstack | 03:24 | |
*** dxiri has joined #openstack | 03:24 | |
*** thorst_ has joined #openstack | 03:24 | |
*** Eloy has quit IRC | 03:27 | |
*** dxiri has quit IRC | 03:28 | |
*** M|6 has joined #openstack | 03:30 | |
*** saschpe has quit IRC | 03:31 | |
*** thorst_ has quit IRC | 03:32 | |
*** saschpe has joined #openstack | 03:32 | |
*** EricGonc_ has quit IRC | 03:36 | |
*** code-R_ has quit IRC | 03:36 | |
*** code-R has joined #openstack | 03:36 | |
*** M|6 has quit IRC | 03:36 | |
*** cyborg-one has quit IRC | 03:38 | |
*** st8less has quit IRC | 03:38 | |
*** VW has joined #openstack | 03:39 | |
*** cyborg-one has joined #openstack | 03:39 | |
*** soliosg has joined #openstack | 03:40 | |
*** woodard has quit IRC | 03:42 | |
*** AlanClark has quit IRC | 03:42 | |
*** jperry has joined #openstack | 03:42 | |
*** woodard has joined #openstack | 03:42 | |
*** jeroen92 has joined #openstack | 03:43 | |
*** AfroThundr has joined #openstack | 03:47 | |
*** jeroen92 has quit IRC | 03:47 | |
*** gildub has quit IRC | 03:48 | |
*** infernix has quit IRC | 03:50 | |
*** masonjoyers has quit IRC | 03:50 | |
*** kklimonda has quit IRC | 03:50 | |
*** nask has quit IRC | 03:51 | |
*** Guest81420 has quit IRC | 03:52 | |
*** topol has quit IRC | 03:52 | |
*** kklimonda has joined #openstack | 03:53 | |
*** nask has joined #openstack | 03:53 | |
*** fubu has joined #openstack | 03:54 | |
*** topol_ has joined #openstack | 03:54 | |
*** bufu has quit IRC | 03:54 | |
*** pmathews has joined #openstack | 03:55 | |
*** rodrigo has joined #openstack | 03:56 | |
*** rodrigo is now known as Guest83792 | 03:56 | |
*** ksanagi has quit IRC | 03:57 | |
*** infernix has joined #openstack | 03:58 | |
*** masonjoyers has joined #openstack | 03:59 | |
*** newmember has joined #openstack | 04:01 | |
*** fubu has quit IRC | 04:01 | |
*** fubu has joined #openstack | 04:02 | |
*** Pavo has quit IRC | 04:02 | |
*** __PewPew__ has joined #openstack | 04:04 | |
*** __PewPew__ has left #openstack | 04:06 | |
*** ssbarnea_ has quit IRC | 04:07 | |
*** Pavo has joined #openstack | 04:07 | |
*** pravins has joined #openstack | 04:08 | |
*** st8less has joined #openstack | 04:09 | |
*** mrjazzcat has quit IRC | 04:11 | |
*** st8less has quit IRC | 04:14 | |
*** pmathews has quit IRC | 04:14 | |
masuberu | radez, ok I reinstalled openstack, now I can see the router and ping from Host --> router works; ping from router --> instance works; ping from host --> instance DOES NOT WORK | 04:16 |
radez | ok, good that ping from router to host works | 04:17 |
radez | I think that just means that the mapping for the provider network is not right | 04:17 |
radez | and you added security group rule to allow ping? | 04:18 |
masuberu | yes | 04:18 |
masuberu | let me double check | 04:18 |
*** romerocesar has quit IRC | 04:18 | |
masuberu | this is what I can see from the instance settings --> ALLOW IPv4 icmp from 0.0.0.0/0 | 04:18 |
*** code-R has quit IRC | 04:19 | |
radez | k so ovs-ctl show | 04:19 |
radez | and do ip netns to get your router's id | 04:19 |
radez | ip net exec <router> ip a | 04:19 |
*** aeperezt has joined #openstack | 04:20 | |
*** bobh has quit IRC | 04:20 | |
*** xinliang has quit IRC | 04:21 | |
*** phalmos has joined #openstack | 04:22 | |
masuberu | http://pastebin.com/SBYc38E4 | 04:22 |
*** jdwald has joined #openstack | 04:22 | |
*** xinliang has joined #openstack | 04:22 | |
masuberu | radex, ok got it http://pastebin.com/SBYc38E4 | 04:22 |
masuberu | radez, ok got it http://pastebin.com/SBYc38E4 | 04:22 |
masuberu | ok sorry I just realised I got 2 bridges again... | 04:23 |
radez | haha | 04:23 |
radez | yea see how the Interface "qg-b0ae18c3-51" | 04:24 |
radez | that's the router attaching to br-ex | 04:24 |
radez | so I'd suggest clean off your networking again and redploy using br-ex only | 04:24 |
*** fubu has quit IRC | 04:24 | |
masuberu | I can see qg-b0ae18c3-51 is br-ex and it is mapped to br-ex, which is the wrong one | 04:24 |
masuberu | so that may be the problem | 04:24 |
masuberu | ? | 04:24 |
radez | yup | 04:25 |
masuberu | ok, ok I will redeploy now, thanks | 04:25 |
radez | sure, hopfully that will fix it | 04:25 |
radez | I'm not sure how to tell you to use a diff bridge name | 04:25 |
radez | but br-ex is the tradidional bridge name | 04:25 |
*** ssbarnea has joined #openstack | 04:25 | |
*** vegasq has quit IRC | 04:25 | |
radez | for an openstack dployment | 04:25 |
masuberu | k | 04:25 |
*** yamahata has joined #openstack | 04:26 | |
radez | so it appears that something is still expecting it :/ | 04:26 |
*** dxiri has joined #openstack | 04:28 | |
*** romerocesar has joined #openstack | 04:28 | |
masuberu | hum, interesting | 04:28 |
*** shuquan has joined #openstack | 04:29 | |
*** dxiri has quit IRC | 04:30 | |
*** vimal has joined #openstack | 04:30 | |
*** dxiri has joined #openstack | 04:30 | |
*** nandal has joined #openstack | 04:31 | |
*** fubu has joined #openstack | 04:31 | |
*** M|6 has joined #openstack | 04:32 | |
*** gianpero has joined #openstack | 04:33 | |
*** ashland has quit IRC | 04:33 | |
gianpero | Hi, anybody had integrated a DevStack with IBM Novalink? | 04:34 |
*** gianpero has quit IRC | 04:34 | |
*** gianpero has joined #openstack | 04:34 | |
*** M|6 has quit IRC | 04:36 | |
*** phalmos has quit IRC | 04:38 | |
*** mitz has quit IRC | 04:39 | |
radez | masuberu: I'm headed out for the evening, good luck with your deploy | 04:40 |
*** misty-cloud has joined #openstack | 04:40 | |
masuberu | radez, np thank you much for all your help! | 04:40 |
masuberu | it really helped me | 04:40 |
radez | sure thing, any time | 04:40 |
*** jdwald has quit IRC | 04:41 | |
*** jdwald has joined #openstack | 04:41 | |
*** baoli has joined #openstack | 04:41 | |
*** achadha has joined #openstack | 04:42 | |
*** ianychoi has joined #openstack | 04:42 | |
*** mitz has joined #openstack | 04:44 | |
*** phalmos has joined #openstack | 04:45 | |
*** links has joined #openstack | 04:45 | |
*** shuquan has quit IRC | 04:46 | |
*** phalmos has quit IRC | 04:50 | |
*** masco has joined #openstack | 04:50 | |
*** snarwade has joined #openstack | 04:54 | |
*** bobh has joined #openstack | 04:55 | |
*** code-R has joined #openstack | 04:57 | |
*** fubu has quit IRC | 05:00 | |
*** Yarboa has joined #openstack | 05:00 | |
*** germs has joined #openstack | 05:01 | |
*** code-R_ has joined #openstack | 05:04 | |
*** germs has quit IRC | 05:04 | |
*** bufu has joined #openstack | 05:04 | |
*** baoli has quit IRC | 05:05 | |
*** kristian__ has joined #openstack | 05:06 | |
*** code-R has quit IRC | 05:07 | |
*** hichihara has joined #openstack | 05:10 | |
*** kristian__ has quit IRC | 05:11 | |
*** aeperezt has quit IRC | 05:13 | |
*** mkolesni has joined #openstack | 05:13 | |
*** Yarboa has quit IRC | 05:14 | |
*** smaktub has joined #openstack | 05:14 | |
*** gianpero has quit IRC | 05:17 | |
*** VW has quit IRC | 05:19 | |
*** masco has quit IRC | 05:19 | |
*** jdwald has quit IRC | 05:20 | |
*** pravins has quit IRC | 05:25 | |
*** bufu has left #openstack | 05:26 | |
*** wangbo has joined #openstack | 05:28 | |
*** kristian__ has joined #openstack | 05:28 | |
*** pravins has joined #openstack | 05:29 | |
*** hybridpollo has quit IRC | 05:29 | |
*** prateek has joined #openstack | 05:30 | |
*** malloc83 has joined #openstack | 05:30 | |
*** code-R_ has quit IRC | 05:32 | |
*** bocaneri has joined #openstack | 05:32 | |
*** steveg_afk has quit IRC | 05:32 | |
*** M|6 has joined #openstack | 05:32 | |
*** kristian__ has quit IRC | 05:32 | |
*** twiggy has joined #openstack | 05:34 | |
*** soliosg has quit IRC | 05:35 | |
*** ChanServ changes topic to "Openstack Support Channel, Development in #openstack-dev | Wiki: http://wiki.openstack.org/ | Docs: http://docs.openstack.org/ | Answers: https://ask.openstack.org | Logs: http://eavesdrop.openstack.org/irclogs/ | Paste: http://paste.openstack.org/" | 05:35 | |
-openstackstatus- NOTICE: The affected filesystems on the log server are repaired. Please leave 'recheck' comments on any changes which failed with POST_FAILURE. | 05:35 | |
*** M|6 has quit IRC | 05:37 | |
*** adriant has quit IRC | 05:38 | |
*** Mudpuppy has quit IRC | 05:41 | |
*** macjack has joined #openstack | 05:44 | |
*** mkovarik has joined #openstack | 05:45 | |
*** rdas has joined #openstack | 05:46 | |
*** bobh has quit IRC | 05:48 | |
*** macjack has quit IRC | 05:49 | |
*** shuquan has joined #openstack | 05:49 | |
*** Jack_Iv has joined #openstack | 05:49 | |
*** dxiri has quit IRC | 05:49 | |
*** rarcea has joined #openstack | 05:50 | |
*** crowfish has joined #openstack | 05:51 | |
*** mkovarik has quit IRC | 05:52 | |
*** ksobkowiak has quit IRC | 05:53 | |
*** goldbox_ has quit IRC | 05:53 | |
*** jperry has quit IRC | 05:54 | |
*** ashland has joined #openstack | 05:54 | |
*** mkovarik has joined #openstack | 05:55 | |
*** goldbox has joined #openstack | 05:56 | |
*** kristian__ has joined #openstack | 06:00 | |
*** kristian__ has quit IRC | 06:00 | |
*** kristian__ has joined #openstack | 06:01 | |
*** Pavo has quit IRC | 06:02 | |
*** twiggy has quit IRC | 06:04 | |
*** Jack_Iv has quit IRC | 06:05 | |
*** kristian__ has quit IRC | 06:05 | |
*** Jack_Iv has joined #openstack | 06:05 | |
*** dxiri has joined #openstack | 06:06 | |
*** Pavo has joined #openstack | 06:07 | |
*** Jaspreet has quit IRC | 06:08 | |
*** groen692 has joined #openstack | 06:08 | |
*** groen692 has quit IRC | 06:10 | |
*** hichihara has quit IRC | 06:11 | |
*** dxiri has quit IRC | 06:11 | |
*** groen692 has joined #openstack | 06:11 | |
*** zackf has joined #openstack | 06:15 | |
*** jrcloud has quit IRC | 06:17 | |
*** rarcea has quit IRC | 06:17 | |
*** thetrav has joined #openstack | 06:17 | |
*** jeroen92 has joined #openstack | 06:20 | |
*** jeroen92 has quit IRC | 06:24 | |
*** masonjoyers has quit IRC | 06:25 | |
*** kristian__ has joined #openstack | 06:26 | |
*** kristia__ has joined #openstack | 06:28 | |
*** two_oes has left #openstack | 06:28 | |
*** kristian__ has quit IRC | 06:29 | |
*** khyr0n has joined #openstack | 06:31 | |
*** fragatina has quit IRC | 06:31 | |
*** fragatina has joined #openstack | 06:32 | |
*** thetrav_ has joined #openstack | 06:32 | |
*** ChubYann has quit IRC | 06:34 | |
*** pmathews has joined #openstack | 06:35 | |
*** woodard has quit IRC | 06:35 | |
*** thetrav has quit IRC | 06:36 | |
*** mitz has quit IRC | 06:39 | |
*** ecrehar has joined #openstack | 06:40 | |
masuberu | hi | 06:41 |
masuberu | my ceilometer is complaining about rabbitmq? | 06:41 |
*** makije has quit IRC | 06:41 | |
masuberu | this is what I can see from the logs | 06:41 |
masuberu | ERROR oslo.messaging._drivers.impl_rabbit AMQP server on is unreachable Errno 101 Network is unreachable | 06:41 |
masuberu | rabbitmq is running on the host, so not sure what the problem is | 06:42 |
*** crowfish has quit IRC | 06:43 | |
*** makije has joined #openstack | 06:43 | |
*** magg has quit IRC | 06:43 | |
*** crowfish has joined #openstack | 06:43 | |
*** mitz has joined #openstack | 06:44 | |
*** fragatina has quit IRC | 06:48 | |
*** msimonin has joined #openstack | 06:49 | |
*** msimonin has quit IRC | 06:50 | |
*** thetrav_ has quit IRC | 06:51 | |
*** sleviim has joined #openstack | 06:52 | |
*** nkrinner_afk is now known as nkrinner | 06:53 | |
*** kristia__ has quit IRC | 06:54 | |
*** josecastroleon has joined #openstack | 06:56 | |
*** locust_ has quit IRC | 07:00 | |
*** yuval has joined #openstack | 07:02 | |
*** grafuls has joined #openstack | 07:02 | |
*** gfidente has joined #openstack | 07:04 | |
*** iranzo has joined #openstack | 07:05 | |
*** baoli has joined #openstack | 07:06 | |
*** baoli has quit IRC | 07:10 | |
*** achadha has quit IRC | 07:15 | |
*** Yarboa has joined #openstack | 07:15 | |
*** mcornea has joined #openstack | 07:16 | |
*** dgurtner has joined #openstack | 07:17 | |
*** dgurtner has quit IRC | 07:17 | |
*** dgurtner has joined #openstack | 07:17 | |
*** yamamoto_ has quit IRC | 07:18 | |
*** tesseract has joined #openstack | 07:18 | |
*** tesseract is now known as Guest13491 | 07:19 | |
*** VW has joined #openstack | 07:19 | |
*** thetrav has joined #openstack | 07:19 | |
*** pmathews has quit IRC | 07:20 | |
*** M|6 has joined #openstack | 07:21 | |
*** rcernin has joined #openstack | 07:21 | |
*** bvdk has joined #openstack | 07:22 | |
*** VW has quit IRC | 07:23 | |
*** rasca has joined #openstack | 07:24 | |
*** dgurtner has quit IRC | 07:24 | |
*** Guest2 has joined #openstack | 07:25 | |
*** jackNemrod has joined #openstack | 07:25 | |
*** zenoway has joined #openstack | 07:25 | |
*** zenoway has quit IRC | 07:25 | |
*** zenoway has joined #openstack | 07:25 | |
*** M|6 has quit IRC | 07:26 | |
*** kickinz1 has quit IRC | 07:27 | |
*** kickinz1 has joined #openstack | 07:27 | |
*** jprovazn has joined #openstack | 07:28 | |
*** Keverw has quit IRC | 07:30 | |
*** kristian__ has joined #openstack | 07:36 | |
*** kristian__ has quit IRC | 07:36 | |
*** nandal has quit IRC | 07:37 | |
*** ImJune has joined #openstack | 07:37 | |
*** hseipp has joined #openstack | 07:38 | |
*** makowals has joined #openstack | 07:38 | |
*** shuquan_ has joined #openstack | 07:41 | |
*** Mudpuppy has joined #openstack | 07:42 | |
*** shuquan has quit IRC | 07:42 | |
*** abehl has joined #openstack | 07:43 | |
*** omnipresent has joined #openstack | 07:43 | |
*** zenoway has quit IRC | 07:43 | |
*** kristian__ has joined #openstack | 07:44 | |
*** lionelze has joined #openstack | 07:46 | |
*** Mudpuppy has quit IRC | 07:47 | |
*** kristian__ has quit IRC | 07:48 | |
*** jsheeren has joined #openstack | 07:52 | |
haukebruno | masuberu, maybe a misconfiguration of your ceilometer.conf? | 07:53 |
masuberu | haukebruno, but ceilometer uses redis but not its configuration is it? | 07:53 |
*** matjazp has joined #openstack | 07:53 | |
masuberu | haukebruno, I just checked the ceilometer.conf file, there is reference to redis socket location | 07:55 |
*** mkovarik has quit IRC | 07:57 | |
*** yamamoto_ has joined #openstack | 07:58 | |
*** josecastroleon has quit IRC | 08:00 | |
*** crowfish_ has joined #openstack | 08:00 | |
*** grafuls has quit IRC | 08:02 | |
*** crowfish has quit IRC | 08:02 | |
haukebruno | masuberu, I don't know much about ceilometer, but don't you need to talk to the other services (over rabbitmq) too? | 08:02 |
*** Pavo has quit IRC | 08:02 | |
masuberu | rabitmq is fine | 08:03 |
masuberu | according to ceilometer logs the problem is with redis | 08:03 |
*** josecastroleon has joined #openstack | 08:03 | |
masuberu | and actually I got is working starting redis manually | 08:03 |
masuberu | but if I reboot the host it will stop working because I don't which configuration is redis taking | 08:04 |
*** grafuls has joined #openstack | 08:05 | |
*** Pavo has joined #openstack | 08:07 | |
*** msimonin has joined #openstack | 08:08 | |
*** macjack has joined #openstack | 08:10 | |
*** erkules_ is now known as erkules | 08:12 | |
*** gli has quit IRC | 08:13 | |
*** rmart04 has joined #openstack | 08:14 | |
*** Guest2 has quit IRC | 08:15 | |
*** shootbird has quit IRC | 08:15 | |
*** achadha has joined #openstack | 08:15 | |
*** st8less has joined #openstack | 08:15 | |
*** athinkingmeat has joined #openstack | 08:16 | |
*** mparisi has quit IRC | 08:18 | |
*** rdo has quit IRC | 08:18 | |
*** ronis has joined #openstack | 08:18 | |
*** st8less has quit IRC | 08:20 | |
*** jpena|off is now known as jpena | 08:20 | |
*** JRobinson__ has quit IRC | 08:20 | |
*** rdas has quit IRC | 08:20 | |
*** rdo has joined #openstack | 08:20 | |
*** achadha has quit IRC | 08:20 | |
*** ronis_ has joined #openstack | 08:22 | |
*** Serlex has joined #openstack | 08:24 | |
*** rsimai_away is now known as rsimai_ | 08:24 | |
*** ronis has quit IRC | 08:25 | |
*** erikkri has joined #openstack | 08:26 | |
*** kristian__ has joined #openstack | 08:26 | |
*** kristian__ has quit IRC | 08:26 | |
*** masonjoyers has joined #openstack | 08:27 | |
*** jpich has joined #openstack | 08:28 | |
*** kristian__ has joined #openstack | 08:28 | |
*** kristian__ has quit IRC | 08:28 | |
*** nmagnezi has joined #openstack | 08:28 | |
*** kristian__ has joined #openstack | 08:29 | |
*** kristian__ has quit IRC | 08:29 | |
*** gli has joined #openstack | 08:30 | |
*** rdo has quit IRC | 08:30 | |
*** macjack has quit IRC | 08:31 | |
*** mkolesni has quit IRC | 08:31 | |
*** mkolesni_ has joined #openstack | 08:31 | |
*** smaktub has quit IRC | 08:32 | |
*** rossella_s has joined #openstack | 08:33 | |
*** shootbird has joined #openstack | 08:33 | |
*** Ajinkya has joined #openstack | 08:35 | |
*** kristian__ has joined #openstack | 08:38 | |
*** mitz has quit IRC | 08:39 | |
*** fsimonce has joined #openstack | 08:40 | |
*** curious_corn has joined #openstack | 08:40 | |
*** kristian__ has quit IRC | 08:43 | |
*** weshay has quit IRC | 08:43 | |
*** amoralej|off is now known as amoralej | 08:44 | |
*** pnavarro has joined #openstack | 08:44 | |
*** mitz has joined #openstack | 08:44 | |
*** RT_CIF has joined #openstack | 08:48 | |
*** k4n0 has joined #openstack | 08:48 | |
*** weshay has joined #openstack | 08:49 | |
*** janki has joined #openstack | 08:54 | |
*** Dw_Sn has joined #openstack | 08:55 | |
*** goldbox_ has joined #openstack | 09:01 | |
*** kristian__ has joined #openstack | 09:01 | |
*** geaaru has joined #openstack | 09:01 | |
*** RT_CIF has quit IRC | 09:03 | |
*** RT_CIF has joined #openstack | 09:03 | |
*** goldbox has quit IRC | 09:04 | |
*** yamahata has quit IRC | 09:05 | |
*** baoli has joined #openstack | 09:07 | |
*** shuquan_ has quit IRC | 09:08 | |
*** shuquan has joined #openstack | 09:08 | |
*** mkovarik has joined #openstack | 09:08 | |
*** M|6 has joined #openstack | 09:09 | |
*** mkolesni_ has quit IRC | 09:09 | |
*** achadha has joined #openstack | 09:09 | |
*** RT_CIF has quit IRC | 09:09 | |
*** RT_CIF has joined #openstack | 09:10 | |
*** liverpooler has joined #openstack | 09:10 | |
*** ashland has quit IRC | 09:11 | |
*** mkolesni_ has joined #openstack | 09:11 | |
*** subho has joined #openstack | 09:11 | |
*** lihi has joined #openstack | 09:12 | |
*** M|6 has quit IRC | 09:14 | |
*** dr0n has joined #openstack | 09:14 | |
*** andymaier has joined #openstack | 09:14 | |
*** toscalix has joined #openstack | 09:16 | |
*** lucendio has joined #openstack | 09:16 | |
*** rdas has joined #openstack | 09:16 | |
*** baoli has quit IRC | 09:17 | |
*** newmember has quit IRC | 09:18 | |
*** crowfish_ has quit IRC | 09:19 | |
*** crowfish_ has joined #openstack | 09:19 | |
*** ababich has quit IRC | 09:21 | |
*** kristian__ has quit IRC | 09:22 | |
*** aurimasm_ has joined #openstack | 09:23 | |
*** kristian__ has joined #openstack | 09:24 | |
*** kristian__ has quit IRC | 09:24 | |
*** Jack_Iv has quit IRC | 09:25 | |
*** kristian__ has joined #openstack | 09:25 | |
*** aurimasm has quit IRC | 09:25 | |
*** e0ne has joined #openstack | 09:29 | |
*** AlexeyAbashkin has joined #openstack | 09:30 | |
*** naggappan has joined #openstack | 09:32 | |
*** kristian__ has quit IRC | 09:32 | |
naggappan | hi team in openstack dashboard UI under system->hypervisors is see "hypervisor" and "computer host" what is the different between 2 | 09:33 |
*** hfu has quit IRC | 09:33 | |
*** john-davidge has joined #openstack | 09:33 | |
*** ashland has joined #openstack | 09:34 | |
*** amontalban has joined #openstack | 09:35 | |
*** amontalban has joined #openstack | 09:35 | |
*** Cyberg has joined #openstack | 09:36 | |
*** dizquierdo has joined #openstack | 09:37 | |
*** bkopilov has quit IRC | 09:37 | |
*** amontalb1n has quit IRC | 09:37 | |
*** Cyberg has quit IRC | 09:39 | |
*** racedo has joined #openstack | 09:40 | |
*** AlexeyAbashkin has quit IRC | 09:40 | |
*** andymaier has quit IRC | 09:40 | |
*** shuquan has quit IRC | 09:41 | |
*** MarkBaker has joined #openstack | 09:41 | |
*** tpsilva has joined #openstack | 09:42 | |
*** notze has quit IRC | 09:44 | |
*** notze has joined #openstack | 09:45 | |
*** dizquierdo has quit IRC | 09:46 | |
*** electrofelix has joined #openstack | 09:48 | |
*** mhickey has joined #openstack | 09:48 | |
*** spammy has quit IRC | 09:50 | |
*** ronis__ has joined #openstack | 09:51 | |
*** pravins has quit IRC | 09:52 | |
*** dbecker has joined #openstack | 09:52 | |
Oku_OS | naggappan: as far as I can see it's a different view of the same 'resource'. Hypervisor view shows you stats about the resources available (CPU, RAM, Storage total & free, # of instances) while compute host is reporting the nova-compute service status, AZ and you have a couple of options/actions available like disable the service or evacuate the host | 09:53 |
*** bbcmicrocomputer has joined #openstack | 09:53 | |
*** sshnaidm|away is now known as sshnaidm | 09:54 | |
*** pcastets has joined #openstack | 09:54 | |
*** ronis_ has quit IRC | 09:54 | |
*** andymaier has joined #openstack | 09:54 | |
Oku_OS | hyp -> physical resources. compute host -> nova compute status and action from Openstack point of view. I think it's rather clear | 09:55 |
naggappan | oku_os i have an issue now like the quoto allocated for projects are more than the total capacity of all hypervisors and it was beeing used double the amount of actual capacity | 09:55 |
naggappan | and now power went off and did reboot on all nodes | 09:56 |
naggappan | so right now many vm's are in error state stating there is no enofgh space, so how can i recover these vm's | 09:56 |
Oku_OS | overallocation is normal when it comes to CPU, a bit more problematic when it comes to memory and storage. | 09:56 |
naggappan | I don't have extra node to install new computer nodes. so thinking to get the vm and put that in different openstack deployment | 09:57 |
naggappan | but snapshot also not working | 09:57 |
Oku_OS | what is the status on the actual hyp? are you really out of space ? | 09:57 |
naggappan | yes | 09:57 |
naggappan | out of space all in red | 09:57 |
naggappan | i went to /var/lib/nova/instance to get image files | 09:58 |
Oku_OS | can you extend the LV/FS? | 09:58 |
naggappan | but i don't see any there except libvirt.xml and console.log | 09:58 |
*** gli has quit IRC | 09:58 | |
Oku_OS | maybe you have some free space in the VG or some partition on a disk which wasn't allocated | 09:58 |
Oku_OS | oh, are you using cinder to boot from? | 09:59 |
Oku_OS | or where is the instance root disk located on? | 09:59 |
naggappan | yes i think so there is a seprate storage node also | 09:59 |
Oku_OS | probably you're not using local storage.. hence you're not seeing the instance disk | 09:59 |
naggappan | i am new to this environment ,, how to check where the vm is stored | 09:59 |
naggappan | like what is the storage node ip where the vm is stored | 10:00 |
*** shuquan has joined #openstack | 10:00 | |
*** spammy has joined #openstack | 10:00 | |
*** spammy is now known as Guest48531 | 10:01 | |
Oku_OS | not sure, check the instance info, nova configuration file | 10:01 |
Oku_OS | maybe see if you have any base images that are not used and you could manually delete .. sometimes nova doesn't clean them | 10:01 |
Oku_OS | but first you need to find what storage are you using for your instances. | 10:02 |
*** Pavo has quit IRC | 10:02 | |
*** ashland has quit IRC | 10:03 | |
*** exploreshaifali has joined #openstack | 10:03 | |
Oku_OS | check the instance xml file. | 10:04 |
naggappan | in nova.conf? | 10:04 |
Oku_OS | virsh dumpxml instance-00... | 10:04 |
Oku_OS | and check the block/disk config | 10:04 |
Oku_OS | possibly it's a cinder volume/iSCSI session or whatever | 10:04 |
*** pravins has joined #openstack | 10:04 | |
*** goldbox_ has quit IRC | 10:05 | |
*** cyborg-one has quit IRC | 10:05 | |
*** ashland has joined #openstack | 10:06 | |
*** goldbox has joined #openstack | 10:06 | |
*** Pavo has joined #openstack | 10:07 | |
*** M|6 has joined #openstack | 10:10 | |
*** achadha has quit IRC | 10:11 | |
*** gli has joined #openstack | 10:12 | |
*** MarkBaker has quit IRC | 10:14 | |
naggappan | Oku_OS , when i do virsh list -all it shows only one vm as running. in /var/lib/nova/instance/ID/libvirt.xml there is an instance ID "instance-00000529" but it is not showing in virsh list -all | 10:14 |
*** M|6 has quit IRC | 10:15 | |
*** tgerczei has quit IRC | 10:15 | |
Oku_OS | so you have multiple instances defined in libvirt but just one ID under '/var/lib/nova/instance/' directory? | 10:15 |
naggappan | yes in instance directory there are multiple instance displayed but when i do virsh list -all it shows only one as running | 10:17 |
*** surabujin has quit IRC | 10:20 | |
*** jeroen92 has joined #openstack | 10:20 | |
*** curious_corn has quit IRC | 10:21 | |
*** nandal has joined #openstack | 10:24 | |
*** jeroen92 has quit IRC | 10:25 | |
*** rtouihri_ has joined #openstack | 10:25 | |
*** RT_CIF has quit IRC | 10:25 | |
*** thetrav has quit IRC | 10:26 | |
*** thetrav has joined #openstack | 10:26 | |
*** thetrav has quit IRC | 10:26 | |
*** thetrav has joined #openstack | 10:27 | |
*** NBziouech has joined #openstack | 10:27 | |
*** thetrav has quit IRC | 10:27 | |
*** thetrav has joined #openstack | 10:28 | |
*** thetrav has quit IRC | 10:28 | |
*** e0ne has quit IRC | 10:28 | |
*** thetrav has joined #openstack | 10:28 | |
*** thetrav has quit IRC | 10:29 | |
*** thetrav has joined #openstack | 10:29 | |
*** kristian__ has joined #openstack | 10:29 | |
*** thetrav has quit IRC | 10:30 | |
*** thetrav has joined #openstack | 10:30 | |
*** nstrug has joined #openstack | 10:30 | |
*** arxcruz has quit IRC | 10:30 | |
*** thetrav has quit IRC | 10:30 | |
*** thetrav has joined #openstack | 10:31 | |
*** thetrav has quit IRC | 10:31 | |
*** nstrug_ has joined #openstack | 10:31 | |
*** thetrav has joined #openstack | 10:31 | |
*** thetrav has quit IRC | 10:32 | |
*** mhickey has quit IRC | 10:32 | |
*** thetrav has joined #openstack | 10:32 | |
*** surabujin has joined #openstack | 10:33 | |
*** thetrav has quit IRC | 10:33 | |
*** thetrav has joined #openstack | 10:33 | |
*** thetrav has quit IRC | 10:34 | |
*** limao has quit IRC | 10:34 | |
*** magg has joined #openstack | 10:34 | |
magg | hello | 10:34 |
*** thetrav has joined #openstack | 10:34 | |
magg | i just installed devstack | 10:34 |
*** thetrav has quit IRC | 10:34 | |
magg | and somehow the tab on the resource usage page shows no meters | 10:35 |
*** thetrav has joined #openstack | 10:35 | |
magg | ceilometer is using a mongodb db, seems to be empty :s | 10:35 |
*** nstrug has quit IRC | 10:35 | |
*** thetrav has quit IRC | 10:35 | |
*** thetrav has joined #openstack | 10:36 | |
*** thetrav has quit IRC | 10:36 | |
*** thetrav has joined #openstack | 10:36 | |
*** mkolesni_ has quit IRC | 10:36 | |
*** thetrav has quit IRC | 10:37 | |
*** raspado has quit IRC | 10:37 | |
*** thetrav has joined #openstack | 10:37 | |
*** thetrav has quit IRC | 10:38 | |
*** thetrav has joined #openstack | 10:38 | |
*** kristian__ has quit IRC | 10:38 | |
*** nstrug_ has quit IRC | 10:38 | |
*** thetrav has quit IRC | 10:38 | |
*** rtouihri_ has quit IRC | 10:39 | |
*** RT_CIF has joined #openstack | 10:39 | |
*** thetrav has joined #openstack | 10:39 | |
*** mitz has quit IRC | 10:39 | |
*** thetrav has quit IRC | 10:39 | |
*** thetrav has joined #openstack | 10:40 | |
*** thetrav has quit IRC | 10:40 | |
*** thetrav has joined #openstack | 10:40 | |
*** rdo has joined #openstack | 10:40 | |
*** thetrav has quit IRC | 10:41 | |
*** jackNemrod has quit IRC | 10:41 | |
*** thetrav has joined #openstack | 10:41 | |
*** thetrav has quit IRC | 10:42 | |
*** arxcruz has joined #openstack | 10:43 | |
*** cemason has quit IRC | 10:43 | |
*** mitz has joined #openstack | 10:44 | |
magg | how can I add meters in the meters table in mongo db, please help | 10:48 |
*** two_oes has joined #openstack | 10:51 | |
*** eglynn has joined #openstack | 10:53 | |
*** shuquan has quit IRC | 10:54 | |
*** Guest48531 has quit IRC | 10:54 | |
*** two_oes has quit IRC | 10:55 | |
*** eglynn has quit IRC | 10:55 | |
*** two_oes has joined #openstack | 10:55 | |
*** jackNemrod has joined #openstack | 10:56 | |
*** e0ne has joined #openstack | 10:58 | |
*** spammy has joined #openstack | 11:00 | |
*** spammy is now known as Guest20989 | 11:00 | |
*** matjazp has quit IRC | 11:01 | |
*** WillUK2010 has joined #openstack | 11:02 | |
*** RT_CIF has quit IRC | 11:05 | |
*** Eloy_ has quit IRC | 11:06 | |
*** Eloy_ has joined #openstack | 11:07 | |
rmart04 | Hi, Asked this yesterday, but will ask again in case of different audience. HA’s and Image Metadata + AggregateImagePropertiesFilter is all well and good, but is there a way to catch all the instances without a certain KEY and default them to a HA? | 11:09 |
*** Guest20989 has quit IRC | 11:09 | |
rmart04 | Otherwise they get evenly distributed accross all hosts. | 11:09 |
*** tgerczei has joined #openstack | 11:10 | |
*** baoli has joined #openstack | 11:14 | |
*** f13o_ has quit IRC | 11:15 | |
*** pcastets has quit IRC | 11:15 | |
*** f13o has joined #openstack | 11:16 | |
*** spammy has joined #openstack | 11:17 | |
*** spammy is now known as Guest20526 | 11:17 | |
*** cemason has joined #openstack | 11:19 | |
*** baoli has quit IRC | 11:20 | |
*** spligak has quit IRC | 11:20 | |
Masber | hi | 11:20 |
*** misty-cloud has quit IRC | 11:20 | |
Masber | how can i change the dispatcher to gnocchi? | 11:21 |
Masber | has anyone done this? | 11:21 |
*** gli has quit IRC | 11:22 | |
*** Jack_Iv has joined #openstack | 11:25 | |
*** kristia__ has joined #openstack | 11:25 | |
*** MarkBaker has joined #openstack | 11:26 | |
*** abu0 has joined #openstack | 11:29 | |
*** kristia__ has quit IRC | 11:29 | |
*** geaaru has quit IRC | 11:31 | |
*** rdas has quit IRC | 11:31 | |
*** grafuls has quit IRC | 11:34 | |
*** kristian__ has joined #openstack | 11:35 | |
*** nicolasbock has joined #openstack | 11:38 | |
*** links has quit IRC | 11:39 | |
*** dizquierdo has joined #openstack | 11:42 | |
*** fzdarsky_ is now known as fzdarsky|lunch | 11:44 | |
*** comforte has joined #openstack | 11:44 | |
*** kickinz1 has quit IRC | 11:45 | |
*** geaaru has joined #openstack | 11:45 | |
*** liverpooler has quit IRC | 11:46 | |
*** maishsk has joined #openstack | 11:48 | |
*** kickinz1 has joined #openstack | 11:50 | |
*** abu0 has quit IRC | 11:52 | |
*** timolo has joined #openstack | 11:53 | |
*** links has joined #openstack | 11:55 | |
*** rmart04_ has joined #openstack | 11:55 | |
*** rmart04 has quit IRC | 11:58 | |
*** rmart04_ is now known as rmart04 | 11:58 | |
*** M|6 has joined #openstack | 11:58 | |
*** hfu has joined #openstack | 12:00 | |
*** vvro has joined #openstack | 12:02 | |
*** vvro_ has joined #openstack | 12:02 | |
*** naggappan has quit IRC | 12:02 | |
*** Pavo has quit IRC | 12:02 | |
*** code-R has joined #openstack | 12:03 | |
*** vvro_ has quit IRC | 12:03 | |
*** M|6 has quit IRC | 12:03 | |
*** code-R_ has joined #openstack | 12:05 | |
*** rvd has joined #openstack | 12:05 | |
*** jpena is now known as jpena|lunch | 12:07 | |
*** prateek has quit IRC | 12:07 | |
*** Pavo has joined #openstack | 12:07 | |
*** prateek has joined #openstack | 12:07 | |
*** code-R has quit IRC | 12:08 | |
*** fragatina has joined #openstack | 12:09 | |
*** kristian__ has quit IRC | 12:12 | |
*** matjazp has joined #openstack | 12:15 | |
*** kristian__ has joined #openstack | 12:15 | |
*** kristian__ has quit IRC | 12:16 | |
*** kristian__ has joined #openstack | 12:16 | |
*** fzdarsky|lunch is now known as fzdarsky | 12:17 | |
*** catintheroof has joined #openstack | 12:17 | |
*** prateek has quit IRC | 12:20 | |
*** kristian__ has quit IRC | 12:20 | |
*** Masber has quit IRC | 12:21 | |
*** misty-cloud has joined #openstack | 12:23 | |
*** mparisi has joined #openstack | 12:25 | |
*** NBziouech has quit IRC | 12:26 | |
*** catintheroof has quit IRC | 12:26 | |
*** misty-cloud- has joined #openstack | 12:27 | |
*** exploreshaifali has quit IRC | 12:28 | |
*** amoralej is now known as amoralej|lunch | 12:29 | |
*** catintheroof has joined #openstack | 12:29 | |
*** misty-cloud has quit IRC | 12:30 | |
*** catintheroof has quit IRC | 12:31 | |
*** Lionel_ has joined #openstack | 12:31 | |
*** Lionel_ has quit IRC | 12:32 | |
*** steveg_afk has joined #openstack | 12:33 | |
*** fragatin_ has joined #openstack | 12:34 | |
*** smccarthy has joined #openstack | 12:35 | |
*** fragatina has quit IRC | 12:38 | |
*** mitz has quit IRC | 12:39 | |
*** smccarthy has quit IRC | 12:39 | |
*** dizquierdo has quit IRC | 12:44 | |
*** mitz has joined #openstack | 12:44 | |
*** code-R_ has quit IRC | 12:44 | |
*** code-R has joined #openstack | 12:45 | |
*** AnilV4 has quit IRC | 12:45 | |
*** kristian__ has joined #openstack | 12:46 | |
*** matjazp has quit IRC | 12:48 | |
*** kristian__ has quit IRC | 12:49 | |
*** kristian__ has joined #openstack | 12:49 | |
*** matjazp has joined #openstack | 12:49 | |
*** snarwade has quit IRC | 12:50 | |
*** matjazp has quit IRC | 12:50 | |
*** Guest20526 is now known as spammy | 12:51 | |
*** panda|zZ is now known as panda | 12:52 | |
*** mowntan has quit IRC | 12:53 | |
*** sep has quit IRC | 12:54 | |
*** M|6 has joined #openstack | 12:59 | |
*** jpena|lunch is now known as jpena | 13:00 | |
*** RT_CIF has joined #openstack | 13:00 | |
*** gszasz has joined #openstack | 13:01 | |
*** msimonin has quit IRC | 13:02 | |
*** msimonin has joined #openstack | 13:03 | |
*** nmagnezi has quit IRC | 13:03 | |
*** shintaro has joined #openstack | 13:03 | |
*** nmagnezi has joined #openstack | 13:03 | |
*** M|6 has quit IRC | 13:04 | |
*** geaaru has quit IRC | 13:05 | |
*** sep has joined #openstack | 13:06 | |
*** janki has quit IRC | 13:07 | |
*** msimonin1 has joined #openstack | 13:07 | |
*** msimonin has quit IRC | 13:07 | |
*** maishsk has quit IRC | 13:08 | |
*** lborda has joined #openstack | 13:09 | |
*** maishsk has joined #openstack | 13:10 | |
*** matjazp has joined #openstack | 13:12 | |
*** RT_CIF has quit IRC | 13:13 | |
*** matjazp_ has joined #openstack | 13:13 | |
*** omnipresent has quit IRC | 13:14 | |
*** links has quit IRC | 13:14 | |
*** zenoway has joined #openstack | 13:15 | |
*** Lee1092 has quit IRC | 13:16 | |
*** nmagnezi has quit IRC | 13:16 | |
*** matjazp has quit IRC | 13:16 | |
*** srobert has joined #openstack | 13:18 | |
*** srobert has quit IRC | 13:18 | |
*** matjazp has joined #openstack | 13:18 | |
*** srobert has joined #openstack | 13:19 | |
*** zenoway has quit IRC | 13:19 | |
*** ronis_ has joined #openstack | 13:20 | |
*** spligak has joined #openstack | 13:20 | |
*** Poornima has quit IRC | 13:20 | |
*** hfu has quit IRC | 13:21 | |
*** matjazp__ has joined #openstack | 13:21 | |
*** valeech has quit IRC | 13:22 | |
*** matjazp_ has quit IRC | 13:22 | |
*** donghao has joined #openstack | 13:22 | |
*** geaaru has joined #openstack | 13:22 | |
*** ronis__ has quit IRC | 13:23 | |
kristian__ | Hi, What will you recommend me for a AIO home lab setup with trove, magnum, murano, and gpu passthrough? Something easy that works. | 13:23 |
*** maishsk has quit IRC | 13:24 | |
*** maishsk has joined #openstack | 13:25 | |
*** matjazp has quit IRC | 13:25 | |
*** maishsk has quit IRC | 13:26 | |
*** teclator has quit IRC | 13:28 | |
*** teclator has joined #openstack | 13:29 | |
*** misty-cloud- has quit IRC | 13:30 | |
*** rossella_s has quit IRC | 13:31 | |
*** toscalix has quit IRC | 13:31 | |
*** rossella_s has joined #openstack | 13:32 | |
*** liverpooler has joined #openstack | 13:33 | |
*** toscalix has joined #openstack | 13:33 | |
*** newmember has joined #openstack | 13:37 | |
-openstackstatus- NOTICE: OpenStack CI has taken a Thanksgiving break; no new jobs are currently launched. We're currently hoping for a friendly admin to come out of Thanksgiving and fix the system. | 13:37 | |
*** yamamoto_ has quit IRC | 13:38 | |
*** ashland has quit IRC | 13:41 | |
*** thorst_ has joined #openstack | 13:41 | |
*** Mudpuppy has joined #openstack | 13:44 | |
*** Mudpuppy has quit IRC | 13:50 | |
*** jprovazn has quit IRC | 13:50 | |
*** vimal has quit IRC | 13:53 | |
*** vimal has joined #openstack | 13:53 | |
*** thorst_ has quit IRC | 13:54 | |
*** thorst_ has joined #openstack | 13:55 | |
*** dizquierdo has joined #openstack | 13:56 | |
*** vimal has quit IRC | 13:57 | |
*** matjazp has joined #openstack | 13:57 | |
*** pravins has quit IRC | 13:57 | |
*** vimal has joined #openstack | 13:57 | |
*** matjazp__ has quit IRC | 13:58 | |
*** amoralej|lunch is now known as amoralej | 14:00 | |
*** mkovarik has quit IRC | 14:00 | |
*** shintaro has quit IRC | 14:02 | |
*** ashland has joined #openstack | 14:02 | |
*** Pavo has quit IRC | 14:02 | |
*** ecrehar has quit IRC | 14:02 | |
*** zkassab has joined #openstack | 14:02 | |
*** kristian__ has quit IRC | 14:03 | |
*** matjazp has quit IRC | 14:03 | |
*** thorst_ has quit IRC | 14:04 | |
*** kristian__ has joined #openstack | 14:04 | |
*** ecrehar has joined #openstack | 14:04 | |
*** matjazp has joined #openstack | 14:04 | |
*** vaidy has quit IRC | 14:07 | |
*** Pavo has joined #openstack | 14:07 | |
*** Supermathie has joined #openstack | 14:08 | |
*** abehl has quit IRC | 14:09 | |
*** lucendio has quit IRC | 14:09 | |
*** nstrug has joined #openstack | 14:12 | |
*** GenteelBen has joined #openstack | 14:13 | |
*** boogibugs has joined #openstack | 14:14 | |
*** john-davidge has quit IRC | 14:14 | |
*** john-davidge has joined #openstack | 14:15 | |
*** jprovazn has joined #openstack | 14:15 | |
*** grafuls has joined #openstack | 14:15 | |
*** warrantyvoid has quit IRC | 14:15 | |
*** alexismonville[m has quit IRC | 14:15 | |
*** meaggan[m] has quit IRC | 14:15 | |
*** M-shine has quit IRC | 14:15 | |
*** amits[m] has quit IRC | 14:15 | |
*** M-Chickee has quit IRC | 14:15 | |
*** kineticrootkit[m has quit IRC | 14:15 | |
*** rods has quit IRC | 14:16 | |
*** limao has joined #openstack | 14:16 | |
*** andymaier has quit IRC | 14:17 | |
*** Nrk9t1x has quit IRC | 14:17 | |
*** Nrk9t1x has joined #openstack | 14:17 | |
*** jamesdenton has joined #openstack | 14:17 | |
*** msimonin1 has quit IRC | 14:17 | |
*** ghostlight has quit IRC | 14:18 | |
*** limao_ has joined #openstack | 14:19 | |
*** EricGonczer_ has joined #openstack | 14:19 | |
*** VW has joined #openstack | 14:20 | |
*** john-davidge has quit IRC | 14:20 | |
*** yamamoto has joined #openstack | 14:21 | |
*** jeroen92 has joined #openstack | 14:21 | |
*** comforte has quit IRC | 14:22 | |
*** yamamoto_ has joined #openstack | 14:22 | |
*** limao has quit IRC | 14:22 | |
*** jamesdenton has quit IRC | 14:22 | |
*** ghostlight has joined #openstack | 14:22 | |
*** jamesdenton has joined #openstack | 14:23 | |
*** VW has quit IRC | 14:24 | |
*** yamamoto has quit IRC | 14:25 | |
*** code-R has quit IRC | 14:26 | |
*** jeroen92 has quit IRC | 14:26 | |
*** cdub has quit IRC | 14:26 | |
*** ecrehar has quit IRC | 14:27 | |
*** jamesdenton has quit IRC | 14:28 | |
*** ecrehar has joined #openstack | 14:29 | |
*** nstrug_ has joined #openstack | 14:30 | |
*** mvelten has joined #openstack | 14:31 | |
*** nmagnezi has joined #openstack | 14:31 | |
*** st8less has joined #openstack | 14:32 | |
*** bobh has joined #openstack | 14:32 | |
mvelten | CI doesn't seem to schedule any jobs | 14:32 |
*** bobh has quit IRC | 14:32 | |
*** bobh has joined #openstack | 14:32 | |
*** nstrug__ has joined #openstack | 14:32 | |
*** jamesdenton has joined #openstack | 14:33 | |
*** nstrug has quit IRC | 14:34 | |
*** msimonin has joined #openstack | 14:34 | |
*** ashland has quit IRC | 14:36 | |
*** nstrug_ has quit IRC | 14:36 | |
*** st8less has quit IRC | 14:36 | |
*** markvoelker has joined #openstack | 14:36 | |
*** yamamoto_ has quit IRC | 14:37 | |
*** kineticrootkit[m has joined #openstack | 14:37 | |
*** M-shine has joined #openstack | 14:37 | |
*** alexismonville[m has joined #openstack | 14:37 | |
*** amits[m] has joined #openstack | 14:37 | |
*** warrantyvoid has joined #openstack | 14:37 | |
*** M-Chickee has joined #openstack | 14:37 | |
*** meaggan[m] has joined #openstack | 14:37 | |
*** jamesdenton has quit IRC | 14:38 | |
*** _nick has quit IRC | 14:38 | |
*** mitz has quit IRC | 14:39 | |
*** donghao has quit IRC | 14:39 | |
*** mlakat has quit IRC | 14:40 | |
*** thorst_ has joined #openstack | 14:40 | |
*** k4n0 has quit IRC | 14:41 | |
*** yamamoto has joined #openstack | 14:42 | |
*** mitz has joined #openstack | 14:44 | |
*** nandal has quit IRC | 14:46 | |
*** andymaier has joined #openstack | 14:46 | |
*** skule has quit IRC | 14:46 | |
*** andymaier has quit IRC | 14:46 | |
*** code-R has joined #openstack | 14:46 | |
-openstackstatus- NOTICE: OpenStack CI is processing jobs again. Thanks to the Canadian admin "team" that had their Thanksgiving holiday already ;) Jobs are all enqueued, no need to recheck. | 14:46 | |
*** thorst_ has quit IRC | 14:47 | |
*** M|6 has joined #openstack | 14:48 | |
*** Eloy has joined #openstack | 14:48 | |
*** MarkBaker has quit IRC | 14:48 | |
*** _nick has joined #openstack | 14:50 | |
*** bobh has quit IRC | 14:50 | |
*** subho has quit IRC | 14:50 | |
*** _nick is now known as yankcrime | 14:50 | |
mvelten | awesome thx | 14:50 |
*** dxiri has joined #openstack | 14:51 | |
*** crowfish_ has quit IRC | 14:52 | |
*** crowfish_ has joined #openstack | 14:53 | |
*** M|6 has quit IRC | 14:53 | |
*** two_oes has quit IRC | 14:53 | |
*** zkassab has quit IRC | 14:53 | |
*** mlakat has joined #openstack | 14:53 | |
*** two_oes has joined #openstack | 14:54 | |
*** yamamoto has quit IRC | 14:54 | |
*** vaidy has joined #openstack | 14:55 | |
*** toscalix has quit IRC | 14:55 | |
*** matjazp has quit IRC | 14:56 | |
*** two_oes has quit IRC | 14:56 | |
*** bobh has joined #openstack | 14:56 | |
*** jsheeren has quit IRC | 14:56 | |
*** sshnaidm is now known as sshnaidm|afk | 14:57 | |
*** zenoway has joined #openstack | 14:57 | |
*** zkassab has joined #openstack | 14:58 | |
*** nstrug_ has joined #openstack | 15:00 | |
*** ecrehar has quit IRC | 15:00 | |
*** galstrom_zzz is now known as galstrom | 15:00 | |
*** MarkBaker has joined #openstack | 15:00 | |
*** thorst_ has joined #openstack | 15:02 | |
*** prateek has joined #openstack | 15:03 | |
*** jamesdenton has joined #openstack | 15:03 | |
*** nstrug__ has quit IRC | 15:03 | |
*** yamamoto has joined #openstack | 15:03 | |
*** bvdk has quit IRC | 15:04 | |
*** ksobkowiak has joined #openstack | 15:05 | |
*** yamamoto has quit IRC | 15:05 | |
*** ssbljk has quit IRC | 15:05 | |
*** thorst_ has quit IRC | 15:07 | |
*** jamesdenton has quit IRC | 15:10 | |
*** yamamoto has joined #openstack | 15:10 | |
kristian__ | Hi, What will you recommend me for a AIO home lab setup with trove, magnum, murano, and gpu passthrough? Something easy that works. | 15:11 |
*** sobczyk has left #openstack | 15:11 | |
*** nstrug__ has joined #openstack | 15:12 | |
*** ashland has joined #openstack | 15:14 | |
*** nstrug has joined #openstack | 15:14 | |
*** timolo has quit IRC | 15:14 | |
*** srobert has quit IRC | 15:15 | |
*** timolo has joined #openstack | 15:15 | |
*** nstrug_ has quit IRC | 15:15 | |
*** bobh has quit IRC | 15:16 | |
*** ronis_ has quit IRC | 15:16 | |
*** msimonin has quit IRC | 15:17 | |
*** nstrug__ has quit IRC | 15:17 | |
*** erikkri has quit IRC | 15:18 | |
*** MarkBaker has quit IRC | 15:22 | |
*** msimonin has joined #openstack | 15:23 | |
*** rmart04 has quit IRC | 15:24 | |
*** bobh has joined #openstack | 15:25 | |
*** vimal has quit IRC | 15:25 | |
*** diogogmt has quit IRC | 15:28 | |
*** bobh has quit IRC | 15:31 | |
*** Yarboa has quit IRC | 15:31 | |
*** yamamoto has quit IRC | 15:31 | |
*** rmart04 has joined #openstack | 15:33 | |
*** radhikam has joined #openstack | 15:38 | |
*** st8less has joined #openstack | 15:38 | |
*** msimonin has quit IRC | 15:40 | |
*** rmart04_ has joined #openstack | 15:41 | |
*** msimonin has joined #openstack | 15:42 | |
*** om2 has quit IRC | 15:42 | |
*** st8less has quit IRC | 15:43 | |
*** ecrehar has joined #openstack | 15:43 | |
*** rmart04 has quit IRC | 15:44 | |
*** rmart04_ is now known as rmart04 | 15:44 | |
*** grafuls has quit IRC | 15:45 | |
*** M|6 has joined #openstack | 15:49 | |
*** code-R has quit IRC | 15:50 | |
*** sleviim has quit IRC | 15:50 | |
*** links has joined #openstack | 15:52 | |
*** links has quit IRC | 15:52 | |
*** M|6 has quit IRC | 15:53 | |
*** bobh has joined #openstack | 15:54 | |
*** lihi has quit IRC | 15:55 | |
*** khyr0n has quit IRC | 15:55 | |
*** nkrinner is now known as nkrinner_afk | 15:56 | |
*** yuval has quit IRC | 15:56 | |
*** zenoway has quit IRC | 15:58 | |
*** salv-orlando has joined #openstack | 15:58 | |
*** p4tux has joined #openstack | 15:59 | |
*** zenoway has joined #openstack | 15:59 | |
*** jathan has joined #openstack | 15:59 | |
*** blackboxsw has quit IRC | 16:00 | |
*** hippiepete has joined #openstack | 16:02 | |
*** netinfinity has joined #openstack | 16:02 | |
*** Pavo has quit IRC | 16:02 | |
*** Pavo has joined #openstack | 16:03 | |
*** zenoway has quit IRC | 16:03 | |
*** toscalix has joined #openstack | 16:03 | |
magg | hello | 16:03 |
magg | can anyone help me with a ceilometer issue in devstack? | 16:03 |
*** snarwade has joined #openstack | 16:07 | |
*** galstrom is now known as galstrom_zzz | 16:07 | |
*** srobert has joined #openstack | 16:08 | |
netinfinity | Hello | 16:11 |
netinfinity | Question, does anyone know why my vlan tagged packets never leave compute node eth1 interface? | 16:12 |
*** yamamoto has joined #openstack | 16:12 | |
*** diogogmt has joined #openstack | 16:12 | |
*** yamamoto has quit IRC | 16:13 | |
*** MarkBaker has joined #openstack | 16:13 | |
*** pmathews has joined #openstack | 16:15 | |
netinfinity | eth1 is in promisc mode, and br-ex is tied to it (port) | 16:16 |
*** jamesdenton has joined #openstack | 16:16 | |
*** pmathews has quit IRC | 16:17 | |
*** Lee1092 has joined #openstack | 16:18 | |
*** code-R has joined #openstack | 16:18 | |
*** ssbarnea has quit IRC | 16:18 | |
netinfinity | anyone alive? | 16:18 |
*** slashd has joined #openstack | 16:19 | |
*** ssbarnea has joined #openstack | 16:19 | |
*** jamesdenton has quit IRC | 16:19 | |
*** Guest13491 has quit IRC | 16:19 | |
*** rcernin has quit IRC | 16:20 | |
*** aurimasm_ has quit IRC | 16:20 | |
*** aurimasm has joined #openstack | 16:21 | |
*** yamamoto has joined #openstack | 16:21 | |
*** galstrom_zzz is now known as galstrom | 16:21 | |
*** jeroen92 has joined #openstack | 16:21 | |
*** crowfish_ has quit IRC | 16:22 | |
*** yamamoto has quit IRC | 16:22 | |
*** dgurtner has joined #openstack | 16:23 | |
*** Dw_Sn has quit IRC | 16:25 | |
*** jeroen92 has quit IRC | 16:25 | |
*** toscalix has quit IRC | 16:26 | |
magg | when I installed a compute node does the process ceilometer-acompute needs to be running? I dont see it | 16:27 |
*** toscalix has joined #openstack | 16:27 | |
*** limao_ has quit IRC | 16:28 | |
*** baoli has joined #openstack | 16:28 | |
*** limao has joined #openstack | 16:28 | |
*** aurimasm_ has joined #openstack | 16:28 | |
*** aurimasm has quit IRC | 16:28 | |
*** aurimasm_ has quit IRC | 16:29 | |
*** sanagikoki has joined #openstack | 16:30 | |
*** aurimasm has joined #openstack | 16:30 | |
*** EricGonczer_ has quit IRC | 16:30 | |
*** ssbarnea has quit IRC | 16:31 | |
*** pmathews has joined #openstack | 16:31 | |
*** workmank has joined #openstack | 16:31 | |
*** ssbarnea has joined #openstack | 16:32 | |
*** geaaru has quit IRC | 16:32 | |
*** limao has quit IRC | 16:33 | |
*** galstrom is now known as galstrom_zzz | 16:33 | |
*** groen692 has quit IRC | 16:33 | |
*** navidr has joined #openstack | 16:35 | |
netinfinity | did you installed celiometer packages? | 16:36 |
*** yamamoto has joined #openstack | 16:36 | |
*** shabius has quit IRC | 16:37 | |
*** mikeoutland has joined #openstack | 16:38 | |
*** mitz has quit IRC | 16:39 | |
*** rfolco has joined #openstack | 16:40 | |
*** aurimasm_ has joined #openstack | 16:40 | |
*** bobh has quit IRC | 16:40 | |
*** aurimasm has quit IRC | 16:41 | |
*** rmart04 has quit IRC | 16:41 | |
*** shewless has joined #openstack | 16:41 | |
*** jcarter2 has joined #openstack | 16:42 | |
*** timol has joined #openstack | 16:42 | |
shewless | Hi there. I'm having a problem with my compute nodes in my openstack mitaka environement | 16:42 |
shewless | net.netfilter.nf_conntrack_count is incredibly high on some compute nodes.. which is causing packet drops | 16:42 |
shewless | I have 5 nodes. Two of the nodes are ~1000. One is holding steady at 140,000. and Two are around 495,000 and climbing! | 16:43 |
*** prateek has quit IRC | 16:43 | |
*** timolo has quit IRC | 16:43 | |
shewless | THe max was approx 216,000 but I raised it to 512,000 (and I can see them being gobbled up on two of my nodes) | 16:44 |
*** mitz has joined #openstack | 16:44 | |
*** geaaru has joined #openstack | 16:44 | |
shewless | Can anyone help me: 1. determine what is causing these connections and 2. possibly disable conntrack altogehter? | 16:44 |
*** bobmel has quit IRC | 16:46 | |
*** bobmel has joined #openstack | 16:46 | |
*** pmathews has quit IRC | 16:47 | |
*** two_tired has joined #openstack | 16:50 | |
*** mvelten has quit IRC | 16:50 | |
*** apahim has quit IRC | 16:50 | |
*** pmathews has joined #openstack | 16:51 | |
magg | anyone knows how to fix this error? | 16:52 |
magg | File "/usr/local/bin/ceilometer-agent-compute", line 6, in <module> | 16:52 |
magg | from ceilometer.cmd.polling import main_compute | 16:52 |
magg | ImportError: cannot import name main_compute | 16:52 |
*** raspado has joined #openstack | 16:53 | |
*** mcornea has quit IRC | 16:53 | |
*** hseipp has quit IRC | 16:54 | |
*** code-R has quit IRC | 16:55 | |
*** shabius has joined #openstack | 16:55 | |
shewless | hmm. using "conntrack -F" to flush the connections sort of helps. I see the number grow quite high but it is stabilizing at a lower number of connections. I wonder if there were some stale connections in there | 16:55 |
*** iranzo has quit IRC | 16:56 | |
shewless | It's like there was some sort of loop. like 1 node with hundreds of thousands of connections was causing some other nodes to be adversely impacted | 16:58 |
shewless | clearing out ALL the conntrack connections on every node has seem to stabilize it quite a bit | 16:58 |
shewless | now the most I have is ~1000 on a node and it seems to be holding steady | 16:58 |
*** workmank has quit IRC | 16:59 | |
*** rsimai_ is now known as rsimai_away | 16:59 | |
*** cyborg-one has joined #openstack | 17:01 | |
*** anuxivm has joined #openstack | 17:01 | |
*** timol has quit IRC | 17:01 | |
*** two_tired has quit IRC | 17:01 | |
*** WillUK2010 has quit IRC | 17:01 | |
*** panda is now known as panda|bbl | 17:03 | |
*** mikeoutland has quit IRC | 17:03 | |
*** felixsch_ has quit IRC | 17:04 | |
*** megm has quit IRC | 17:05 | |
*** megm has joined #openstack | 17:07 | |
*** st8less has joined #openstack | 17:08 | |
*** victorhe has joined #openstack | 17:09 | |
*** MarkBaker has quit IRC | 17:10 | |
*** dgurtner has quit IRC | 17:11 | |
*** shootbird has quit IRC | 17:11 | |
*** sshnaidm|afk is now known as sshnaidm|away | 17:13 | |
*** victorhe has quit IRC | 17:14 | |
*** victorhe has joined #openstack | 17:14 | |
*** p4tux has quit IRC | 17:15 | |
*** smccarthy has joined #openstack | 17:17 | |
*** shootbird has joined #openstack | 17:17 | |
*** victorhe has quit IRC | 17:18 | |
*** GenteelBen has quit IRC | 17:22 | |
*** e0ne has quit IRC | 17:24 | |
*** Eloy_ has quit IRC | 17:24 | |
*** msimonin has quit IRC | 17:25 | |
netinfinity | seriously, is anyone here willing to give some help :) | 17:28 |
*** blackboxsw has joined #openstack | 17:28 | |
*** Shadokai has joined #openstack | 17:28 | |
*** Shadokai has left #openstack | 17:28 | |
*** Ajinkya has quit IRC | 17:30 | |
*** athinkingmeat has quit IRC | 17:30 | |
*** rossella_s has quit IRC | 17:30 | |
*** rossella_s has joined #openstack | 17:31 | |
*** jpich has quit IRC | 17:31 | |
*** victorhe has joined #openstack | 17:31 | |
Supermathie | netinfinity, can you pastebin output of 'ip addr', 'bridge link', 'bridge fdb show' | 17:32 |
*** toscalix has quit IRC | 17:32 | |
*** victorhe_ has joined #openstack | 17:33 | |
*** victorhe_ has quit IRC | 17:33 | |
*** victorhe_ has joined #openstack | 17:33 | |
*** magg has quit IRC | 17:34 | |
*** TMM has joined #openstack | 17:34 | |
Supermathie | promisc only matters for arriving packets, btw | 17:34 |
netinfinity | give me a sec i'll pastebin | 17:34 |
*** shootbird has quit IRC | 17:35 | |
*** victorhe has quit IRC | 17:36 | |
*** M|6 has joined #openstack | 17:37 | |
*** yamamoto has quit IRC | 17:38 | |
*** dizquierdo has quit IRC | 17:38 | |
netinfinity | Supermathie here ya go: http://paste.openstack.org/show/590355/ | 17:38 |
*** slaweq_ has quit IRC | 17:39 | |
netinfinity | Note that I already have gre tenant and gre external network in the cluster. But it seems I just can't get those vlan packets out of a compute node. Dhcp is visible on eth1 but not in vlan network or other nodes. Or switch. | 17:40 |
*** bobh has joined #openstack | 17:40 | |
*** slaweq_ has joined #openstack | 17:40 | |
Supermathie | netinfinity, the VLAN networks are internal to Openstack? I don't see any vlan interfaces | 17:40 |
Supermathie | also the bridges aren't up | 17:41 |
netinfinity | they are created without external network | 17:41 |
*** shootbird has joined #openstack | 17:41 | |
netinfinity | I have recreated the bridges but previously i've done ip dev br-* up and still no luck | 17:41 |
netinfinity | whoops - external router | 17:42 |
Supermathie | are the bridges part of your host config? | 17:42 |
*** M|6 has quit IRC | 17:42 | |
netinfinity | no they are created with openvswitch, no bridges in the host config | 17:42 |
*** jtomasek has quit IRC | 17:42 | |
Supermathie | err I meant VLANs :D | 17:43 |
*** smccarthy has quit IRC | 17:43 | |
netinfinity | the configuration is that all ports on all machines are connected to switch ports that are trunked. I created a VLAN network in openstack (for specific tenant) | 17:44 |
Supermathie | not as familiar with ovs but from what I see it doesn't look like any VLANs or bridges are there and eth0 and eth1 are both only using the native vlan | 17:44 |
netinfinity | Instance starts, and sends dhcp req, but eth1 is as far as it goes. it doesn't go through the network. | 17:45 |
*** jtomasek has joined #openstack | 17:45 | |
Supermathie | contrast with e.g. http://paste.openstack.org/show/590356/ | 17:45 |
*** cyborg-one has quit IRC | 17:45 | |
Supermathie | but I don't know exactly what an ovs config is supposed to look like, but to me I don't see any VLANs in use. | 17:46 |
*** slaweq_ has quit IRC | 17:48 | |
netinfinity | sec..let me show paste something | 17:49 |
*** jcarter2 has quit IRC | 17:49 | |
*** geaaru has quit IRC | 17:49 | |
*** slaweq_ has joined #openstack | 17:50 | |
netinfinity | so ovs tags packets with vlans which then got through br-ex bridge to eth1, but they don't go out of compute node | 17:50 |
*** pooFFek has joined #openstack | 17:50 | |
*** bobh has quit IRC | 17:51 | |
*** workmank has joined #openstack | 17:51 | |
*** valw has joined #openstack | 17:51 | |
*** jonaspaulo has joined #openstack | 17:51 | |
*** satheesh has joined #openstack | 17:51 | |
*** valw has quit IRC | 17:52 | |
*** jcarter2 has joined #openstack | 17:52 | |
*** ronis_ has joined #openstack | 17:52 | |
*** pooFFek has quit IRC | 17:52 | |
satheesh | Is there any source available for ceph and ceilometer integration | 17:52 |
Supermathie | netinfinity, the br-ex bridge is down though | 17:53 |
netinfinity | I will bring them up, give me a sec while VM is booting (searching for dhcp offer) | 17:54 |
netinfinity | Up now | 17:55 |
netinfinity | 9: br-int: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | 17:55 |
netinfinity | link/ether 62:8c:16:43:36:47 brd ff:ff:ff:ff:ff:ff | 17:55 |
netinfinity | inet6 fe80::608c:16ff:fe43:3647/64 scope link | 17:55 |
netinfinity | valid_lft forever preferred_lft forever | 17:55 |
netinfinity | 10: br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | 17:55 |
netinfinity | link/ether 00:25:90:dc:61:77 brd ff:ff:ff:ff:ff:ff | 17:55 |
netinfinity | inet6 fe80::225:90ff:fedc:6177/64 scope link | 17:55 |
netinfinity | valid_lft forever preferred_lft forever | 17:55 |
*** shootbird has quit IRC | 17:56 | |
aries | Hello | 17:56 |
aries | How can I check which version of Horizon I'm running? | 17:56 |
aries | I'm not sure if I deployed Mitaka or Liberty | 17:56 |
*** aries is now known as ariesyous | 17:57 | |
netinfinity | and this is what I see | 17:57 |
netinfinity | 17:56:44.014839 B fa:16:3e:1f:a9:bc ethertype IPv4 (0x0800), length 324: 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from fa:16:3e:1f:a9:bc, length 280 | 17:57 |
*** rasca has quit IRC | 17:57 | |
*** jonaspaulo_ has joined #openstack | 17:59 | |
*** jprovazn has quit IRC | 17:59 | |
*** zackf has quit IRC | 17:59 | |
*** zackf has joined #openstack | 18:00 | |
*** matjazp has joined #openstack | 18:00 | |
*** Bray has quit IRC | 18:01 | |
*** emil1 has quit IRC | 18:02 | |
*** ronis_ has quit IRC | 18:02 | |
*** jonaspaulo has quit IRC | 18:02 | |
*** Pavo has quit IRC | 18:02 | |
*** shootbird has joined #openstack | 18:02 | |
*** Pavo has joined #openstack | 18:03 | |
*** mayela has joined #openstack | 18:03 | |
netinfinity | 18:03:25.199530 B fa:16:3e:a1:af:f1 ethertype 802.1Q (0x8100), length 338: vlan 2999, p 0, ethertype IPv4, 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from fa:16:3e:a1:af:f1, length 290 | 18:04 |
netinfinity | tagged | 18:04 |
*** workmank has quit IRC | 18:05 | |
*** valeech has joined #openstack | 18:07 | |
*** dxiri has quit IRC | 18:07 | |
*** slaweq_ has quit IRC | 18:08 | |
*** bbcmicrocomputer has quit IRC | 18:09 | |
*** toscalix has joined #openstack | 18:10 | |
*** valeech has quit IRC | 18:10 | |
*** schwicht has joined #openstack | 18:12 | |
*** dxiri has joined #openstack | 18:12 | |
*** netinfinity has quit IRC | 18:14 | |
*** anonymuse has joined #openstack | 18:14 | |
*** radhikam has quit IRC | 18:16 | |
*** liverpooler has quit IRC | 18:17 | |
*** germs has joined #openstack | 18:17 | |
*** hos7ein has joined #openstack | 18:17 | |
*** dxiri has quit IRC | 18:17 | |
*** rossella_s has quit IRC | 18:18 | |
*** toscalix has quit IRC | 18:19 | |
*** jcarter2 has quit IRC | 18:20 | |
*** VW has joined #openstack | 18:20 | |
*** newmember has quit IRC | 18:20 | |
*** schwicht has quit IRC | 18:20 | |
*** baoli has quit IRC | 18:23 | |
*** fzdarsky is now known as fzdarsky|afk | 18:23 | |
*** anonymuse has quit IRC | 18:23 | |
*** ashland has quit IRC | 18:24 | |
*** anonymuse has joined #openstack | 18:24 | |
*** dxiri has joined #openstack | 18:26 | |
*** baoli has joined #openstack | 18:26 | |
*** aossama has quit IRC | 18:26 | |
*** jpena is now known as jpena|off | 18:27 | |
*** slaweq_ has joined #openstack | 18:27 | |
*** anonymuse has quit IRC | 18:28 | |
*** teclator has quit IRC | 18:29 | |
*** salv-orl_ has joined #openstack | 18:30 | |
*** baoli has quit IRC | 18:31 | |
*** aossama has joined #openstack | 18:31 | |
*** baoli has joined #openstack | 18:32 | |
*** salv-orlando has quit IRC | 18:32 | |
*** galstrom_zzz is now known as galstrom | 18:33 | |
*** electrofelix has quit IRC | 18:33 | |
*** zackf has quit IRC | 18:34 | |
*** EricGonczer_ has joined #openstack | 18:34 | |
*** aossama has quit IRC | 18:36 | |
*** M|6 has joined #openstack | 18:38 | |
*** lutz_ has joined #openstack | 18:38 | |
*** anonymuse has joined #openstack | 18:39 | |
*** workmank has joined #openstack | 18:39 | |
*** mitz has quit IRC | 18:39 | |
*** rods has joined #openstack | 18:41 | |
*** satheesh has quit IRC | 18:41 | |
*** daMaestro has joined #openstack | 18:42 | |
*** M|6 has quit IRC | 18:43 | |
*** mitz has joined #openstack | 18:44 | |
*** aossama has joined #openstack | 18:44 | |
*** Son_Goku has quit IRC | 18:46 | |
*** galstrom is now known as galstrom_zzz | 18:46 | |
*** amoralej is now known as amoralej|off | 18:47 | |
*** VW has quit IRC | 18:47 | |
*** ronis_ has joined #openstack | 18:47 | |
*** galstrom_zzz is now known as galstrom | 18:49 | |
*** baoli has quit IRC | 18:51 | |
*** smccarthy has joined #openstack | 18:52 | |
*** shootbird has quit IRC | 18:52 | |
*** yamahata has joined #openstack | 18:54 | |
*** pnavarro has quit IRC | 18:57 | |
*** shootbird has joined #openstack | 18:59 | |
*** Mudpuppy has joined #openstack | 18:59 | |
*** daMaestro has quit IRC | 19:03 | |
*** anuxivm has quit IRC | 19:06 | |
*** anuxivm has joined #openstack | 19:06 | |
*** galstrom is now known as galstrom_zzz | 19:08 | |
*** slaweq_ has quit IRC | 19:08 | |
*** workmank has quit IRC | 19:08 | |
*** MarkBaker has joined #openstack | 19:11 | |
*** st8less has quit IRC | 19:11 | |
*** anonymuse has quit IRC | 19:16 | |
*** daMaestro has joined #openstack | 19:16 | |
*** p4tux has joined #openstack | 19:18 | |
*** mtanino has joined #openstack | 19:20 | |
*** smccarthy has quit IRC | 19:22 | |
*** thetrav has joined #openstack | 19:27 | |
*** salv-orl_ has quit IRC | 19:27 | |
*** yamahata has quit IRC | 19:27 | |
*** kristian__ has quit IRC | 19:29 | |
*** p4tux has quit IRC | 19:30 | |
*** p4tux has joined #openstack | 19:31 | |
*** WillUK2010 has joined #openstack | 19:31 | |
*** e0ne has joined #openstack | 19:32 | |
*** st8less has joined #openstack | 19:35 | |
*** Masber has joined #openstack | 19:35 | |
*** msimonin has joined #openstack | 19:35 | |
*** st8less has quit IRC | 19:36 | |
*** mihero has quit IRC | 19:36 | |
*** mtanino has quit IRC | 19:38 | |
*** kristian__ has joined #openstack | 19:39 | |
*** WillUK2010 has quit IRC | 19:39 | |
*** mihero has joined #openstack | 19:40 | |
*** aspiers has quit IRC | 19:42 | |
*** kristian__ has quit IRC | 19:43 | |
*** schlitzer has quit IRC | 19:43 | |
*** p4tux has quit IRC | 19:44 | |
*** p4tux has joined #openstack | 19:44 | |
*** gszasz has quit IRC | 19:46 | |
*** VW has joined #openstack | 19:47 | |
*** p4tux has quit IRC | 19:47 | |
*** code-R has joined #openstack | 19:49 | |
*** p4tux has joined #openstack | 19:50 | |
*** smccarthy has joined #openstack | 19:53 | |
*** bobh has joined #openstack | 19:53 | |
*** VW has quit IRC | 19:54 | |
*** Jack_Iv has quit IRC | 19:54 | |
*** msimonin has quit IRC | 19:55 | |
*** jcarter2 has joined #openstack | 19:55 | |
*** amoralej|off is now known as amoralej | 19:56 | |
*** smccarthy has quit IRC | 19:57 | |
*** rfolco has quit IRC | 19:59 | |
*** thetrav has quit IRC | 19:59 | |
*** bobh has quit IRC | 20:00 | |
*** Pavo has quit IRC | 20:02 | |
*** Pavo has joined #openstack | 20:03 | |
*** eblip has joined #openstack | 20:05 | |
*** cyborg-one has joined #openstack | 20:06 | |
*** smccarthy has joined #openstack | 20:09 | |
*** mayela has quit IRC | 20:11 | |
*** thetrav has joined #openstack | 20:12 | |
*** radhikam has joined #openstack | 20:13 | |
*** smccarthy has quit IRC | 20:14 | |
*** thetrav has quit IRC | 20:15 | |
*** jcarter2 has quit IRC | 20:16 | |
*** jcarter2 has joined #openstack | 20:17 | |
*** slaweq_ has joined #openstack | 20:18 | |
*** dxiri_ has joined #openstack | 20:18 | |
*** hybridpollo has joined #openstack | 20:18 | |
*** hybridpollo has quit IRC | 20:19 | |
*** hybridpollo has joined #openstack | 20:20 | |
*** e0ne has quit IRC | 20:20 | |
*** dxiri has quit IRC | 20:20 | |
*** jackNemrod has quit IRC | 20:23 | |
Masber | hey | 20:25 |
Masber | any boby here? | 20:25 |
*** srobert_ has joined #openstack | 20:25 | |
*** msimonin has joined #openstack | 20:26 | |
*** M|6 has joined #openstack | 20:26 | |
*** srobert has quit IRC | 20:29 | |
*** dgurtner has joined #openstack | 20:29 | |
*** srobert_ has quit IRC | 20:30 | |
*** thetrav has joined #openstack | 20:30 | |
*** lucendio has joined #openstack | 20:30 | |
*** M|6 has quit IRC | 20:31 | |
*** GenteelBen has joined #openstack | 20:31 | |
*** panda|bbl is now known as panda | 20:32 | |
Supermathie | not bobby, nope | 20:32 |
*** Masber has quit IRC | 20:33 | |
*** aurimasm_ has quit IRC | 20:34 | |
*** aurimasm has joined #openstack | 20:35 | |
*** kristian__ has joined #openstack | 20:38 | |
*** yamamoto has joined #openstack | 20:39 | |
*** mitz has quit IRC | 20:39 | |
*** p4tux has quit IRC | 20:41 | |
*** p4tux has joined #openstack | 20:42 | |
*** msimonin has quit IRC | 20:42 | |
*** raspado has quit IRC | 20:42 | |
*** kristian__ has quit IRC | 20:42 | |
*** raspado has joined #openstack | 20:43 | |
*** yamamoto has quit IRC | 20:43 | |
*** nstrug has quit IRC | 20:43 | |
*** mitz has joined #openstack | 20:44 | |
*** lutz_ has quit IRC | 20:45 | |
*** bocaneri has quit IRC | 20:46 | |
*** p4tux has quit IRC | 20:46 | |
*** raspado has quit IRC | 20:47 | |
*** CrashOverride has joined #openstack | 20:49 | |
*** gfidente has quit IRC | 20:50 | |
*** HighTower24 has quit IRC | 20:51 | |
*** srobert has joined #openstack | 20:52 | |
*** WillUK2010 has joined #openstack | 20:53 | |
*** srobert has quit IRC | 20:53 | |
*** srobert has joined #openstack | 20:54 | |
*** ronis_ has quit IRC | 20:55 | |
*** msimonin has joined #openstack | 20:55 | |
*** Tuna has joined #openstack | 20:56 | |
*** kristian__ has joined #openstack | 20:57 | |
*** victorhe_ has quit IRC | 20:59 | |
*** victorhe has joined #openstack | 21:00 | |
*** donghao has joined #openstack | 21:00 | |
*** jeroen92 has joined #openstack | 21:01 | |
*** slashd has quit IRC | 21:02 | |
*** aurimasm has quit IRC | 21:02 | |
*** aurimasm has joined #openstack | 21:03 | |
*** HighTower24 has joined #openstack | 21:03 | |
*** anuxivm has quit IRC | 21:03 | |
*** anuxivm has joined #openstack | 21:03 | |
*** victorhe has quit IRC | 21:04 | |
*** bobh has joined #openstack | 21:04 | |
*** abu0 has joined #openstack | 21:05 | |
*** p4tux has joined #openstack | 21:06 | |
*** jeroen92 has quit IRC | 21:07 | |
*** eblip has quit IRC | 21:07 | |
*** bobh has quit IRC | 21:11 | |
*** thetrav_ has joined #openstack | 21:12 | |
*** jrich523 has quit IRC | 21:12 | |
*** aspiers has joined #openstack | 21:13 | |
*** EricGonc_ has joined #openstack | 21:13 | |
*** Masber has joined #openstack | 21:14 | |
*** thetrav has quit IRC | 21:14 | |
*** EricGonczer_ has quit IRC | 21:15 | |
*** victorhe has joined #openstack | 21:15 | |
*** victorhe has quit IRC | 21:16 | |
*** Lee1092 has quit IRC | 21:16 | |
*** victorhe has joined #openstack | 21:16 | |
*** code-R has quit IRC | 21:17 | |
*** dbecker has quit IRC | 21:17 | |
*** adriant has joined #openstack | 21:17 | |
*** bobh has joined #openstack | 21:18 | |
*** ecrehar has quit IRC | 21:19 | |
*** jcarter2 has quit IRC | 21:19 | |
*** CrashOverride has quit IRC | 21:20 | |
*** nicolasbock has quit IRC | 21:20 | |
*** victorhe has quit IRC | 21:21 | |
*** thetrav_ has quit IRC | 21:21 | |
*** TMM has quit IRC | 21:24 | |
*** xinliang has quit IRC | 21:28 | |
*** anuxivm has quit IRC | 21:29 | |
*** achadha has joined #openstack | 21:30 | |
*** rvd has quit IRC | 21:30 | |
*** srobert has quit IRC | 21:35 | |
*** victorhe has joined #openstack | 21:39 | |
*** amontalban has quit IRC | 21:39 | |
*** CrashOverride has joined #openstack | 21:40 | |
*** xinliang has joined #openstack | 21:40 | |
*** two_oes has joined #openstack | 21:41 | |
*** amontalban has joined #openstack | 21:41 | |
*** ssbarnea has quit IRC | 21:43 | |
*** thetrav has joined #openstack | 21:46 | |
*** EricGonc_ has quit IRC | 21:48 | |
*** amoralej is now known as amoralej|off | 21:49 | |
*** kristian__ has quit IRC | 21:50 | |
*** mihero has quit IRC | 21:51 | |
*** VW has joined #openstack | 21:52 | |
*** abu0 has quit IRC | 21:52 | |
*** hybridpollo has quit IRC | 21:52 | |
*** hybridpollo has joined #openstack | 21:52 | |
*** mihero has joined #openstack | 21:53 | |
*** ssbarnea has joined #openstack | 21:54 | |
*** nstrug has joined #openstack | 21:56 | |
*** jamesdenton has joined #openstack | 21:57 | |
*** VW has quit IRC | 21:57 | |
*** diogogmt has quit IRC | 21:58 | |
*** rama_y has joined #openstack | 21:58 | |
*** victorhe has quit IRC | 21:59 | |
*** victorhe has joined #openstack | 22:00 | |
*** navidr has quit IRC | 22:01 | |
*** Pavo has quit IRC | 22:02 | |
*** Pavo has joined #openstack | 22:03 | |
*** srobert has joined #openstack | 22:03 | |
*** jeroen92 has joined #openstack | 22:03 | |
*** srobert has quit IRC | 22:04 | |
*** victorhe has quit IRC | 22:04 | |
*** srobert has joined #openstack | 22:05 | |
*** macjack has joined #openstack | 22:05 | |
*** WillUK2010 has quit IRC | 22:06 | |
*** HighTower24 has quit IRC | 22:06 | |
*** jeroen92 has quit IRC | 22:08 | |
*** gianpero has joined #openstack | 22:11 | |
*** aludwar has quit IRC | 22:12 | |
*** aludwar has joined #openstack | 22:12 | |
gianpero | Hi, anybody using IBM Novalink as a compute node to a DevStack? | 22:12 |
*** cyborg-one has quit IRC | 22:12 | |
*** caowei has joined #openstack | 22:14 | |
*** ashneo76 has joined #openstack | 22:14 | |
*** msimonin has quit IRC | 22:14 | |
*** bobh has quit IRC | 22:15 | |
*** M|6 has joined #openstack | 22:15 | |
*** tpsilva has quit IRC | 22:15 | |
*** msimonin has joined #openstack | 22:16 | |
*** Supermathie has quit IRC | 22:18 | |
masuberu | hi | 22:19 |
masuberu | quick question | 22:19 |
masuberu | in newton release | 22:19 |
*** M|6 has quit IRC | 22:19 | |
masuberu | are these services openstack-ceilometer-api, openstack-ceilometer-alarm-evaluator and openstack-ceilometer-alarm-notifier needed? | 22:20 |
*** HighTower24 has joined #openstack | 22:20 | |
*** magg has joined #openstack | 22:21 | |
*** raspado has joined #openstack | 22:25 | |
*** thetrav has quit IRC | 22:25 | |
*** HighTower24 has quit IRC | 22:26 | |
*** bobh has joined #openstack | 22:27 | |
magg | hello | 22:27 |
magg | i’m trying to install sahara with devstack, but i keep getting the error sahara-eng is not running | 22:27 |
magg | s there a timeout I can increase for this to work? | 22:27 |
*** jamesdenton has quit IRC | 22:29 | |
*** HighTower24 has joined #openstack | 22:29 | |
*** lborda has quit IRC | 22:30 | |
*** cyborg-one has joined #openstack | 22:30 | |
*** bobh has quit IRC | 22:32 | |
*** CrashOverride has quit IRC | 22:35 | |
*** Eloy has quit IRC | 22:38 | |
*** hos7ein has quit IRC | 22:38 | |
*** salv-orlando has joined #openstack | 22:39 | |
*** mitz has quit IRC | 22:39 | |
*** thetrav has joined #openstack | 22:41 | |
*** CrashOverride has joined #openstack | 22:41 | |
*** jamesdenton has joined #openstack | 22:42 | |
*** amontalban has quit IRC | 22:42 | |
*** valeech has joined #openstack | 22:44 | |
*** mitz has joined #openstack | 22:44 | |
*** nstrug has quit IRC | 22:45 | |
*** achadha has quit IRC | 22:46 | |
*** jamesdenton has quit IRC | 22:46 | |
*** achadha has joined #openstack | 22:46 | |
*** CrashOverride has quit IRC | 22:48 | |
*** Supermathie has joined #openstack | 22:48 | |
*** Eloy has joined #openstack | 22:52 | |
*** achadha has quit IRC | 22:53 | |
*** JRobinson__ has joined #openstack | 22:55 | |
*** Supermathie has quit IRC | 22:57 | |
*** macjack has quit IRC | 22:57 | |
*** dgurtner has quit IRC | 22:57 | |
*** jeroen92 has joined #openstack | 23:04 | |
*** Ceninant has quit IRC | 23:07 | |
*** thetrav has quit IRC | 23:08 | |
*** jeroen92 has quit IRC | 23:09 | |
*** Ceninant has joined #openstack | 23:10 | |
*** amontalban has joined #openstack | 23:11 | |
*** amontalban has joined #openstack | 23:11 | |
*** shootbird has quit IRC | 23:12 | |
*** salv-orlando has quit IRC | 23:13 | |
*** abu0 has joined #openstack | 23:15 | |
*** valeech has quit IRC | 23:16 | |
*** Mudpuppy has quit IRC | 23:18 | |
*** amontalban has quit IRC | 23:18 | |
*** shootbird has joined #openstack | 23:19 | |
*** krtaylor has quit IRC | 23:21 | |
*** MarkBaker has quit IRC | 23:22 | |
*** daniher has joined #openstack | 23:23 | |
*** caowei has quit IRC | 23:26 | |
*** kristian__ has joined #openstack | 23:27 | |
*** rama_y has quit IRC | 23:28 | |
*** ntpttr-vacation has quit IRC | 23:31 | |
*** ntpttr has joined #openstack | 23:31 | |
*** kristian__ has quit IRC | 23:32 | |
*** bobh_ has joined #openstack | 23:33 | |
*** dxiri has joined #openstack | 23:34 | |
*** krtaylor has joined #openstack | 23:34 | |
*** magg has quit IRC | 23:35 | |
*** dxiri_ has quit IRC | 23:37 | |
*** bobh_ has quit IRC | 23:38 | |
*** kickinz1 has quit IRC | 23:45 | |
*** nmagnezi has quit IRC | 23:46 | |
*** aurimasm has quit IRC | 23:48 | |
*** Masber has quit IRC | 23:49 | |
*** f13o has quit IRC | 23:50 | |
*** kickinz1 has joined #openstack | 23:50 | |
*** JRobinson__ is now known as JRobinson__afk | 23:51 | |
*** denisra_ has joined #openstack | 23:53 | |
*** VW has joined #openstack | 23:54 | |
*** gianpero has quit IRC | 23:55 | |
*** daniher has quit IRC | 23:56 | |
*** denisra has quit IRC | 23:56 | |
*** VW has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!