*** vipuls has quit IRC | 00:00 | |
namidark | cburgess: what do i need to setup so they grab IP's from my DHCP server? | 00:02 |
---|---|---|
*** ahmad has joined #openstack | 00:02 | |
cburgess | namidark: The nova-network process should bring up dnsmasq processes to hand out fixed ip addresses to the instances. I would look at the nova-network logs and see if there is a problem with nova-network starting or dnsmasq starting | 00:02 |
namidark | cburgess: they do get internal IP's fine - I can ssh to them from the host, but i need to assign them network accessible IPs | 00:03 |
*** Esa_1 has joined #openstack | 00:04 | |
cburgess | namidark: I should have first ask, what version of openstack are you using? | 00:04 |
*** dyer has joined #openstack | 00:04 | |
*** arBmind has quit IRC | 00:06 | |
*** jcooley has quit IRC | 00:06 | |
*** desai has quit IRC | 00:07 | |
*** sunilthaha has joined #openstack | 00:07 | |
*** ryanpetr_ has joined #openstack | 00:07 | |
*** kirkland has quit IRC | 00:09 | |
*** kirkland has joined #openstack | 00:10 | |
*** ryanpetrello has quit IRC | 00:10 | |
namidark | cburgess: :*( i killed it haha will have to fix my nic rq | 00:11 |
*** szaydel has joined #openstack | 00:11 | |
*** bluenemo has quit IRC | 00:12 | |
*** littleidea has quit IRC | 00:13 | |
*** metral_ has joined #openstack | 00:13 | |
*** littleidea has joined #openstack | 00:13 | |
*** dims has joined #openstack | 00:14 | |
*** metral has quit IRC | 00:17 | |
*** metral_ is now known as metral | 00:17 | |
*** secbitchris has quit IRC | 00:17 | |
*** kornyone has joined #openstack | 00:20 | |
*** dhubbard_ has quit IRC | 00:21 | |
*** littleidea has quit IRC | 00:21 | |
*** littleidea has joined #openstack | 00:22 | |
*** desai has joined #openstack | 00:24 | |
*** rmartinelli has quit IRC | 00:24 | |
*** ninkotech has quit IRC | 00:25 | |
*** ninkotech has joined #openstack | 00:25 | |
*** mkouhei has joined #openstack | 00:25 | |
*** dhubbard_ has joined #openstack | 00:26 | |
*** littleidea has quit IRC | 00:27 | |
*** DigitalFlux has quit IRC | 00:27 | |
*** DigitalFlux has joined #openstack | 00:28 | |
*** edygarcia has joined #openstack | 00:31 | |
*** littleidea has joined #openstack | 00:31 | |
*** littleidea has left #openstack | 00:32 | |
*** Breaking_Pitt has quit IRC | 00:34 | |
*** jaypipes has joined #openstack | 00:34 | |
*** nlpplz has quit IRC | 00:35 | |
*** caffeinatedBrad has quit IRC | 00:36 | |
*** lborda has joined #openstack | 00:36 | |
*** rmartinelli has joined #openstack | 00:37 | |
*** Breaking_Pitt has joined #openstack | 00:38 | |
*** acfleury has quit IRC | 00:39 | |
*** rustam has quit IRC | 00:39 | |
namidark | cburgess: where can i see the version?> | 00:41 |
*** Blackavar has quit IRC | 00:42 | |
*** rnorwood1 has quit IRC | 00:42 | |
*** s0mik has quit IRC | 00:43 | |
*** lborda has quit IRC | 00:44 | |
*** martianixor has joined #openstack | 00:45 | |
*** whenry has quit IRC | 00:47 | |
*** tgall_foo has quit IRC | 00:47 | |
*** Ryan_Lane has quit IRC | 00:47 | |
*** Ryan_Lane has joined #openstack | 00:48 | |
*** rnorwood1 has joined #openstack | 00:49 | |
*** ejat has joined #openstack | 00:51 | |
cburgess | namidark: How did you install openstack? | 00:55 |
namidark | with the stack geek scripts | 00:55 |
namidark | I think I borked something :\ I modified the nova conf to the settings I thought it should be and it took down that router I had infront of it :| | 00:55 |
*** nlpplz has joined #openstack | 00:55 | |
*** ninkotech has quit IRC | 00:57 | |
*** ninkotech has joined #openstack | 00:57 | |
*** childsb has joined #openstack | 01:00 | |
cburgess | namidark: OK so stack geek looks like it is based on Essex so you would be using nova-network in all probality. So using the horizon dashboard you should be able to assoicate a floating IP to a VM. nova-network will then bring that IP up on the node its running on. | 01:00 |
namidark | cburgess: will it make that request over dhcp for a network accessible IP? | 01:01 |
cburgess | No | 01:01 |
uvirtbot | New bug: #1070621 in swift "The wrong note in swift/common/ring/utils.py" [Undecided,New] https://launchpad.net/bugs/1070621 | 01:01 |
cburgess | namidark: The request to add the floating Ip will bring that IP up on the nova-network node and then modify iptables on the nova-netowrk node to NAT requests to the fixed ip of the vm. | 01:02 |
*** Tross has quit IRC | 01:02 | |
*** snelly has left #openstack | 01:03 | |
namidark | so what part broadcasts to say 'i have this ip'? | 01:03 |
*** MarkAtwood has joined #openstack | 01:04 | |
*** Breaking_Pitt has quit IRC | 01:04 | |
*** anon12345 has quit IRC | 01:04 | |
*** ogelbukh has quit IRC | 01:05 | |
*** chinclou1 has quit IRC | 01:05 | |
*** ogelbukh has joined #openstack | 01:05 | |
*** ryanpetr_ has quit IRC | 01:07 | |
*** sam_wan has joined #openstack | 01:08 | |
*** Girls_Escort has joined #openstack | 01:08 | |
*** rustam has joined #openstack | 01:10 | |
*** yocum has quit IRC | 01:10 | |
*** alop has joined #openstack | 01:10 | |
cburgess | namidark: Thats part of bringing up the IP on the nova-network node. | 01:12 |
*** kevein has joined #openstack | 01:12 | |
*** comptona has quit IRC | 01:12 | |
*** renier has quit IRC | 01:13 | |
*** renier has joined #openstack | 01:13 | |
namidark | ah so when I add it to nova network, NN should be making the request/broadcast to say I have an IP? | 01:14 |
*** sudorandom has joined #openstack | 01:14 | |
*** rustam has quit IRC | 01:15 | |
cburgess | namidark: The nova-network node will use the ip addr command to bring up the IP address. Part of that process is an ARP. Its nothing special, just the way linux brings up IPs | 01:15 |
*** sudorandom has quit IRC | 01:17 | |
*** dendrobates is now known as dendro-afk | 01:18 | |
*** xchu has joined #openstack | 01:18 | |
*** renier has quit IRC | 01:18 | |
*** Glace has quit IRC | 01:20 | |
*** dendro-afk is now known as dendrobates | 01:20 | |
*** sacharya has joined #openstack | 01:22 | |
*** yocum has joined #openstack | 01:22 | |
*** warik has left #openstack | 01:23 | |
namidark | yeah i managed to boradcast storm myself haha | 01:23 |
*** Girls_Escort has left #openstack | 01:23 | |
*** pvankouteren has quit IRC | 01:25 | |
namidark | cburgess: it worked! :) | 01:25 |
uvirtbot | New bug: #1070630 in ubuntu "glance-manage does not read configuration correctly" [Undecided,New] https://launchpad.net/bugs/1070630 | 01:25 |
*** pvankouteren has joined #openstack | 01:26 | |
namidark | cburgess: thanks for the network explanation :) That's my weakest area | 01:26 |
*** dpippenger has quit IRC | 01:26 | |
*** erkules|away has joined #openstack | 01:29 | |
cburgess | namidark: No problem | 01:30 |
*** epim has joined #openstack | 01:30 | |
*** erkules has quit IRC | 01:30 | |
*** rnorwood1 has quit IRC | 01:31 | |
*** Tross has joined #openstack | 01:33 | |
*** networkstatic has quit IRC | 01:35 | |
*** Ryan_Lane1 has joined #openstack | 01:35 | |
*** dachary has quit IRC | 01:35 | |
*** Ryan_Lane1 has quit IRC | 01:35 | |
*** Ryan_Lane1 has joined #openstack | 01:36 | |
*** Ryan_Lane1 has quit IRC | 01:36 | |
*** Ryan_Lane1 has joined #openstack | 01:36 | |
*** Ryan_Lane has quit IRC | 01:36 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 01:36 | |
*** rnorwood1 has joined #openstack | 01:37 | |
*** dachary has joined #openstack | 01:37 | |
*** adjohn has quit IRC | 01:41 | |
*** dubsquared has joined #openstack | 01:42 | |
*** melwitt has quit IRC | 01:43 | |
*** Tross has quit IRC | 01:44 | |
*** JayLee has joined #openstack | 01:44 | |
*** ctracey__ has joined #openstack | 01:45 | |
*** Glace has joined #openstack | 01:46 | |
dubsquared | -_- | 01:46 |
*** crandquist has quit IRC | 01:47 | |
*** ahmad has quit IRC | 01:50 | |
*** krow has quit IRC | 01:50 | |
*** jplewi has quit IRC | 01:51 | |
*** secbitchris has joined #openstack | 01:52 | |
*** krow has joined #openstack | 01:52 | |
*** ninkotech has quit IRC | 01:52 | |
*** ninkotech has joined #openstack | 01:53 | |
*** dhubbard_ has quit IRC | 01:54 | |
*** scotm has joined #openstack | 01:55 | |
*** ryu25 has joined #openstack | 01:55 | |
*** pvankouteren has quit IRC | 01:56 | |
*** secbitchris has quit IRC | 01:56 | |
*** pvankouteren_ has joined #openstack | 01:57 | |
*** riskable has quit IRC | 01:57 | |
*** crandquist has joined #openstack | 01:57 | |
*** riskable has joined #openstack | 01:59 | |
*** ewindisch_ has joined #openstack | 01:59 | |
*** ewindisch has quit IRC | 02:01 | |
*** ewindisch_ is now known as ewindisch | 02:01 | |
*** renier has joined #openstack | 02:01 | |
*** clopez has quit IRC | 02:02 | |
*** dolphm has joined #openstack | 02:03 | |
*** secbitchris has joined #openstack | 02:03 | |
*** ispireme has quit IRC | 02:04 | |
*** dolphm has quit IRC | 02:05 | |
*** renier has quit IRC | 02:06 | |
*** acathrow has joined #openstack | 02:07 | |
*** jackh has joined #openstack | 02:07 | |
*** acathrow has left #openstack | 02:08 | |
*** anniec has quit IRC | 02:09 | |
*** rustam has joined #openstack | 02:10 | |
uvirtbot | New bug: #1070637 in keystone "create tokens scoped to endpoints" [Undecided,New] https://launchpad.net/bugs/1070637 | 02:11 |
*** s0mik has joined #openstack | 02:11 | |
*** krow has quit IRC | 02:13 | |
*** rnorwood1 has quit IRC | 02:14 | |
*** AlanClark has quit IRC | 02:14 | |
*** krow has joined #openstack | 02:14 | |
*** Gordonz has joined #openstack | 02:15 | |
*** rustam has quit IRC | 02:15 | |
*** Tross has joined #openstack | 02:15 | |
*** scotm has quit IRC | 02:16 | |
*** sudorandom has joined #openstack | 02:17 | |
*** rnorwood1 has joined #openstack | 02:18 | |
*** ispireme has joined #openstack | 02:20 | |
*** rnorwood1 has quit IRC | 02:21 | |
*** TheSphinX^ has joined #openstack | 02:25 | |
*** Gordonz has quit IRC | 02:26 | |
*** spyder2010 has joined #openstack | 02:26 | |
*** dhubbard_ has joined #openstack | 02:26 | |
*** rnorwood1 has joined #openstack | 02:27 | |
*** TheSphinX_ has quit IRC | 02:28 | |
*** dhubbard_mac has joined #openstack | 02:28 | |
*** MarkAtwood has quit IRC | 02:29 | |
*** jdurgin has quit IRC | 02:30 | |
*** maurosr has quit IRC | 02:30 | |
*** dhubbard_ has quit IRC | 02:31 | |
*** hemna has quit IRC | 02:31 | |
*** sdague_ has joined #openstack | 02:31 | |
*** zhuadl has joined #openstack | 02:32 | |
*** zhuadl has quit IRC | 02:32 | |
*** osier has joined #openstack | 02:32 | |
*** sdague has left #openstack | 02:33 | |
*** agwatic has joined #openstack | 02:33 | |
*** sdague_ is now known as sdague | 02:34 | |
*** sdague has left #openstack | 02:34 | |
agwatic | I was about to fix this bug | 02:34 |
agwatic | https://bugs.launchpad.net/nova/+bug/925456 | 02:34 |
agwatic | but I don't know where to find what he was talking about | 02:34 |
*** sdague has joined #openstack | 02:35 | |
*** Tross has quit IRC | 02:35 | |
agwatic | where to find this bug in the source code https://bugs.launchpad.net/nova/+bug/925456 | 02:37 |
*** xchu has quit IRC | 02:39 | |
*** krow has quit IRC | 02:41 | |
*** dhubbard_mac has quit IRC | 02:41 | |
*** darjeeling has joined #openstack | 02:42 | |
*** dims has quit IRC | 02:42 | |
*** maurosr has joined #openstack | 02:43 | |
*** Tross has joined #openstack | 02:43 | |
*** tgall_foo has joined #openstack | 02:44 | |
*** krow has joined #openstack | 02:44 | |
*** maurosr has quit IRC | 02:45 | |
*** ryanpetrello has joined #openstack | 02:48 | |
*** mnewby has quit IRC | 02:49 | |
*** funda1 has joined #openstack | 02:50 | |
*** ninkotech has quit IRC | 02:50 | |
*** ninkotech has joined #openstack | 02:50 | |
*** Glace has quit IRC | 02:51 | |
*** martianixor has quit IRC | 02:52 | |
*** lathiat has quit IRC | 02:52 | |
*** lathiat has joined #openstack | 02:53 | |
*** childsb has quit IRC | 02:54 | |
*** ahmad_ has joined #openstack | 02:55 | |
*** xchu has joined #openstack | 02:57 | |
*** dcramer_ has quit IRC | 02:59 | |
*** Tross has quit IRC | 03:00 | |
*** nmistry has quit IRC | 03:00 | |
*** dubsquared has quit IRC | 03:00 | |
*** sam_wan has quit IRC | 03:01 | |
*** darjeeling has quit IRC | 03:02 | |
*** sam_wan has joined #openstack | 03:02 | |
*** yocum has quit IRC | 03:02 | |
*** dubsquared has joined #openstack | 03:03 | |
*** DANO-MARC has joined #openstack | 03:04 | |
*** nmistry has joined #openstack | 03:04 | |
*** spyder2010 has quit IRC | 03:05 | |
*** ywu_ has quit IRC | 03:06 | |
uvirtbot | New bug: #1070649 in cinder "Inconsistency for the iscsi targets using ietadm" [Undecided,New] https://launchpad.net/bugs/1070649 | 03:06 |
*** szaydel has quit IRC | 03:07 | |
*** livemoon has joined #openstack | 03:09 | |
*** mnewby has joined #openstack | 03:10 | |
*** rustam has joined #openstack | 03:11 | |
*** sudorandom has quit IRC | 03:13 | |
*** Glace has joined #openstack | 03:14 | |
*** rustam has quit IRC | 03:15 | |
*** szaydel has joined #openstack | 03:15 | |
*** dcramer_ has joined #openstack | 03:15 | |
*** Elsvent has joined #openstack | 03:16 | |
*** atrius is now known as atrius_away | 03:18 | |
*** torandu has quit IRC | 03:18 | |
*** mishin has quit IRC | 03:19 | |
*** dhubbard_ has joined #openstack | 03:20 | |
livemoon | hi, morning | 03:24 |
*** vipuls has joined #openstack | 03:26 | |
*** DANO-MARC has quit IRC | 03:26 | |
*** vipuls has quit IRC | 03:28 | |
*** tgall_foo has quit IRC | 03:29 | |
*** dachary has quit IRC | 03:30 | |
*** edygarcia has quit IRC | 03:30 | |
*** agwatic has quit IRC | 03:30 | |
*** dachary has joined #openstack | 03:32 | |
*** mishin has joined #openstack | 03:32 | |
*** krow has quit IRC | 03:36 | |
*** MarkAtwood has joined #openstack | 03:41 | |
*** Blackavar has joined #openstack | 03:42 | |
*** cryptk|offline is now known as cryptk | 03:45 | |
*** dcramer_ has quit IRC | 03:45 | |
*** renier has joined #openstack | 03:50 | |
*** tualatrix has joined #openstack | 03:50 | |
uvirtbot | New bug: #1070658 in nova "VM provisioning failure on Hyper-V driver" [Undecided,New] https://launchpad.net/bugs/1070658 | 03:51 |
*** Glace has quit IRC | 03:52 | |
*** renier has quit IRC | 03:54 | |
*** Elsvent has quit IRC | 03:57 | |
*** tongli has quit IRC | 03:58 | |
*** nmistry has quit IRC | 04:00 | |
*** littleidea has joined #openstack | 04:00 | |
*** xchu has quit IRC | 04:05 | |
*** Samos123 has quit IRC | 04:08 | |
*** Samos123 has joined #openstack | 04:08 | |
*** rustam has joined #openstack | 04:11 | |
*** ryanpetrello has quit IRC | 04:14 | |
*** rustam has quit IRC | 04:16 | |
*** omenar has joined #openstack | 04:17 | |
omenar | good night(?) to everyone!!! | 04:17 |
omenar | is anyone in there? | 04:18 |
omenar | I have a question... :S | 04:18 |
*** nmistry has joined #openstack | 04:18 | |
omenar | I'm trying to setup a computer node to my existing openstack deployment | 04:18 |
omenar | the existing deployment is in the network segment 10.14.22.X, and the new computer node is in the network segment 200.1.29.X | 04:19 |
omenar | so my question is, can I add a computer node that is in a different network segment? or I need to wait to the Cell implementation in GRizzly? | 04:20 |
*** roaet has quit IRC | 04:20 | |
*** MarkAtwood has quit IRC | 04:20 | |
*** szaydel has quit IRC | 04:21 | |
omenar | comute node* (sorry... i'm sleepy) | 04:22 |
*** acathrow has joined #openstack | 04:24 | |
omenar | compute node* (hahahaha) | 04:24 |
*** desai has quit IRC | 04:27 | |
*** krow has joined #openstack | 04:27 | |
omenar | Or shall I use a "region" approach? | 04:29 |
*** deepakcs has joined #openstack | 04:32 | |
*** s0mik has quit IRC | 04:38 | |
*** oubiwann has quit IRC | 04:40 | |
*** renier has joined #openstack | 04:44 | |
*** xchu has joined #openstack | 04:48 | |
*** renier has quit IRC | 04:48 | |
*** koolhead17 has quit IRC | 04:51 | |
*** acathrow has left #openstack | 04:52 | |
*** Tross has joined #openstack | 04:56 | |
lifeless | omenar: I suggest sleeping, if you're tired :) | 04:58 |
lifeless | omenar: we'll be here tomorrow | 04:58 |
*** hattwick has quit IRC | 04:59 | |
*** sam_wan has quit IRC | 04:59 | |
omenar | I'm breaking my brain with this... sleeping is not an option right now :( | 04:59 |
*** dubsquared has quit IRC | 05:03 | |
*** pvankouteren_ has quit IRC | 05:04 | |
omenar | I will take your advise, lifeless... I'm going to sleep! see ya! | 05:09 |
*** hungnv has quit IRC | 05:12 | |
*** rustam has joined #openstack | 05:12 | |
*** hungnv has joined #openstack | 05:13 | |
*** davidh_ has joined #openstack | 05:14 | |
*** davidhadas has quit IRC | 05:14 | |
*** sacharya has quit IRC | 05:17 | |
*** rustam has quit IRC | 05:17 | |
*** acb__ has quit IRC | 05:21 | |
*** acb__ has joined #openstack | 05:21 | |
*** pvankouteren has joined #openstack | 05:24 | |
*** l_a_m has joined #openstack | 05:26 | |
*** zodiak has joined #openstack | 05:27 | |
*** kalpase has joined #openstack | 05:28 | |
*** pithagorians has joined #openstack | 05:28 | |
*** kalpase has left #openstack | 05:28 | |
*** krow has quit IRC | 05:30 | |
*** garyk has quit IRC | 05:32 | |
*** mishin has quit IRC | 05:32 | |
*** pithagorians has left #openstack | 05:33 | |
*** tualatrix has quit IRC | 05:33 | |
*** pithagorians has joined #openstack | 05:33 | |
pithagorians | hi all. want to build a public cloud service on openstack. how ready is it for production? "production" - reliable stability enough to sell to customers | 05:33 |
*** omenar has quit IRC | 05:33 | |
*** ctracey__ has quit IRC | 05:37 | |
*** koolhead17 has joined #openstack | 05:40 | |
*** ryanpetrello has joined #openstack | 05:41 | |
*** bitsmart has joined #openstack | 05:41 | |
*** hattwick has joined #openstack | 05:42 | |
*** dyer has quit IRC | 05:43 | |
*** mishin has joined #openstack | 05:44 | |
*** tualatrix has joined #openstack | 05:46 | |
*** sunilthaha has quit IRC | 05:46 | |
*** crandquist has quit IRC | 05:47 | |
*** adjohn has joined #openstack | 05:47 | |
*** crandquist has joined #openstack | 05:47 | |
*** pvankouteren has quit IRC | 05:50 | |
*** krow has joined #openstack | 05:50 | |
*** Blackavar has quit IRC | 05:50 | |
*** ryanpetrello has quit IRC | 05:51 | |
*** darjeeling has joined #openstack | 05:54 | |
*** ahmad_ has quit IRC | 05:55 | |
livemoon | hi, who konws quantum well? I have some question to ask | 05:59 |
*** aeperezt has quit IRC | 06:00 | |
*** dubsquared has joined #openstack | 06:03 | |
JoeJulian | I just discovered swift uses eventlet and eventlet doesn't support ipv6. :( | 06:04 |
*** nmistry has quit IRC | 06:04 | |
*** mnewby has quit IRC | 06:04 | |
*** danblack has quit IRC | 06:07 | |
*** dubsquared has quit IRC | 06:07 | |
*** danblack has joined #openstack | 06:08 | |
*** hhh has joined #openstack | 06:11 | |
*** hhh has left #openstack | 06:11 | |
*** rustam has joined #openstack | 06:12 | |
koolhead17 | JoeJulian, mailing list is your friend ask/shoot your question/concerns there | 06:13 |
*** pvankouteren has joined #openstack | 06:14 | |
*** Maledictus has joined #openstack | 06:14 | |
*** Maledictus has joined #openstack | 06:14 | |
*** dachary has quit IRC | 06:14 | |
*** Blackavar has joined #openstack | 06:15 | |
*** afazekas has joined #openstack | 06:15 | |
*** dachary has joined #openstack | 06:17 | |
*** rustam has quit IRC | 06:17 | |
*** littleidea has quit IRC | 06:18 | |
*** Elsvent has joined #openstack | 06:19 | |
*** tualatrix has quit IRC | 06:19 | |
JoeJulian | meh, there's not really any point. I was just disappointed when my new swift object store was refusing connection. There's not really anything that can be done from the openstack side of things until ipv6 support is added to eventlet. | 06:20 |
*** tualatrix has joined #openstack | 06:21 | |
*** sayan has joined #openstack | 06:22 | |
*** sayan has joined #openstack | 06:22 | |
*** notze has joined #openstack | 06:25 | |
*** miclorb has joined #openstack | 06:26 | |
*** tualatrix has quit IRC | 06:28 | |
*** mrunge has joined #openstack | 06:31 | |
*** renier has joined #openstack | 06:32 | |
*** ahmad has joined #openstack | 06:33 | |
*** sayan has quit IRC | 06:33 | |
*** melmoth has joined #openstack | 06:33 | |
*** afazekas has quit IRC | 06:36 | |
*** notze has quit IRC | 06:36 | |
*** renier has quit IRC | 06:37 | |
*** tualatrix has joined #openstack | 06:46 | |
*** simon_lucy has joined #openstack | 06:47 | |
funda1 | vm is not reflecting as running state from nova vm list and from horizon. i'musing folsom. anyone please help | 06:47 |
funda1 | please help | 06:49 |
*** pithagorians has quit IRC | 06:50 | |
*** notze has joined #openstack | 06:51 | |
*** guigui1 has joined #openstack | 06:52 | |
*** namidark has quit IRC | 06:53 | |
funda1 | any idea guys? | 06:53 |
*** gourneau_ has quit IRC | 06:53 | |
*** gourneau has joined #openstack | 06:53 | |
*** namidark has joined #openstack | 06:54 | |
*** ttrifonov_zZzz is now known as ttrifonov | 06:54 | |
*** eglynn has joined #openstack | 06:54 | |
*** reidrac has joined #openstack | 06:55 | |
*** notze_ has joined #openstack | 06:56 | |
*** KyleMacDonald has joined #openstack | 06:56 | |
*** notze has quit IRC | 06:57 | |
*** gourneau has quit IRC | 06:58 | |
funda1 | VMs stuck in the spawn/BUILD phase . please help | 06:58 |
*** gourneau has joined #openstack | 06:58 | |
*** Ryan_Lane has quit IRC | 06:59 | |
*** ahasenack has joined #openstack | 07:01 | |
*** rnorwood1 has quit IRC | 07:02 | |
*** Ryan_Lane has joined #openstack | 07:03 | |
*** tualatrix_ has joined #openstack | 07:05 | |
*** YamakasY has quit IRC | 07:06 | |
melmoth | funda1, have a look in nova-compute.log, if nothing is in there, try libvirtd.log | 07:06 |
*** notze_ has quit IRC | 07:07 | |
*** RealNitro has joined #openstack | 07:07 | |
funda1 | thanks melmoth. couldn't find anything in compute log, looking in libvirtd log | 07:08 |
*** livemoon has quit IRC | 07:09 | |
*** balboah has joined #openstack | 07:09 | |
*** roge has quit IRC | 07:10 | |
*** livemoon has joined #openstack | 07:10 | |
*** guigui1 has quit IRC | 07:13 | |
*** rustam has joined #openstack | 07:13 | |
*** arBmind has joined #openstack | 07:14 | |
*** miclorb has quit IRC | 07:16 | |
funda1 | melmoth getting open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory | 07:17 |
*** rustam has quit IRC | 07:18 | |
melmoth | does not ring any bell here. | 07:19 |
*** simon-AS559 has joined #openstack | 07:19 | |
*** yongtin has joined #openstack | 07:20 | |
*** colonD has quit IRC | 07:21 | |
*** colonD has joined #openstack | 07:21 | |
*** mikal has quit IRC | 07:22 | |
*** Mops has joined #openstack | 07:23 | |
*** primozf has joined #openstack | 07:24 | |
*** miclorb has joined #openstack | 07:24 | |
*** nlpplz has quit IRC | 07:25 | |
*** guigui1 has joined #openstack | 07:25 | |
*** renier has joined #openstack | 07:26 | |
*** KyleMacDonald has quit IRC | 07:28 | |
*** nlpplz has joined #openstack | 07:28 | |
*** ctracey__ has joined #openstack | 07:29 | |
*** yongtin has quit IRC | 07:29 | |
*** Maledictus has quit IRC | 07:30 | |
*** Remco_ has joined #openstack | 07:30 | |
*** yongtin has joined #openstack | 07:30 | |
*** Remco_ is now known as Guest84132 | 07:30 | |
*** darjeeling has quit IRC | 07:31 | |
*** KyleMacDonald has joined #openstack | 07:31 | |
*** renier has quit IRC | 07:31 | |
*** simon_lucy_ has joined #openstack | 07:32 | |
*** simon_lucy has quit IRC | 07:32 | |
*** simon_lucy_ is now known as simon_lucy | 07:33 | |
*** mikal has joined #openstack | 07:33 | |
*** ondergetekende has joined #openstack | 07:34 | |
*** Dorogs has joined #openstack | 07:35 | |
*** simon_lucy has quit IRC | 07:35 | |
*** simon_lucy has joined #openstack | 07:36 | |
*** Free_maN_ has quit IRC | 07:37 | |
*** funda1 has quit IRC | 07:37 | |
*** afazekas has joined #openstack | 07:39 | |
*** uncleofthestick has joined #openstack | 07:42 | |
*** Guest84132 has quit IRC | 07:42 | |
*** KyleMacDonald has quit IRC | 07:45 | |
*** KyleMacDonald has joined #openstack | 07:46 | |
*** Free_maN has joined #openstack | 07:47 | |
*** blimus has quit IRC | 07:48 | |
*** colonD has quit IRC | 07:51 | |
*** mishin has quit IRC | 07:51 | |
*** colonD has joined #openstack | 07:52 | |
*** garyk has joined #openstack | 07:52 | |
*** msavy has joined #openstack | 07:52 | |
*** rustam has joined #openstack | 07:53 | |
*** erkules|away has quit IRC | 07:53 | |
*** erkules|away has joined #openstack | 07:53 | |
*** erkules|away is now known as erkules | 07:53 | |
*** 45PABBR1J has joined #openstack | 07:54 | |
*** guigui1 has quit IRC | 07:54 | |
*** rustam has quit IRC | 07:54 | |
*** darjeeling has joined #openstack | 07:54 | |
*** mnabil has joined #openstack | 07:55 | |
melmoth | anybody using quantum ? i have my vms ip existing on some namespace on the gateway node all right. | 07:56 |
*** dev_sa has joined #openstack | 07:56 | |
melmoth | but i would need to be able to route things from/to there , from the main gateway namespace, and i have no real idea how htis can work. | 07:56 |
melmoth | so, may be i did some config wrong to have those ip only available in one namespace, or i am missing something important. | 07:57 |
*** Triade has joined #openstack | 07:57 | |
*** pixelbeat has joined #openstack | 08:00 | |
*** EmilienM has joined #openstack | 08:01 | |
*** alex88 has joined #openstack | 08:01 | |
*** dev_sa has quit IRC | 08:01 | |
*** dev_sa has joined #openstack | 08:01 | |
*** Mops has quit IRC | 08:04 | |
*** itarchitectkev has joined #openstack | 08:04 | |
*** YamakasY_ has joined #openstack | 08:06 | |
*** itarchitectkev has quit IRC | 08:06 | |
*** Mops has joined #openstack | 08:07 | |
*** adjohn has quit IRC | 08:07 | |
*** Maledictus has joined #openstack | 08:08 | |
*** Maledictus has joined #openstack | 08:08 | |
*** dachary has quit IRC | 08:12 | |
*** Remco_ has joined #openstack | 08:13 | |
*** Ruetobas has quit IRC | 08:14 | |
*** Remco_ is now known as Guest15161 | 08:14 | |
*** xchu has quit IRC | 08:15 | |
*** uncleofthestick has quit IRC | 08:15 | |
*** simon_lucy has quit IRC | 08:16 | |
*** nacx has joined #openstack | 08:17 | |
*** troya has joined #openstack | 08:18 | |
troya | hi all | 08:18 |
*** markwu has joined #openstack | 08:19 | |
*** erikzaadi has joined #openstack | 08:19 | |
*** erikzaadi has quit IRC | 08:19 | |
*** almaisan-away is now known as al-maisan | 08:20 | |
*** renier has joined #openstack | 08:21 | |
*** itarchitectkev has joined #openstack | 08:23 | |
*** rustam has joined #openstack | 08:25 | |
*** notze has joined #openstack | 08:25 | |
*** darjeeling has quit IRC | 08:25 | |
*** renier has quit IRC | 08:25 | |
*** ahmad has quit IRC | 08:26 | |
troya | anyone here ? | 08:29 |
*** notze has quit IRC | 08:29 | |
troya | my machine is not kvm support | 08:29 |
*** rustam has quit IRC | 08:29 | |
*** notze has joined #openstack | 08:29 | |
*** darraghb has joined #openstack | 08:31 | |
troya | i can;t find vmx or svm on /proc/cpuinfo | 08:31 |
*** doude has quit IRC | 08:35 | |
*** dachary has joined #openstack | 08:35 | |
*** Mops has quit IRC | 08:37 | |
notze | buy a new cpu | 08:37 |
*** doude has joined #openstack | 08:37 | |
*** Mops has joined #openstack | 08:37 | |
melmoth | or use lxc ? | 08:37 |
*** hungnv has quit IRC | 08:40 | |
*** hungnv has joined #openstack | 08:40 | |
*** notze has quit IRC | 08:41 | |
troya | notze :) | 08:41 |
*** msavy has quit IRC | 08:41 | |
troya | is another missing configuration maybe ? | 08:42 |
troya | i've checked on bios, but i don't see virtualization menu inside it | 08:42 |
*** sayan has joined #openstack | 08:42 | |
*** sayan has joined #openstack | 08:42 | |
*** tualatrix has quit IRC | 08:44 | |
*** tualatrix has joined #openstack | 08:44 | |
*** EmilienM has left #openstack | 08:45 | |
*** miclorb has quit IRC | 08:46 | |
*** dachary has quit IRC | 08:49 | |
*** rmartinelli has quit IRC | 08:50 | |
*** SvenDowideit has quit IRC | 08:51 | |
*** notze has joined #openstack | 08:54 | |
*** SvenDowideit has joined #openstack | 08:54 | |
*** blimus has joined #openstack | 08:56 | |
troya | how about image ? any different image between kvm or qemu? | 08:56 |
troya | i use ubuntu clouding image | 08:56 |
*** tualatrix has quit IRC | 08:57 | |
itarchitectkev | morning folks | 08:58 |
itarchitectkev | how are we all? | 08:58 |
*** ctracey__ has quit IRC | 08:58 | |
*** hungnv has quit IRC | 08:58 | |
*** funda1 has joined #openstack | 08:58 | |
troya | hi itarchitectkev | 08:58 |
*** hungnv has joined #openstack | 08:58 | |
itarchitectkev | hi troya, you having HVM issues? | 08:59 |
*** simon-AS5591 has joined #openstack | 08:59 | |
troya | yes, i've hvm issue.are you have some experience for this ? | 08:59 |
*** simon-AS5591 has quit IRC | 08:59 | |
*** simon-AS5591 has joined #openstack | 08:59 | |
*** tualatrix has joined #openstack | 08:59 | |
*** popux has joined #openstack | 09:00 | |
*** KyleMacDonald has quit IRC | 09:00 | |
*** mousymouse has joined #openstack | 09:01 | |
*** arBmind has quit IRC | 09:02 | |
*** simon-AS559 has quit IRC | 09:03 | |
*** danblack has quit IRC | 09:03 | |
*** tualatrix has quit IRC | 09:04 | |
*** simon-AS5591 has quit IRC | 09:04 | |
troya | itarchitectkev:any suggesstion for my problem ? | 09:04 |
*** unobtrusivemouse has quit IRC | 09:04 | |
itarchitectkev | troya, what is your hardware and operating system? | 09:05 |
*** tualatrix has joined #openstack | 09:05 | |
troya | i'm run on ubuntu 12.04 | 09:05 |
troya | what do you mean hardware ? how i can check this ? | 09:05 |
*** EmilienL has joined #openstack | 09:06 | |
uvirtbot | New bug: #1068110 in devstack "boot_from_volume fails to download cirros rootfs" [Undecided,Fix released] https://launchpad.net/bugs/1068110 | 09:06 |
*** EmilienL has left #openstack | 09:07 | |
*** notze has quit IRC | 09:07 | |
*** notze has joined #openstack | 09:07 | |
*** EmilienM has joined #openstack | 09:07 | |
*** notze has quit IRC | 09:07 | |
*** notze has joined #openstack | 09:08 | |
itarchitectkev | troya "cat /proc/cpuinfo" | 09:08 |
itarchitectkev | what is the cpu? | 09:09 |
*** EmilienM has left #openstack | 09:11 | |
*** EmilienM has joined #openstack | 09:11 | |
*** ondergetekende has quit IRC | 09:11 | |
*** radish has joined #openstack | 09:12 | |
*** tualatrix has quit IRC | 09:14 | |
*** livemoon has left #openstack | 09:14 | |
*** sayan has quit IRC | 09:14 | |
*** hungnv has quit IRC | 09:18 | |
*** hungnv has joined #openstack | 09:18 | |
*** dachary has joined #openstack | 09:18 | |
*** arBmind has joined #openstack | 09:19 | |
*** markwu has quit IRC | 09:19 | |
*** Breaking_Pitt has joined #openstack | 09:21 | |
uvirtbot | New bug: #1068674 in keystone "Redo part of bp/sql-identiy-pam undone by bug 968519" [Undecided,Fix committed] https://launchpad.net/bugs/1068674 | 09:22 |
troya | itarchitectkev: my machine already running instance | 09:24 |
troya | :) | 09:24 |
troya | http://blog.incase.de/index.php/cpu-feature-flags-and-their-meanings/ | 09:24 |
troya | my cpu is amd, so vmx can't find here.vmx is for intel | 09:24 |
*** rustam has joined #openstack | 09:25 | |
*** tdc_ has joined #openstack | 09:25 | |
*** boden has joined #openstack | 09:26 | |
*** gus_m has joined #openstack | 09:29 | |
*** miclorb has joined #openstack | 09:30 | |
*** rustam has quit IRC | 09:30 | |
*** miclorb has quit IRC | 09:32 | |
*** simon-AS559 has joined #openstack | 09:32 | |
*** popux has quit IRC | 09:33 | |
*** melmoth has quit IRC | 09:34 | |
*** melmoth has joined #openstack | 09:34 | |
*** Mops has quit IRC | 09:35 | |
*** ryu25 has quit IRC | 09:36 | |
*** simon-AS5591 has joined #openstack | 09:36 | |
*** udac has joined #openstack | 09:36 | |
*** simon-AS559 has quit IRC | 09:37 | |
*** miclorb has joined #openstack | 09:37 | |
RealNitro | is there a way to use floating IP addresses from, say, a 10.101.0.0/16 range, but limited to the scope of 10.101.102.0/24? | 09:37 |
RealNitro | I don't want any addresses of existing servers in my network being assigned to VMs | 09:38 |
*** ondergetekende has joined #openstack | 09:38 | |
melmoth | RealNitro, i use some "fake" mask when creating the floating ip such as 10.101.102.0/24 | 09:39 |
melmoth | and the first one will be 10.101.102.1 | 09:39 |
melmoth | another option is to create floatin ip individually | 09:39 |
*** mkouhei has left #openstack | 09:40 | |
*** ejat has quit IRC | 09:40 | |
RealNitro | I've been trying to use the /24, but it doesn't work for some reason | 09:40 |
*** solosun has joined #openstack | 09:40 | |
RealNitro | I'll give it another try | 09:41 |
troya | anyone here ubuntu qemu image ? | 09:43 |
troya | anyone here have ubuntu qemu image ? | 09:43 |
troya | i'm running on qemu virtualization now. but i ubuntu clouding image can;t running on my mine.i need qemu image | 09:44 |
troya | anyone here have it ? | 09:44 |
*** notze has quit IRC | 09:48 | |
ttx | dims: would rather solve bug 1056213 once and for all | 09:49 |
uvirtbot | New bug: #1070752 in horizon "Dashboard usability issue. An empty Instance log populated with a question mark. " [Undecided,New] https://launchpad.net/bugs/1070752 | 09:51 |
*** notze has joined #openstack | 09:52 | |
*** simon_lucy has joined #openstack | 09:52 | |
*** miclorb has quit IRC | 09:53 | |
*** Mops has joined #openstack | 09:54 | |
*** jackh has quit IRC | 09:54 | |
itarchitectkev | troya - can you specify exactly what the cpu is - not all chips are the same. | 09:55 |
itarchitectkev | troya - run the command "cat /proc/cpuinfo" and it will tell me what I need to know to help you | 09:55 |
*** clopez has joined #openstack | 09:56 | |
troya | this is output of cpuinfo > http://pastebin.com/X1DqWMfJ | 09:57 |
*** koolhead17 has quit IRC | 10:00 | |
*** notze has quit IRC | 10:01 | |
itarchitectkev | troya, that chip doesn't support amd-v (hardware vt) | 10:02 |
itarchitectkev | troya http://www.cpu-world.com/CPUs/K8/AMD-Dual-Core%20Opteron%20285%20-%20OSA285FAA6CB%20(OSA285CBBOX%20-%20OSA285CBWOF).html | 10:02 |
itarchitectkev | troya the ubutnu image should work regardless unless you have downloaded some xen image instead | 10:03 |
itarchitectkev | I run openstack under virtualbox which (on my hardware without nested hardware vt) means I have to run qemu | 10:04 |
*** popux has joined #openstack | 10:06 | |
uvirtbot | New bug: #1070761 in quantum "dhcp agent can not receive port notifications to process task when use qpid" [Undecided,New] https://launchpad.net/bugs/1070761 | 10:06 |
*** tomoe_ has quit IRC | 10:11 | |
*** notze has joined #openstack | 10:15 | |
*** KyleMacDonald has joined #openstack | 10:22 | |
*** 45PABBR1J has left #openstack | 10:23 | |
*** notze has quit IRC | 10:24 | |
*** rustam has joined #openstack | 10:26 | |
*** doude_ has joined #openstack | 10:26 | |
*** erikzaadi has joined #openstack | 10:27 | |
*** doude_ has quit IRC | 10:27 | |
*** erikzaadi has quit IRC | 10:27 | |
*** ondergetekende has quit IRC | 10:29 | |
*** rustam has quit IRC | 10:30 | |
*** solosun has quit IRC | 10:31 | |
*** al-maisan is now known as almaisan-away | 10:39 | |
*** vila has quit IRC | 10:44 | |
melmoth | anyone having a quantum thingy working ? I m puzzled with 1) namespaces and 2) metadata serveur iptables rules | 10:47 |
*** Esa_ has joined #openstack | 10:49 | |
*** Esa_1 has quit IRC | 10:49 | |
*** bluenemo has joined #openstack | 10:50 | |
*** bluenemo has joined #openstack | 10:50 | |
*** hungnv has quit IRC | 10:51 | |
*** hungnv has joined #openstack | 10:51 | |
*** ryanpetrello has joined #openstack | 10:51 | |
*** funda1 has quit IRC | 10:51 | |
*** waa has joined #openstack | 10:52 | |
*** martinsbalodis has joined #openstack | 10:52 | |
*** maurosr has joined #openstack | 10:52 | |
*** notze has joined #openstack | 10:52 | |
zykes- | Kiall: are you here ? | 10:53 |
Kiall | zykes-, nope! | 10:53 |
Kiall | ;) | 10:53 |
*** viraptor has joined #openstack | 10:54 | |
*** maurosr has quit IRC | 10:54 | |
*** rmartinelli has joined #openstack | 10:54 | |
*** sunilthaha has joined #openstack | 10:55 | |
*** maurosr has joined #openstack | 10:55 | |
*** vila has joined #openstack | 10:55 | |
Kiall | zykes-, whats up? | 10:55 |
zykes- | Kiall: i'm trying to make a service after some of the same code you've got, mainly the launcher.wait() section in your bin files, but the only thing that happens here is: "Creating Consumer connection for Service central start" and it exists | 10:55 |
zykes- | ehm, exits | 10:55 |
Kiall | zykes-, are you using the stock OS-Common files, or did you copy mine? ;) | 10:56 |
Kiall | I have a WIP applied in moniker and up on gerrit that fixes that | 10:56 |
Kiall | a WIP patch* | 10:56 |
zykes- | new copy of the os common master branch | 10:56 |
zykes- | hmm k | 10:56 |
Kiall | https://review.openstack.org/#/c/13953/ | 10:56 |
zykes- | basically trying to put together a simple chargeback service | 10:57 |
Kiall | I havent had time to write tests for it, so havent tried to get it merged yet | 10:57 |
Kiall | if you cherry-pick that into your OS-Common clone, and re-update it should work for you | 10:57 |
zykes- | did you have some code for powerdns btw? | 10:58 |
Kiall | I do - But it's not my code to share .. | 10:59 |
zykes- | oh ;p | 10:59 |
zykes- | tied in to customer stuff or ? | 11:00 |
*** ondergetekende has joined #openstack | 11:00 | |
*** dneary has joined #openstack | 11:00 | |
Kiall | Yup - tied in, and mostly written by them too. | 11:00 |
Kiall | Even if I untie it, I won't be able to release it/ | 11:00 |
Kiall | it* | 11:00 |
zykes- | ok ;p | 11:00 |
zykes- | but you where able to release moniker ? ;) | 11:01 |
Kiall | I wrote moniker ;) | 11:01 |
zykes- | hehe ;p | 11:01 |
zykes- | but they wrote the agent code for pdns ? | 11:01 |
*** ondergetekende has quit IRC | 11:01 | |
Kiall | The powerDNS code was based on some .. poor.. attempt at DNSaaS they made in-house. | 11:01 |
zykes- | ah | 11:01 |
Kiall | The pDNS stuff worked great though - so I just re-factored it until it looked like an Agent | 11:02 |
zykes- | I was thinking of adding support for "storage" drivers like in ceilometer for moniker | 11:02 |
*** ondergetekende has joined #openstack | 11:02 | |
Kiall | It (mostly) has that already - as I've mentioned before.. | 11:02 |
zykes- | meaning you can do like impl_sqlalchemy, impl_mongodb | 11:02 |
*** ahasenack has quit IRC | 11:02 | |
Kiall | Literally just 1 method is stubbed out and it supports that | 11:02 |
zykes- | yeh, but would be nice to align with ceilometer | 11:03 |
zykes- | so things start to look alike | 11:03 |
Kiall | Right - They do it that part right IMO :) | 11:04 |
Kiall | (eg using entry-points, in their case, via the stevedore library) | 11:04 |
zykes- | a bad way ? | 11:04 |
Kiall | heh - let me re-write that sentence so it makes sense ;) | 11:04 |
Kiall | Right - They do that part the right way IMO :) | 11:05 |
Kiall | (eg using entry-points, in their case, via the stevedore library) | 11:05 |
zykes- | would you want that in moniker or ? | 11:05 |
*** littleidea has joined #openstack | 11:06 | |
Kiall | Yup - I've `pip installed stevedore` several times already, and kept getting distracted by other stuff before actually writing it! | 11:06 |
zykes- | :p | 11:06 |
*** littleidea has left #openstack | 11:06 | |
radish | hi there, nova (folsom on ubuntu 12.04 using ubuntu cloud archive) fails to initialize its database in mysql: http://paste.ubuntu.com/1302204/ does anyone have a clue about this? | 11:07 |
Kiall | zykes-, BTW, if you feel like forking and adding that, I'd be happy to merge it | 11:09 |
*** kalpase has joined #openstack | 11:09 | |
* Kiall gets back to work! | 11:09 | |
*** kalpase has left #openstack | 11:11 | |
*** guimaluf has joined #openstack | 11:16 | |
uvirtbot | New bug: #1070785 in quantum "Two grammar mistakes in OPENSTACK QUANTUM ADMINISTRATION GUIDE document. " [Undecided,New] https://launchpad.net/bugs/1070785 | 11:16 |
*** bobby-v has quit IRC | 11:17 | |
*** bobby-v has joined #openstack | 11:17 | |
*** deepakcs has quit IRC | 11:17 | |
*** simon_lucy has quit IRC | 11:17 | |
*** notze has quit IRC | 11:18 | |
*** KyleMacDonald has quit IRC | 11:19 | |
*** shang has joined #openstack | 11:21 | |
*** notze has joined #openstack | 11:23 | |
*** notze has quit IRC | 11:24 | |
*** notze has joined #openstack | 11:24 | |
*** yocum has joined #openstack | 11:25 | |
*** rustam has joined #openstack | 11:26 | |
*** mcclurmc has joined #openstack | 11:28 | |
*** krow has quit IRC | 11:29 | |
*** rustam has quit IRC | 11:29 | |
*** tdc_ is now known as tdc | 11:30 | |
*** tru_tru has joined #openstack | 11:35 | |
*** shang_ has joined #openstack | 11:35 | |
*** shang has quit IRC | 11:36 | |
*** chasmo has quit IRC | 11:36 | |
*** dachary has quit IRC | 11:36 | |
*** JayLee has quit IRC | 11:36 | |
*** davidh_ has quit IRC | 11:38 | |
*** davidhadas has joined #openstack | 11:39 | |
*** shang_ has quit IRC | 11:39 | |
*** ahasenack has joined #openstack | 11:41 | |
*** littleidea has joined #openstack | 11:42 | |
soren | radish: Yeah. | 11:42 |
soren | radish: That's because your DB was created as utf-8. | 11:42 |
*** tomoe_ has joined #openstack | 11:43 | |
melmoth | radish https://bugs.launchpad.net/nova/+bug/993663 | 11:43 |
*** szaydel has joined #openstack | 11:44 | |
*** jamespage_ has joined #openstack | 11:44 | |
radish | soren, melmoth are you sure it's not related to the fact that I used InnoDB which has a prefix limitation of 767bytes? | 11:44 |
*** jamespage_ has quit IRC | 11:45 | |
melmoth | yes, it s the same stuff | 11:45 |
melmoth | string in utf8 takes more place than in latin. | 11:45 |
melmoth | so, more chance to hit the innodb limit with it. | 11:45 |
melmoth | now, what i dont understand is, bug 993663 is marked as fix, i just dont understadn how to tell if your version of nova has the fix or not | 11:46 |
radish | melmoth: my version is 2012.2-0ubuntu3~cloud0 so it should be fixed | 11:47 |
*** krow has joined #openstack | 11:48 | |
*** arBmind_ has joined #openstack | 11:49 | |
*** roge has joined #openstack | 11:49 | |
melmoth | look in the python-migrate script ? just to check if it s using utf8 or latin when creating this table ? | 11:49 |
*** arBmind has quit IRC | 11:49 | |
*** arBmind_ is now known as arBmind | 11:49 | |
*** dachary has joined #openstack | 11:49 | |
*** ctracey__ has joined #openstack | 11:50 | |
*** krow has quit IRC | 11:52 | |
*** markvoelker has joined #openstack | 11:52 | |
*** Glace has joined #openstack | 11:52 | |
radish | melmoth: it's there, but commendted out everywhere (so no mysql_charset specified, mind that my default charset in my.cnf is utf-8) except for cells = Table('cells', meta | 11:54 |
*** littleidea has left #openstack | 11:56 | |
*** notze has quit IRC | 11:57 | |
melmoth | so, either switch to latin for default, or drop innodb ? | 11:57 |
radish | melmoth: the easiest way would be 'mysqldump --default-character-set=latin1 -u root -p password nova > nova.sql' and re-import this dump back, wouldn't it? | 11:59 |
*** cppcabre1a has joined #openstack | 12:00 | |
*** mindpixel has joined #openstack | 12:00 | |
melmoth | not sure, my mysql-fu is not good enough to tell on top of my head. | 12:00 |
*** cppcabre1a has quit IRC | 12:00 | |
*** notze has joined #openstack | 12:00 | |
melmoth | but it sound slike worth a try | 12:01 |
*** jodok has joined #openstack | 12:01 | |
*** ThiagoCMC has joined #openstack | 12:02 | |
*** dolphm has joined #openstack | 12:02 | |
*** darjeeling has joined #openstack | 12:03 | |
*** almaisan-away is now known as al-maisan | 12:05 | |
*** Breaking_Pitt is now known as Breaking_Lunch | 12:05 | |
*** msavy has joined #openstack | 12:08 | |
*** simon_lucy has joined #openstack | 12:10 | |
ThiagoCMC | Hi! Sorry about newbie question: can I use OpenStack without Keystone? | 12:11 |
melmoth | yes you can. | 12:11 |
melmoth | but do you want to ? :) | 12:11 |
*** dims has joined #openstack | 12:11 | |
*** semtex has joined #openstack | 12:12 | |
semtex | hidiho mates :) | 12:12 |
ThiagoCMC | Have no idea... I lost a week of work trying MaaS + Juju, but I give up, too much bugs... Now is time to learn and install openstack... | 12:13 |
melmoth | it s actually easier with maas and juju i think. | 12:14 |
melmoth | but you ll understand more thing if you do it by hand. | 12:14 |
semtex | Is here anybody who has a running quantum with l3-agent, dhcp-agent and linuxbridge plugins ? | 12:15 |
*** jodok has quit IRC | 12:15 | |
ThiagoCMC | melmoth, I opened 4 BUGs in three days of "MaaS + Juju" work, it is useless. Serious, I is not ready yet. Maybe when Ubuntu 13.04 come... | 12:17 |
*** notze has quit IRC | 12:17 | |
ThiagoCMC | Anyway, now I'll stay here with you guys for a few days... ehheeh =P | 12:17 |
*** notze has joined #openstack | 12:17 | |
*** alunduil has quit IRC | 12:17 | |
*** roaet has joined #openstack | 12:17 | |
*** milner has joined #openstack | 12:18 | |
*** troya has quit IRC | 12:21 | |
*** desai has joined #openstack | 12:21 | |
martinsbalodis | Hi. I cannot find a way to start nova-network with XenAPIOpenVswitchDriver and vlans. In the code it seems that there is nothing about vlans. | 12:24 |
*** rackerjoe has joined #openstack | 12:24 | |
*** notze has quit IRC | 12:25 | |
*** KyleMacDonald has joined #openstack | 12:26 | |
*** KarinLevenstein has joined #openstack | 12:27 | |
*** jackh has joined #openstack | 12:27 | |
*** rustam has joined #openstack | 12:27 | |
*** ryanpetrello has quit IRC | 12:28 | |
*** ryanpetrello has joined #openstack | 12:29 | |
*** tmichael has quit IRC | 12:31 | |
radish | melmoth: it seems to be running now, allthough I would have another question =) Should I use the exact same nova.conf amongst my two systems, even if for example my controller node won't ever need compute? | 12:31 |
melmoth | my experience is, having config option on a node that is not going to use them does not hurt | 12:31 |
*** sandywalsh has joined #openstack | 12:32 | |
melmoth | usually i have exactly the same nova.conf on the controller node and all computes ones. | 12:32 |
melmoth | except when i did play with vnc (then each compute node had a specifc entry with their ip on the static network in it) | 12:32 |
*** mrunge has quit IRC | 12:33 | |
*** sandywalsh_ has joined #openstack | 12:35 | |
*** sandywalsh has quit IRC | 12:36 | |
*** agoddard has quit IRC | 12:38 | |
*** reiddraper has quit IRC | 12:38 | |
*** kuduk has quit IRC | 12:38 | |
*** chasmo has joined #openstack | 12:39 | |
*** asksol has quit IRC | 12:39 | |
*** asksol_ has joined #openstack | 12:39 | |
*** sandywalsh has joined #openstack | 12:44 | |
*** hungnv has quit IRC | 12:44 | |
*** sandywalsh_ has quit IRC | 12:44 | |
*** desai has quit IRC | 12:44 | |
*** kuduk has joined #openstack | 12:44 | |
*** hungnv has joined #openstack | 12:44 | |
*** agoddard has joined #openstack | 12:47 | |
ThiagoCMC | Just a curiosity: OpenStack "will add / already have" support for SPICE? | 12:48 |
ThiagoCMC | Another: OpenStack will add support for virtual machines with GPUs through IOMMU? I'm playing a bit with my Radeon 7970 within KVM... It is almost done! | 12:49 |
*** alex88 has quit IRC | 12:52 | |
*** DavidLevin has joined #openstack | 12:52 | |
*** aliguori has joined #openstack | 12:55 | |
*** radez_g0n3 is now known as radez | 12:56 | |
*** anniec has joined #openstack | 12:57 | |
*** bluenemo is now known as blunix | 12:57 | |
*** blunix is now known as bluenemo | 12:57 | |
*** edygarcia has joined #openstack | 12:57 | |
*** anniec_ has joined #openstack | 12:58 | |
*** radez is now known as radez_g0n3 | 12:58 | |
*** anniec has quit IRC | 13:01 | |
*** anniec_ is now known as anniec | 13:01 | |
*** littleidea has joined #openstack | 13:07 | |
RealNitro | I added a floating IP, and openstack configures the DNAT-ing correctly in iptables, but later, in the forward chain, the package is dropped because it's not coming from the internal network... | 13:08 |
radish | melmoth: regarding networking, the pool you create with nova-manage network create private x.x.x.x is only working internally, so it won't touch the existing network? (I could create a class B/A network, allthough the systems are in a class C network?) | 13:08 |
*** Mops has quit IRC | 13:09 | |
melmoth | radish, not sure i understand the question clearly. With nova-network, i use a floating ip network wich is actually a sub division of the net the real nodes are on | 13:09 |
*** Mops has joined #openstack | 13:11 | |
radish | melmoth: see https://blog.hpcloud.com/setting-single-node-openstack-nova-server section configuring nova network, for example. First they set a range of private ip-addresses and then a set on floating IPs, stating that only the floating IPs need to be real addresses on the network | 13:11 |
RealNitro | that's what I'm trying atm aswell :) | 13:13 |
melmoth | RealNitro, the source ip is set according to nova.conf routing_source_ip | 13:13 |
*** acathrow has joined #openstack | 13:14 | |
melmoth | radish, the static ip is on any network you like, it s used in a bridge for all vms to be able to communicate with each others | 13:14 |
melmoth | the floating ip are on the same network as the public interface of your nodes running nova-network. | 13:14 |
RealNitro | melmoth: that key is not in my nova.conf, I'll look into adding it | 13:14 |
melmoth | RealNitro, by defailt it s the local ip (on the publc network) of the compute node (i think) | 13:15 |
*** mcclurmc has quit IRC | 13:15 | |
radish | melmoth: public meaning public as in not a private ip (internet routable) or public as in can accessed from machines outside the cloud, even if it's only over LAN using private IPs? | 13:15 |
melmoth | second option | 13:16 |
*** EmilienM has left #openstack | 13:16 | |
melmoth | my usual public network is a 192.168.*.* | 13:16 |
*** blamar has joined #openstack | 13:19 | |
*** edygarcia has quit IRC | 13:19 | |
*** YamakasY_ is now known as MatBoy | 13:19 | |
*** vmlinuz has joined #openstack | 13:19 | |
*** edygarcia has joined #openstack | 13:19 | |
*** edygarcia has quit IRC | 13:19 | |
radish | melmoth: but cou could also assign real public IPs? (read about two IPs per VM, one private, one public) | 13:20 |
melmoth | the floating one is the one machine outside of the cloud will have access to | 13:21 |
*** kbringard has joined #openstack | 13:21 | |
melmoth | it s nova-network's job to make all the needed nating | 13:21 |
*** gmi has joined #openstack | 13:25 | |
*** sstent has quit IRC | 13:25 | |
*** sstent has joined #openstack | 13:27 | |
*** blamar has quit IRC | 13:27 | |
*** dendrobates is now known as dendro-afk | 13:27 | |
*** dendro-afk is now known as dendrobates | 13:27 | |
*** joesavak has joined #openstack | 13:28 | |
*** jlabocki has joined #openstack | 13:28 | |
*** markmcclain has joined #openstack | 13:29 | |
*** lazyshot has joined #openstack | 13:29 | |
*** tgall_foo has joined #openstack | 13:29 | |
*** tgall_foo has quit IRC | 13:29 | |
*** tgall_foo has joined #openstack | 13:29 | |
*** aspiers has quit IRC | 13:30 | |
*** jergerber has joined #openstack | 13:31 | |
*** tgall_foo has quit IRC | 13:34 | |
*** tgall_foo has joined #openstack | 13:35 | |
*** tgall_foo has quit IRC | 13:35 | |
*** tgall_foo has joined #openstack | 13:35 | |
*** Math___ has joined #openstack | 13:35 | |
*** EmilienM has joined #openstack | 13:36 | |
*** adalbas has joined #openstack | 13:36 | |
*** koolhead17 has joined #openstack | 13:37 | |
*** Glace has quit IRC | 13:37 | |
*** uncleofthestick has joined #openstack | 13:37 | |
*** UICTamale has joined #openstack | 13:37 | |
*** mcclurmc has joined #openstack | 13:38 | |
*** reiddraper has joined #openstack | 13:40 | |
*** ryanpetr_ has joined #openstack | 13:41 | |
*** jproulx has joined #openstack | 13:43 | |
*** tgall_foo has quit IRC | 13:43 | |
*** dhellmann-afk is now known as dhellmann | 13:43 | |
*** ryanpetrello has quit IRC | 13:44 | |
*** renier has joined #openstack | 13:45 | |
*** aspiers has joined #openstack | 13:46 | |
*** ryanpetr_ has quit IRC | 13:46 | |
*** dolphm has quit IRC | 13:47 | |
*** cryptk is now known as cryptk|offline | 13:47 | |
jproulx | Any cinder folks here? Trying to move from nova-volume -> cinder using LVM backend, on 'cinder create' lv gets created but iscsi target creationn fails (same system was properly running nova-volume earlier) | 13:48 |
*** Ruetobas has joined #openstack | 13:49 | |
*** renier has quit IRC | 13:50 | |
*** tongli has joined #openstack | 13:50 | |
*** Glace has joined #openstack | 13:50 | |
*** secbitchris has quit IRC | 13:50 | |
*** secbitchris has joined #openstack | 13:52 | |
*** dcramer_ has joined #openstack | 13:53 | |
*** tgall_foo has joined #openstack | 13:54 | |
*** osier has quit IRC | 13:54 | |
*** abathingchris has joined #openstack | 13:54 | |
*** desai has joined #openstack | 13:57 | |
*** sudorandom has joined #openstack | 13:57 | |
*** sacharya has joined #openstack | 13:58 | |
*** sstent has quit IRC | 13:59 | |
radish | melmoth: do you have experienc with this bug? https://bugs.launchpad.net/python-novaclient/+bug/1020238 the no cache option doesn't seem to work | 14:00 |
*** sstent has joined #openstack | 14:00 | |
melmoth | actually, yes. | 14:00 |
*** notze has joined #openstack | 14:00 | |
melmoth | try export OS_NO_CACHE=1 | 14:01 |
RealNitro | melmoth: my issue was that I didn't have any security group rules | 14:01 |
*** gallth has joined #openstack | 14:01 | |
RealNitro | I added one for 22:22 0.0.0.0/0 and now things work | 14:01 |
jgriffith | jproulx: I suspect it's the tgtadm changes | 14:03 |
jgriffith | jproulx: Can you pastebin your cinder-volume log? | 14:03 |
*** tgall_foo has quit IRC | 14:04 | |
*** datsun180b has joined #openstack | 14:04 | |
*** osier has joined #openstack | 14:04 | |
*** scalability-junk has joined #openstack | 14:04 | |
*** john5223 has joined #openstack | 14:05 | |
*** sstent has quit IRC | 14:05 | |
*** mtreinish has joined #openstack | 14:05 | |
jproulx | jgriffith: that sounds likely http://pastebin.com/h7E7DJU3 | 14:05 |
*** edygarcia has joined #openstack | 14:06 | |
*** sacharya has quit IRC | 14:06 | |
*** msavy has quit IRC | 14:07 | |
jgriffith | jproulx: Wasn't seeing the error mesg I hoped for but.... | 14:07 |
jgriffith | jproulx: Can you do a restart on tgtd | 14:08 |
jgriffith | jproulx: Then take a look at what you have in /etc/tgt/conf.d/cinder.conf ? | 14:08 |
*** msavy has joined #openstack | 14:09 | |
*** sstent has joined #openstack | 14:09 | |
*** renier has joined #openstack | 14:11 | |
*** martinsbalodis has quit IRC | 14:11 | |
jproulx | jgriffith: I'm guessing not having a /etc/tgt/conf.d/cinder.conf (but still having a nova_tgt.conf there) is likey my issue! | 14:11 |
jgriffith | jproulx: so what I was looking for was an error relating to the volumes_dir | 14:11 |
jgriffith | jproulx: ahhhh | 14:11 |
jproulx | (maybe) I'm honestly not too familiar with linux as an iscsi target | 14:11 |
jgriffith | jproulx: Let's try making the cinder.conf file, and see where we get | 14:12 |
jgriffith | jproulx: You're nova-vol version was running Folsom correct? | 14:12 |
*** dspano has joined #openstack | 14:12 | |
jproulx | jgriffith: yes ugraded to folsom with nova-volume first (& ran a couple days OK) | 14:12 |
jgriffith | jproulx: NM, having the targets file answers that :) | 14:13 |
jgriffith | jproulx: Ok, let's try adding the cinder.conf file (make sure the contents are correct obviously), restart tgtd and then we'll go from there | 14:13 |
*** mcclurmc has left #openstack | 14:15 | |
*** tdowg1 has joined #openstack | 14:15 | |
*** cryptographrix has quit IRC | 14:16 | |
*** whenry has joined #openstack | 14:17 | |
*** cryptographrix has joined #openstack | 14:18 | |
*** boden has quit IRC | 14:19 | |
*** notze has quit IRC | 14:19 | |
*** context has quit IRC | 14:20 | |
*** Breaking_Lunch has joined #openstack | 14:20 | |
*** context has joined #openstack | 14:21 | |
uvirtbot | New bug: #1070857 in ceilometer "set default source to something meaningful" [Low,Triaged] https://launchpad.net/bugs/1070857 | 14:21 |
*** sstent has quit IRC | 14:21 | |
*** pquerna has quit IRC | 14:21 | |
*** blamar has joined #openstack | 14:22 | |
*** dolphm has joined #openstack | 14:22 | |
*** pquerna has joined #openstack | 14:22 | |
jproulx | jgriffith: creation works, thanks. | 14:23 |
jgriffith | jproulx: Excellent! | 14:23 |
*** cryptographrix has quit IRC | 14:23 | |
*** otherwiseguy has joined #openstack | 14:23 | |
jproulx | jgriffith is attachment still through 'nova volume-attach"? as that seems to be my next problem :) | 14:24 |
*** cryptographrix has joined #openstack | 14:25 | |
*** Maledictus has quit IRC | 14:25 | |
*** sstent has joined #openstack | 14:25 | |
*** tmichael has joined #openstack | 14:25 | |
*** context has quit IRC | 14:26 | |
*** cryptk|offline is now known as cryptk | 14:26 | |
*** cp16net is now known as cp16net|away | 14:26 | |
*** cp16net|away is now known as cp16net | 14:26 | |
*** context has joined #openstack | 14:27 | |
jgriffith | jproulx: yes it is still nova volume-attach | 14:28 |
*** ppradhan has joined #openstack | 14:30 | |
*** maurosr has quit IRC | 14:31 | |
*** jco has joined #openstack | 14:31 | |
*** maurosr has joined #openstack | 14:31 | |
*** maurosr has quit IRC | 14:32 | |
*** japage has joined #openstack | 14:33 | |
*** maurosr has joined #openstack | 14:33 | |
radish | does anyone know, how I can use local storage for the compute node (it should its own local hdd as storage)? | 14:35 |
*** japage has joined #openstack | 14:35 | |
*** rnirmal has joined #openstack | 14:35 | |
*** notze has joined #openstack | 14:35 | |
*** blamar has quit IRC | 14:36 | |
*** rnorwood1 has joined #openstack | 14:36 | |
*** mrmoses has joined #openstack | 14:36 | |
*** joesavak has quit IRC | 14:37 | |
*** joesavak has joined #openstack | 14:37 | |
gmi | radish: the instance have their disks stored in "/var/lib/nova/instances", so if you mount that location on a local filesystem, you are using local storage | 14:37 |
*** Daniel_II has joined #openstack | 14:37 | |
*** sacharya has joined #openstack | 14:37 | |
*** dieterdemeyer has quit IRC | 14:38 | |
*** mrmoses has left #openstack | 14:38 | |
radish | gmi: do I need something special for taking snapshots? | 14:39 |
*** blamar has joined #openstack | 14:39 | |
*** jco has left #openstack | 14:39 | |
EmilienM | is somebody here who runs nova-volume (Essex) on each nova-compute node ? | 14:41 |
EmilienM | if not, how do you perform clean HA for block storage ? | 14:41 |
Daniel_II | From "traditional" vitualization ... to openstack way. Some openstack especialist to talk about. | 14:42 |
gmi | radish: I believe you need space in "/tmp" because that's where the snapshots are stored before being uploaded to Glance, but you can change that location | 14:42 |
*** bmeshjason has joined #openstack | 14:42 | |
*** fm255005 has joined #openstack | 14:43 | |
*** alunduil has joined #openstack | 14:43 | |
fm255005 | is it possible to migrate an instance from one tenant to another | 14:43 |
*** cp16net is now known as cp16net|away | 14:44 | |
gmi | EmilienM: running nova-volume on each nova-compute node is risky; you can have the instance and its attached volume sitting on the same disk sub-system which means total failure when the disk(s) crash | 14:44 |
jproulx | jgriffith: looks like I'm missing some plumbing beteen nova and cinder, nova volume-attach hangs and I don't see anyhting in the cinder-api logs. My first guess is I need to specify volume_service=<something> in nova.conf but not sure if that's it or what to put there... | 14:44 |
gmi | EmilienM: what do you mean by "clean HA for block storage" ? | 14:44 |
*** al-maisan is now known as almaisan-away | 14:44 | |
*** dyer has joined #openstack | 14:45 | |
jgriffith | jproulx: do you have this in your nova.conf: volume_api_class=nova.volume.cinder.API | 14:45 |
*** Ursinha-afk has quit IRC | 14:45 | |
jgriffith | jgriffith: That should be the only mention of volume in nova.conf | 14:46 |
EmilienM | gmi: I'm looking for a way in nova-volume (Essex) to run iSCSI target HA | 14:46 |
*** alex88 has joined #openstack | 14:46 | |
alex88 | hi guys, someone tried the lvm storage in folsom? can the same lvm used for volumes? | 14:46 |
Daniel_II | Hi gmi, just yesterday problem I can confirm to you it's a DHCP problem. I've connected via VNC and see that instances has not IP. Althoug nova-list says that have private and public ips. (Continue without work) .. buts | 14:46 |
EmilienM | I know it's not possible to run NV on two nodes active / passive because of DB table related to hostname | 14:46 |
*** alunduil has quit IRC | 14:46 | |
EmilienM | but I would like to know if someone runs it on compute node | 14:46 |
EmilienM | with separated storage of course :) | 14:47 |
Daniel_II | I come from traditional virtualization. Each VM instances persists their data. | 14:48 |
ThiagoCMC | EmilienM, what about this: http://ceph.com/docs/master/rbd/rbd-openstack/ (Folsom)... | 14:48 |
*** alunduil has joined #openstack | 14:48 | |
Daniel_II | I need to clear some openstack concepts ... anyone to talk aboout? | 14:48 |
*** Ursinha has joined #openstack | 14:48 | |
*** osier has quit IRC | 14:50 | |
*** dev_sa has quit IRC | 14:50 | |
larsks | Daniel_II: Maybe just ask your questions and see if people can answer. | 14:50 |
gmi | EmilienM: I think you can run nova-volume on each nova-compute node and the volume will be created randomly (if using the volume_scheduler_driver=nova.scheduler.chance.ChanceScheduler ) on any of the nova-volume running servers that are registered in RabbitMQ | 14:50 |
Daniel_II | As faar I understood on whe you launch an instance from "cloud" glance image you are inyecting instance VM params and creatirng a epheeral device | 14:50 |
*** abathingchris has quit IRC | 14:50 | |
larsks | That is generally correct, yes. | 14:51 |
coredump|br | guys | 14:51 |
EmilienM | gmi: I want that : mount a volume to a VM hosted on the same compute & volume :) | 14:51 |
*** dev_sa has joined #openstack | 14:51 | |
larsks | Daniel_II: You can preserve instance data by creating a snapshot of the instance (or by using a persistent volume). | 14:52 |
coredump|br | I am using folsom from the ubuntu repo. The installation guide on docs.openst... kinda have some wrong configurations (like rootwrap_config wasn't there). Anyone has a working folsom nova.conf that I can take a look? | 14:52 |
*** anniec has quit IRC | 14:53 | |
*** cp16net|away is now known as cp16net | 14:53 | |
Daniel_II | If you want a "traditional" VM instance where persists your own machine setup (applications/services/etc...), you need to SNAPSHOT converting it in a "unique" own instance. | 14:53 |
*** anniec has joined #openstack | 14:53 | |
Daniel_II | larsks: ok (sorry just writting) | 14:53 |
jproulx | Daniel_II: for a "traditional" VM you need to boot from volume | 14:54 |
radish | gmi: another question, according to http://wiki.debian.org/OpenStackHowto/Folsom compute nodes need the following packages: nova-compute nova-api nova-network nova-cert is this correct, or is only nova-compute needed? | 14:54 |
jproulx | Daniel_II: snapshots give you a point in time snap you cna boot from bot won't continue to persist changes after that point in time | 14:55 |
*** comptona has joined #openstack | 14:55 | |
*** wkharold has joined #openstack | 14:55 | |
Daniel_II | Then the launching "live/cloud image" ... what is the advantage, which is the purpose???? Have a quick installation SO procedure??? or something else? | 14:57 |
*** Maledictus has joined #openstack | 14:59 | |
*** Maledictus has joined #openstack | 14:59 | |
coredump|br | when you guys say ephemeral you only mean that once you terminate the instance you lose the root volume right? You can still stop/start it again without losing stuff like amazon | 14:59 |
*** rnorwood1 has quit IRC | 15:00 | |
uvirtbot | New bug: #1070880 in nova "Ability to specify a host using --availability_zone is restricted to admin context" [Undecided,New] https://launchpad.net/bugs/1070880 | 15:01 |
*** Mops has quit IRC | 15:01 | |
Daniel_II | As faar I understoold you lost all your configurations if you don snapshot the VM or attach to nova-volume | 15:01 |
jproulx | http://docs.openstack.org/trunk/openstack-compute/admin/content/images-and-instances.html shows what stays and what goes | 15:01 |
gmi | EmilienM: for a highly available Nova-Volume service, I believe Nexenta has a HA solution and Netapp has probably something similar; if you want a free-solution, you can probably use two servers with fast local storage clustered together in an active/passive setup using DRBD/Corync/Pacemaker | 15:01 |
*** dachary has quit IRC | 15:01 | |
*** rnorwood1 has joined #openstack | 15:02 | |
*** l_a_m has quit IRC | 15:02 | |
*** sam_one has quit IRC | 15:02 | |
*** sam_one_ has joined #openstack | 15:02 | |
jproulx | Daniel_II my useage is to start form a base cloud image, make my basic config changes (hooking into our config management systems etc..) then snapshot & run from that snapshot | 15:02 |
gmi | EmilienM: Razique has a very useful script that can backup your volumes (https://github.com/Razique/BashStuff/blob/master/SYSTEMS/OpenStack/SCR_5005_V01_NUAC-OPENSTACK-EBS-volumes-backup.sh) and you can probably have a backup client dumping these local backups to tape or disk as well | 15:03 |
*** aeperezt has joined #openstack | 15:03 | |
*** reidrac has quit IRC | 15:03 | |
Daniel_II | what is the advantage of launch instances from cloud images, which is the purpose??? have a quitck SO installation procedure? or some else? | 15:04 |
ThiagoCMC | scale fast | 15:04 |
Daniel_II | scale == install SO fast? | 15:05 |
ThiagoCMC | more users accessing your website, more "cloned" instances appear to to meet demand... | 15:05 |
*** MarcMorata has joined #openstack | 15:05 | |
fm255005 | what is the ratio for openstack memory to physical memory? | 15:05 |
*** Mops has joined #openstack | 15:06 | |
Dorogs | scale = get resource fast and pay as you use | 15:06 |
ThiagoCMC | yep | 15:06 |
ThiagoCMC | that's it... =) | 15:06 |
fm255005 | if I have 4 machines with 128gb of ram, what should I set me memory quota to? | 15:06 |
Daniel_II | yes i know the concept ... but | 15:06 |
fm255005 | my* | 15:06 |
*** rnorwood2 has joined #openstack | 15:06 | |
*** rnorwood1 has quit IRC | 15:07 | |
*** KyleMacDonald has quit IRC | 15:07 | |
Daniel_II | you can't scale from cloud images, only from configured/persisted app/services images(snapshot) | 15:07 |
ThiagoCMC | You "encapsulate" your app within this "cloud image"... And the cloud engine will start tons of if, if needed... | 15:07 |
ThiagoCMC | no?! | 15:07 |
Daniel_II | cloid images == only SO install | 15:07 |
Dorogs | Chef/puppet and scripting solve your problem :) | 15:07 |
*** atrius_away is now known as atrius | 15:07 | |
EmilienM | gmi: thx :) | 15:07 |
*** tomoe_ has quit IRC | 15:07 | |
EmilienM | gmi: but that's not HA | 15:07 |
*** anniec has quit IRC | 15:07 | |
*** radish has left #openstack | 15:09 | |
*** zeus has joined #openstack | 15:09 | |
gmi | EmilienM: which part is not HA? backing up the volumes is DR, but Netapp and Nexenta with the HA plugin (http://www.nexenta.com/corp/products/what-is-openstorage/nexenta-products-plug-ins) is HA | 15:10 |
*** jsavak has joined #openstack | 15:10 | |
EmilienM | gmi: yep, I know the plugin :) | 15:10 |
*** dieterdemeyer has joined #openstack | 15:10 | |
EmilienM | but I'm looking for a way with basic iSCSI driver | 15:10 |
Daniel_II | ummm then ... "encapsulate" to cloud image is more or less equals that "snapshot image" BUT DIFFERENCES "Encapsulate/cloud image" == dinamical inyection. "Snapshot images/traditional vm" == statical setup. CORRECT? | 15:10 |
gmi | EmilienM: didn't you test the plugin when working for Stackops? I'm only reminding you of what you forgot :) | 15:11 |
*** ccorrigan has joined #openstack | 15:11 | |
Dorogs | Daniel_II, "yes" | 15:12 |
*** simon-AS5591 has quit IRC | 15:13 | |
Daniel_II | Perfect. Now it's clear, one last thing ... :) | 15:13 |
*** simon-AS559 has joined #openstack | 15:13 | |
*** dhellmann is now known as dhellmann-afk | 15:13 | |
*** joesavak has quit IRC | 15:14 | |
*** japage has quit IRC | 15:14 | |
jproulx | jgriffith: thanks a million, much closer than I started the day. nova commands are now properly routed to cinder for me, volumes seem to stay in "attaching" state though (still digigng thorugh logs to see if I cna find where it's brreaking down for me) | 15:15 |
uvirtbot | New bug: #1070890 in keystone "BaseException.message deprecated in py26" [Low,New] https://launchpad.net/bugs/1070890 | 15:15 |
*** Guest15161 has quit IRC | 15:16 | |
*** MarkAtwood has joined #openstack | 15:17 | |
*** jackh has quit IRC | 15:17 | |
gmi | jproulx: I had a similar problem yesterday in an Essex environment; the volume were created but the attaching would fail; it turned out that I had tgt and ietd running on the nova-volume, and the ietd was started first | 15:17 |
*** simon-AS559 has quit IRC | 15:18 | |
*** pvankouteren has quit IRC | 15:20 | |
Daniel_II | [Dorogs, ThiagoCMC, jproulx, larsks]: In a Openstack infraestructure, we can run together instances from "cloud images" beside "snapshot images"... Can we configure private and public IPs by handly in snapshot images?? Ips not provides by openstack? it's a problem? | 15:20 |
Daniel_II | If I move traditional KVM installation to Openstack. This KVM VM instances has ther public ips, and their private networks ... | 15:22 |
Dorogs | If you lunch a instance from any snapshot, it will be an instance. The snapshot will be copied to compute server and will startup | 15:22 |
Daniel_II | no ip inyection? | 15:22 |
Dorogs | Yes i think, you can configure fixed_range with public ups, in nova.network don't use MASQUERADE/SNAT | 15:23 |
*** popux has quit IRC | 15:23 | |
jproulx | gmi: that doesn't seem to be my issue. | 15:23 |
melmoth | i think there is, with flatnetworkmanager (without dhcp), but only for linux boxes with a /Etc/network/interfaces | 15:23 |
*** UICTamale has left #openstack | 15:23 | |
jproulx | gmi: thanks though | 15:23 |
gmi | jproulx: I hope you find and fix all the issues by the time I get to implement Folsom :) | 15:24 |
Daniel_II | ummm, if no ip inyection, why I need to provide ip ranges to openstack for these static snapshots? | 15:24 |
*** boden has joined #openstack | 15:24 | |
*** Ursinha has quit IRC | 15:25 | |
jproulx | gmi: ha ha, I'm trying :) Most of the issues I've had today are documentation issues, so that's relatively easy... | 15:25 |
*** ondergetekende has quit IRC | 15:25 | |
*** sunilthaha has quit IRC | 15:26 | |
melmoth | Daniel_II, yep. and there s a dhcp server with nova-network that allocate ip to vms | 15:26 |
EmilienM | gmi: I did not. I was at university :) | 15:26 |
*** Free_maN has quit IRC | 15:27 | |
*** Ursinha has joined #openstack | 15:27 | |
*** rafiu has joined #openstack | 15:27 | |
*** dachary has joined #openstack | 15:28 | |
coredump|br | guys, how can I have 4 files of 40G on /var/lib/nova/instances/_base if I don't even have that much space on the partition? WHAT WIZARDRY IS THAT | 15:28 |
Daniel_II | melmoth: I think that's not what we're talking, please read up thanks any way :) | 15:29 |
*** Triade has quit IRC | 15:29 | |
*** Free_maN has joined #openstack | 15:29 | |
ThiagoCMC | coredump|br, run: du -hs * | 15:30 |
*** alex88 has quit IRC | 15:30 | |
ThiagoCMC | you'll see the real allocated space | 15:30 |
coredump|br | jproulx: looking at http://docs.openstack.org/trunk/openstack-compute/admin/content/images-and-instances.html on the "End State", what "deleted" means? "Terminated" like nova delete right, not nova stop or suspend | 15:30 |
*** Triade has joined #openstack | 15:30 | |
*** japage has joined #openstack | 15:30 | |
*** pquerna has quit IRC | 15:30 | |
*** pquerna has joined #openstack | 15:30 | |
coredump|br | ThiagoCMC: right, I supposed as much, but how ls shows the other value? That's weird. First time ever I see that happening | 15:31 |
*** alex88 has joined #openstack | 15:31 | |
*** alex88 has joined #openstack | 15:31 | |
Dorogs | Daniel_II, melmoth described you how to use public ups in fixed_range for instances | 15:32 |
ThiagoCMC | coredump|br, that is a normal behavior... | 15:32 |
Daniel_II | Then if we launch an "snapshot instance" with their networking set by hand in their own private network, and public ip. Then we'll need to provide fordward to br100 manually. ??? | 15:32 |
coredump|br | ThiagoCMC: I don't doubt it. I am just curious why ls shows a value and du shows another | 15:33 |
ThiagoCMC | coredump|br, try this: dd of=teste.img bs=1024 seek=3500000 count=0 ; ls -l teste.imp ; du -hs teste.img | 15:33 |
*** jproulx has quit IRC | 15:33 | |
*** cryptk is now known as cryptk|offline | 15:33 | |
*** arBmind has quit IRC | 15:34 | |
*** edygarcia has quit IRC | 15:34 | |
*** rnirmal has quit IRC | 15:34 | |
ThiagoCMC | I have no idea why this thing works like that... ehhehe.... | 15:34 |
Daniel_II | Dorogs: But if snapshot instances has not ip_inyection, I think openstack don't manage their network. | 15:34 |
ThiagoCMC | Ask Linus... =P | 15:34 |
*** rnirmal has joined #openstack | 15:34 | |
coredump|br | now I want to know the internals :P | 15:34 |
*** wkelly is now known as wkelly` | 15:34 | |
ThiagoCMC | I think that every POSIX FS works like that... | 15:35 |
Daniel_II | I understood that you confugure network by hand outside openstack | 15:35 |
Dorogs | Daniel_II, when you lunch an instance, it will get ip from DHCP, but you can use any network configuration as alias eth0:1 eth0:2 ... | 15:35 |
*** edygarcia has joined #openstack | 15:35 | |
*** rnirmal_ has joined #openstack | 15:35 | |
uvirtbot | New bug: #1070899 in horizon "Inconsistency in 'Quota exceeded' error handling in forms" [Undecided,New] https://launchpad.net/bugs/1070899 | 15:36 |
Dorogs | or, you can ignore DHCP and setup your ups manually, but it can fail if you use DHCP in the future | 15:36 |
*** wkelly` is now known as rpedde` | 15:36 | |
*** wkharold has left #openstack | 15:36 | |
*** wkharold has joined #openstack | 15:36 | |
*** ctracey__ has quit IRC | 15:36 | |
*** sibi_a has joined #openstack | 15:37 | |
Daniel_II | Dorogs: we keep out the manual static network ranges from openstack. | 15:37 |
wkharold | http://www.pasteit.com/19191 | 15:37 |
*** rpedde` is now known as arsu` | 15:37 | |
*** rackerjoe is now known as ars | 15:38 | |
coredump|br | ThiagoCMC: ha, one day, one more thing learnt: sparse files work like that: http://administratosphere.wordpress.com/2008/05/23/sparse-files-what-why-and-how/ | 15:38 |
*** ars is now known as arss | 15:38 | |
Dorogs | Daniel_II, but, what do you want? Use public IPs as fixed range, or use static ips for instances? | 15:38 |
*** arsu` is now known as wkelly | 15:38 | |
*** arss is now known as rackerjoe | 15:38 | |
wkharold | launching Cirros image in new devstack install complains it can't reach 169.254.169.254 (http://www.pasteit.com/19191) | 15:38 |
*** rnirmal has quit IRC | 15:39 | |
*** rnirmal_ is now known as rnirmal | 15:39 | |
Dorogs | wkharold, Flat or VLAN? | 15:39 |
*** dachary has quit IRC | 15:39 | |
*** sc68cal has quit IRC | 15:39 | |
Daniel_II | Dorogs: Ok just a moment, we need to recapitulate conversation origins :) | 15:40 |
wkharold | dorogs: flat | 15:40 |
Daniel_II | recapitulating and considering this premise: "encapsulate cloud image" is more or less equals that "snapshot image" BUT DIFFERENCES "Encapsulate/cloud image" == dinamical inyection. "Snapshot images/traditional vm" == statical setup. | 15:40 |
*** arBmind has joined #openstack | 15:41 | |
wkharold | dorogs: all-in-one install on Ubuntu 12.04 in virtualbox | 15:41 |
Dorogs | wkharold, use tcpdump in service interface, check if you see traffic in compute and nova-network node | 15:41 |
Dorogs | wkharold, virtual box, did you allow promiscuous mode in service network? | 15:41 |
wkharold | dorogs: checking | 15:42 |
*** avtar has joined #openstack | 15:42 | |
Dorogs | Daniel_II, when you lunch any snapshot, you snapshot will keep the state, openstack will copy it to compute and create an instance | 15:43 |
Dorogs | Daniel_II, network configuration is the same, because you only lunch instances | 15:43 |
Daniel_II | then moving from traditional KVM infraestructure to Openstack infraestructure. All actual KMV instances imported to nova-volume and launched in openstack as Snapshots (static manual network configuration, I'understood), and need to work beside the openstack cloud. | 15:44 |
*** markmcclain has quit IRC | 15:44 | |
ThiagoCMC | coredump|br, good one! LOL | 15:44 |
*** woodspa has joined #openstack | 15:45 | |
Dorogs | Daniel_II, you can do it, just use fixed_range with your old range and don't use DHCP | 15:45 |
*** ejat has joined #openstack | 15:46 | |
*** dyer has quit IRC | 15:46 | |
Dorogs | your instances will route to nova-network and it will do SNAT to internet | 15:46 |
coredump|br | So about that ephemeral thing, I just want to check if the instance data will go away on a nova stop or suspend. | 15:46 |
*** desai has quit IRC | 15:46 | |
*** desai1 has joined #openstack | 15:46 | |
wkharold | dorogs: nope, thanks ... starting fresh install | 15:47 |
Daniel_II | Dorogs: How can we avoid dhcp, if openstack asigns yours ips? | 15:47 |
Dorogs | oks :) | 15:47 |
*** wkharold has quit IRC | 15:47 | |
*** rnorwood2 has quit IRC | 15:49 | |
Dorogs | Daniel_II, if your instance use DHCP or you have installed cloud-init, dnsmasq will server IPS, if you don't boot from DHCP you will use your IPS, but if your don't use the same range that fixed_range nova-network will not setup any ip in your range for you can use as default gw | 15:50 |
*** Glace has quit IRC | 15:51 | |
uvirtbot | New bug: #1070904 in nova "Sub method fetch_image is no more usefull" [Undecided,In progress] https://launchpad.net/bugs/1070904 | 15:51 |
*** tuxninja has quit IRC | 15:52 | |
*** pvankouteren has joined #openstack | 15:52 | |
*** radez_g0n3 is now known as radez | 15:52 | |
*** rnorwood1 has joined #openstack | 15:54 | |
*** mindpixel has quit IRC | 15:55 | |
Daniel_II | Dorogs: Ohhh yesssss, thanks Dorogs i can see. Sorry for answer and questions refinements, but a lot of documentation readed and a lot of weeks over problems with openstack ... and we need to clarify this kind of things. | 15:55 |
*** RealNitro has left #openstack | 15:56 | |
Dorogs | You are welcome :-) | 15:56 |
Daniel_II | Dorogs: this wiht private network. But what happens with public ip | 15:56 |
Daniel_II | We need to preservate public assinements | 15:57 |
Dorogs | do you have instances with public and private ups? | 15:57 |
Dorogs | s/ups/ips/ | 15:57 |
*** Mops has quit IRC | 15:57 | |
Daniel_II | If we avoid to pull on floating pool, then we need to configure fordward by hand? | 15:57 |
Dorogs | nova-network will nat the traffic to instances | 15:58 |
Dorogs | it uses iptables | 15:58 |
Daniel_II | yes ... web applications for example runnig now in KVM traditional VM instances | 15:58 |
*** semtex has quit IRC | 15:59 | |
*** gus_m has quit IRC | 15:59 | |
Dorogs | it's not good idea, i suggest you use or private or public ups, but not mixed environment | 15:59 |
*** dyer has joined #openstack | 16:00 | |
*** dyer has joined #openstack | 16:00 | |
Doug__ | Hello I am running FlatDHCPManager single host. I was wondering if I could set up openstack so NATTing will be done on the compute nodes | 16:00 |
Daniel_II | Dorogs: ??????, sorry now lost you. instances running web-applictions public-interface to the users(public inet access) and aditional private interface (BBDD servers, memcache ... for example) | 16:01 |
Daniel_II | Its mandatory that openstack can manage this scenario. | 16:02 |
Daniel_II | :? | 16:02 |
*** acb__ has quit IRC | 16:02 | |
Dorogs | but, i think nova-network is not ready for use public and private ranges configured into instances | 16:02 |
Dorogs | nova-network manage public IPs routing to instances using service network | 16:03 |
*** milner has quit IRC | 16:03 | |
*** balboah has quit IRC | 16:03 | |
*** littleidea has quit IRC | 16:03 | |
*** itarchitectkev has quit IRC | 16:03 | |
Daniel_II | then ... private network and floating pool characteristics. Sorry, we may not be talking about same things | 16:04 |
*** zhidong has quit IRC | 16:04 | |
*** zhidong has joined #openstack | 16:04 | |
Dorogs | fixed range= private network, floating ups are public ups that are routed to instances using NAT | 16:04 |
Daniel_II | I can see how an instance gets an private and public networks on nova-list | 16:04 |
Dorogs | but instances doesn't have public ups configured | 16:05 |
Daniel_II | ok ok | 16:05 |
Daniel_II | yes you're rigth | 16:05 |
*** mohits has joined #openstack | 16:05 | |
Daniel_II | sorry | 16:05 |
*** dcramer_ has quit IRC | 16:05 | |
*** jbrogan has joined #openstack | 16:05 | |
Daniel_II | it's providing by openstack | 16:05 |
Daniel_II | and nat | 16:05 |
Daniel_II | ok | 16:05 |
Dorogs | yes | 16:05 |
Daniel_II | but this is the premise from my firsts questions ... :/ | 16:06 |
*** dev_sa has quit IRC | 16:06 | |
Dorogs | Yes, depend of the environment you can hack it, but if you need public and private ups in the instances, you can not hack, you need route some range | 16:06 |
Doug__ | Well we are stort of talking about the same thing, is your natting happening at your controller right now? | 16:06 |
*** DavidLevin has quit IRC | 16:07 | |
*** Blackavar has quit IRC | 16:08 | |
*** pvankouteren has quit IRC | 16:08 | |
*** huats has quit IRC | 16:08 | |
*** capricorn_1 has quit IRC | 16:08 | |
*** AgorA has quit IRC | 16:08 | |
*** Zurullo has quit IRC | 16:08 | |
*** zigo has quit IRC | 16:08 | |
*** jasonoz has quit IRC | 16:08 | |
*** plu has quit IRC | 16:08 | |
*** exekias has quit IRC | 16:08 | |
*** spn_ has quit IRC | 16:08 | |
*** kpepple_ has quit IRC | 16:08 | |
*** andymccr has quit IRC | 16:08 | |
*** sleepson| has quit IRC | 16:08 | |
*** wica has quit IRC | 16:08 | |
*** lawnchair has quit IRC | 16:08 | |
*** lawnchair has joined #openstack | 16:08 | |
*** huats has joined #openstack | 16:08 | |
*** huats has joined #openstack | 16:08 | |
*** sleepson- has joined #openstack | 16:08 | |
*** Zurullo has joined #openstack | 16:08 | |
*** wica has joined #openstack | 16:08 | |
*** AgorA has joined #openstack | 16:08 | |
*** exekias has joined #openstack | 16:08 | |
*** jasonoz has joined #openstack | 16:08 | |
*** Dorogs has quit IRC | 16:08 | |
*** kpepple has joined #openstack | 16:08 | |
*** capricorn_1 has joined #openstack | 16:08 | |
*** andymccr has joined #openstack | 16:09 | |
context | are there any other projects that "give you" S3 | 16:09 |
*** zigo has joined #openstack | 16:09 | |
scalability-junk | context, ceph | 16:09 |
*** jdurgin has joined #openstack | 16:10 | |
*** plu has joined #openstack | 16:10 | |
ThiagoCMC | Eucalyptus? | 16:10 |
*** ahasenack has quit IRC | 16:10 | |
*** nightcrawler786 has joined #openstack | 16:11 | |
*** littleidea has joined #openstack | 16:11 | |
context | scalability-junk: ceph? | 16:11 |
context | nm found it | 16:12 |
*** davidhadas has quit IRC | 16:12 | |
context | i guess is there anything like openstack swift thats opensource as well | 16:12 |
*** nmistry has joined #openstack | 16:12 | |
*** davidhadas has joined #openstack | 16:12 | |
context | or should i just not be lazy and setup swift | 16:12 |
scalability-junk | context, as I said ceph :P | 16:12 |
context | kk | 16:12 |
context | will try that | 16:12 |
ThiagoCMC | About Ceph with OpenStack?! http://ceph.com/docs/master/rbd/rbd-openstack/ ;-) | 16:13 |
ThiagoCMC | Or, OpenStack backed up with Ceph... Sounds better... :P | 16:14 |
*** MarcMorata has quit IRC | 16:14 | |
context | i should prolly not be lazy and just get swift running :x | 16:15 |
context | i already have everything else running | 16:16 |
*** simon-AS559 has joined #openstack | 16:17 | |
*** simon-AS5591 has joined #openstack | 16:17 | |
*** aeperezt has quit IRC | 16:18 | |
*** dcramer_ has joined #openstack | 16:18 | |
*** acb__ has joined #openstack | 16:21 | |
*** aeperezt has joined #openstack | 16:21 | |
*** simon-AS559 has quit IRC | 16:21 | |
uvirtbot | New bug: #1057322 in glance "Image fails to upload to swift: TypeError: object of type 'CooperativeReader' has no len(" [Undecided,Confirmed] https://launchpad.net/bugs/1057322 | 16:21 |
*** dcd has joined #openstack | 16:21 | |
*** Deathvalley122 has quit IRC | 16:23 | |
*** n0ano has quit IRC | 16:23 | |
*** mwic has joined #openstack | 16:23 | |
*** alex88 has quit IRC | 16:24 | |
ThiagoCMC | Do you guys knows if this script: http://devstack.org/stack.sh.html works with Ubuntu 12.04 plus Folsom (from Ubuntu Cloud Archive)? | 16:24 |
*** spn_ has joined #openstack | 16:24 | |
*** gatuus has joined #openstack | 16:24 | |
*** deadcandance has quit IRC | 16:25 | |
ThiagoCMC | Or is it for Essex only? | 16:25 |
context | quicj question. if im only using 1 storage node do i need nova-replicator ? | 16:25 |
context | and what FS do people normally use with Swift or does everyone use xfs ? | 16:26 |
*** colinmcnamara has joined #openstack | 16:27 | |
*** n0ano has joined #openstack | 16:28 | |
*** aliguori has quit IRC | 16:29 | |
*** Deathvalley122 has joined #openstack | 16:29 | |
*** dyer has quit IRC | 16:29 | |
*** colinmcnamara1 has joined #openstack | 16:29 | |
*** otherwiseguy has quit IRC | 16:30 | |
*** aliguori has joined #openstack | 16:31 | |
*** wkharold has joined #openstack | 16:31 | |
*** vmlinuz has quit IRC | 16:31 | |
*** colinmcnamara has quit IRC | 16:32 | |
zykes- | devstack ThiagoCMC should work for folsom as well | 16:32 |
ThiagoCMC | zykes-, awesome! Thank you! | 16:33 |
wkharold | still getting wget: can't connect to remote host (169.254.169.254): No route to host in fresh devstack install on Ubuntu 12.04 in latest virtualbox on MBP, both NAT and HostOnly NICs set to promisc | 16:33 |
zykes- | context: nova-replicator ? | 16:33 |
BLZbubba | anyone here good with Windows licensing? | 16:33 |
zykes- | BLZbubba: I'm "ok" | 16:33 |
context | http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-and-configuring-storage-nodes.html | 16:34 |
*** roge has quit IRC | 16:34 | |
BLZbubba | i want to offer windows vm's on kvm on openstack, potentially up to 500 instances | 16:34 |
BLZbubba | what kind of licensing should i consider? | 16:34 |
BLZbubba | this is for automated QA testing | 16:34 |
*** Otter768 has quit IRC | 16:36 | |
*** EmilienM has quit IRC | 16:36 | |
context | kk swift up and running | 16:37 |
*** dyer has joined #openstack | 16:37 | |
*** dyer has joined #openstack | 16:37 | |
context | now to just talk to it :x | 16:37 |
zykes- | oh, BLZbubba that i'm unsure of :p | 16:37 |
*** tryggvil has quit IRC | 16:37 | |
BLZbubba | i want to at least make an attempt to be legal with it | 16:38 |
context | is there any quick way to know swift is working | 16:38 |
BLZbubba | but i'll bet they make sure it's only cost effective on VirtualPC | 16:38 |
*** clopez has quit IRC | 16:39 | |
*** ejat has quit IRC | 16:39 | |
*** EmilienM has joined #openstack | 16:39 | |
*** warik has joined #openstack | 16:39 | |
*** Ryan_Lane has quit IRC | 16:43 | |
*** tryggvil has joined #openstack | 16:44 | |
*** hemna has joined #openstack | 16:45 | |
*** dendrobates is now known as dendro-afk | 16:45 | |
*** markmcclain has joined #openstack | 16:45 | |
*** dachary has joined #openstack | 16:46 | |
*** Free_maN has quit IRC | 16:47 | |
*** otherwiseguy has joined #openstack | 16:47 | |
*** colinmcnamara1 has quit IRC | 16:47 | |
*** ondergetekende has joined #openstack | 16:48 | |
*** colinmcnamara has joined #openstack | 16:48 | |
sibi_a | Hello all! Sorry for hijacking so many topics. I have a simple question : Are there any literature associated behind the 'scalability' of OpenStack (specifically swift etc.). | 16:49 |
context | whenever i do swift-ring-builder ... rebalance i get a list-index-out-of-range error | 16:49 |
*** DavidLevin has joined #openstack | 16:49 | |
sibi_a | Something like any published papers.. This is of pure academic interest. The documentation doesn't give a good idea on how the scalability is achieved. | 16:49 |
sibi_a | for eg: for HDFS there is a paper : storageconference.org/2010/Papers/MSST/Shvachko.pdf | 16:49 |
*** Otter768 has joined #openstack | 16:49 | |
dspano | BLZbubba: I don't know much about Microsoft licensing, but I think you need some sort of Enterprise vda license that's really expensive. IMHO, Microsoft and their confusing licensing were not built for the cloud. | 16:49 |
sibi_a | something similar exists for swift ? or do I need to read the code to understand that ? | 16:49 |
*** colinmcnamara has quit IRC | 16:50 | |
*** EmilienM has left #openstack | 16:51 | |
*** colinmcnamara has joined #openstack | 16:51 | |
*** wkharold has quit IRC | 16:52 | |
context | mm i reading diablo :x | 16:52 |
*** cruejone_ has joined #openstack | 16:52 | |
*** Breaking_Lunch is now known as Breaking_Out | 16:53 | |
*** sniperd has joined #openstack | 16:53 | |
*** krtaylor has quit IRC | 16:53 | |
*** scotm has joined #openstack | 16:54 | |
*** Awk_ has joined #openstack | 16:54 | |
*** colinmcnamara has quit IRC | 16:56 | |
Dieterbe | hey guys. can't get the swift tempURL feature to work. see https://lists.launchpad.net/openstack/msg17548.html for detailed rundown. tried with 1.7.4 as well, same shit :( | 16:56 |
dspano | BLZbubba: Here's the link to how it works. http://www.microsoft.com/Licensing/about-licensing/virtualization.aspx | 16:56 |
cruejone_ | anyone hit with glance-registry spawning bug? https://bugs.launchpad.net/glance/+bug/1065519 | 16:57 |
*** fm255005 has quit IRC | 16:57 | |
*** webvictim has quit IRC | 16:58 | |
dspano | BLZbubba: I think it's $4K to use the datacenter edition where you can run an unlimited amount of instances on each host, otherwise it's 4 instances per physical host with Enterprise edition at $1K-$1500. | 16:59 |
*** jog0 has joined #openstack | 16:59 | |
*** lloydde has joined #openstack | 17:00 | |
*** garyk has quit IRC | 17:00 | |
*** Esa_1 has joined #openstack | 17:01 | |
*** Triade has quit IRC | 17:02 | |
*** avtar has quit IRC | 17:02 | |
*** colinmcnamara has joined #openstack | 17:02 | |
*** Blackavar has joined #openstack | 17:02 | |
*** primozf has quit IRC | 17:02 | |
*** avtar has joined #openstack | 17:03 | |
*** Esa_ has quit IRC | 17:03 | |
*** adalbas has quit IRC | 17:04 | |
*** colinmcnamara1 has joined #openstack | 17:05 | |
*** darraghb has quit IRC | 17:06 | |
*** colinmcnamara has quit IRC | 17:07 | |
*** colinmcnamara1 has quit IRC | 17:07 | |
*** colinmcnamara has joined #openstack | 17:08 | |
*** msavy has quit IRC | 17:09 | |
*** oubiwann has joined #openstack | 17:09 | |
*** troytoman-away is now known as troytoman | 17:09 | |
*** dendro-afk is now known as dendrobates | 17:10 | |
*** s0mik has joined #openstack | 17:10 | |
*** hggdh has quit IRC | 17:10 | |
*** afazekas has quit IRC | 17:10 | |
*** colinmcnamara has quit IRC | 17:10 | |
*** colinmcnamara has joined #openstack | 17:10 | |
BLZbubba | dspano: cool thank you | 17:11 |
*** Gordonz has joined #openstack | 17:12 | |
*** Gordonz has quit IRC | 17:12 | |
*** jog0 has left #openstack | 17:12 | |
*** Gordonz has joined #openstack | 17:13 | |
*** kindaopsdevy has joined #openstack | 17:13 | |
*** kindaopsdevy has left #openstack | 17:13 | |
*** cp16net is now known as cp16net|away | 17:14 | |
*** dyer has quit IRC | 17:14 | |
*** dyer has joined #openstack | 17:14 | |
*** cdub_ has joined #openstack | 17:15 | |
*** adjohn has joined #openstack | 17:15 | |
*** simon_lucy_ has joined #openstack | 17:15 | |
*** hggdh has joined #openstack | 17:16 | |
*** simon_lucy has quit IRC | 17:17 | |
*** simon_lucy_ is now known as simon_lucy | 17:17 | |
*** sophiap has joined #openstack | 17:21 | |
*** troytoman is now known as troytoman-away | 17:21 | |
*** wkharold has joined #openstack | 17:22 | |
*** uncleofthestick has quit IRC | 17:24 | |
*** bluenemo has quit IRC | 17:24 | |
*** colinmcnamara has quit IRC | 17:24 | |
*** dachary has quit IRC | 17:26 | |
*** adalbas has joined #openstack | 17:26 | |
*** sam_one_ has quit IRC | 17:27 | |
*** sam_one has joined #openstack | 17:27 | |
*** Ursinha has quit IRC | 17:27 | |
*** simon_lucy has quit IRC | 17:27 | |
*** Awk_ has quit IRC | 17:28 | |
*** wkharold has quit IRC | 17:30 | |
*** Ursinha has joined #openstack | 17:30 | |
*** dendrobates is now known as dendro-afk | 17:31 | |
*** dpippenger has joined #openstack | 17:31 | |
*** colinmcnamara has joined #openstack | 17:31 | |
*** adalbas has quit IRC | 17:31 | |
*** pithagorians has joined #openstack | 17:31 | |
*** Ryan_Lane has joined #openstack | 17:32 | |
*** Ryan_Lane has quit IRC | 17:32 | |
*** Ryan_Lane has joined #openstack | 17:32 | |
*** albert23 has joined #openstack | 17:33 | |
notmyname | sibi_a: I'm not sure of any academic papers. the basic idea (and you can see this from the code) is that the services don't keep state and don't share resources. this means that the individual parts are independently and linearly scalable | 17:33 |
*** colinmcnamara has quit IRC | 17:34 | |
*** colinmcnamara has joined #openstack | 17:35 | |
*** aliguori has quit IRC | 17:35 | |
*** szaydel has quit IRC | 17:37 | |
*** krtaylor has joined #openstack | 17:37 | |
*** arBmind has quit IRC | 17:38 | |
*** krow has joined #openstack | 17:39 | |
*** sophiap has quit IRC | 17:40 | |
*** Daniel_II has quit IRC | 17:40 | |
*** notze has quit IRC | 17:41 | |
*** szaydel has joined #openstack | 17:42 | |
*** AlanClark has joined #openstack | 17:42 | |
sibi_a | notmyname: thanks! yes, looks like I would need to wade through code to know more :) | 17:43 |
*** dcramer__ has joined #openstack | 17:44 | |
*** colinmcnamara has quit IRC | 17:44 | |
*** dneary has quit IRC | 17:44 | |
*** adalbas has joined #openstack | 17:45 | |
*** mutex has joined #openstack | 17:46 | |
*** dcramer_ has quit IRC | 17:46 | |
*** littleidea has quit IRC | 17:46 | |
*** woodspa has quit IRC | 17:47 | |
*** dachary has joined #openstack | 17:50 | |
*** nacx has quit IRC | 17:50 | |
*** troytoman-away is now known as troytoman | 17:51 | |
*** afazekas has joined #openstack | 17:52 | |
*** TheBeast has joined #openstack | 17:52 | |
*** troytoman is now known as troytoman-away | 17:52 | |
*** TheBeast has quit IRC | 17:52 | |
*** TheBeast has joined #openstack | 17:52 | |
*** TheBeast has left #openstack | 17:52 | |
*** TheBeast has joined #openstack | 17:52 | |
*** mnewby has joined #openstack | 17:53 | |
*** sniperd has quit IRC | 17:54 | |
*** arBmind has joined #openstack | 17:54 | |
*** gyee has joined #openstack | 17:54 | |
*** dyer has quit IRC | 17:54 | |
*** krow has quit IRC | 17:55 | |
uvirtbot | New bug: #1070960 in quantum "quantum-debug didn't work with external network" [Undecided,New] https://launchpad.net/bugs/1070960 | 17:55 |
*** jplewi has joined #openstack | 17:56 | |
*** lloydde has quit IRC | 17:56 | |
*** wkharold has joined #openstack | 17:56 | |
*** cp16net|away is now known as cp16net | 17:56 | |
*** mnewby has quit IRC | 17:57 | |
*** mnewby has joined #openstack | 17:57 | |
*** jproulx has joined #openstack | 17:59 | |
*** dyer has joined #openstack | 18:00 | |
*** dyer has joined #openstack | 18:00 | |
*** clopez has joined #openstack | 18:00 | |
*** troytoman-away is now known as troytoman | 18:01 | |
*** gyee has quit IRC | 18:01 | |
*** sniperd has joined #openstack | 18:04 | |
*** msavy has joined #openstack | 18:04 | |
*** MarcMorata has joined #openstack | 18:05 | |
*** wkharold has quit IRC | 18:05 | |
*** mnabil has quit IRC | 18:06 | |
*** dcd is now known as deadcandance | 18:06 | |
*** garyk has joined #openstack | 18:06 | |
*** arBmind has quit IRC | 18:10 | |
*** bluenemo has joined #openstack | 18:11 | |
*** bluenemo has joined #openstack | 18:11 | |
*** kalpase has joined #openstack | 18:11 | |
*** gyee has joined #openstack | 18:12 | |
*** gyee has quit IRC | 18:13 | |
*** kalpase has left #openstack | 18:13 | |
*** pedahzur has joined #openstack | 18:16 | |
*** sniperd has quit IRC | 18:18 | |
*** gatuus has quit IRC | 18:18 | |
*** Turicas has joined #openstack | 18:19 | |
pedahzur | If this is a FAQ, please point me to the appropriate page. :) Can openstack also provision bare-metal hardware as well (e.g. PXE boot), or is it always using already provisioned hardware and creating VMs? | 18:19 |
*** waa has quit IRC | 18:20 | |
*** dachary has quit IRC | 18:25 | |
*** NaZZaX has joined #openstack | 18:25 | |
*** mnabil has joined #openstack | 18:26 | |
*** japage has quit IRC | 18:26 | |
*** zigo has quit IRC | 18:26 | |
*** zigo has joined #openstack | 18:26 | |
*** sniperd has joined #openstack | 18:28 | |
*** primeministerp has joined #openstack | 18:30 | |
*** wkharold has joined #openstack | 18:31 | |
*** whenry has quit IRC | 18:31 | |
*** sstent has quit IRC | 18:32 | |
*** troytoman is now known as troytoman-away | 18:33 | |
*** blimus has quit IRC | 18:33 | |
*** sniperd has quit IRC | 18:35 | |
*** bapa has quit IRC | 18:36 | |
zodiak | pedahzur, not currently, no | 18:38 |
pedahzur | zodiak: "not currently"...is this in devel? | 18:38 |
*** bapa has joined #openstack | 18:38 | |
zodiak | http://wiki.openstack.org/GeneralBareMetalProvisioningFramework | 18:38 |
zodiak | it's at the "blueprint" stage | 18:38 |
*** sstent has joined #openstack | 18:39 | |
pedahzur | zodiak: Gotcha. Thanks. | 18:39 |
*** wkharold has quit IRC | 18:39 | |
*** Mops has joined #openstack | 18:40 | |
*** colinmcnamara has joined #openstack | 18:40 | |
*** notmyname has quit IRC | 18:41 | |
warik | hi, anyone is using ganglia to monitor the instances here? | 18:41 |
*** notmyname has joined #openstack | 18:42 | |
*** ChanServ sets mode: +v notmyname | 18:42 | |
*** Remco_ has joined #openstack | 18:44 | |
*** sniperd has joined #openstack | 18:44 | |
*** Remco_ is now known as Guest5917 | 18:44 | |
*** zigo has quit IRC | 18:44 | |
*** zigo has joined #openstack | 18:45 | |
*** gallth is now known as tgall_foo | 18:45 | |
*** tgall_foo has quit IRC | 18:45 | |
*** tgall_foo has joined #openstack | 18:45 | |
*** woodspa has joined #openstack | 18:49 | |
*** sandywalsh_ has joined #openstack | 18:54 | |
*** sandywalsh has quit IRC | 18:54 | |
*** rnorwood1 has quit IRC | 18:55 | |
*** gatuus has joined #openstack | 18:55 | |
*** sean_learning has joined #openstack | 18:56 | |
*** dyer has quit IRC | 18:56 | |
*** robix has quit IRC | 18:57 | |
*** sstent has quit IRC | 18:58 | |
sean_learning | can I config my cluster into multiple zones, such that zone A is setup as memory overcommit allowed (1.5), and zone B is setup as no memory overcommit allowed? | 19:00 |
*** woodspa has quit IRC | 19:00 | |
*** pedahzur has quit IRC | 19:01 | |
*** wkharold has joined #openstack | 19:02 | |
context | so it appears i have swift running, how can i validate its working with keystone :x | 19:02 |
*** aliguori has joined #openstack | 19:02 | |
context | the ADMINPASS stuff isnt working in the docs here: http://docs.openstack.org/trunk/openstack-object-storage/admin/content/verify-swift-installation.html | 19:02 |
context | and the config file it has doesnt work since there is no [filter:swift3] section so i removed swift3 from the list | 19:03 |
*** rnorwood1 has joined #openstack | 19:03 | |
*** sniperd has quit IRC | 19:03 | |
*** wkharold has left #openstack | 19:03 | |
*** MarcMorata has quit IRC | 19:03 | |
*** wkharold has joined #openstack | 19:03 | |
*** wkharold has quit IRC | 19:04 | |
*** rnorwood2 has joined #openstack | 19:04 | |
*** rnorwood1 has quit IRC | 19:04 | |
*** chacara has joined #openstack | 19:06 | |
*** lloydde has joined #openstack | 19:07 | |
*** Ravikumar_hp has joined #openstack | 19:08 | |
*** simon-AS559 has joined #openstack | 19:09 | |
*** RichardRaseley has quit IRC | 19:09 | |
*** s0mik has quit IRC | 19:09 | |
*** RichardRaseley has joined #openstack | 19:09 | |
*** simon-AS5591 has quit IRC | 19:10 | |
*** lloydde has quit IRC | 19:11 | |
*** jodok has joined #openstack | 19:12 | |
*** zigo has quit IRC | 19:13 | |
*** dolphm has quit IRC | 19:13 | |
gmi | pedahzur: there is some advanced work done in the bare-metal provisioning area, you can read more here: https://github.com/NTTdocomo-openstack/nova-folsom-201204271932/wiki/Baremetal-Installation and | 19:14 |
gmi | http://www.mirantis.com/blog/bare-metal-provisioning-with-openstack-cloud/ | 19:14 |
*** zigo has joined #openstack | 19:14 | |
*** MarcMorata has joined #openstack | 19:15 | |
*** cdub_ has quit IRC | 19:16 | |
*** otherwiseguy has quit IRC | 19:17 | |
*** DavidLevin has left #openstack | 19:19 | |
*** Turicas has quit IRC | 19:20 | |
*** adalbas has quit IRC | 19:21 | |
context | ok... now is there a way to get S3 tokens from the dashboard or somewhere ? | 19:21 |
*** zigo has quit IRC | 19:22 | |
*** zigo has joined #openstack | 19:23 | |
*** wkharold has joined #openstack | 19:23 | |
uvirtbot | New bug: #1070986 in devstack "stack.sh does not set -e, so many error cases can go unhandled" [Undecided,New] https://launchpad.net/bugs/1070986 | 19:23 |
*** meepzors has joined #openstack | 19:24 | |
context | nm pretty sure i found them | 19:24 |
*** yossarian has joined #openstack | 19:24 | |
yossarian | selling bitcoins at 11.3 per coin | 19:24 |
yossarian | message me | 19:24 |
*** yossarian has left #openstack | 19:24 | |
*** deadcandance has quit IRC | 19:25 | |
*** ctracey__ has joined #openstack | 19:25 | |
*** Razique has joined #openstack | 19:26 | |
*** adjohn has quit IRC | 19:27 | |
*** littleidea has joined #openstack | 19:29 | |
*** DavidLevin has joined #openstack | 19:29 | |
*** zigo has quit IRC | 19:29 | |
*** EmilienM_ has joined #openstack | 19:30 | |
*** zigo has joined #openstack | 19:30 | |
wkharold | Still trying to get devstack images to work. Does this metadata service iptable rule and my routes look right? http://paste.openstack.org/show/22213/ | 19:30 |
*** scalability-junk has quit IRC | 19:31 | |
*** yongtin has quit IRC | 19:32 | |
*** yongtin has joined #openstack | 19:32 | |
*** wkhan113 has joined #openstack | 19:38 | |
*** Qlawy has joined #openstack | 19:38 | |
*** sniperd has joined #openstack | 19:38 | |
Qlawy | hi, I have some strange problems with nova-compute, first of all I had problem with LibvirtDriver but I "solved it" now I have "Class ComputeManager could not be found: No module named driver" in my nova-compute.log | 19:43 |
Qlawy | im doing all configuration straight from docs | 19:43 |
*** whenry has joined #openstack | 19:43 | |
Qlawy | and have no clue how to solve it ;/ | 19:44 |
*** ayoung has quit IRC | 19:44 | |
*** Reapster has joined #openstack | 19:44 | |
*** japage has joined #openstack | 19:45 | |
Qlawy | on another machine i commented compute_driver=libvirt.LibvirtDriver and it helped but not here ;/ | 19:46 |
*** wkhan113 has left #openstack | 19:47 | |
*** dyer has joined #openstack | 19:47 | |
*** dyer has joined #openstack | 19:47 | |
*** Jake_ has joined #openstack | 19:48 | |
*** melmoth has quit IRC | 19:48 | |
*** kindaopsdevy has joined #openstack | 19:49 | |
*** gyee has joined #openstack | 19:51 | |
*** gmi has quit IRC | 19:52 | |
*** joesavak has joined #openstack | 19:52 | |
*** jsavak has quit IRC | 19:54 | |
*** ctracey__ has quit IRC | 19:54 | |
*** ctracey__ has joined #openstack | 19:55 | |
*** datsun180b_ has joined #openstack | 19:56 | |
*** rustam has quit IRC | 19:56 | |
*** sniperd has quit IRC | 19:56 | |
*** datsun180b_ has quit IRC | 19:57 | |
*** datsun180b_ has joined #openstack | 19:57 | |
*** rustam has joined #openstack | 19:58 | |
*** DigitalFlux has quit IRC | 19:58 | |
*** DigitalFlux has joined #openstack | 19:58 | |
*** datsun180b has quit IRC | 19:58 | |
*** datsun180b_ is now known as datsun180b | 19:58 | |
*** rnorwood2 has quit IRC | 20:00 | |
*** udac has quit IRC | 20:01 | |
*** ctracey__ has quit IRC | 20:02 | |
*** DigitalFlux has quit IRC | 20:03 | |
*** Ravikumar_hp has quit IRC | 20:03 | |
*** wkharold has left #openstack | 20:03 | |
*** mohits has quit IRC | 20:04 | |
*** wkharold has joined #openstack | 20:04 | |
*** ahasenack has joined #openstack | 20:04 | |
uvirtbot | New bug: #1071003 in cinder "Dead methods in cinderclient" [Undecided,New] https://launchpad.net/bugs/1071003 | 20:05 |
*** dguerri has joined #openstack | 20:06 | |
*** anniec has joined #openstack | 20:06 | |
*** rnorwood1 has joined #openstack | 20:07 | |
*** lambdaman has joined #openstack | 20:07 | |
*** maurosr has quit IRC | 20:08 | |
*** Guest5917 has quit IRC | 20:09 | |
*** tryggvil has quit IRC | 20:10 | |
*** troytoman-away is now known as troytoman | 20:11 | |
*** dyer has quit IRC | 20:11 | |
*** troytoman is now known as troytoman-away | 20:13 | |
*** koolhead17 has quit IRC | 20:14 | |
*** rnorwood2 has joined #openstack | 20:15 | |
*** dendro-afk is now known as dendrobates | 20:15 | |
*** strife25 has joined #openstack | 20:15 | |
*** rnorwood1 has quit IRC | 20:17 | |
*** dyer has joined #openstack | 20:18 | |
*** mnabil has quit IRC | 20:19 | |
strife25 | hi all, I am writing a client against openstack and needed some clarification that I couldn't find in the doc. When I try to delete an instance, does that instance enter in a DELETED state (i.e. marked for removal/deletion from openstack) and then eventually gets completely deleted from the openstack infrastructure and db, or does it just get completely removed and hidden from the user? | 20:19 |
*** melwitt has joined #openstack | 20:21 | |
*** rustam has quit IRC | 20:22 | |
*** colonD has quit IRC | 20:22 | |
*** szaydel has quit IRC | 20:22 | |
*** szaydel has joined #openstack | 20:22 | |
*** dolphm has joined #openstack | 20:24 | |
*** dguerri has quit IRC | 20:24 | |
*** s0mik has joined #openstack | 20:26 | |
*** EmilienM_ has left #openstack | 20:26 | |
*** dolphm has quit IRC | 20:28 | |
*** rackerjoe has quit IRC | 20:30 | |
*** colinmcnamara has quit IRC | 20:32 | |
*** sibi_a has quit IRC | 20:32 | |
*** lloydde has joined #openstack | 20:35 | |
*** adjohn has joined #openstack | 20:36 | |
*** littleidea has quit IRC | 20:37 | |
wkharold | what should 'curl http://169.254.169.254:8775/' return? I assume a 404 is non-optimal | 20:38 |
*** littleidea has joined #openstack | 20:38 | |
*** dendrobates is now known as dendro-afk | 20:38 | |
*** dendro-afk is now known as dendrobates | 20:38 | |
*** japage has quit IRC | 20:40 | |
*** cdub_ has joined #openstack | 20:40 | |
*** pithagorians has quit IRC | 20:42 | |
*** jemartin has joined #openstack | 20:42 | |
*** arBmind has joined #openstack | 20:42 | |
strife25 | hi all, I am writing a client against openstack and needed some clarification that I couldn't find in the doc. When I try to delete an instance, does that instance enter in a DELETED state (i.e. marked for removal/deletion from openstack) and then eventually gets completely deleted from the openstack infrastructure and db, or does it just get completely removed and hidden from the user? | 20:43 |
*** vivek has quit IRC | 20:43 | |
*** jbrogan has quit IRC | 20:44 | |
*** dachary has joined #openstack | 20:45 | |
*** ondergetekende has quit IRC | 20:47 | |
*** strife25 has quit IRC | 20:47 | |
*** ahasenack has quit IRC | 20:48 | |
*** yocum has quit IRC | 20:48 | |
*** Glace has joined #openstack | 20:49 | |
*** jogo0 has joined #openstack | 20:49 | |
*** jogo0 is now known as Guest10819 | 20:49 | |
*** anniec has quit IRC | 20:50 | |
*** anniec_ has joined #openstack | 20:50 | |
*** Guest10819 has quit IRC | 20:50 | |
*** anniec_ has quit IRC | 20:51 | |
*** tryggvil has joined #openstack | 20:51 | |
*** anniec has joined #openstack | 20:52 | |
*** rustam has joined #openstack | 20:52 | |
*** jog0 has joined #openstack | 20:52 | |
*** jog0 has quit IRC | 20:53 | |
*** jog0 has joined #openstack | 20:53 | |
*** jog0 has quit IRC | 20:53 | |
*** jog0 has joined #openstack | 20:54 | |
*** jog0 has quit IRC | 20:54 | |
*** jog0 has joined #openstack | 20:54 | |
coredump|br | so | 20:54 |
coredump|br | apparently my install is ignoring the flavor root disk size | 20:55 |
coredump|br | I end up with a 1.4G disk | 20:55 |
coredump|br | any idea? | 20:55 |
coredump|br | using ubuntu qcow img | 20:55 |
*** AlanClark has quit IRC | 20:55 | |
*** dachary has quit IRC | 20:55 | |
*** aclark_ has joined #openstack | 20:55 | |
uvirtbot | New bug: #1071017 in nova "Instance reboot not working. " [Undecided,New] https://launchpad.net/bugs/1071017 | 20:56 |
*** jog0 has quit IRC | 20:56 | |
*** jog0 has joined #openstack | 20:57 | |
*** jog0 is now known as jogo | 20:58 | |
*** dachary has joined #openstack | 20:58 | |
*** simon-AS559 has quit IRC | 20:58 | |
*** nachi has joined #openstack | 20:59 | |
*** jogo has quit IRC | 20:59 | |
*** colinmcnamara has joined #openstack | 20:59 | |
*** rustam has quit IRC | 21:00 | |
*** dhellmann-afk is now known as dhellmann | 21:01 | |
*** Math___ has quit IRC | 21:01 | |
*** jogo_ has joined #openstack | 21:01 | |
*** nachi has quit IRC | 21:01 | |
uvirtbot | New bug: #1071021 in nova "No indication that instance reboot failed." [Undecided,New] https://launchpad.net/bugs/1071021 | 21:01 |
*** jogo_ has quit IRC | 21:01 | |
*** nachi has joined #openstack | 21:01 | |
*** lambdaman has quit IRC | 21:01 | |
*** danger_fo_away is now known as danger_fo | 21:02 | |
*** colinmcnamara has quit IRC | 21:02 | |
*** jogo_ has joined #openstack | 21:02 | |
*** jogo_ is now known as jog0 | 21:02 | |
*** Qlawy has left #openstack | 21:02 | |
*** jog0 is now known as Guest80906 | 21:02 | |
*** colinmcnamara has joined #openstack | 21:03 | |
*** colinmcnamara has quit IRC | 21:03 | |
*** Guest80906 has quit IRC | 21:04 | |
*** metral_ has joined #openstack | 21:05 | |
*** aliguori has quit IRC | 21:05 | |
*** Jake_ has quit IRC | 21:05 | |
*** Razique has quit IRC | 21:05 | |
*** aliguori has joined #openstack | 21:05 | |
*** metral has quit IRC | 21:06 | |
*** metral__ has joined #openstack | 21:06 | |
*** markmcclain has quit IRC | 21:06 | |
uvirtbot | New bug: #1068114 in nova "Time of "no capabilities" after nova-compute starts" [Undecided,Fix committed] https://launchpad.net/bugs/1068114 | 21:06 |
*** bo-2 has joined #openstack | 21:07 | |
*** bo-2 has quit IRC | 21:07 | |
*** bob__ has joined #openstack | 21:07 | |
*** bob__ has quit IRC | 21:07 | |
*** dachary has quit IRC | 21:08 | |
*** metral_ has quit IRC | 21:09 | |
*** mtreinish has quit IRC | 21:10 | |
*** dachary has joined #openstack | 21:10 | |
*** lifeless has quit IRC | 21:11 | |
*** mezzovide has joined #openstack | 21:11 | |
*** joesavak has quit IRC | 21:12 | |
*** boden has quit IRC | 21:13 | |
*** dyer has quit IRC | 21:13 | |
*** stewart has quit IRC | 21:15 | |
*** dyer has joined #openstack | 21:16 | |
*** dyer has joined #openstack | 21:16 | |
*** sudorandom_ has joined #openstack | 21:16 | |
sean_learning | Hi guys, I have a plan to draw a sequence diagram of Nova for "creating a VM" runtime behavior,any start point for me to understand the details (right now, I am a black box user)? | 21:17 |
*** sudorandom has quit IRC | 21:17 | |
*** sudorandom_ is now known as sudorandom | 21:17 | |
*** arBmind has quit IRC | 21:18 | |
*** arBmind has joined #openstack | 21:18 | |
Xenith | Is openstack networking much like AWS, where all network traffic is through the NAT/network node? | 21:18 |
bmeshjason | you dont' have to | 21:20 |
bmeshjason | you can use public ips in dhcp or non-dhcp mode | 21:20 |
*** dachary has quit IRC | 21:20 | |
*** dachary has joined #openstack | 21:20 | |
*** rustam has joined #openstack | 21:22 | |
*** rustam has quit IRC | 21:23 | |
*** mtreinish has joined #openstack | 21:23 | |
*** rustam has joined #openstack | 21:24 | |
*** mtreinish has quit IRC | 21:24 | |
*** cowmix has joined #openstack | 21:25 | |
*** mtreinish has joined #openstack | 21:25 | |
*** Spirilis has quit IRC | 21:25 | |
*** mtreinish has quit IRC | 21:25 | |
*** tgall_foo has quit IRC | 21:26 | |
*** mtreinish has joined #openstack | 21:27 | |
*** jproulx has quit IRC | 21:27 | |
*** Turicas has joined #openstack | 21:28 | |
*** markvoelker has quit IRC | 21:31 | |
*** mtreinish has quit IRC | 21:34 | |
*** sacharya has quit IRC | 21:34 | |
*** chacara has quit IRC | 21:36 | |
*** alobbs1 has quit IRC | 21:36 | |
*** themadcanudist has joined #openstack | 21:36 | |
themadcanudist | hey guys. What are the various ways people with swift clusters take snapshots of their data and perform backups (onsite or offsite)? | 21:36 |
themadcanudist | I can think of one way. LVM snapshot, zip and ship. | 21:36 |
themadcanudist | but are there more efficient/better tools for this? | 21:37 |
*** anniec has quit IRC | 21:37 | |
*** aclark_ has quit IRC | 21:39 | |
*** stewart has joined #openstack | 21:39 | |
Doug__ | Does anyone know how to import nova.scheduler.manager.SchedulerManager into a python script so I can use it??????? | 21:40 |
*** KyleMacDonald has joined #openstack | 21:42 | |
*** otherwiseguy has joined #openstack | 21:43 | |
*** fzylogic has joined #openstack | 21:46 | |
*** tongli has quit IRC | 21:47 | |
*** danblack has joined #openstack | 21:50 | |
*** MarcMorata has quit IRC | 21:50 | |
*** dcramer__ has quit IRC | 21:51 | |
*** desai1 has quit IRC | 21:51 | |
*** vipuls has joined #openstack | 21:52 | |
*** Tross has quit IRC | 21:55 | |
*** aliguori has quit IRC | 21:56 | |
*** aliguori has joined #openstack | 21:56 | |
*** lazyshot has quit IRC | 21:57 | |
*** john5223 has quit IRC | 21:58 | |
*** themadcanudist has quit IRC | 21:59 | |
*** lloydde has quit IRC | 21:59 | |
*** ayoung has joined #openstack | 22:00 | |
*** dachary has quit IRC | 22:01 | |
*** dachary has joined #openstack | 22:01 | |
*** kbringard has quit IRC | 22:01 | |
*** afazekas has quit IRC | 22:02 | |
*** Glace has quit IRC | 22:03 | |
*** datsun180b has quit IRC | 22:03 | |
*** ywu_ has joined #openstack | 22:04 | |
*** alop has quit IRC | 22:04 | |
*** jog0 has joined #openstack | 22:05 | |
*** jog0 is now known as jogo0 | 22:05 | |
*** jogo0 has joined #openstack | 22:06 | |
*** CaptTofu has joined #openstack | 22:06 | |
*** jogo0 has left #openstack | 22:06 | |
coredump|br | apparently my install is ignoring the flavor root disk size. I mean, the disk is 32G but the xvda1 partition is 1.4GB. Have anyone seen anything like that? | 22:08 |
*** eglynn is now known as sleepy-eglynn | 22:09 | |
*** szaydel has quit IRC | 22:09 | |
*** littleidea has quit IRC | 22:10 | |
coredump|br | no? | 22:10 |
coredump|br | ok | 22:10 |
coredump|br | will continue researching | 22:10 |
*** littleidea has joined #openstack | 22:11 | |
*** littleidea has left #openstack | 22:12 | |
*** SvenDowideit has quit IRC | 22:12 | |
*** SvenDowideit has joined #openstack | 22:12 | |
*** dspano has quit IRC | 22:12 | |
*** avtar has quit IRC | 22:13 | |
*** krtaylor has quit IRC | 22:13 | |
*** dneary has joined #openstack | 22:13 | |
*** tdowg1 has quit IRC | 22:15 | |
*** kindaopsdevy has quit IRC | 22:15 | |
*** lborda has joined #openstack | 22:17 | |
*** securabitchris has joined #openstack | 22:17 | |
*** somik has joined #openstack | 22:17 | |
*** rustam has quit IRC | 22:17 | |
*** rustam has joined #openstack | 22:18 | |
*** secbitchris has quit IRC | 22:18 | |
*** s0mik has quit IRC | 22:18 | |
*** somik is now known as s0mik | 22:18 | |
*** dyer has quit IRC | 22:20 | |
*** abathingchris has joined #openstack | 22:20 | |
*** stewart has quit IRC | 22:21 | |
*** acb__ has quit IRC | 22:21 | |
*** ppradhan has left #openstack | 22:21 | |
*** tdc has quit IRC | 22:22 | |
*** dhellmann is now known as dhellmann-afk | 22:22 | |
*** wabat1 is now known as wabat | 22:23 | |
uvirtbot | New bug: #1071047 in ceilometer "Keystone middleware does not use configuration" [High,Confirmed] https://launchpad.net/bugs/1071047 | 22:23 |
*** roge has joined #openstack | 22:24 | |
*** dneary has quit IRC | 22:25 | |
*** Breaking_Out is now known as Breaking_Pitt | 22:27 | |
*** bmeshjason has quit IRC | 22:27 | |
*** wkharold_ has joined #openstack | 22:29 | |
*** wkharold has quit IRC | 22:29 | |
*** eskp has joined #openstack | 22:29 | |
*** radez is now known as radez_g0n3 | 22:30 | |
eskp | hey guys any wiki admins around? | 22:30 |
*** s0mik has quit IRC | 22:31 | |
*** arBmind has quit IRC | 22:31 | |
*** s0mik has joined #openstack | 22:32 | |
*** wkharold_ has quit IRC | 22:32 | |
*** wkharold has joined #openstack | 22:32 | |
*** anniec has joined #openstack | 22:32 | |
*** lborda has quit IRC | 22:33 | |
*** lborda has joined #openstack | 22:34 | |
*** lborda has quit IRC | 22:35 | |
*** lborda has joined #openstack | 22:36 | |
*** rnorwood2 has quit IRC | 22:36 | |
*** wkharold_ has joined #openstack | 22:37 | |
*** wkharold has quit IRC | 22:37 | |
*** littleidea has joined #openstack | 22:37 | |
*** lborda has quit IRC | 22:37 | |
*** littleidea has left #openstack | 22:38 | |
*** wkharold_ has quit IRC | 22:38 | |
*** Domin has quit IRC | 22:38 | |
*** wkharold has joined #openstack | 22:38 | |
*** aliguori has quit IRC | 22:38 | |
*** lborda has joined #openstack | 22:39 | |
*** wkharold_ has joined #openstack | 22:39 | |
*** wkharold has quit IRC | 22:39 | |
*** jemartin has left #openstack | 22:39 | |
*** Tross has joined #openstack | 22:39 | |
warik | is it "safe" to restart rabbitMQ ? | 22:40 |
uvirtbot | New bug: #1071061 in ceilometer "Create a common library to make instrumenting Openstack easier" [Undecided,New] https://launchpad.net/bugs/1071061 | 22:41 |
*** zodiak has quit IRC | 22:41 | |
*** otherwiseguy has quit IRC | 22:41 | |
*** KarinLevenstein has quit IRC | 22:41 | |
*** Domin has joined #openstack | 22:42 | |
*** littleidea has joined #openstack | 22:42 | |
*** littleidea has left #openstack | 22:42 | |
*** Mops has quit IRC | 22:43 | |
*** stewart has joined #openstack | 22:44 | |
*** jaypipes has quit IRC | 22:44 | |
*** rustam has quit IRC | 22:45 | |
*** nachi has quit IRC | 22:47 | |
*** stewart has quit IRC | 22:47 | |
*** stewart has joined #openstack | 22:48 | |
*** rustam has joined #openstack | 22:48 | |
*** littleidea has joined #openstack | 22:48 | |
*** rnirmal has quit IRC | 22:48 | |
*** littleidea has left #openstack | 22:48 | |
*** gatuus has quit IRC | 22:49 | |
*** tomoe_ has joined #openstack | 22:49 | |
*** acathrow has left #openstack | 22:49 | |
*** KyleMacDonald has quit IRC | 22:50 | |
*** gilbert1 has joined #openstack | 22:51 | |
*** giulivo has joined #openstack | 22:51 | |
gilbert1 | looking for some help getting a keystone installation configured. Docs aren't exactly helping. | 22:52 |
gilbert1 | what is "service_endpoint"? | 22:52 |
gilbert1 | what does the tenant_name equate to in the temp_auth setup? | 22:53 |
*** littleidea has joined #openstack | 22:53 | |
*** littleidea has left #openstack | 22:53 | |
*** lborda has quit IRC | 22:54 | |
*** nmistry has quit IRC | 22:54 | |
*** lborda has joined #openstack | 22:54 | |
gilbert1 | configuring services doc assumes i've either already got the correct env variables in place or know wtf they are supposed to be | 22:54 |
*** lborda has quit IRC | 22:55 | |
*** Tross has quit IRC | 22:56 | |
*** lborda has joined #openstack | 22:56 | |
*** lborda has quit IRC | 22:57 | |
*** lborda has joined #openstack | 22:58 | |
*** lborda has quit IRC | 22:59 | |
*** giulivo has quit IRC | 22:59 | |
*** zeus has quit IRC | 23:01 | |
*** s0mik has quit IRC | 23:01 | |
*** lborda has joined #openstack | 23:01 | |
*** Tross has joined #openstack | 23:03 | |
*** bluenemo has quit IRC | 23:03 | |
*** s0mik has joined #openstack | 23:03 | |
gilbert1 | this is the quietest bunch of 500 people i've ever seen | 23:04 |
*** nmistry has joined #openstack | 23:04 | |
*** littleidea has joined #openstack | 23:04 | |
*** Tross has quit IRC | 23:04 | |
*** rdo has joined #openstack | 23:05 | |
*** littleidea has left #openstack | 23:05 | |
*** Reapster_ has joined #openstack | 23:07 | |
*** edygarcia has quit IRC | 23:07 | |
*** eskp has left #openstack | 23:07 | |
*** acb__ has joined #openstack | 23:08 | |
*** Cardoe has quit IRC | 23:08 | |
*** themadcanudist has joined #openstack | 23:08 | |
*** Glace has joined #openstack | 23:09 | |
*** szaydel has joined #openstack | 23:09 | |
*** Reapster has quit IRC | 23:10 | |
*** Reapster_ is now known as Reapster | 23:10 | |
*** soosfarm has quit IRC | 23:10 | |
*** sudorandom has quit IRC | 23:11 | |
themadcanudist | Guys, what sort of backup strategies are in use for openstack swfit? fileysstem snapshots and a zip and ship? | 23:11 |
themadcanudist | anything more efficient? | 23:11 |
*** cdub_ has quit IRC | 23:11 | |
*** alunduil has quit IRC | 23:12 | |
*** soosfarm has joined #openstack | 23:12 | |
*** Tross has joined #openstack | 23:13 | |
notmyname | themadcanudist: that's kindof a weird questions since swift stores it's own replicas and often times is actually your backup target. where do you store backups of your tape drives? | 23:13 |
*** szaydel has quit IRC | 23:16 | |
*** jkyle has quit IRC | 23:16 | |
*** szaydel has joined #openstack | 23:16 | |
*** jkyle has joined #openstack | 23:16 | |
*** strife25 has joined #openstack | 23:17 | |
*** jkyle has quit IRC | 23:17 | |
*** jkyle has joined #openstack | 23:18 | |
themadcanudist | notmyname, replication is not backups | 23:18 |
*** fleish has joined #openstack | 23:19 | |
themadcanudist | imagine a bug that takes out like 5% of the ring or something | 23:19 |
themadcanudist | then what | 23:19 |
*** Billakos has joined #openstack | 23:19 | |
themadcanudist | you can't rely on the fact that it's stored in 3 places in your zone or whatever | 23:19 |
themadcanudist | because it's all gone. | 23:19 |
themadcanudist | hence, it's not a weird question at all. | 23:19 |
*** ywu_ has quit IRC | 23:20 | |
*** ywu_ has joined #openstack | 23:20 | |
fleish | when I reboot a xen dom0 running nova-compute and hosting instances, the instances still show as running in nova list but they are not actually re-started on the dom0 | 23:20 |
fleish | is there something I'm missing? | 23:20 |
*** lborda has quit IRC | 23:21 | |
*** nmistry has quit IRC | 23:21 | |
Billakos | Guys, I have one quick question with latest master Folsom installation. As you can see below the controller can see the client. But whyy can't I see the client on the Horizon dashboard under services? | 23:22 |
Billakos | https://gist.github.com/acb52315091edbe4ffe7 | 23:23 |
*** vmlinuz has joined #openstack | 23:24 | |
Billakos | This is what I have on the client side: ENABLED_SERVICES=n-cpu,n-net,n-api,n-vol,rabbit | 23:27 |
*** gilbert1 has left #openstack | 23:27 | |
uvirtbot | New bug: #1071069 in nova "After restarting an instance volume is lost" [Medium,In progress] https://launchpad.net/bugs/1071069 | 23:28 |
wkharold_ | 'curl http://169.254.169.254:8775/' returns 404 on devstack all-in-one install in an ubuntu 12.04 virtualbox VM; as a result my instances can't get their keys and are pretty useless | 23:28 |
*** dachary has quit IRC | 23:29 | |
wkharold_ | spent most of the day trying straighten it out, no luck so fart | 23:29 |
*** nmistry has joined #openstack | 23:29 | |
*** llang629 has joined #openstack | 23:30 | |
*** nmistry has quit IRC | 23:30 | |
*** dachary has joined #openstack | 23:31 | |
*** albert23 has left #openstack | 23:31 | |
*** Tross has quit IRC | 23:32 | |
*** llang629 has quit IRC | 23:32 | |
*** MarkAtwood has quit IRC | 23:33 | |
*** strife25 has quit IRC | 23:33 | |
*** Tross has joined #openstack | 23:33 | |
*** danger_fo is now known as danger_fo_away | 23:34 | |
*** otherwiseguy has joined #openstack | 23:35 | |
*** ywu_ has quit IRC | 23:35 | |
*** ywu_ has joined #openstack | 23:35 | |
*** jgriffith has quit IRC | 23:35 | |
*** jgriffith has joined #openstack | 23:37 | |
*** ahmad_ has joined #openstack | 23:37 | |
*** littleidea has joined #openstack | 23:38 | |
*** vmlinuz has quit IRC | 23:39 | |
*** littleidea has quit IRC | 23:39 | |
*** anniec_ has joined #openstack | 23:39 | |
*** nmistry has joined #openstack | 23:40 | |
*** littleidea has joined #openstack | 23:40 | |
*** whenry has quit IRC | 23:41 | |
*** anniec_ has quit IRC | 23:42 | |
*** anniec_ has joined #openstack | 23:42 | |
*** chacara has joined #openstack | 23:42 | |
*** anniec has quit IRC | 23:43 | |
*** anniec_ is now known as anniec | 23:43 | |
*** acb__ has quit IRC | 23:45 | |
*** acb__ has joined #openstack | 23:45 | |
aceat64 | hmm, I may have done something wrong when migrating from nova-volume to cinder | 23:45 |
*** strife25 has joined #openstack | 23:46 | |
aceat64 | I can't view or create volumes in the dashboard any more | 23:46 |
aceat64 | error log shows: http://pastebin.com/T0CF3pNT | 23:46 |
*** chacara has quit IRC | 23:47 | |
*** chacara has joined #openstack | 23:48 | |
*** ywu_ has quit IRC | 23:50 | |
*** ywu_ has joined #openstack | 23:50 | |
notmyname | themadcanudist: correct replication is not backups | 23:52 |
*** whenry has joined #openstack | 23:53 | |
notmyname | themadcanudist: and although I've seen clusters that lost no data even in the case of much greater failure rates, figuring out how to backup a large swift cluster is not trivial. normally, it would require a second swift cluster (since generally swift clusters are used to store a large amount of data) | 23:54 |
*** jergerber has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!