*** tdi has quit IRC | 00:00 | |
*** clauden_ has quit IRC | 00:00 | |
*** clauden_ has joined #openstack | 00:00 | |
webx | http://paste.openstack.org/show/3260/ | 00:01 |
---|---|---|
uvirtbot | New bug: #888816 in glance "AttributeError: 'Store' object has no attribute 'snet'" [Undecided,New] https://launchpad.net/bugs/888816 | 00:01 |
webx | I just added a new user (bbartlett) but I can't login. I've restarted the proxy a couple of different times and that doesn't help | 00:01 |
webx | any ideas? | 00:01 |
*** jog0 has left #openstack | 00:02 | |
*** jog0 has joined #openstack | 00:02 | |
*** PeteDaGuru has quit IRC | 00:06 | |
uvirtbot | New bug: #888820 in quantum "pip_requires for specific plugins" [Low,New] https://launchpad.net/bugs/888820 | 00:06 |
*** ton_katsu has joined #openstack | 00:10 | |
*** bcwaldon has joined #openstack | 00:18 | |
*** ayates83 has joined #openstack | 00:20 | |
*** dtroyer has quit IRC | 00:28 | |
*** ahasenack has quit IRC | 00:33 | |
vidd | Kiall, you here? | 00:36 |
vidd | has anyone tried Kiall 's script and ppa today? | 00:37 |
*** rnorwood has quit IRC | 00:38 | |
*** vernhart has joined #openstack | 00:39 | |
*** Otter768 has joined #openstack | 00:42 | |
*** localhost has quit IRC | 00:44 | |
*** localhost has joined #openstack | 00:48 | |
uvirtbot | New bug: #888839 in glance "ID to UUID migration produces stacktrace (foreign_keys is a set)" [Critical,In progress] https://launchpad.net/bugs/888839 | 00:50 |
*** cp16net has quit IRC | 00:51 | |
*** Otter768 has quit IRC | 00:52 | |
*** Vek has joined #openstack | 00:55 | |
*** irctc500 has joined #openstack | 00:58 | |
*** dongxu has joined #openstack | 00:59 | |
stevegjacobs_ | still can't do snapshots | 01:00 |
*** stevegjacobs_ has quit IRC | 01:00 | |
vidd | stevegjacobs you used Kiall 's script and ppa...right? | 01:00 |
*** mszilagyi has quit IRC | 01:05 | |
*** smoser` has joined #openstack | 01:05 | |
vidd | hello smoser | 01:06 |
*** bcwaldon has quit IRC | 01:07 | |
*** smoser has quit IRC | 01:07 | |
*** NOKAH has joined #openstack | 01:11 | |
*** bcwaldon has joined #openstack | 01:12 | |
*** mnour has joined #openstack | 01:13 | |
*** Otter768 has joined #openstack | 01:15 | |
*** Hakon|mbp has quit IRC | 01:15 | |
*** vernhart has quit IRC | 01:21 | |
*** halfss has joined #openstack | 01:25 | |
*** misheska has joined #openstack | 01:25 | |
*** livemoon has joined #openstack | 01:27 | |
*** rnorwood has joined #openstack | 01:28 | |
*** gyee has quit IRC | 01:29 | |
*** maplebed has quit IRC | 01:30 | |
*** oubiwann has quit IRC | 01:30 | |
*** chomping has joined #openstack | 01:31 | |
*** misheska has quit IRC | 01:33 | |
*** irctc500 has left #openstack | 01:33 | |
*** swill has quit IRC | 01:35 | |
*** Gordonz has quit IRC | 01:40 | |
*** rods has quit IRC | 01:44 | |
daMaestro | if I have curl working with ssl.. but boto is unable to correctly connect... where should i start looking? | 01:47 |
*** troya has joined #openstack | 01:48 | |
troya | hi all | 01:50 |
*** vladimir3p has quit IRC | 01:50 | |
*** po has quit IRC | 01:51 | |
troya | hello | 01:51 |
troya | anyone there? | 01:51 |
daMaestro | I figured out that I needed to update the cert for a common name of '*' not (nil) | 01:52 |
troya | hi daMastro | 01:52 |
troya | i have one server on my company, i litte confuse can i build cloud hosting provider using it | 01:53 |
TREllis | anyone know the significance of the 192.168.0.x range on the diagram in: http://docs.openstack.org/diablo/openstack-compute/admin/content/existing-ha-networking-options.html#d654e1853 ? | 01:55 |
TREllis | in my setup, nova-network reconfigures my second nic to have an address on the same network marked in the fixed_range | 01:56 |
daMaestro | ummm.... so I just found out that with SSL you can't have multiple workers? | 01:56 |
vidd | daMaestro, one ssl cert per IP address | 01:56 |
*** kerouac has joined #openstack | 01:56 | |
daMaestro | right, but I would have expected workers to be able to still be increased | 01:57 |
vidd | daMaestro, difine "workers" | 01:58 |
vidd | you mean VM's? | 01:58 |
troya | vidd | 01:58 |
kerouac | wow, 300+ people | 01:59 |
kerouac | guess i'm late to the party | 01:59 |
vidd | TREllis, the 192.168.0.x range it the first diagram? | 01:59 |
vidd | indicates the second network | 02:00 |
troya | vidd, have one server on my company, i litte confuse can i build cloud hosting provider using it ? | 02:00 |
troya | vidd,i have one server on my company, i litte confuse can i build cloud hosting provider using it ? | 02:00 |
vidd | eth0 on all machines are world-facing | 02:00 |
vidd | eth1 on all machines are on a seperate switch with no intenet ability | 02:01 |
vidd | troya yes...but it would not be very effective | 02:01 |
vidd | you have no ability to compensate for failure, roll-over or much scaling | 02:02 |
vidd | your one machine goes down your done | 02:02 |
*** shang has quit IRC | 02:02 | |
vidd | one machine setups are mostly POC or development | 02:03 |
*** PiotrSikora has quit IRC | 02:03 | |
troya | vidd: hmm...if openstack can used for failover too if i use multiple machine? | 02:04 |
vidd | yes | 02:04 |
*** PiotrSikora has joined #openstack | 02:04 | |
*** dragondm has quit IRC | 02:04 | |
TREllis | vidd: ah, I have my second network setup on 192.168.0.x but when I run nova-network it takes that down and sets up the 10.0.0.3 address onit | 02:05 |
vidd | TREllis, it doesnt "take it down" it bridges it | 02:05 |
*** jog0 has quit IRC | 02:05 | |
vidd | in effect, it has both ips | 02:05 |
TREllis | vidd: ah, gotcha didn't notice it having the second address there, ip ftw | 02:06 |
*** vernhart has joined #openstack | 02:07 | |
WormMan | anyone know where the Spring 2012 summit is yet? | 02:07 |
TREllis | vidd: the reason I ask is because my instances can't access the meta-data service, thought it might have been related but appears not to be | 02:09 |
*** dolphm has joined #openstack | 02:09 | |
vidd | TREllis, which meta-data? | 02:09 |
daMaestro | vidd, [DEFAULT]\nworkers = 1 | 02:09 |
daMaestro | vidd, in proxy-server.conf | 02:10 |
vidd | daMaestro, is this for swift? | 02:10 |
daMaestro | yes | 02:10 |
daMaestro | http://docs.openstack.org/bexar/openstack-object-storage/admin/content/ch03s03.html says I can do more | 02:10 |
vidd | daMaestro, i dont know much about swift....sorry | 02:10 |
daMaestro | but the server will not start correctly unless workers = 1 | 02:10 |
livemoon | morning | 02:10 |
daMaestro | and I'm actually testing 1.4.4... that is just a doc that google likes to hand out | 02:11 |
livemoon | vidd | 02:11 |
livemoon | hi | 02:11 |
vidd | hello livemoon | 02:12 |
livemoon | can you give me kaill's ppa and github again | 02:12 |
daMaestro | http://fpaste.org/11Qk/ is what I'm testing right now | 02:12 |
daMaestro | and once I get up to ~15 threads I see a major performance drop | 02:12 |
vidd | livemoon, links to both here: https://launchpad.net/~managedit/+archive/openstack/ | 02:12 |
vidd | livemoon, i had issues testing myself today...hope you have better luck | 02:13 |
daMaestro | I suppose we can just terminate SSL on a load balancer? | 02:13 |
livemoon | vidd: what issue? | 02:13 |
vidd | i couldnt get glance to authenticate against keystone | 02:14 |
livemoon | vidd, which version do you use? | 02:14 |
vidd | i used nothing but apt with Kiall 's ppa | 02:14 |
vidd | i did a clean install and thought i followed his instructions completely but i must have missed something =\ | 02:15 |
*** dolphm has quit IRC | 02:15 | |
livemoon | all of nova, glance and keystone are ppa? | 02:15 |
vidd | daMaestro, sorry...i dont have an answer for you | 02:15 |
*** dolphm has joined #openstack | 02:16 | |
* vidd has been ordered to spend quality time with the family or else =] | 02:16 | |
vidd | ill be back tommorow | 02:16 |
*** vidd is now known as vidd-away | 02:16 | |
livemoon | vidd, bye | 02:16 |
livemoon | see you tomorrow | 02:16 |
vidd-away | later livemoon | 02:17 |
*** alekibango has quit IRC | 02:18 | |
*** alekibango_ has joined #openstack | 02:18 | |
*** alekibango_ has joined #openstack | 02:18 | |
*** dolphm has quit IRC | 02:20 | |
troya | vidd, if i use for example 3 server what's the best topolgy to use Nova? | 02:22 |
*** miclorb_ has quit IRC | 02:25 | |
*** df1 has quit IRC | 02:25 | |
*** miclorb_ has joined #openstack | 02:25 | |
*** alekibango_ has quit IRC | 02:26 | |
*** rnorwood has quit IRC | 02:30 | |
*** dragondm has joined #openstack | 02:31 | |
*** rnorwood has joined #openstack | 02:31 | |
*** krow has quit IRC | 02:32 | |
*** rnorwood has quit IRC | 02:35 | |
*** vladimir3p has joined #openstack | 02:36 | |
*** rnorwood has joined #openstack | 02:38 | |
*** stuntmachine has joined #openstack | 02:41 | |
*** rsampaio has joined #openstack | 02:43 | |
*** vladimir3p has quit IRC | 02:45 | |
*** daMaestro has quit IRC | 02:46 | |
*** krow has joined #openstack | 02:52 | |
*** krow has quit IRC | 02:54 | |
*** shang has joined #openstack | 03:00 | |
*** rsampaio has quit IRC | 03:10 | |
*** mnour has quit IRC | 03:10 | |
*** rsampaio has joined #openstack | 03:11 | |
*** neogenix has joined #openstack | 03:11 | |
*** perestrelka has quit IRC | 03:12 | |
*** perestrelka has joined #openstack | 03:12 | |
livemoon | troya: vidd is missing | 03:12 |
*** vernhart1 has joined #openstack | 03:17 | |
*** vernhart has quit IRC | 03:18 | |
*** df1 has joined #openstack | 03:21 | |
*** df1 has quit IRC | 03:21 | |
*** rnorwood has quit IRC | 03:27 | |
*** stuntmachine has quit IRC | 03:32 | |
*** osier has joined #openstack | 03:34 | |
*** ldlework has joined #openstack | 03:49 | |
*** troya has quit IRC | 03:54 | |
*** Ryan_Lane has quit IRC | 03:54 | |
*** krow has joined #openstack | 03:58 | |
*** krow has quit IRC | 04:00 | |
livemoon | No module named urlmap,who knows this | 04:04 |
*** rnorwood has joined #openstack | 04:07 | |
*** jakedahn has joined #openstack | 04:09 | |
*** mmetheny_ has quit IRC | 04:09 | |
*** mmetheny has joined #openstack | 04:09 | |
*** troya has joined #openstack | 04:11 | |
troya | hi all | 04:11 |
*** jakedahn has quit IRC | 04:14 | |
*** troya has quit IRC | 04:15 | |
*** jj0hns0n has quit IRC | 04:25 | |
*** miclorb_ has quit IRC | 04:30 | |
*** nerens has joined #openstack | 04:37 | |
*** derrick has quit IRC | 04:38 | |
*** jakedahn has joined #openstack | 04:39 | |
*** nerens has quit IRC | 04:43 | |
*** rnorwood has quit IRC | 04:46 | |
*** derrick has joined #openstack | 04:55 | |
*** blamar__ has joined #openstack | 04:56 | |
*** supriya has joined #openstack | 04:58 | |
*** helfrez has joined #openstack | 04:59 | |
*** rnorwood has joined #openstack | 05:02 | |
*** Ryan_Lane has joined #openstack | 05:02 | |
*** blamar__ has quit IRC | 05:04 | |
*** Vek has quit IRC | 05:07 | |
*** Vek has joined #openstack | 05:07 | |
*** bcwaldon has quit IRC | 05:09 | |
*** rsampaio has quit IRC | 05:13 | |
*** rsampaio has joined #openstack | 05:15 | |
*** mdomsch has quit IRC | 05:16 | |
*** marrusl has quit IRC | 05:21 | |
*** aschmitz has joined #openstack | 05:22 | |
*** flamboz has joined #openstack | 05:25 | |
flamboz | what is the necessary role of non-admin user to be able to launch instances ? | 05:26 |
*** ricky_99 has joined #openstack | 05:27 | |
*** ricky_99 has quit IRC | 05:32 | |
*** vidd__ has joined #openstack | 05:33 | |
*** jdurgin has quit IRC | 05:35 | |
*** vidd-away has quit IRC | 05:36 | |
*** rnorwood has quit IRC | 05:38 | |
*** dongxu has quit IRC | 05:44 | |
webx | flamboz: I don't use nova, but in general it's nice for non-admins to be able to launch their own instances on-demand. all of our teams launch their own instances (and terminate them) whenever they'd like. is that what you're asking? | 05:45 |
flamboz | webx, It's exactly what I want... but for now, unless they are "admin" then can't launch any instance | 05:48 |
flamboz | if you don't use nova, what do you use then ? | 05:49 |
*** rnorwood has joined #openstack | 05:49 | |
*** t9md has joined #openstack | 05:50 | |
*** Hallje has left #openstack | 05:50 | |
*** Vek has quit IRC | 06:04 | |
*** Vek has joined #openstack | 06:04 | |
*** rnorwood has quit IRC | 06:08 | |
*** adjohn has joined #openstack | 06:13 | |
*** vernhart1 has quit IRC | 06:23 | |
*** troya has joined #openstack | 06:26 | |
troya | hi all | 06:27 |
*** dongxu has joined #openstack | 06:28 | |
troya | i have some problem, anyone can help me? | 06:28 |
*** zaitcev has quit IRC | 06:31 | |
*** arBmind has joined #openstack | 06:34 | |
*** troya has quit IRC | 06:42 | |
halfss | it's there anybody konw why:# curl -X POST localhost:8774/v1.1/21/servers/143/action -H "Content-Type: application/json" -H "X-Auth-Token:e4ff17c8-fd41-4c92-a7ba-cef6f027b624" -H "Accept:application/xml" -d '{"confirmResize" : null}' | 06:43 |
halfss | <badRequest code="400" xmlns="http://docs.openstack.org/compute/api/v1.1"> | 06:43 |
halfss | <message> | 06:43 |
halfss | The server could not comply with the request since it is either malformed or otherwise incorrect. | 06:43 |
halfss | </message> | 06:43 |
halfss | </badRequest> | 06:43 |
halfss | hi | 06:43 |
*** troya has joined #openstack | 06:47 | |
*** mjfork has quit IRC | 06:49 | |
troya | hello | 06:52 |
troya | anyone there? | 06:52 |
*** vernhart has joined #openstack | 06:54 | |
*** reed has quit IRC | 06:55 | |
*** jog0 has joined #openstack | 07:04 | |
*** jog0 has quit IRC | 07:08 | |
*** jerQ has left #openstack | 07:18 | |
*** dongxu has left #openstack | 07:21 | |
*** dragondm has quit IRC | 07:30 | |
*** apevec has joined #openstack | 07:30 | |
*** stevegjacobs has quit IRC | 07:33 | |
*** jakedahn has quit IRC | 07:33 | |
*** ldlework has quit IRC | 07:38 | |
*** nerens has joined #openstack | 07:42 | |
*** kaigan_ has joined #openstack | 07:48 | |
*** Otter768 has quit IRC | 07:52 | |
*** redconnection has joined #openstack | 07:57 | |
*** adjohn has quit IRC | 08:17 | |
*** reidrac has joined #openstack | 08:19 | |
*** MarcMorata has quit IRC | 08:20 | |
*** kaigan_ has quit IRC | 08:23 | |
*** apevec has quit IRC | 08:24 | |
*** arBmind has quit IRC | 08:25 | |
*** nati2 has quit IRC | 08:30 | |
*** kaigan_ has joined #openstack | 08:33 | |
*** stevegjacobs has joined #openstack | 08:35 | |
*** troya has quit IRC | 08:39 | |
*** tdi has joined #openstack | 08:50 | |
*** PiotrSikora has quit IRC | 08:51 | |
*** PiotrSikora has joined #openstack | 08:54 | |
*** TheOsprey has joined #openstack | 08:57 | |
*** nacx has joined #openstack | 09:07 | |
*** Oneiroi has joined #openstack | 09:13 | |
*** javiF has joined #openstack | 09:20 | |
*** obino has joined #openstack | 09:22 | |
*** kaigan_ has quit IRC | 09:22 | |
*** BasTichelaar has joined #openstack | 09:24 | |
*** dachary has joined #openstack | 09:26 | |
*** dobber has joined #openstack | 09:27 | |
*** kaigan_ has joined #openstack | 09:33 | |
*** troya has joined #openstack | 09:35 | |
*** troya has quit IRC | 09:40 | |
*** t9md has quit IRC | 09:40 | |
uvirtbot | New bug: #888918 in nova "Availability zone ignored in ec2 api" [Undecided,New] https://launchpad.net/bugs/888918 | 09:41 |
*** MarkAtwood has quit IRC | 09:46 | |
*** Micric has joined #openstack | 09:49 | |
*** livemoon has left #openstack | 10:01 | |
*** darraghb has joined #openstack | 10:08 | |
kodapa | Anyone running nova-volume with drbd and heartbeat? Or some kind of HA setup | 10:09 |
*** Micric has quit IRC | 10:12 | |
*** openpercept has joined #openstack | 10:13 | |
uvirtbot | New bug: #889013 in nova "nova-api not starting the EC2 API in 2012.1-dev" [Undecided,New] https://launchpad.net/bugs/889013 | 10:15 |
*** stevegjacobs has quit IRC | 10:21 | |
*** vidd__ has quit IRC | 10:22 | |
*** HugoKuo__ has quit IRC | 10:23 | |
*** vidd__ has joined #openstack | 10:23 | |
*** HugoKuo__ has joined #openstack | 10:23 | |
*** antonhaldin has joined #openstack | 10:28 | |
*** jedi4ever has quit IRC | 10:31 | |
*** openpercept has quit IRC | 10:33 | |
*** apevec has joined #openstack | 10:36 | |
*** openpercept has joined #openstack | 10:42 | |
*** zz_bonzay is now known as bonzay | 10:48 | |
*** bonzay is now known as zz_bonzay | 10:50 | |
*** supriya has quit IRC | 10:54 | |
*** supriya has joined #openstack | 10:55 | |
*** dachary has quit IRC | 10:55 | |
*** dachary has joined #openstack | 10:55 | |
*** alekibango has joined #openstack | 10:58 | |
*** PeteDaGuru has joined #openstack | 11:01 | |
*** jollyfoo has quit IRC | 11:03 | |
*** jollyfoo has joined #openstack | 11:03 | |
*** tyska has joined #openstack | 11:06 | |
tyska | hi guys | 11:07 |
tyska | im trying to create a windows image for open stack | 11:07 |
tyska | someone could give me some help? | 11:07 |
*** jollyfoo has quit IRC | 11:07 | |
*** pixelbeat has joined #openstack | 11:09 | |
*** redconnection has quit IRC | 11:10 | |
*** datajerk has quit IRC | 11:11 | |
*** redconnection has joined #openstack | 11:12 | |
*** datajerk has joined #openstack | 11:17 | |
*** jeremy_ has joined #openstack | 11:18 | |
*** jeremy_ has quit IRC | 11:18 | |
*** jeremy_ has joined #openstack | 11:18 | |
*** vernhart has quit IRC | 11:20 | |
*** openpercept has quit IRC | 11:20 | |
*** jeremy has quit IRC | 11:21 | |
*** jeremy_ is now known as jeremy | 11:21 | |
*** PotHix has joined #openstack | 11:21 | |
*** openpercept has joined #openstack | 11:23 | |
*** darraghb has quit IRC | 11:23 | |
*** ahasenack has joined #openstack | 11:23 | |
*** HugoKuo__ has quit IRC | 11:23 | |
*** etarasov has joined #openstack | 11:24 | |
*** alekibango has quit IRC | 11:26 | |
*** jeremy has quit IRC | 11:37 | |
*** jeremy has joined #openstack | 11:38 | |
*** jeremy has quit IRC | 11:38 | |
*** jeremy has joined #openstack | 11:38 | |
*** nerens has quit IRC | 11:39 | |
*** redconnection has quit IRC | 11:43 | |
*** alekibango has joined #openstack | 11:43 | |
*** redconnection has joined #openstack | 11:43 | |
*** darraghb has joined #openstack | 11:46 | |
uvirtbot | New bug: #889060 in nova "VLAN Networking Inconsistency" [Undecided,New] https://launchpad.net/bugs/889060 | 11:46 |
*** ahale- has joined #openstack | 11:49 | |
*** ahale has quit IRC | 11:50 | |
BasTichelaar | is there a nova-network expert around? | 11:52 |
*** tyska has quit IRC | 11:55 | |
Kiall | BasTichelaar: you're usually better off just asking, most people won't answer that sort of question ;) | 11:56 |
BasTichelaar | Kiall: yeah, you're probably right :) | 11:58 |
BasTichelaar | nova-networks adds drop rules for forwarding if the host is not a gateway | 11:59 |
BasTichelaar | but where can I decide to have the host as a gateway so instead of drop rules, the accept rules are added? | 11:59 |
Kiall | You mean so each compute node acts as a gateway for this instances it hosts? | 12:01 |
BasTichelaar | yes | 12:01 |
halfss | nulit_host | 12:01 |
Kiall | Okay, when adding networks with nova-manage network add, you have the multi_host flag | 12:02 |
halfss | you can user this mode | 12:02 |
Kiall | (or edit the DB directly) | 12:02 |
Kiall | then, each compute node should run nova-network aswell | 12:02 |
BasTichelaar | yes, that flag is added | 12:02 |
BasTichelaar | also done | 12:02 |
BasTichelaar | everything works if I comment out the drop rules in linux_net.py | 12:02 |
BasTichelaar | there is an if/else statement that checks wether the host is a gateway | 12:03 |
Kiall | Oh - then something, somewhere is setup wrong, with multi=true and all compute nodes also running nova-network, each compute node should act as a GW for the instances | 12:03 |
BasTichelaar | but it is not clear to me how that is set | 12:03 |
Kiall | if you look in the fixed IPs table, do you see a record that has "host" = whatever compute node is having the issue? | 12:03 |
BasTichelaar | each node is acting as a gateway and the instances do get the correct gateway set | 12:03 |
BasTichelaar | only the firewall adds some rules that shouldnt be there | 12:04 |
Kiall | for whatever network_id your testing with | 12:04 |
BasTichelaar | lemme check | 12:04 |
BasTichelaar | yes it does get set | 12:05 |
BasTichelaar | to the correct ip | 12:05 |
Kiall | And does `ip addr show` list that IP on the compute node? | 12:06 |
BasTichelaar | yes | 12:06 |
Kiall | okay, I'm out of ideas then.. maybe someone else knows more about it ;) (have you tried rebooting changing it to multi node?.. clean start for the networking at all that) | 12:06 |
Kiall | since changing* | 12:06 |
BasTichelaar | in linux_net.py (pasted: http://paste.pocoo.org/show/506220/) at the bottom you see the checks | 12:07 |
BasTichelaar | if I comment out the drop rules and just apply the accept ones, it works fine | 12:08 |
BasTichelaar | lemme check, maybe its an indentation issue | 12:08 |
Kiall | what does your nova.networks table look like? | 12:09 |
Kiall | (ie can you show the record for the network your testing) | 12:09 |
BasTichelaar | hmm, I'm using postgres so its not very readable :) | 12:10 |
BasTichelaar | http://paste.pocoo.org/show/506224/ | 12:10 |
Kiall | Humm, looks fine.. I was wondering the if gateway flag in linux_net.py came from that table... and was thinking you might not have one set | 12:12 |
*** javiF has quit IRC | 12:13 | |
BasTichelaar | I have an idea | 12:13 |
BasTichelaar | right now I define the bridge in /etc/network/interfaces | 12:13 |
BasTichelaar | I just removed the birdge and let nova create it now for me | 12:13 |
BasTichelaar | rebooting now... | 12:14 |
Kiall | is this for of the flat network managers? or VLAN? | 12:19 |
BasTichelaar | flatdhcp | 12:20 |
BasTichelaar | with multi-host | 12:20 |
Kiall | I'm pretty sure the flat managers need the bridge setup manually | 12:20 |
dachary | Hi, I'm getting started with openstack and trying to setup a sample configuration based on https://launchpad.net/ubuntu/+source/nova/2011.3-0ubuntu6.2 . I would llike to use the LXC hypervisor for now. Should I expect troubles ? | 12:22 |
BasTichelaar | well, the bridge got created automatically | 12:23 |
BasTichelaar | dachary: LXC works fine here | 12:23 |
Kiall | really? oh.. | 12:23 |
dachary | BasTichelaar: thanks for the hint ;-) Proceeding with doc/nova-doc/html/quickstart.html. | 12:24 |
*** dnjaramba has quit IRC | 12:25 | |
*** kaigan_ has quit IRC | 12:32 | |
*** livemoon has joined #openstack | 12:34 | |
*** supriya has quit IRC | 12:36 | |
*** osier has quit IRC | 12:41 | |
BasTichelaar | Kiall: now it works :) | 12:42 |
BasTichelaar | Kiall: by letting nova create the bridge | 12:42 |
*** foexle has joined #openstack | 12:48 | |
*** cereal_bars has joined #openstack | 12:48 | |
foexle | heyho | 12:48 |
*** foexle has quit IRC | 12:53 | |
*** mjfork has joined #openstack | 12:56 | |
*** chomping has quit IRC | 12:56 | |
*** ton_katsu has quit IRC | 13:00 | |
*** msivanes has joined #openstack | 13:05 | |
*** arun has quit IRC | 13:13 | |
*** mcclurmc has quit IRC | 13:16 | |
*** arun has joined #openstack | 13:17 | |
*** arun has joined #openstack | 13:17 | |
*** mcclurmc has joined #openstack | 13:17 | |
*** TreeStump has joined #openstack | 13:20 | |
dachary | Hi, are there instructions regargardin the installation of nova-compute / nova-storage on ubuntu 10.10 ? http://docs.openstack.org/diablo/openstack-compute/admin/content/installing-openstack-compute-on-ubuntu.html does not mention it. | 13:27 |
Kiall | dachary: look at the sub-pages :) | 13:29 |
*** smoser` is now known as smoser | 13:29 | |
*** po has joined #openstack | 13:30 | |
dachary | Kiall: I see ISO, Scripted, Manual only. Am I missing the "Packaged" section ? | 13:30 |
Kiall | Manual is what your looking for.. | 13:30 |
BasTichelaar | Kiall: it seems there is a problem with my approach :) | 13:30 |
dachary | oh | 13:30 |
Kiall | dachary: also .. just in case your about to set down the path of trying to get keystone and dashboard working... the Ubuntu packages for keystone+dashboard do not work.. | 13:30 |
Kiall | (nova/glance/swift packages are fine) | 13:30 |
Kiall | BasTichelaar: oh? | 13:31 |
BasTichelaar | Kiall: if the bridge is not created, and nova creates the bridge, the rules are set correctly on ACCEPT | 13:31 |
*** vernhart has joined #openstack | 13:31 | |
Kiall | BasTichelaar: so, whats the issue? ;) | 13:32 |
BasTichelaar | Kiall: but when I restart nova-network while the bridge is up and running, it changes the policy to DROP | 13:32 |
BasTichelaar | Kiall: so it suddenly doesnt work anymore | 13:32 |
BasTichelaar | Kiall: seems like a bug to me | 13:32 |
*** foexle has joined #openstack | 13:32 | |
Kiall | Possibly .. I've only used the VLAN network mode, So I have no clue about the others | 13:33 |
*** kaigan_ has joined #openstack | 13:33 | |
Kiall | BasTichelaar: "In Flat DHCP Mode, you start a DHCP server to pass out IP addresses to VM instances from the specified subnet in addition to manually configuring the networking bridge" | 13:34 |
Kiall | "In both flat modes, the network nodes do not act as a default gateway." | 13:34 |
Kiall | from the docs.. | 13:34 |
*** aliguori has joined #openstack | 13:34 | |
BasTichelaar | Kiall: I dont trust the docs, there are so many errors and legacy stuff in there | 13:35 |
BasTichelaar | Kiall: I trust the code | 13:35 |
Kiall | and the code matches the docs ;) | 13:35 |
BasTichelaar | Kiall: nope :) | 13:35 |
dachary | Kiall: thanks for the hint. I was confused by the fact that the page begins with what seems to be dependencies installation for non packaged bzr checkout. | 13:35 |
*** halfss has quit IRC | 13:35 | |
dachary | BasTichelaar: the doc matches the docs found in the code ... ;-) | 13:36 |
Kiall | dachary: i dont see any bzr checkout on the manual install page? | 13:36 |
dachary | Kiall: there is none : it was my mistake, I assumed wrong and too fast. | 13:36 |
*** lorin1 has joined #openstack | 13:37 | |
Kiall | dachary: ah lol.. anyway.. if you do plan on using Keystone or Dashboard.. Stop - dont use the ubuntu packages! | 13:37 |
dachary | :-D | 13:37 |
Kiall | I've updated all the ubuntu packages to the latest stable versions of everything.. https://launchpad.net/~managedit/+archive/openstack | 13:38 |
Kiall | 4 or 5 others people have had success with those packages... | 13:38 |
*** tryggvil__ has joined #openstack | 13:38 | |
Kiall | but it gets harder to get working if you install any of the ubuntu packages first :) | 13:38 |
dachary | Kiall: I plan to learn the basics of openstack and play with it using LXC based machines. I try to learn by doing. Not sure where to read though. I have a strong background in using ganeti and read the concepts behind openstack. | 13:39 |
*** tryggvil_ has quit IRC | 13:39 | |
Kiall | If its purely a learning thing, maybe the devstack.org install is better suited | 13:39 |
BasTichelaar | dachary: I also switched from ganeti to openstack | 13:39 |
Kiall | "devstack" as in for development, completely unsuitable for production... | 13:40 |
dachary | BasTichelaar: how was it ? | 13:40 |
livemoon | Kiall | 13:40 |
* dachary looking up devstack.org | 13:40 | |
BasTichelaar | dachary: in essence it is completely different | 13:40 |
livemoon | I use your ppa, but it seems dashboard cannot work fine | 13:40 |
BasTichelaar | dachary: what is your use case for switching? | 13:40 |
Kiall | livemoon: it works for me, and a few others :) | 13:41 |
Kiall | what are you having issues with? | 13:41 |
dachary | BasTichelaar: I'm applying to a position at a company who starts from scratch with openstack. The migration will only happen in my brain ;-) | 13:42 |
*** djw_ has joined #openstack | 13:43 | |
BasTichelaar | dachary: nice :) be prepared for a lot of undocumented stuff compared to Ganeti :) | 13:43 |
BasTichelaar | dachary: and nova is changing much faster, so configuration files can get deprecated really quickly | 13:43 |
dachary | BasTichelaar: ok, I stand ready. | 13:43 |
dachary | My first goal is to be to be able to run a single instance with a virgin Debian GNU/Linux squeeze. | 13:44 |
dachary | for that I assume I need 1 machine + 1 storage | 13:44 |
dachary | therefore I need to learn how to create a machine first | 13:45 |
livemoon | Kiall, I will try it again. If I have some issue, I will ask for you | 13:46 |
dachary | nova-manage service list | 13:47 |
dachary | tells me I have work to do ;-) | 13:47 |
*** vernhart has quit IRC | 13:47 | |
livemoon | Kiall: by the way, are your ppa newer than essex-1? | 13:48 |
dachary | BasTichelaar: does "Next set up the database, either MySQL or PostgreSQL." in http://docs.openstack.org/diablo/openstack-compute/admin/content/installing-the-cloud-controller.html fall in the category of the lack of documentation you mentionned ? ;-) | 13:48 |
* dachary apt-get install mysql-server | 13:49 | |
Kiall | livemoon: no | 13:49 |
Kiall | its the diablo/stable branch | 13:49 |
Kiall | essex is not production ready, and wont be for a while | 13:49 |
livemoon | ok | 13:49 |
livemoon | today essex-1 milestone released | 13:50 |
BasTichelaar | dachary: just create a database on a database server and give a user the right properties | 13:50 |
Kiall | Yea, its a "tech preview" .. essex will not be production ready until they release essex-4 | 13:51 |
*** nerens has joined #openstack | 13:51 | |
dachary | BasTichelaar: created the nova database on the local database server. | 13:51 |
dachary | I think I will summarize my work in a post for the record, it's probably not a waste of time. | 13:52 |
BasTichelaar | dachary: sure, why not :) just remember, the database is a shared resource inside a zone | 13:52 |
Kiall | dachary: if you are installing from packages, you can follow the steps in these scripts.. github.com/managedit/openstack-setup | 13:52 |
dachary | oh | 13:52 |
*** ccorrigan has joined #openstack | 13:52 | |
* dachary reading | 13:52 | |
Kiall | they assume keystone will be used, so not every step in them is needed | 13:52 |
BasTichelaar | Kiall: for some purposes I would say Essex is more production ready than default Diablo :) | 13:53 |
*** kbringard has joined #openstack | 13:53 | |
djw_ | Kiall and dachary: all these "state of the world" messages are very valuable info. "for the record" => in a FAQ somewhere; which FAQ? | 13:53 |
Kiall | BasTichelaar: if you're talking about the ubuntu packages.. sure ;) | 13:53 |
*** donagh has quit IRC | 13:53 | |
Kiall | the stable/diablo branches (and my PPA uses them) are pretty much fine | 13:53 |
guaqua | does anyone know if the replica count of a swift cluster can be modified when the cluster is running? | 13:54 |
dachary | djw_: I'll write a technical blog post. | 13:54 |
dachary | it looks like https://github.com/managedit/openstack-setup/blob/master/nova.sh is the script I should mimic | 13:54 |
Kiall | dachary: yes, skip the keystone parts if you dont want keystone, and add the user+project setup steps from the nova docs in their place | 13:55 |
dachary | ok | 13:56 |
BasTichelaar | Kiall: do they contain the patches for eventlet? | 13:56 |
Kiall | and .. get glance going first | 13:56 |
Kiall | BasTichelaar: you're going to have to give me more that that ;) what error? | 13:56 |
Kiall | the mysql connection issue? | 13:56 |
BasTichelaar | https://bugs.launchpad.net/nova/+bug/838581 | 13:57 |
Kiall | yea | 13:57 |
Kiall | That was fixed by https://github.com/managedit/nova/commit/1a5e3e0c4cc2a3bf55331d46f702b980af1fbf97 | 13:58 |
BasTichelaar | argh I hate puppet :P | 13:58 |
kodapa | Anyone running nova-volume with drbd and heartbeat? Or some kind of HA setup | 13:59 |
Kiall | BasTichelaar: word of warning, if you update to my packages, you need to make sure you have nothing OS related in /usr/local .. and you need to make sure you use all the packages in my repo, and not a mix or some stock/some mine... | 13:59 |
dachary | "nova-manage db sync" returns success but ... mysql -p -e 'show tables' says nothing | 14:00 |
* dachary looking for a place where to specify database user / pass | 14:00 | |
Kiall | dachary: have you changed the connection string in nova.conf to use mysql? | 14:00 |
BasTichelaar | Kiall: thanks, but I stick to essex for now, cause it contains the distributed scheduler | 14:00 |
BasTichelaar | and I only use nova-compute for now | 14:00 |
*** cereal_bars has quit IRC | 14:00 | |
*** NOKAH is now known as Hakon|mbp | 14:02 | |
dachary | Kiall: I did not. Here is the content of the file : http://pastebin.com/tABY2thG . Now looking for the list of flags that can be listed there. | 14:02 |
Kiall | dachary: `nova-manage settings list` shows most of them | 14:03 |
*** bryguy has quit IRC | 14:03 | |
dachary | nova --help also . Nice :-) | 14:03 |
*** marrusl has joined #openstack | 14:03 | |
*** bryguy has joined #openstack | 14:03 | |
zykes- | Hakon|mbp: around ? | 14:04 |
Kiall | dachary: http://paste.openstack.org/show/3270/ | 14:04 |
Hakon|mbp | indeed | 14:04 |
zykes- | Hakon|mbp: what norwegian compan uses OS ? | 14:04 |
Hakon|mbp | you mean openstack? none as i know right now | 14:05 |
dachary | Kiall: thanks. Digesting... | 14:05 |
Hakon|mbp | but i'm exploring the posibility | 14:05 |
Hakon|mbp | zykes-: why do you ask? :) | 14:06 |
zykes- | just wondering, you from a uni or something ? | 14:06 |
Hakon|mbp | no, i'm partner in a small startup | 14:07 |
*** lts has joined #openstack | 14:10 | |
kbringard | aren't all startups small by definition? | 14:11 |
*** livemoon has quit IRC | 14:11 | |
*** livemoon has joined #openstack | 14:11 | |
*** stuntmachine has joined #openstack | 14:12 | |
webx | http://paste.openstack.org/show/3272/ | 14:15 |
webx | can anyone help me figure out what I've done wrong there ? | 14:16 |
Hakon|mbp | kbringard: well, imagine a startup, then imagine a smaller version. that's us. | 14:17 |
*** lborda has joined #openstack | 14:17 | |
dachary | database is configured using http://paste.openstack.org/show/3270/ template configuration file and nova-manage db sync . All services restarted with for i in nova-compute nova-volume nova-api nova-ajax-console-proxy nova-objectstore nova-scheduler nova-network glance-api glance-registry ; do restart $i ; done ; /etc/init.d/ajaxterm restart | 14:17 |
dachary | (running ubuntu 11.10 | 14:18 |
dachary | ) | 14:18 |
kbringard | Hakon|mbp: ah, cool, I was just being snarky anyway :-) | 14:19 |
*** foexle has quit IRC | 14:19 | |
*** cereal_bars has joined #openstack | 14:20 | |
*** ryan_fox1985 has joined #openstack | 14:22 | |
n81 | dachary: are you using a Flat networking mode? FLAT or FLATDHCP? | 14:23 |
dachary | n81: how can I know that ? | 14:24 |
dachary | it's a little confusing because a dhcp is running on virbr0 with libvirt configuration files | 14:24 |
kbringard | it'll be in your nova.conf | 14:25 |
kbringard | --network_manager=nova.network.manager.FlatDHCPManager | 14:25 |
kbringard | etc | 14:25 |
n81 | dachary: no you're fine….you're running VLAN | 14:26 |
*** jfluhmann has joined #openstack | 14:26 | |
n81 | dachary: as kbringard pointed out you would have a setting in your .conf file and I don't see it | 14:26 |
kbringard | yea, VLAN is default if you don't have the flag | 14:26 |
kbringard | sorry, I'll stop repeating the obvious :-) | 14:26 |
n81 | dachary: but yes, libvirt creates a virbr0 but that's completely independent from OS | 14:26 |
*** foexle has joined #openstack | 14:27 | |
dachary | :-) | 14:27 |
n81 | kbringard: when it comes to the nova.conf file I'm not sure anything is obvious :-P but it does make sense eventually | 14:27 |
dachary | that's what I'm hopping indeed | 14:27 |
kbringard | I actually destroy that virbr0 in my compute install scripts | 14:27 |
kbringard | virsh net-destroy default && virsh net-undefine default && service libvirt-bin restart | 14:28 |
kbringard | not that it matters, but it makes things cleaner and less confusing | 14:28 |
n81 | kbringard: good point. haven't gone through that effort but maybe I will now | 14:28 |
n81 | kbringard: are you running KVM on Ubuntu by any chance? | 14:28 |
kbringard | iyam | 14:29 |
* dachary created a br0 bridge | 14:29 | |
dachary | and brctl delbr virbr0 | 14:29 |
BasTichelaar | dachary: nova works closely together with libvirt | 14:29 |
kbringard | http://paste.openstack.org/show/3273/ | 14:30 |
kbringard | this is how I install compute nodes | 14:30 |
dachary | http://pastebin.com/ArdWkBkZ looks like I'm making progress | 14:31 |
kbringard | you will, of course, need to make sure you have the correct repos added already | 14:31 |
*** nerens has quit IRC | 14:31 | |
dachary | kbringard: reading http://pastebin.com/ArdWkBkZ | 14:31 |
kbringard | and obvious all the controller stuff needs to be in place already as well | 14:31 |
kbringard | but, once it's installed you just copy the nova.conf from your controller and the compute node should register and be ready to accept connections | 14:32 |
kbringard | I don't setup any bridges or anything myself, either, I just have eth0 that gets it's IP via statically defined DHCP rules, then eth1 is my VLAN tagged "projects" network | 14:32 |
dachary | BasTichelaar: do you mean that nova is using libvirt ? | 14:32 |
kbringard | dachary: yep, nova just orchestrates, libvirt (at least in the case of KVM) does the heavy lisfting | 14:33 |
dachary | in which case my wreckless "brctl delbr virbr0" will end up being a problem ;-) | 14:33 |
kbringard | naw, you don't need virbr0 | 14:33 |
kbringard | nova creates it's own bridges | 14:33 |
kbringard | based on what's in the DB from your nova-manage network create command | 14:33 |
BasTichelaar | dachary: yes, it talks to libvirt using the python bindings | 14:33 |
dachary | kbringard: phew... :-) I selected LXC is it also using libvirt ? | 14:34 |
BasTichelaar | dachary: yes | 14:34 |
kbringard | that I have no idea, I'v eonly ever used KVM with Nova | 14:34 |
* dachary feels better already, being familiar with libvirt | 14:34 | |
*** Tekni is now known as xinkeT | 14:34 | |
BasTichelaar | dachary: probably I'm one of the few to work with LXC :) | 14:34 |
dachary | that will make two of us ;-) | 14:36 |
dachary | is there a simple way to ensure nova-compute works beside being happy that nova-manage service list says: | 14:36 |
dachary | nova-compute ubuntu dub01 enabled XXX None | 14:36 |
dachary | ? | 14:36 |
dachary | or maybe XXX is not such a good sign | 14:37 |
BasTichelaar | dachary: XXX should be a smiley :-) | 14:37 |
foexle | dachary: check your connection | 14:37 |
n81 | kbringard: thanks for the install script…I'm always collecting scripts ;-) | 14:37 |
foexle | to the compute service | 14:37 |
n81 | kbringard: do you have any issue with nova-compute starting on your compute nodes after a reboot? | 14:37 |
dachary | foexle: ok. /me looking how to check a connection | 14:37 |
kbringard | nope, never had that problem | 14:37 |
kbringard | make sure you have NTP installed | 14:38 |
kbringard | most of the time that happens it's because of time drift | 14:38 |
foexle | dachary: ping, nmap on port | 14:38 |
n81 | kbringard: yeah I'm running KVM on Oneiric and nova-compute terminates on startup b/c libvirt hasn't started; libvirt doesn't start until almost 120 seconds after reboot…think it has something to do with apparmor | 14:38 |
foexle | or telnet | 14:38 |
dachary | ho | 14:38 |
kbringard | n81: that's weird… I've never run it on oneiric before. you could probably modify the init script to make it wait for libvirt to start before trying to start | 14:39 |
n81 | kbringard: so I tried changing the upstart scripts for nova-compute to wait until libvirt had started but then nova-compute doesn't start at all…so right now I have to manually restart my nova-compute service whenever I reboot my nodes | 14:39 |
kbringard | lol | 14:39 |
kbringard | nice | 14:39 |
kbringard | that's weird | 14:40 |
*** praefect has joined #openstack | 14:40 | |
dachary | nova 13803 13797 0 15:15 ? 00:00:01 \_ /usr/bin/python /usr/bin/nova-compute --flagfile=/etc/nova/nova.conf --flagfile=/etc/nova/nova-compute.conf | 14:40 |
n81 | kbringard: it is…I'm not an upstart expert but I'm assuming start on (started libvirt-bin and filesystem and net-devie-up IFACE!=lo) would be sufficient | 14:40 |
n81 | kbringard: doesn't seem to work though | 14:40 |
kbringard | well, I run it on 10.10 and 11.04 and I've never seen that problem, but like I said, I've never tried it on Oneiric | 14:40 |
dachary | but process 13803 is not listening on any tcp port | 14:40 |
kbringard | dachary: compute doesn't listen on anything | 14:41 |
foexle | show in the compute log | 14:41 |
n81 | dachary: nova compute doesn't listen I believe…it uses the rabbit mq message system | 14:41 |
kbringard | it subscribes to the AMPQ | 14:41 |
kbringard | lol, man, I'm just going to shutup | 14:41 |
n81 | kbringard: naw take over…I have to do some other things…the channel refreshes too slowly =P | 14:41 |
kbringard | well, me too | 14:42 |
n81 | kbringard: besides… you know how nice it is to have multiple people answering questions…usually it's like crickets | 14:42 |
kbringard | dachary: do you have NTP installed on both machines? is the time in sync? | 14:42 |
dachary | 2011-11-11 15:42:24,227 ERROR nova.rpc [-] AMQP server on 78.153.xxx.xxx:5672 is unreachable: [Errno -2] Name or service not known. Trying again in 17 seconds. | 14:43 |
dachary | from | 14:43 |
dachary | /var/log/nova/nova-compute.log | 14:43 |
dachary | that explains it ;-) | 14:43 |
kbringard | that would certainly cause a problem | 14:43 |
foexle | :) | 14:43 |
dachary | kbringard: ntp installed, thanks for the tip | 14:43 |
kbringard | yea, time drift will screw you every time | 14:44 |
foexle | a tip from me .... rabbitmq should only listen on backnet nics | 14:44 |
kbringard | this ^^ | 14:44 |
* dachary reconfigured | 14:45 | |
dachary | --rabbit_host=127.0.0.1 | 14:45 |
foexle | do you have all on the same machine? | 14:45 |
dachary | instead of --rabbit_host=78.153.xxx.xxx | 14:45 |
dachary | foexle: yes | 14:45 |
foexle | ok | 14:45 |
dachary | foexle: I'm experimenting ;-) | 14:45 |
foexle | but you need to configure rabbitmq 2 | 14:45 |
kbringard | you probably don't want it on only localhost | 14:45 |
foexle | kbringard: he use openstack only on a single machine | 14:46 |
kbringard | you just want it on your pocket/internal/dom0 net | 14:46 |
kbringard | ah | 14:46 |
kbringard | then that's fine | 14:46 |
dachary | 2011-11-11 15:46:16,724 ERROR nova.rpc [-] AMQP server on 127.0.0.1:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 7 seconds. | 14:46 |
dachary | better ;-) | 14:46 |
*** mies has quit IRC | 14:46 | |
*** jwalcik has joined #openstack | 14:46 | |
kbringard | I assume rabbitm is actually running? | 14:46 |
n81 | darchary: did you install rabbit mq? | 14:46 |
dachary | no I did not, that explains a lot | 14:47 |
n81 | :-P | 14:47 |
dachary | apt-get install rabbitmq-server | 14:47 |
dachary | 2011-11-11 15:48:08,804 INFO nova.rpc [-] Connected to AMQP server on 127.0.0.1:5672 | 14:48 |
dachary | 2011-11-11 15:48:08,805 DEBUG nova [-] Creating Consumer connection for Service compute from (pid=15126) start /usr/lib/python2.7/dist-packages/nova/service.py:153 | 14:48 |
dachary | better | 14:48 |
kbringard | there you go | 14:48 |
dachary | nova-compute ubuntu dub01 enabled :-) 2011-11-11 14:48:49 | 14:49 |
dachary | \o/ | 14:49 |
kbringard | hooray | 14:49 |
kbringard | steve holt! | 14:49 |
dachary | it feels like leveling in a role playing game. High and quick rewards at the beginning ;-) | 14:49 |
kbringard | haha | 14:50 |
kbringard | grind them levels, farm that gold | 14:50 |
*** jwalcik has quit IRC | 14:51 | |
dachary | :-D level 2 : http://docs.openstack.org/diablo/openstack-compute/admin/content/creating-certifications.html | 14:51 |
*** rsampaio has quit IRC | 14:53 | |
*** rsampaio has joined #openstack | 14:54 | |
*** rnorwood has joined #openstack | 14:56 | |
*** gnu111 has joined #openstack | 14:56 | |
*** rods has joined #openstack | 14:57 | |
*** bcwaldon has joined #openstack | 14:59 | |
*** rsampaio has quit IRC | 15:01 | |
*** javiF has joined #openstack | 15:03 | |
*** rsampaio has joined #openstack | 15:03 | |
*** imsplitbit has joined #openstack | 15:04 | |
*** Gordonz has joined #openstack | 15:05 | |
*** Gordonz has quit IRC | 15:06 | |
*** mdomsch has joined #openstack | 15:06 | |
*** Gordonz has joined #openstack | 15:06 | |
*** rsampaio has quit IRC | 15:07 | |
*** kieron has joined #openstack | 15:09 | |
*** negronjl has quit IRC | 15:10 | |
*** rsampaio has joined #openstack | 15:11 | |
dachary | uca-authorize -P icmp -t -1:-1 default ( from http://docs.openstack.org/diablo/openstack-compute/admin/content/enabling-access-to-vms-on-the-compute-node.html ) says it cannot connect to port 8773 | 15:13 |
dachary | ECONNREFUSED (Connection refused) | 15:13 |
* dachary searching what 8773 is about | 15:13 | |
Kiall | dachary: cherck that nova-api is running | 15:13 |
*** troytoman-away is now known as troytoman | 15:14 | |
* dachary checking | 15:15 | |
dachary | /var/log/nova/nova-api.log says PasteConfigNotFound: Could not find paste config at /run/api-paste-keystone.ini . removing spurious configuration line ... | 15:16 |
dachary | euca-authorize -P icmp -t -1:-1 default | 15:17 |
dachary | GROUP default | 15:17 |
dachary | PERMISSION default ALLOWS icmp -1 -1 FROM CIDR 0.0.0.0/0 | 15:17 |
dachary | much better | 15:17 |
*** ldlework has joined #openstack | 15:17 | |
dachary | Kiall: thanks :-) | 15:17 |
Kiall | might want to check why it was dead ;) | 15:17 |
*** wilmoore has joined #openstack | 15:19 | |
dachary | Kiall: because of /var/log/nova/nova-api.log says PasteConfigNotFound: Could not find paste config at /run/api-paste-keystone.ini . removing spurious configuration line ... | 15:20 |
Kiall | you must have taken my config verbatim ;) | 15:20 |
Kiall | I'm pretty sure that error should have broken stuff BTW | 15:20 |
*** reed_ has joined #openstack | 15:21 | |
gnu111 | Hi all...is there a way to create a volume with a custom name? | 15:22 |
Kiall | nova volume-create $size --name $custom_name | 15:23 |
dachary | kiall I did take your config verbatim indeed. I hope it did not break too much. | 15:23 |
Kiall | ;) | 15:23 |
dachary | http://docs.openstack.org/diablo/openstack-compute/admin/content/enabling-access-to-vms-on-the-compute-node.html suggest to check for dnsmasq | 15:23 |
Kiall | if your on ubuntu .. edit /etc/defaulr/dnsmasq , changed enabled to 0, killall dnsmasq, service nova-network restart, service nova-compute restart | 15:24 |
Kiall | dnsmasq will just work after that | 15:24 |
gnu111 | Kiall: thanks! I been using euca-create. | 15:25 |
*** jwalcik has joined #openstack | 15:26 | |
Kiall | All the euca-* stuff is limited to what EC2 offers.. | 15:26 |
Kiall | there are lots more options hidden in the nova commands | 15:26 |
*** nerens has joined #openstack | 15:27 | |
guaqua | is there a way to toggle a more verbose logging for swift services? | 15:28 |
notmyname | guaqua: in the config file (of the swift process you want to get more detail on) set log_level = DEBUG | 15:29 |
gnu111 | Kiall: I get ": invalid choice: 'volume-create'" do I need to install something else. | 15:30 |
*** AlanClark has joined #openstack | 15:30 | |
Kiall | gnu111: either you have an old python-novaclient installed, or you dont have the NOVA_* environment variables set | 15:31 |
gnu111 | Kiall: ok. Yes I think I am using an older version. python-novaclient-2.4.1-4.el6.noarch | 15:32 |
*** dendrobates is now known as dendro-afk | 15:35 | |
*** dendro-afk is now known as dendrobates | 15:35 | |
*** dendrobates has joined #openstack | 15:35 | |
*** ChanServ sets mode: +v dendrobates | 15:35 | |
*** AlanClark has quit IRC | 15:35 | |
guaqua | notmyname: thanks! that didn't really help in the way of better debugging, but i realized i had the wrong ip for a server. the problem is, the error could be a bit clearer | 15:35 |
guaqua | i'll see if i can make it clearer | 15:36 |
*** Gordonz has quit IRC | 15:38 | |
gnu111 | I am having problems deleting a volume. I went to the compute node that has the volume and tried: lvremove -f nova-volumes/volume-00000009 got Can't remove open logical volume "volume-00000009" | 15:38 |
*** dolphm has joined #openstack | 15:39 | |
*** jdg has joined #openstack | 15:40 | |
*** kaigan_ has quit IRC | 15:41 | |
dachary | I ENABLE=0 in /etc/defaulr/dnsmasq + killall dnsmasq, service nova-network restart, service nova-compute restart but no dnsmasq process are running . /etc/nova/nova.conf is http://pastebin.com/xkr5MRb6 and there only is one line in /var/log/nova/nova-network.log containing the stringdnsmasq 2011-11-11 14:39:57,260 DEBUG nova [-] dnsmasq_config_file : from (pid=10427) wait /usr/lib/python2.7/dist-packages/nova/service.py:355 | 15:41 |
*** ogelbukh has quit IRC | 15:42 | |
gnu111 | dmsetup remove worked. I think. | 15:42 |
*** cp16net has joined #openstack | 15:44 | |
*** misheska has joined #openstack | 15:45 | |
*** dtroyer has joined #openstack | 15:46 | |
gnu111 | back to some swift stuff now...I am trying add a new set of disks to my swift setup. I have /srv/node/sda3 in 192.168.0.12 (zone 2) and 13 (zone 3) and /srv/node/sdb1 in the same node as well. I tried to add .12 sdb1 in zone2 and got some rsync error. not sure what happened. I took it out and will try it again. "object-replicator rsync: mkdir "/sdb1/objects/244188" (in object) failed: No such file or directory" | 15:48 |
dachary | it's a little tricky to figure out why dnsmasq does not run at all ( as opposed to dnsmasq exiting on error or something ) | 15:49 |
guaqua | gnu111: is that path correct? it starts with a /? | 15:49 |
dachary | nova-network ubuntu dub01 enabled :-) 2011-11-11 15:49:47 | 15:50 |
*** troytoman is now known as troytoman-away | 15:50 | |
gnu111 | guaqua: it should be in /srv/node/sdb1. I am not sure if I needed to apply chown -R swift:swift /srv/node again. | 15:50 |
*** lvaughn has quit IRC | 15:50 | |
*** lvaughn has joined #openstack | 15:51 | |
gnu111 | dachary: did you try to fire up an instance and see if that starts dnsmasq? | 15:51 |
*** lvaughn has quit IRC | 15:51 | |
dachary | gnu111: no I did not. You mean it's started on demand ? | 15:51 |
*** lvaughn has joined #openstack | 15:51 | |
dachary | that would explain it ;-) | 15:52 |
gnu111 | dachary: I might be. I am not 100% sure. | 15:52 |
*** lvaughn has quit IRC | 15:52 | |
*** lvaughn has joined #openstack | 15:52 | |
*** lvaughn has quit IRC | 15:53 | |
*** lvaughn_ has joined #openstack | 15:53 | |
*** misheska has quit IRC | 15:53 | |
*** jeromatron has quit IRC | 15:53 | |
*** lvaughn_ has quit IRC | 15:53 | |
*** lvaughn has joined #openstack | 15:54 | |
Kiall | dachary: lol .. | 15:54 |
*** reed_ is now known as reed | 15:54 | |
*** lvaughn has quit IRC | 15:54 | |
Kiall | just noticed the "dub01" in your paste there ;) | 15:54 |
Kiall | that's another part of my config ;) | 15:54 |
Kiall | ie this is the "Dublin 01" region, as apposed to the "Paris 01" or "Paris 02" regions ;) | 15:55 |
*** lvaughn has joined #openstack | 15:55 | |
dachary | Kiall: :-) | 15:55 |
*** lvaughn has joined #openstack | 15:56 | |
*** dtroyer has quit IRC | 15:56 | |
*** lvaughn has quit IRC | 15:56 | |
*** lvaughn has joined #openstack | 15:56 | |
*** livemoon has quit IRC | 15:56 | |
*** lvaughn has quit IRC | 15:57 | |
*** lvaughn has joined #openstack | 15:57 | |
*** rnorwood1 has joined #openstack | 15:57 | |
*** dgags has joined #openstack | 15:57 | |
dachary | Kiall: is dnsmasq run by nova-network ? I'm confused because it is not run at all and there are no error messages in the logs. | 15:57 |
*** lvaughn has quit IRC | 15:58 | |
*** rnorwood has quit IRC | 15:58 | |
*** jeromatron has joined #openstack | 15:58 | |
*** jeromatron has quit IRC | 15:58 | |
*** lvaughn has joined #openstack | 15:59 | |
*** wilmoore has quit IRC | 15:59 | |
*** dirakx1 has joined #openstack | 15:59 | |
*** dolphm has quit IRC | 16:01 | |
dachary | maybe ./nova/nova-network.log:1356:2011-11-11 17:00:43,423 DEBUG nova [-] dnsmasq_config_file : from (pid=17954) wait /usr/lib/python2.7/dist-packages/nova/service.py:355 is bad | 16:01 |
*** rsampaio has quit IRC | 16:01 | |
dachary | because there should be a config file | 16:01 |
*** dolphm has joined #openstack | 16:01 | |
*** adjohn has joined #openstack | 16:02 | |
*** rsampaio has joined #openstack | 16:02 | |
*** jeromatron has joined #openstack | 16:03 | |
dachary | http://wiki.openstack.org/TroubleshootingNova seems to imply that dnsmasq should be running too but gives no hint as to why it would silently fail to run | 16:03 |
*** reidrac has left #openstack | 16:05 | |
*** TheOsprey has quit IRC | 16:05 | |
uvirtbot | New bug: #889164 in nova ""nova rebuild" fails because there is a mismatch between what is sent by the api (int) and what the libvirt connection expects (string)" [Undecided,New] https://launchpad.net/bugs/889164 | 16:05 |
*** dolphm has quit IRC | 16:06 | |
dweimer | In swift is there a maximum number of files that can be in a given container? | 16:08 |
*** mmetheny has quit IRC | 16:09 | |
*** mmetheny_ has joined #openstack | 16:09 | |
*** dtroyer has joined #openstack | 16:10 | |
dachary | how can I display the specifics of a nova-manage project ? | 16:11 |
dweimer | I suppose maximum isn't necessarily what I need. Can a swift container handle 800,000 to 1,000,000 files? Would there be any side effects? | 16:12 |
notmyname | dweimer: yes* | 16:13 |
notmyname | dweimer: there is no limit in the code to the number of objects that can be stored in a single contianer | 16:14 |
notmyname | dweimer: however, since each object put also updates the container listing, there is an overhead cost to updating that container db (a btree insert in the db index). this overhead gets bigger the more objects are in a single container | 16:15 |
notmyname | dweimer: your actual performance varies greatly depending on your particular deployment details | 16:15 |
*** dolphm has joined #openstack | 16:15 | |
notmyname | dweimer: this is also an area of active developer interest. something we've been talking about is transparently sharding the container as it gets larger. it's still under discussion, so there are no promises yet as to implementation | 16:16 |
guaqua | is there a way to change the replica count for a ring in swift? | 16:17 |
guaqua | i.e. after it's created | 16:17 |
notmyname | dweimer: however, back to deployment details, I've seen one billion object containers maintain a sustained 400 puts / sec when the container server was running on hardware dedicated to IOPS | 16:17 |
notmyname | dweimer: it's also important to note that these performance hits only affect PUTs, POSTs, and DELETEs. GETs are unaffected because an object GET doesn't talk to the container server at all | 16:18 |
dweimer | notmyname: Interesting. So if we run into container update performance issues, the response is to move the container-server over to it's own hardware. Using SSDs or something like that? | 16:19 |
notmyname | dweimer: I'd strongly recommend that large deployments run the account and container on dedicated hardware optimized for IOPS | 16:20 |
notmyname | dweimer: yes, SSDs are good. RAID10 of SSDs are even better :-) | 16:20 |
notmyname | dweimer: object servers, however, should be optimized for $/GB (slow, cheap spinning metal) | 16:21 |
Glacee | notmyname: do you think that 5400 cool spin wiill do for objects? | 16:21 |
uvirtbot | New bug: #889169 in nova "VM Status string should include both vm_state and task_state" [Undecided,New] https://launchpad.net/bugs/889169 | 16:21 |
notmyname | Glacee: green drives and such (the ones that "power down") aren't really good since swift keeps all the drives spinning all the time. 5400rpm drives will of course potentially limit single-stream performance (reads and writes). I guess I should have said, "don't go buy 15k SAS drives for object servers unless you really know that's what you need") | 16:23 |
Glacee | lol | 16:23 |
Glacee | well thats to be tested | 16:23 |
Glacee | well.. yeah I bought 15K sas drives for container/accounts though | 16:24 |
*** rnorwood1 has quit IRC | 16:25 | |
notmyname | Glacee: ya, that can be a good choice too | 16:25 |
*** lorin11 has joined #openstack | 16:25 | |
*** obino has quit IRC | 16:25 | |
notmyname | guaqua: the replica count is global to the ring (ie you can't have some containers or objects with a different replica count). I'm not sure if changing the replica count is something that's really been played with much. if you have to do it, it probably means a whole new ring that could cause you to have availability issues on a running cluster | 16:26 |
*** rnorwood has joined #openstack | 16:27 | |
guaqua | notmyname: just curious if that's part of normal procedure. apparently not and i shouldn't count on it working in any reasonable way | 16:28 |
*** lorin1 has quit IRC | 16:28 | |
*** dolphm has quit IRC | 16:28 | |
*** dolphm has joined #openstack | 16:29 | |
Glacee | notmyname: Im curious to about running a new ring with a replica count of 2 | 16:29 |
*** dolphm_ has joined #openstack | 16:29 | |
*** tyska has joined #openstack | 16:30 | |
Glacee | I am guessing that AWS Reduced Redundancy Storage has a replica count of 2 | 16:31 |
Glacee | well.. yeah since its 2/3 the price of S3 | 16:31 |
*** dolphm has quit IRC | 16:33 | |
gnu111 | notmyname: I added two new disks. Now seeing this error: object-replicator Bad rsync return code: ['rsync', '--recursive', '--whole-file', '--human-readable', '--xattrs', '--itemize-changes', '--ignore-existing', '--timeout=30', '--contimeout=30', '/srv/node/sda3/objects/246527/a73', '[192.168.0.13]::object/sda3/objects/246527'] ->. .13 storage node has another disk /srv/node/sda3 which is on its own zone. | 16:34 |
*** dobber has quit IRC | 16:35 | |
notmyname | guaqua: ya, it's not "normal" procedure | 16:35 |
notmyname | Glacee: no reason it shouldn't work. I think the SDSC guys are running with 2 replicas. it's a cost/benefit analysis for your use case | 16:36 |
notmyname | Glacee: you won't get any better performance (potentially worse for concurrent GETs to the same object) and you'll have less durability. but you also don't have to buy as many hard drives | 16:37 |
Glacee | notmyname: right, thanks | 16:37 |
Glacee | notmyname: if I want both.. I would need 2 clusters right? One with 3 and one with 2.. You cant have 2 rings on the same cluster right? | 16:37 |
dweimer | Glacee: Yep were running with only two right now. The biggest downside that we've seen so far is that it is more sensitive to performance issues. By default an upload is only successful when 2 or more copies are written to the storage nodes. When running 2 replicas that means 2 out of 2 uploads to the storage nodes need to complete and be within the node_timeout of each other. | 16:38 |
Glacee | deimer: thanks... did you think about changing the default upload success to 1 instead of 2? | 16:39 |
dweimer | Glacee: We did, but the users we talked to were more comfortable with having to retry an upload than only having one copy initially. | 16:40 |
Glacee | dweimer: cool, good to know | 16:42 |
dweimer | Glacee: One thing we've talked about is trying to expose the number of copies for a given object to the user through a web interface. If we did that and users could see when an object was at 1 or 2 replicas, we might revisit going down to 1 copy for upload success. | 16:42 |
*** bryguy has quit IRC | 16:44 | |
*** bryguy has joined #openstack | 16:44 | |
*** redconnection has quit IRC | 16:45 | |
*** tyska has quit IRC | 16:48 | |
*** mies has joined #openstack | 16:49 | |
foexle | why have nova-compute and nova-network a dependency to apache ? | 16:51 |
*** dragondm has joined #openstack | 16:54 | |
*** nati2 has joined #openstack | 16:54 | |
dachary | maybe dnsmasq does not run because --network_manager = nova.network.manager.VlanManager is set and that when this is the case there is no dnsmasq running | 16:55 |
agy | looks like a recommends on ajaxterm | 16:55 |
agy | foexle: ^^ | 16:55 |
agy | see '--no-install-recommends' option to apt-get | 16:55 |
*** dprince has joined #openstack | 16:55 | |
dweimer | notmyname: Actually. Would you be willing to accept a patch that makes the number of replicas a configuration parameter and defaults to the current 'replicas / 2 + 1' value? | 16:56 |
*** rnorwood has quit IRC | 16:56 | |
dachary | is there support for DRBD with openstack ? | 16:57 |
dachary | http://www.drbd.org/ | 16:57 |
foexle | dachary: why not ? .... you can use each supportet filesystem on drbd | 16:58 |
*** darraghb has quit IRC | 16:58 | |
dachary | foexle: unless there is explicit support for DRBD (such as what ganeti provides) it's tricky to handle manually | 16:59 |
dachary | it's possible but easy to get wrong and heavy to manipulate | 17:00 |
notmyname | dweimer: you mean the number of successful writes needed to return success to the user? | 17:00 |
dweimer | notmyname: Yep. | 17:00 |
notmyname | dweimer: ya, that would be something I'd be willing to accept (depends a lot on the specific patch, of course. the idea is ok with me, though) | 17:01 |
uvirtbot | New bug: #889182 in glance "Stacktrace when trying to write a file to the cache" [Critical,In progress] https://launchpad.net/bugs/889182 | 17:01 |
foexle | dachary: i dont understand what you mean ? install drbd => configure drbd => make fs => use device => done | 17:02 |
*** imsplitbit has quit IRC | 17:02 | |
dachary | foexle: I'm saying that "configure drbd" is a pain if you have to do it manually. | 17:05 |
foexle | but if you want scalout or use replication you should read the swift doku and glusterfs | 17:05 |
dachary | true | 17:05 |
foexle | dachary: ? why ? its easy only 10 steps or so | 17:06 |
*** dragondm has quit IRC | 17:06 | |
dachary | foexle: when using ganeti it's zero step which is significantly easier | 17:06 |
dachary | I would expect nova-volume to hide the details of using drbd when / if appropriate. | 17:07 |
foexle | i dont konw that you mean mit geneti ^^ .... easier is not better .... if you administrate a server you must know our services | 17:07 |
dachary | I'm not saying this is a blocker, I'm saying this would be nice ;-) | 17:07 |
dachary | foexle: I know exactly what ganeti does but I appreciate that it does it for me instead of me doing it manually. | 17:08 |
*** jeromatron has quit IRC | 17:08 | |
*** katkee has joined #openstack | 17:08 | |
*** adjohn has quit IRC | 17:09 | |
foexle | write a chef recipe for your requirements | 17:09 |
*** djw_ has quit IRC | 17:09 | |
dachary | foexle: good idea | 17:10 |
*** MarkAtwood has joined #openstack | 17:11 | |
*** shang has quit IRC | 17:11 | |
*** Vinsh_HP has quit IRC | 17:12 | |
*** Vinsh_HP has joined #openstack | 17:19 | |
*** swill has joined #openstack | 17:19 | |
*** Vinsh_HP has quit IRC | 17:20 | |
*** Vinsh_HP has joined #openstack | 17:21 | |
*** rnorwood has joined #openstack | 17:22 | |
*** mdomsch has quit IRC | 17:23 | |
*** tyska has joined #openstack | 17:26 | |
*** neogenix has quit IRC | 17:27 | |
foexle | how i can add a new compute and network node ? | 17:28 |
foexle | nova-manage service dont have add command :D | 17:28 |
*** sec_prof has joined #openstack | 17:29 | |
*** msivanes has quit IRC | 17:30 | |
*** jog0 has joined #openstack | 17:31 | |
*** msivanes has joined #openstack | 17:33 | |
*** cereal_bars has quit IRC | 17:33 | |
*** sec_prof has quit IRC | 17:36 | |
*** marrusl has quit IRC | 17:39 | |
gnu111 | foexle: When you start nova-compute in the node, I think, it talks to the mysql server and adds the record in the services table. | 17:40 |
*** nacx has quit IRC | 17:41 | |
foexle | yeah i see | 17:42 |
foexle | thx | 17:42 |
*** jakedahn has joined #openstack | 17:42 | |
foexle | if i start new compute node | 17:43 |
foexle | OperationalError: (OperationalError) (1054, "Unknown column 'instances.admin_pass' in 'field list'") | 17:43 |
*** pfibiger` is now known as pfibiger | 17:43 | |
foexle | hmmm | 17:43 |
*** hggdh has quit IRC | 17:44 | |
*** zaitcev has joined #openstack | 17:44 | |
*** nati2 has quit IRC | 17:44 | |
*** ohnoimdead has joined #openstack | 17:44 | |
kbringard | did you nova-manage db sync | 17:45 |
kbringard | ? | 17:45 |
foexle | its a existing db | 17:46 |
*** TheOsprey has joined #openstack | 17:46 | |
uvirtbot | New bug: #889196 in nova "XenAPI driver leaks 1 VDI per instance" [Undecided,New] https://launchpad.net/bugs/889196 | 17:46 |
foexle | if i do that 2011-11-11 18:46:12,147 CRITICAL nova [-] <VerNum(46)> | 17:46 |
foexle | :q | 17:47 |
*** ohnoimdead_ has joined #openstack | 17:48 | |
*** ohnoimdead has quit IRC | 17:48 | |
*** ohnoimdead_ is now known as ohnoimdead | 17:48 | |
*** ohnoimdead_ has joined #openstack | 17:48 | |
*** ohnoimdead has quit IRC | 17:48 | |
*** ohnoimdead_ is now known as ohnoimdead | 17:48 | |
*** jeromatron has joined #openstack | 17:48 | |
*** Oneiroi has quit IRC | 17:49 | |
*** ohnoimdead_ has joined #openstack | 17:49 | |
*** ohnoimdead has quit IRC | 17:49 | |
*** ohnoimdead_ is now known as ohnoimdead | 17:49 | |
*** ohnoimdead has joined #openstack | 17:50 | |
*** mrevell has joined #openstack | 17:51 | |
*** ohnoimdead has quit IRC | 17:51 | |
*** ohnoimdead_ has joined #openstack | 17:51 | |
*** hggdh has joined #openstack | 17:51 | |
*** ohnoimdead has joined #openstack | 17:52 | |
*** ohnoimdead_ has quit IRC | 17:52 | |
*** dachary has quit IRC | 17:52 | |
*** dirakx1 has quit IRC | 17:55 | |
*** ohnoimdead_ has joined #openstack | 17:56 | |
*** ohnoimdead has quit IRC | 17:56 | |
*** ohnoimdead_ is now known as ohnoimdead | 17:56 | |
*** ohnoimdead_ has joined #openstack | 18:00 | |
*** ohnoimdead has quit IRC | 18:00 | |
*** ohnoimdead_ has quit IRC | 18:00 | |
*** ohnoimdead has joined #openstack | 18:01 | |
*** ohnoimdead_ has joined #openstack | 18:02 | |
*** ohnoimdead has quit IRC | 18:02 | |
*** ohnoimdead_ is now known as ohnoimdead | 18:02 | |
*** llang629 has joined #openstack | 18:04 | |
*** llang629 has left #openstack | 18:04 | |
*** gnu111 has quit IRC | 18:05 | |
*** ohnoimdead has quit IRC | 18:05 | |
*** ohnoimdead has joined #openstack | 18:06 | |
*** Oneiroi has joined #openstack | 18:06 | |
*** ohnoimdead has quit IRC | 18:06 | |
*** Oneiroi has quit IRC | 18:06 | |
*** Oneiroi has joined #openstack | 18:06 | |
*** ohnoimdead has joined #openstack | 18:06 | |
*** ohnoimdead_ has joined #openstack | 18:07 | |
*** ohnoimdead has quit IRC | 18:07 | |
*** ohnoimdead_ is now known as ohnoimdead | 18:07 | |
*** ohnoimdead has joined #openstack | 18:09 | |
*** dgags has quit IRC | 18:09 | |
*** dragondm has joined #openstack | 18:11 | |
*** dragondm has quit IRC | 18:11 | |
*** dragondm has joined #openstack | 18:12 | |
*** littleidea has joined #openstack | 18:14 | |
*** praefect has quit IRC | 18:15 | |
*** praefect has joined #openstack | 18:15 | |
uvirtbot | New bug: #889205 in glance "Glance cache-index broken (expects 'id')" [Undecided,New] https://launchpad.net/bugs/889205 | 18:15 |
*** Oneiroi has quit IRC | 18:17 | |
*** Oneiroi has joined #openstack | 18:17 | |
*** Oneiroi has quit IRC | 18:17 | |
*** Oneiroi has joined #openstack | 18:17 | |
*** Oneiroi has joined #openstack | 18:18 | |
* Daviey tries to grok what https://github.com/cloudbuilders/swift-keystone2 is | 18:18 | |
uvirtbot | New bug: #889206 in glance "Glance image-cache purge all not working" [Undecided,New] https://launchpad.net/bugs/889206 | 18:21 |
uvirtbot | New bug: #889209 in glance "glance image-members causes httplib.BadStatusLine" [Undecided,New] https://launchpad.net/bugs/889209 | 18:21 |
*** BasTichelaar has quit IRC | 18:21 | |
*** arBmind__ has joined #openstack | 18:22 | |
*** javiF has quit IRC | 18:24 | |
*** dolphm_ has quit IRC | 18:28 | |
*** dolphm has joined #openstack | 18:28 | |
*** clauden_ has quit IRC | 18:30 | |
*** clauden_ has joined #openstack | 18:30 | |
*** dolphm has quit IRC | 18:33 | |
*** wphr_org-ed has joined #openstack | 18:36 | |
wphr_org-ed | good morning everyone | 18:36 |
*** krow has joined #openstack | 18:36 | |
wphr_org-ed | (or whatever may be appropriate for your timezone) | 18:36 |
*** redconnection has joined #openstack | 18:37 | |
*** redconnection has joined #openstack | 18:37 | |
*** imsplitbit has joined #openstack | 18:37 | |
wphr_org-ed | been awhile since I've been here but I'm anxious to contribute and learn | 18:37 |
*** adjohn has joined #openstack | 18:38 | |
*** rnorwood has quit IRC | 18:39 | |
wphr_org-ed | last time I was working with openstack a few months back there were issues with the networking code | 18:39 |
wphr_org-ed | I could launch instances, but the iptables rules or whatever other network "magic" needed to happen to pass traffic - say port 80 - to my instance from a public ip wasn't working so well | 18:40 |
wphr_org-ed | or really at all | 18:40 |
wphr_org-ed | could have been PEBCAK | 18:41 |
wphr_org-ed | but there was a lot of talk at the time about broken network code | 18:41 |
wphr_org-ed | has there been any change in that? | 18:41 |
*** mrevell has quit IRC | 18:44 | |
*** littleidea has quit IRC | 18:46 | |
*** vidd__ is now known as vidd | 18:46 | |
*** vidd has quit IRC | 18:47 | |
*** vidd has joined #openstack | 18:47 | |
*** mdomsch has joined #openstack | 18:48 | |
vidd | wphr_org-ed, networking seems fine | 18:49 |
*** Oneiroi has quit IRC | 18:52 | |
*** jakedahn has quit IRC | 18:54 | |
*** adjohn has quit IRC | 18:54 | |
*** jakedahn has joined #openstack | 18:55 | |
*** Oneiroi has joined #openstack | 18:55 | |
*** Oneiroi has quit IRC | 18:55 | |
*** Oneiroi has joined #openstack | 18:55 | |
*** zul has quit IRC | 18:56 | |
*** zul has joined #openstack | 18:56 | |
*** stuntmachine has quit IRC | 18:57 | |
*** dolphm has joined #openstack | 18:58 | |
*** stuntmachine has joined #openstack | 18:59 | |
*** jakedahn has quit IRC | 19:01 | |
*** jakedahn has joined #openstack | 19:02 | |
foexle | wphr_org-ed: network services runs without problems | 19:02 |
foexle | wphr_org-ed: i'm using now multi node with multi network services and vlan ... all runs perfect | 19:03 |
*** rnorwood has joined #openstack | 19:03 | |
*** dprince has quit IRC | 19:06 | |
webx | I'm trying to use s3cmd with swift so that we can basically just 'plug & play' if/when we choose to migrate from s3 | 19:07 |
webx | http://paste.openstack.org/show/3289/ | 19:07 |
*** tyska has quit IRC | 19:07 | |
webx | http://paste.openstack.org/show/3290/ may help, as it shows the actual conf as well. basically just change the access and secret, along with the host_base and host_bucket to point to your proxy | 19:08 |
webx | anyway, can anyone help me figure out what part of swift would be generating that denied message when I try to list a bucket | 19:09 |
*** bwong has joined #openstack | 19:09 | |
wphr_org-ed | foexle: Thanks! | 19:10 |
wphr_org-ed | and you too vidd | 19:10 |
wphr_org-ed | So what exactly is the network service supposed to do? | 19:10 |
wphr_org-ed | does it automagically set up the iptables rules to allow traffic through from outside to your instances? If so, how does it know which traffic to let through? | 19:11 |
wphr_org-ed | <----Pretty green on Openstack | 19:11 |
vidd | wphr_org-ed, no what it does is automatically bridge your VM to the pre-determined eth and apply the IP security rules it is told to assign to that instance | 19:12 |
*** lborda has quit IRC | 19:13 | |
vidd | i guess the best way to describe it is as a virtual router | 19:13 |
*** gyee has joined #openstack | 19:18 | |
wphr_org-ed | so that could include "allow port 80 traffic and nothing else?" | 19:22 |
vidd | wphr_org-ed, you COULD set that...but it is not recommended...you need ssh at the very least | 19:23 |
*** bandito has joined #openstack | 19:28 | |
*** Moltar has joined #openstack | 19:28 | |
*** rnorwood has quit IRC | 19:29 | |
bandito | I have a quick question. Do any of the Nova APIs provide hostname information on servers? From what I can see, this data doesn't exist, only public/private IPs, and server name. | 19:30 |
foexle | vidd: do you have an idea if i start network service but dnsmasq won't to start | 19:31 |
Moltar | I have a single system installation of openstack I'm playing around with. I noticed that after rebooting, euca-describe-instances still lists a bunch of instances that don't really exist anymore. Is there some way to clean that up other than one by one? | 19:31 |
vidd | foexle, no | 19:31 |
foexle | vidd: so a new instanz will start but no network configurations like iptable rules or dnsmasq .... | 19:31 |
foexle | vidd: hmpf :) .... no errors reported | 19:31 |
vidd | foexle, wait....does the instance say its running? | 19:32 |
foexle | yes | 19:32 |
vidd | but you cant ping it? | 19:32 |
foexle | i cant ping and the network service dont configure iptables | 19:32 |
foexle | it seems that the network service are not running corretly on this node | 19:33 |
foexle | but i dont see any errors :) | 19:33 |
vidd | foexle, is the issue isolated or on multiple nodes? | 19:33 |
*** mnour has joined #openstack | 19:33 | |
foexle | its only on the new configured node | 19:34 |
*** misheska has joined #openstack | 19:34 | |
vidd | do all your nodes have nova-network? | 19:34 |
*** Gordonz has joined #openstack | 19:34 | |
foexle | yes | 19:34 |
foexle | and the flag --multi_host=True are set | 19:34 |
vidd | foexle, check your nova.conf file and make sure your node has the correct --my_ip flag | 19:35 |
foexle | ok | 19:35 |
uvirtbot | New bug: #889246 in keystone "with Postgresql DB IN filter is broken in get_users API call" [Undecided,New] https://launchpad.net/bugs/889246 | 19:35 |
foexle | do i need this flag only on multinode ? | 19:36 |
foexle | mode | 19:36 |
vidd | you should have a --my_ip and a --host flag on all your nodes | 19:37 |
*** MarkAt2od has joined #openstack | 19:38 | |
*** lborda has joined #openstack | 19:40 | |
*** MarkAtwood has quit IRC | 19:41 | |
*** pixelbeat has quit IRC | 19:43 | |
*** MarkAt2od has quit IRC | 19:45 | |
vidd | how do i apt-get passlib? | 19:48 |
foexle | vidd: ? | 19:48 |
foexle | vidd: apt-get install passlib | 19:49 |
foexle | ? | 19:49 |
bwong | how do I download scripts from github? | 19:49 |
vidd | E: Unable to locate package passlib | 19:49 |
foexle | ah is not in repo | 19:49 |
vidd | bwong, git clone git://URL | 19:49 |
bwong | thanks | 19:49 |
foexle | vidd: pip install passlib | 19:50 |
vidd | bwong, make sure you get the git URL and not the http URL | 19:50 |
vidd | foexle, i dont want to pip anything | 19:50 |
vidd | im runing ubuntu....not pybuntu =] | 19:51 |
foexle | so you can use easy_install ? | 19:51 |
bwong | vidd: where do you usually find the git url? | 19:51 |
foexle | on the top of the repo bwong | 19:51 |
bwong | vidd: nevermind. Found it. | 19:51 |
vidd | bwong, it begins with git:// and not http:// | 19:51 |
foexle | vidd: thats not correct | 19:51 |
foexle | vidd: you can checkout with http protocol | 19:52 |
*** krow has quit IRC | 19:52 | |
vidd | foexle, easy_install is worse then pip | 19:52 |
foexle | but the end of the url must be .git | 19:52 |
*** redconnection has quit IRC | 19:52 | |
vidd | foexle, everything on gethub ends with .git =] | 19:53 |
foexle | vidd: yeah but you need to install this python module and it is not in a ubuntu repo | 19:53 |
foexle | vidd: not the webpages only the repos | 19:53 |
vidd | foexle, you dont git the webpages...you git the repos =\ | 19:53 |
*** MarkAtwood has joined #openstack | 19:54 | |
vidd | why is there no passlib in ubuntu repos?!? | 19:54 |
foexle | yes but you can use http protocl to check out ... you dont need git protocol like git:// | 19:54 |
foexle | vidd: dont know :D | 19:54 |
*** jwalcik has quit IRC | 19:55 | |
vidd | everything else...and i mean EVERYTHING else is there =\ | 19:55 |
*** dendrobates is now known as dendro-afk | 19:55 | |
vidd | how do you "unpip something? | 19:58 |
*** neogenix has joined #openstack | 19:58 | |
foexle | just rm -r the egg | 19:59 |
vidd | i hate python installs =\ | 20:01 |
*** jkyle has joined #openstack | 20:05 | |
jkyle | afternoon | 20:05 |
jkyle | If a fixed_ips.allocated value is incorrectly toggled from 1 to 0, what impact could that have on the system? | 20:06 |
*** TheOsprey has quit IRC | 20:07 | |
foexle | if the ip are allocated and you set it to 0 then you have the risk to allocate this ip twice | 20:07 |
*** PotHix has quit IRC | 20:08 | |
jkyle | guess I'm looking for where this sort of error will fall on the scale of "minor annoyance, easily caught and fixed" to "Rome Will Burn" | 20:08 |
*** adjohn has joined #openstack | 20:09 | |
vidd | isnt "Rome will burn" the same as "minor annoyance"? | 20:09 |
vidd | =] | 20:09 |
jkyle | hehe | 20:09 |
foexle | so if you have a double ip in you network, your router/switch can't handle this | 20:09 |
foexle | +r | 20:09 |
jkyle | yeah, usually the second host attempting to use the IP is just denied | 20:10 |
vidd | jkyle, messing with the databse manually is a bad thing | 20:10 |
jkyle | yeah, learned that >.> | 20:11 |
jkyle | this is the attempt to fix it. Then I'm going to write a module to handle what I needed to do | 20:11 |
foexle | thats not true ... normally the router will switch everything the destination (MAC) of that ip | 20:11 |
vidd | they only database that should be touched by outside influences is keystone | 20:11 |
vidd | and then only to disable a user or renew thier authorization when thier keys expire | 20:12 |
*** sandywalsh_ has joined #openstack | 20:13 | |
*** dachary has joined #openstack | 20:15 | |
*** cereal_bars has joined #openstack | 20:16 | |
*** neogenix_ has joined #openstack | 20:16 | |
*** neogenix has quit IRC | 20:17 | |
*** neogenix_ is now known as neogenix | 20:17 | |
*** tdi has quit IRC | 20:25 | |
*** mnour has quit IRC | 20:26 | |
*** wilmoore has joined #openstack | 20:26 | |
*** adjohn has quit IRC | 20:27 | |
*** MarkAtwood has quit IRC | 20:29 | |
*** MarkAtwood has joined #openstack | 20:29 | |
*** tdi has joined #openstack | 20:35 | |
*** littleidea has joined #openstack | 20:35 | |
*** foexle has quit IRC | 20:36 | |
*** jkyle has quit IRC | 20:36 | |
*** neogenix has quit IRC | 20:37 | |
vidd | is annegentle here? | 20:37 |
*** neogenix has joined #openstack | 20:37 | |
*** df1 has joined #openstack | 20:41 | |
*** xenon75 has joined #openstack | 20:42 | |
xenon75 | Hello everybody | 20:42 |
annegentle | vidd: heyahh | 20:44 |
vidd | hey annegentle on http://docs.openstack.org/diablo/openstack-compute/starter/content/Glance-d1e634.html we need to add "python-httplib2 to the apt-get line or glance fails to configure | 20:45 |
vidd | ubuntu 11.10 does not have it as a hard requirement (or even a recommeds IIRC) | 20:46 |
annegentle | vidd: ok, that guide is built from lp:openstackbook, I'll log a bug for them | 20:46 |
annegentle | vidd: ok, logged, thanks for pointing it out | 20:48 |
*** antonhaldin has quit IRC | 20:49 | |
notmyname | mtaylor: what group on LP does someone need to join to see swift bugs, etc? | 20:52 |
notmyname | and how? | 20:52 |
*** kbringard has quit IRC | 20:54 | |
*** kbringard has joined #openstack | 20:55 | |
uvirtbot | New bug: #889287 in keystone "./setup.py build_sphinx fails on sqlalchemy.migrate_repo.manage" [High,Confirmed] https://launchpad.net/bugs/889287 | 20:56 |
*** bryguy has quit IRC | 20:58 | |
*** lorin11 has left #openstack | 20:58 | |
*** bryguy has joined #openstack | 20:59 | |
*** jkyle has joined #openstack | 21:05 | |
uvirtbot | New bug: #889299 in nova "volume/snapshots takes very long to delete " [Undecided,New] https://launchpad.net/bugs/889299 | 21:21 |
*** bhall has joined #openstack | 21:22 | |
*** ahasenack has quit IRC | 21:28 | |
*** ahasenack has joined #openstack | 21:28 | |
*** wilmoore has quit IRC | 21:29 | |
*** troytoman-away is now known as troytoman | 21:33 | |
*** neogenix has quit IRC | 21:36 | |
*** obino has joined #openstack | 21:37 | |
*** jdg has quit IRC | 21:43 | |
mtaylor | notmyname: anyone should be able to see swift bugs - no team needed - bugs.launchpad.net/swift | 21:45 |
notmyname | mtaylor: automattic notification? | 21:45 |
*** magg has joined #openstack | 21:46 | |
magg | hello | 21:46 |
magg | i have now installed the dashboard, i have created an instance | 21:46 |
magg | it says active finally | 21:46 |
magg | butt | 21:46 |
magg | but* | 21:46 |
magg | i can't start the vnc console | 21:46 |
mtaylor | notmyname: ah - that's a different thing | 21:47 |
magg | do i need extra configuration inthe nova.conf file? | 21:47 |
magg | vidd? | 21:47 |
notmyname | mtaylor: df1 was wanting to know | 21:47 |
magg | kiall? | 21:47 |
mtaylor | df1, notmyname: should be ~swift-bugs | 21:47 |
*** dolphm has quit IRC | 21:48 | |
vidd | magg, dunno....i have not been able to get vnc to work either =\ | 21:48 |
mtaylor | df1, notmyname: actually, no, I lied. that's different | 21:48 |
magg | vidd, lol | 21:48 |
*** dolphm has joined #openstack | 21:48 | |
magg | vidd, so how do i connect to it | 21:48 |
mtaylor | go to launchpad.net/swift and you should see a link that says "Subscribe to bug mail" on the right hand side of the page | 21:48 |
magg | with ssh? | 21:48 |
mtaylor | notmyname, df1 ^^^^ | 21:48 |
vidd | magg, ummm sure? | 21:49 |
vidd | =] | 21:49 |
*** dolphm_ has joined #openstack | 21:49 | |
* vidd is not much of a gui-man himself...ssh always works =] | 21:49 | |
*** stuntmachine has quit IRC | 21:50 | |
notmyname | mtaylor: thanks | 21:52 |
magg | ssh: connect to host 172.16.0.6 port 22: No route to host | 21:52 |
magg | fuuuu | 21:52 |
vidd | magg, in the dashboard, do you have security rules? | 21:52 |
*** dolphm has quit IRC | 21:53 | |
magg | nope | 21:53 |
*** alekibango has quit IRC | 21:53 | |
*** alekibango has joined #openstack | 21:53 | |
vidd | that is why you have "no route to host"....you didnt build any | 21:53 |
magg | oh | 21:53 |
magg | what do i put in the cidr input text? | 21:54 |
mtaylor | notmyname: my pleasure! | 21:54 |
*** chomping has joined #openstack | 21:55 | |
vidd | magg, idk ... i add my security rules with euca | 21:55 |
vidd | dashboard does not seem to like 0.0.0/0 | 21:56 |
magg | oh | 21:56 |
vidd | 0.0.0.0/0 | 21:56 |
*** cereal_bars has quit IRC | 21:56 | |
*** jeromatron has quit IRC | 21:58 | |
xenon75 | I have a quick question about performances. I am playing with a local installation of OpenStack using --libvirt_type=qemu. I can deploy instances without any problem but when I run my application inside an instance it's slow like hell. I tried to run my application using plain qemu and it has very decent performances. So I don't understand why with OpenStack I get that performance degradation. | 21:59 |
xenon75 | Is there a way to tune the qemu virtual machines that are run by OpenStack so that I can have the same performances that I have with plain QEmu? | 22:00 |
*** tjikkun has joined #openstack | 22:00 | |
*** tjikkun has joined #openstack | 22:00 | |
vidd | xenon75, you have to remember that regular qemu as the benefit of acually having access to all your available ran | 22:01 |
vidd | *ram | 22:01 |
vidd | xenon75, does your hardware support kvm ? | 22:03 |
xenon75 | vidd: I think yes. I have crw-rw----+ 1 root kvm 10, 232 2011-11-11 21:08 /dev/kvm and also an Intel CORE i5 | 22:03 |
*** troytoman is now known as troytoman-away | 22:03 | |
bwong | . | 22:04 |
vidd | xenon75, then why --libvirt+type=qemu? | 22:04 |
*** ameade_ has quit IRC | 22:06 | |
*** ameade has joined #openstack | 22:06 | |
*** dragondm has quit IRC | 22:06 | |
*** lts has quit IRC | 22:06 | |
xenon75 | vidd, I really thought that qemu was using the same acceleration as kvm... so you are telling me that if I put --libvirt_type=kvm this would solve my issue? | 22:06 |
*** jtran has joined #openstack | 22:07 | |
vidd | i dont know about "solve" but it would run one heck of a bit faster than qemu | 22:07 |
xenon75 | vidd, rigth :) thanks. Gonna try this. | 22:08 |
*** msivanes has quit IRC | 22:08 | |
*** dragondm has joined #openstack | 22:09 | |
*** dachary has quit IRC | 22:11 | |
*** xenon75 has quit IRC | 22:11 | |
*** dendro-afk is now known as dendrobates | 22:11 | |
*** imsplitbit has quit IRC | 22:13 | |
*** xenon75 has joined #openstack | 22:15 | |
xenon75 | vidd: Thanks. That definitely solved my issue :) | 22:15 |
vidd | xenon75, why handicap yourself if you dont need to =] | 22:16 |
*** misheska has quit IRC | 22:17 | |
*** apevec has quit IRC | 22:17 | |
xenon75 | vidd: you are absolutely right, but as I said before I really thought that qemu was using hardware acceleration :) So to me qemu and kvm looked equivalent. Anyway, it's good that things run faster. That saved my day :) | 22:18 |
vidd | xenon75, qemu never uses hardware accelleration, even on bare metal | 22:19 |
*** dolphm_ has quit IRC | 22:19 | |
vidd | qemu is for when there ISNT any hardware accelleration =] | 22:19 |
xenon75 | vidd: I use qemu-system-x86_64 which does. | 22:20 |
vidd | xenon75, let me rephrase...opentack-qemu =] | 22:21 |
xenon75 | vidd: ok :) Understood | 22:21 |
xenon75 | vidd, thanks again | 22:21 |
magg | shouldnt compute use ram from two nodes? | 22:24 |
*** ayates83 has quit IRC | 22:24 | |
*** kieron has quit IRC | 22:24 | |
vidd | magg, how is compute A supposed to use ram from computer B? | 22:25 |
magg | i mean controller A should send instance to compute A | 22:26 |
magg | http://pastebin.com/w8eEp39F | 22:26 |
magg | i try to create a small instance from the dashboard | 22:27 |
*** xenon75 has quit IRC | 22:27 | |
magg | and i have the controller and another node | 22:27 |
*** littleidea has quit IRC | 22:28 | |
*** miclorb_ has joined #openstack | 22:29 | |
magg | compute B** | 22:29 |
magg | oops | 22:29 |
*** reed has quit IRC | 22:31 | |
*** mdomsch has quit IRC | 22:34 | |
*** reed has joined #openstack | 22:39 | |
*** jakedahn has quit IRC | 22:41 | |
*** jakedahn has joined #openstack | 22:42 | |
*** llang629 has joined #openstack | 22:43 | |
*** redconnection has joined #openstack | 22:43 | |
*** sandywalsh_ has quit IRC | 22:43 | |
*** llang629 has left #openstack | 22:44 | |
*** hingo has quit IRC | 22:44 | |
*** jeromatron has joined #openstack | 22:50 | |
*** lborda has quit IRC | 22:50 | |
*** miclorb_ has quit IRC | 22:53 | |
*** arBmind__ has quit IRC | 22:54 | |
*** bsza has joined #openstack | 22:58 | |
*** TreeStump has quit IRC | 23:00 | |
*** magg has quit IRC | 23:01 | |
*** anticw has quit IRC | 23:02 | |
*** anticw has joined #openstack | 23:03 | |
*** anotherjesse has joined #openstack | 23:04 | |
*** Mussi has joined #openstack | 23:05 | |
*** bsza has quit IRC | 23:06 | |
*** jfluhmann has quit IRC | 23:06 | |
vidd | anotherjesse, you work on the dashboard project? | 23:06 |
anotherjesse | I have been known to touch that code | 23:07 |
vidd | there is a #FIXME in there about setting it up for mysql | 23:07 |
vidd | i have what needs to go there | 23:07 |
anotherjesse | are people not reviewing or ? | 23:07 |
vidd | anotherjesse, the setup for mysql on dgango is rather non-intuitive...much different than the other projects | 23:08 |
anotherjesse | any chance you can contribute the setup to devstack? | 23:09 |
vidd | im not much of a coder =\ | 23:09 |
* anotherjesse personally wishes that we didn't need a DB for horizon -- it should use cookie based sessions | 23:09 | |
*** nelson has quit IRC | 23:10 | |
*** jtran has quit IRC | 23:10 | |
anotherjesse | if you create a bug at http://bugs.launchpad.net/devstack on how to install it we would convert to devstack | 23:10 |
vidd | this is my modified dashboard local_settings.py http://dpaste.com/653298/ | 23:10 |
vidd | sure...i can do that =] | 23:11 |
vidd | anotherjesse, https://bugs.launchpad.net/devstack/+bug/889331 | 23:13 |
*** bryguy has quit IRC | 23:14 | |
vidd | the pip installs might need to have mysqlclient16-dev (or apt-get) | 23:15 |
*** df1 has quit IRC | 23:16 | |
*** chomping has quit IRC | 23:16 | |
*** bryguy has joined #openstack | 23:17 | |
*** dolphm has joined #openstack | 23:19 | |
uvirtbot | New bug: #889331 in devstack "mysql setup for dashboard" [Undecided,New] https://launchpad.net/bugs/889331 | 23:21 |
*** rsampaio has quit IRC | 23:24 | |
*** rsampaio has joined #openstack | 23:24 | |
*** df1 has joined #openstack | 23:25 | |
*** ahasenack has quit IRC | 23:28 | |
*** dolphm has quit IRC | 23:28 | |
*** ahasenack has joined #openstack | 23:28 | |
*** jakedahn_ has joined #openstack | 23:30 | |
*** jakedahn has quit IRC | 23:31 | |
*** jakedahn_ has quit IRC | 23:31 | |
*** jakedahn has joined #openstack | 23:31 | |
bwong | if I nova-manage db sync before I suppose to, how do I reverse it? | 23:32 |
*** df1 has quit IRC | 23:32 | |
*** dolphm has joined #openstack | 23:32 | |
vidd | bwong, you dont need to reverce it | 23:33 |
bwong | vidd: just sync it again? | 23:33 |
vidd | right | 23:34 |
bwong | I tried that, now it sayas command failed =/ | 23:34 |
*** Mussi has quit IRC | 23:34 | |
*** dolphm has quit IRC | 23:35 | |
vidd | can you paste command and error? | 23:35 |
*** cp16net has quit IRC | 23:35 | |
reed | the newsletter is out http://www.openstack.org/blog/2011/11/community-weekly-review-nov-4-11/ | 23:36 |
*** bandito has quit IRC | 23:36 | |
*** Gordonz has quit IRC | 23:37 | |
bwong | http://paste.openstack.org/show/3295/ | 23:37 |
bwong | vidd: | 23:37 |
vidd | bwong, i dont understand why you are getting an error | 23:40 |
bwong | I know why | 23:41 |
bwong | but I don''t know how to fix it | 23:41 |
bwong | may have to reinstall it all over again | 23:41 |
vidd | bwong, you can just delete the database and rebuild it | 23:42 |
vidd | bwong, do you have phpmyadmin installed? | 23:42 |
*** rsampaio has quit IRC | 23:43 | |
bwong | nope | 23:43 |
bwong | apt-get phpmyadmin? | 23:43 |
*** swill has quit IRC | 23:44 | |
*** rsampaio has joined #openstack | 23:44 | |
vidd | bwong, http://www.thingy-ma-jig.co.uk/comment/7014 has instructions for dropping all the tables in a database | 23:44 |
vidd | dropping all the tables will set your nova database to where it was b4 you sync'd last time | 23:45 |
*** nitram_macair has quit IRC | 23:45 | |
bwong | oh, alright Ill take a look! | 23:46 |
*** rsampaio has quit IRC | 23:48 | |
*** rsampaio has joined #openstack | 23:49 | |
bwong | Thanks Vidd! that worked. | 23:50 |
vidd | =] | 23:51 |
*** rsampaio has quit IRC | 23:55 | |
*** rsampaio has joined #openstack | 23:55 | |
uvirtbot | New bug: #889336 in quantum "Version number is specified in multiple places" [Low,New] https://launchpad.net/bugs/889336 | 23:56 |
*** nelson has joined #openstack | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!