Monday, 2011-11-07

Kiallstevegjacobs: BTW .. git pull, I've made a few changes to the nova.sh script since its not very clear at times ;)00:00
*** bryguy has joined #openstack00:00
Kiall(I understand what it was telling me to do.. but unless you've done it before, you probably wouldn't ;))00:00
*** shentonfreude has quit IRC00:00
cloudflyi think there is an order of operations issue in stack.sh00:01
cloudflyit seems to create the stack user fine, but it tries to deploy stuff to /opt/stack before doing that00:02
cloudflyand that will obviously fail00:02
*** cmagina has joined #openstack00:04
*** rsampaio has quit IRC00:05
*** arBmind has quit IRC00:05
*** rsampaio has joined #openstack00:12
*** miclorb_ has joined #openstack00:15
*** hezekiah_ has joined #openstack00:17
*** jj0hns0n has quit IRC00:27
stevegjacobsrestart glance-api /glance registry is failing after running the script00:27
Kiallstevegjacobs: any error message?00:28
stevegjacobsrestart: Unknown instance:00:28
Kiallmaybe it wasn't running and just needs to be started? (rather than restarted)00:28
Kiallyea .. that means it wasnt running, so there is nothing to restart00:28
Kiall(ubuntu really should make a better error message for that)00:28
stevegjacobsjeez00:30
stevegjacobsshould there be  something in the glance database? Database there but no tables yet00:30
*** miclorb_ has quit IRC00:30
Kiallyea, there should be00:31
Kiallmaybe its still using the default sqlite DB?00:31
stevegjacobsI'll check and fix00:31
Kiallshould be 3 tables.. and a few records once you run the glance-upload-* scripts00:31
Kiallalso .. i think i left a step out ;)00:32
Kiallglance-manage db_sync00:32
Kiallit creates the tables etc ;)00:33
Kiallhttps://github.com/managedit/openstack-setup/commit/407c805d53ca26ca8e7f5a46ebaebd375dc4183c00:33
stevegjacobsglance-manage db_sync created four tables00:35
Kiall4? I only have 3 .. LOL00:36
Kiallwonder what I'm missing ;)00:36
Kialllooks like I was missing migrate_version00:37
Kiallcan tell me what it put there for you?00:37
stevegjacobsimages, image_members, image_members, migrate_version00:37
Kiall(So i can fudge it in)00:37
Kiallpretty sure I just need the "version" from "migrate_version"00:38
stevegjacobsmoving on to setting up the images...00:38
KiallBefore you do.. can you let me know what the value of the version col in the migrate_version table is?00:39
Kiall(Will save me some hassle next time glance makes a DB change ;))00:39
stevegjacobs000:41
*** MarkAtwood has quit IRC00:41
stevegjacobsversion columne is '0'00:41
Kiallgrand stuff then..00:42
*** llang629 has joined #openstack00:42
*** llang629 has left #openstack00:42
*** Otter768 has joined #openstack00:44
stevegjacobsKiall - what time zone are you in?00:44
KiallIreland, so its 1AM and I'm still working :(00:44
Kiallon a sunday no less00:44
stevegjacobsme too00:44
stevegjacobsyou gave your self away when you said 'grand stuff'00:45
Kialllol ...00:45
cloudflyheh00:45
KiallThere are a surprising amount of Irish companies looking at / deploying openstack...00:46
cloudflythat's good to hear.00:46
cloudflyi've got an irish citizenship if i want it and a desire to bike europe00:46
cloudfly=P00:46
KiallI've talked with at least 4 on IRC, thats huge (for a country of 4 million)00:46
cloudflytrue00:47
stevegjacobsI've got irish and american, so I could bike to austin00:47
Kiall80% of those using it wont be on IRC, and the rest wont mention they are Irish00:47
cloudflypity00:47
cloudflyhrmm00:47
cloudflywierd00:47
cloudflyyou ever see a glance add command just ... hang?00:48
Kiallcloudfly: nope, is the CPU (well 1 core) pegged?00:48
cloudflynope00:49
KiallTime to check the logs then ;)00:49
*** nerdstein has joined #openstack00:50
*** nerdstein has left #openstack00:50
stevegjacobsbig error message at the end of lucid upload... http://paste.openstack.org/show/3112/00:51
*** egant has quit IRC00:52
Kiallstevegjacobs: what did the command look like?00:52
Kialloh wait, you dont see it.00:53
Kiallso oneiric went in okay?00:53
stevegjacobsno - haven't done that yet00:53
stevegjacobsdatabase still empty00:53
stevegjacobsI'll have a go00:53
cloudfly  File "/usr/lib/python2.7/dist-packages/eventlet/greenio.py", line 286, in send00:53
cloudfly    total_sent += fd.send(data[total_sent:], flags)00:53
cloudflyerror: [Errno 104] Connection reset by peer00:53
cloudflyweird00:53
Kiallstevegjacobs: the oneiric one has to go in first00:53
Kiall(there is a hardcoded ID for the kernal)00:54
stevegjacobsoooh00:54
Kiallbascially, you upload the oneiric kernel (id = 1), then the oneiric disk (id = 2) and tell it to use kernel id =100:54
stevegjacobsit's working away now.. my bad for not following the sequence..00:56
*** joeyang has joined #openstack00:56
vidd-awayim back00:56
*** vidd-away is now known as vidd00:56
KiallWell, that error kinda looks unrelated00:56
Kiallstevegjacobs: also .. there was a bug in that oneiric script ;) https://github.com/managedit/openstack-setup/commit/eb4ee1e350d5de93fc430919466857d7c05a3f4500:56
Kiallit shouldnt make a difference as you only run it once tho..00:56
stevegjacobsoneiric is downloading now - takes a few minutes00:57
cloudflyglance add -A <password> name=oneiric-server-cloudimg-amd64-vmlinuz-virtual is_public=true container_format=aki disk_format=aki00:57
cloudflythat look about right for manually adding an oneiric image?00:57
Kiallyea if it doesnt work, just look at the script and try the command by hand, its probably something simple-ish00:58
Kiall(and tell me, so I can update it!)00:58
Kialland bear in mind .. I wrote these scripts for me, they probably have a few little mistakes that I just fixed without editing the script..00:59
cloudflybizarre01:01
cloudflyit says it's uploading the image01:01
cloudflybut then it just... sits there01:01
*** MarkAtwood has joined #openstack01:02
Kialltried restarting nova-api and all of the glance services?01:02
cloudflywhat is the correct way to do that from within devstack?01:02
cloudflyfrom screen?01:02
Kiallno clue ;)01:02
stevegjacobsstill getting the same error at the end of oneiric install01:02
Kiallstevegjacobs: okay, try the commands by hand...01:03
Kiallexport TOKEN=`./obtain-token.sh`01:03
Kiallecho $TOKEN01:03
Kialltry that first01:03
cloudflyfyi the screen method SEEMS to work01:04
Kiallstevegjacobs: in fact, I'm sure its the TOKEN=`./obtain-token.sh` thats failing01:05
Kiallthe command "add" is being used as the token, and the first property is being used as the command01:06
stevegjacobsyep01:06
Kialldoes running ./obtain-token.sh get you a token?01:06
stevegjacobsno. Key error 'access'01:07
Kiallbut keystone-test.sh worked earlier?01:08
*** MarkAtwood has quit IRC01:08
Kiallactually - try keystone-test.sh again01:08
stevegjacobsweird - worked the first time but not now01:09
stevegjacobsdo I need to back up the truck?01:09
Kiallyea .. try restarting keystone, maybe installing something else messed it up :)01:10
*** rods has quit IRC01:10
Kiallor, maybe its not even running any more..01:10
*** nyeates has joined #openstack01:12
stevegjacobskeystone said it was running -  so I restarted it, and now I am getting a token01:12
stevegjacobsshould I try oneiric upload again?01:13
KiallKeystone has been completely stable for me, Was likely somehow to do with installing all the other parts...01:13
Kiallyea - but!01:13
Kiallthere is a typo in the 2x upload scripts01:13
Kiallhttps://github.com/managedit/openstack-setup/commit/eb4ee1e350d5de93fc430919466857d7c05a3f4501:13
viddstevegjacobs, you have 2 machines...right?01:13
Kiallsame issue in both files01:13
viddmake sure the times are synced01:13
Kiallvidd: thats step 1 of running any network ;)01:13
KiallLiterally, first thing you do after installing the OS, setup NTP ;)01:14
stevegjacobsvidd -  yes I do, but only one is involved in this. I set up ntp immediatley after installing os ;)01:14
viddKiall, the first step to driving a car is "fasten seat belt" but that dont mean ppl do it =]01:14
Kiallidiots dont do it :P01:15
stevegjacobsntp is fine on my systems so I need to get back to installing scripts01:16
viddKiall, IDK...the first thing i do after installing the OS is curce, take the disk out of the drive, and reboot again01:16
viddthen i set the root password, set the IP address and THEN set up time server01:17
Kiallall that happens during the install ;)01:18
viddyou curse and take the disk out of the drive during the install?01:18
vidd=]01:18
*** po has quit IRC01:18
*** obino has quit IRC01:21
stevegjacobsKiall - another error : http://paste.openstack.org/show/3113/01:28
stevegjacobsbut I suppose that is from multiple attemps to upload now?01:28
*** mmetheny_ has quit IRC01:28
*** nyeates has quit IRC01:28
Kiallyea .. looks like it01:28
*** hezekiah_ has quit IRC01:28
*** mmetheny has joined #openstack01:28
stevegjacobsI have data in my glance db now01:29
stevegjacobsbut it is showing that oneiric is 'killed'01:29
Kiallrm -f /var/lib/glance/images/*01:29
Kialland truncate the table01:29
Kiall(dont just delete the rows, truncate so the IDs start at 1 again)01:29
Kiallprobably best to restart glance after that, no idea what it caches :)01:30
stevegjacobswill that hurt the one instance that i have running on the other server?01:30
stevegjacobsit is oneiric01:30
Kialloh, you got instances running already?01:30
stevegjacobsI had instances running - only one important one - on the server that is not the controller01:31
stevegjacobsIt's still alive01:31
Kialloh - news to me ;) Yes. That will.. cause issues..01:31
KiallYou'll need to port the data from SQLite to MySQL "by hand"01:31
Kialland skip the glance-upload- scripts01:31
stevegjacobsok - I had oneiric and lucid images01:33
*** livemoon has joined #openstack01:34
*** MarkAtwood has joined #openstack01:34
stevegjacobsmore fun :-) sqlite to mysql conversion.01:39
stevegjacobsany best practice suggestions?01:40
Kialluhhh .. nope01:41
Kiallnever used SQLite for anything :)01:41
KiallI would imagine it would be easy enough to do a "sqlitedump" or similar, remove schema, find+replace, and import01:42
cloudflyi love sqlite01:50
cloudflyit's pretty great01:50
stevegjacobsI've never used it, but when I first installed this system from ubuntu packages, I just left glance at defaults, and it worked - at least at first.01:51
stevegjacobstrying to dump using sqlite3, but it seems to be hanging01:51
viddcloudfly, sqlite is very not-portable01:52
viddcloudfly, is there some way to export a database into standard "can easily be read by phpmyadmin" format?01:53
livemoonmorning, vidd01:53
viddlivemoon, evening here...but yeah!01:53
viddlivemoon, finally have all the services required for my demo up and running01:54
*** beekhof has quit IRC01:54
cloudflyvidd not really intended to be used that way01:54
viddi may even have new [to me] servers by the end of the week =]01:54
livemoonhave you installed dashboard?01:55
viddcloudfly, exactly the reason to NOT use it in this type of project01:55
viddlivemoon, yep =]01:55
livemoonvia git?01:56
livemooncan you give me some docs about installing dashboard?01:56
viddlivemoon, yeah...only real way to install it and have it workl properly01:56
viddlivemoon, its really simple.....01:56
viddlivemoon, go to the directory you are going to deploy from01:57
viddgit clone git://github.com/cloudbuilders/openstack-dashboard.git01:58
*** jj0hns0n has joined #openstack01:59
viddgo to the django-openstack/ directory "phython setup.py devel02:00
*** jj0hns0n has quit IRC02:00
viddgo to the openstack-dashboard directory " pip install -r tools/piprequires02:00
viddedit local/local_settings.py.example to your liking and save as local/local_settings.py02:01
*** miclorb_ has joined #openstack02:03
viddcreate a ln -s from local/ to dashboard/local02:03
viddrun python setup.py develop02:04
viddrun python dashboard/manage.py syncdb02:06
viddthen set up your apache file and away you go02:07
viddlivemoon, and if you have any issues with any of that, let me know =]02:08
livemoonvidd, Thanks02:09
livemoonI will try it today02:09
*** obino has joined #openstack02:12
viddlivemoon, do you intend to use mysql?02:12
livemoonyes, I use mysql02:18
viddlet me get you my local settings then02:19
errri need to have both vmware esx and openstack. I only have 1 dev box right now. Can I install everything I need for openstack using esx 4.1 ? its silly I know but I need access to the vmware sdk and stuff and also need to start working on code for openstack too02:19
errrI can use seperate hard drives and just change them as I need to access 1 or the other if I have to but this way would be most ideal for my dev efforts..02:20
cloudflywell devstack is working nicely for me now02:21
cloudflyquite pleased02:21
stevegjacobsgot the database converted from sqlite to mysql :-)02:21
cloudflyerrr you could deploy openstack inside the esx environment02:21
cloudflyif this is for a dev purpose02:21
errrit is02:21
cloudflythat's definitely the way to go02:21
errrawesome02:21
errrthanks02:22
viddlivemoon, http://dpaste.com/648553/02:22
*** crayon has joined #openstack02:22
cloudflyno worries02:22
*** crayon_z has quit IRC02:24
*** rnorwood has quit IRC02:26
viddKiall, would you recommnd setting up ntp server on the secondary machines or configure ntpdate on them?02:26
Kiallnot sure what you're asking, but generally you pick 1 authoritative time source that server A syncs from...02:27
Kiallthen server B gets time from A02:27
Kialland server C..Z from A+B02:27
*** SplasPood has quit IRC02:29
cloudflyset your floating ip range to your friendly neighborhood darknet and things get interesting02:33
vidddarknet? did someone say darknet?02:35
*** Otter768 has quit IRC02:39
* cloudfly looks both directions and steps away slowly02:40
*** troya has joined #openstack02:43
troyahi all02:46
errrhi02:47
cloudflyhi02:47
troyai have installed openstack with stackops, is it default nclude glance ?02:48
*** katkee has joined #openstack02:48
*** Ryan_Lane has quit IRC02:49
cloudflyi don't know what stackops is but diablo and above seems to include glance02:50
errrwkelly_: ping :)02:50
viddstackops is currently Cactus02:51
cloudflyoof02:53
*** troya has quit IRC02:53
*** egant has joined #openstack02:54
*** rnorwood has joined #openstack02:57
stevegjacobsI think I've got everything running now except dashboard - but why am I still awake?03:02
*** Ryan_Lane has joined #openstack03:14
*** jog0 has joined #openstack03:17
*** jog0 has quit IRC03:17
*** Otter768 has joined #openstack03:20
*** ldlework has quit IRC03:22
hugokuomorning03:24
*** dgags has joined #openstack03:25
*** osier has joined #openstack03:26
*** stewart has quit IRC03:26
*** rnorwood has quit IRC03:29
*** clopez has quit IRC03:29
*** stewart has joined #openstack03:34
*** ldlework has joined #openstack03:36
livemoonhi,is anyone here03:37
viddi am here03:37
livemoonvidd:03:38
livemoonmy instance lost fixed_ip03:38
livemooncan I re-assign it?03:38
viddtry it03:39
livemoonhwo to?03:40
livemoonhow to?03:40
viddare you using euca2ools?03:40
livemoonno03:41
livemoonuse nova-client03:41
viddi dont know the commands in novaclient03:41
viddeuca2ools should still work03:41
viddsource your creds....03:42
*** clopez has joined #openstack03:42
viddeuca-describe-address will tell you the floating ips available to assign03:42
vidddo you know the i-# of your instance?03:43
*** dgags has quit IRC03:43
*** ldlework has quit IRC03:44
*** rsampaio has quit IRC03:45
*** troya has joined #openstack03:48
*** hezekiah_ has joined #openstack03:48
livemoonvidd: I lost both floating ip and fixed ip03:51
viddthen the instance is dead?03:52
livemoonno, I can login on vnc03:54
livemoonbut the network ips lost03:54
viddstrange....03:54
viddhave you checked if your nova-network is up?03:54
livemoonyes03:58
*** clopez has quit IRC03:58
livemoonit;03:58
livemoonit's up03:58
viddhave you restarted it?03:58
*** hezekiah_ has quit IRC03:59
*** hezekiah_ has joined #openstack04:03
*** nati2 has joined #openstack04:07
*** rnorwood has joined #openstack04:16
*** nati2_ has joined #openstack04:18
*** nati2 has quit IRC04:19
*** nati2_ has quit IRC04:28
*** nati2 has joined #openstack04:28
*** aschmitz has quit IRC04:31
*** Turicas has joined #openstack04:32
*** supriya has joined #openstack04:52
*** nati2 has quit IRC04:55
*** nati2 has joined #openstack04:56
errris devstack currently broken?04:59
errrI tried using it and seem to have no working glance04:59
vidderrr, then try upgrading the glance05:03
viddor at lease restarting it05:03
vidd"glance-control all restart"05:03
errrvidd: it tells me it cant find a config file to use..05:05
vidderrr, that can be an issue05:05
vidddid the script complete or fail?05:05
*** MarkAtwood has quit IRC05:06
errrfailed, I ran it a second time and thought it worked but I guess it didnt05:06
viddhow long ago did you git it05:07
*** egant has quit IRC05:07
cloudflyi will say this05:07
cloudflydon't run stack.sh as root05:07
cloudflywhatever you do05:07
errrvidd: about an hour ago05:08
errrcloudfly: yeah I did :)05:08
vidddid you run as user or root?05:08
errrroot.05:08
cloudflycreate the stack user with homedir of /opt/stack05:08
vidderrr, dont do that =]05:08
cloudflythen ssh into that use05:08
cloudflyr05:08
cloudflygit clone05:08
cloudflyand run from there05:08
viddstack user needs sudo rights05:09
cloudflyi posted some notes from setting it up today at music-piracy.com05:09
*** supriya_ has joined #openstack05:09
cloudflyyeah05:09
*** supriya has quit IRC05:09
cloudflycreate passwordless sudo for stack user05:09
errrvidd: thats 1 line of code at the top of that script to stop people from doing that :)05:09
cloudflyerrr i do not disagree there =P05:09
errrok05:09
viddand just like seatbelts....people still ignore it =]05:09
errrit doesnt even say not to do that in the readme05:10
cloudflyyeah05:10
cloudflydevstack documentation is light05:10
cloudflyatm05:10
cloudflybut i have it working right now05:10
errrcloudfly: make that openstack in general :)05:10
cloudflynah05:10
cloudflyopenstack has lots of documentation05:10
viddcloudfly, light? its down-right anti-gravity =]05:11
errrits just not all current05:11
cloudflyjust most of it was written before the current code was =P05:11
errrin a time long long ago.. you know 3 months ago.. this is how it worked =)05:12
cloudfly3 months is a hell of a long time for this project05:12
errrI know05:12
cloudflyhell they've had 4 major releases in one year05:12
vidd14 revisions ago [last week]......05:12
cloudflythat's ridiculous by any standard05:12
errrI watch guys like wkelly_ dal with it all the time :-)05:13
errrdeal*05:13
vidderrr, it real easy once you've installed it as many times as i have05:13
errryeah05:13
viddbut hey...i finally have a working stck05:14
cloudflyheh05:14
cloudflythat being said... devstack is freakishly nice compared to days past05:14
cloudflyeven nova.sh didn't run this well.05:14
viddonly took 43 format/reinstalls and almost an entire month to do it05:14
cloudflyvidd heck i'm using instances to build packages for host ubuntu systems right now =P05:15
cloudflyit never ends!05:15
viddi just need to figure out what i have to do to take a software-to-metal server and convert it into a VM image05:16
vidd(24 times)05:17
cloudflyvmware used to have some tools for that.05:17
cloudflybut hell i think you could probably dd them into images05:17
viddthere might be a windows box or two in the rack05:17
cloudflydd into an image ... loopback mount it05:17
cloudflyfix it up for virt running05:18
cloudflyand run it05:18
*** SplasPood has joined #openstack05:18
cloudflyi doubt any modern windows box could be virtualized easily05:19
viddi'll start with something harmles...like the old "nobody actually pays us for this" proftp server05:19
cloudflytoo much internal dependency on hardware stats05:19
*** supriya_ has quit IRC05:19
viddcloudfly, if there is a windows box on the rack, its STAYING in the rack05:20
vidd=]05:20
viddthe fines alone is enough to keep me awake nights05:20
viddthat and my demo not working =]05:21
*** Rajaram has joined #openstack05:21
*** supriya_ has joined #openstack05:21
cloudflyactually windows will run in kvm05:22
cloudflyand legally05:22
cloudflywe've built a few openstack windows 7 images05:22
cloudflyit works05:22
cloudflytotally legit05:22
viddcloudfly, i dont know if the software-to-metal windows boxes are legit =]05:23
cloudflyoh hell no05:23
cloudflynot a chance in hell05:23
viddso converting them could legitimize them =]05:24
viddill let the data center managing partner deal with the licencing issues....ill leave the windows boxs alone =]05:25
*** SplasPood has quit IRC05:26
*** supriya_ has quit IRC05:28
*** supriya_ has joined #openstack05:28
*** SplasPood has joined #openstack05:28
*** rnorwood has quit IRC05:29
*** SplasPood has quit IRC05:30
*** SplasPood has joined #openstack05:31
*** supriya__ has joined #openstack05:32
*** supriya_ has quit IRC05:33
*** openpercept has joined #openstack05:39
livemoonhi05:40
livemoonI cannot start nova-network05:41
livemoonwho can help05:41
livemoonme05:41
*** MarkAtwood has joined #openstack05:41
viddlive what does the traceback tell you?05:41
viddlivemoon,  what does the traceback tell you?05:41
livemoonhttp://paste.openstack.org/show/3118/05:44
livemoonthis is log05:44
viddlivemoon, run nova-manage db sync05:47
*** SplasPood has quit IRC05:47
viddservice then nova-network start05:47
vidd*then service nova-network start05:47
livemoonI have run it05:47
*** SplasPood has joined #openstack05:48
viddyou ran nova-manage db sync?05:48
livemoonyes05:49
livemoonnothing else05:50
*** reed has quit IRC05:50
viddsomewhere in your database there is an empty field that is required05:50
livemoon......05:52
livemoonwhat can I do05:54
viddfind the emty field and put the info in it05:55
*** jedi4ever has joined #openstack05:57
vidd]bring up your nova database livemoon05:57
*** jedi4ever has quit IRC05:58
viddhow many instances do you currently have running?05:58
livemoon605:58
viddmake sue...in your nova database...that they all have the required fields05:59
*** tokuzfunpi has joined #openstack05:59
*** ianweller has left #openstack05:59
livemoonwhich fields?05:59
viddyou said only one was missing info....right?06:00
livemoonaccording to log, I think it is06:02
*** joeyang has quit IRC06:02
viddwhen you do euca-describe-instances do all six show active with ips?06:03
*** HugoKuo_ has joined #openstack06:04
livemoonone instance miss its ips06:05
viddthat is the one you need to fix in the database06:05
ogelbukhинв"риАнт06:06
*** miclorb_ has quit IRC06:06
*** hugokuo has quit IRC06:07
livemoonI fixed it06:07
livemoonbut now nova-network cannot be started06:07
livemoonon all nodes06:07
viddrun your nova-manage db sync and then start your nova network06:08
viddwait... livemoon you FIXED the ip database issue and THEN the nova-network stopped working?06:09
livemoonvidd: I have reslove it06:10
livemoonthank you06:10
viddgood.....now i can get some sleep =]06:10
viddi have the big demo tommorrow =]06:10
viddin 10 hours!06:10
*** troya has quit IRC06:13
livemoongood luck06:20
livemoonbye06:20
*** negronjl has joined #openstack06:26
*** negronjl has quit IRC06:26
cloudflygood luck vidd06:26
viddthank ya livemoon cloudfly06:27
viddits a formality really06:27
viddmostly a "get me the daggone server already" gesture06:27
vidd=]06:27
viddgood night all06:29
*** vidd is now known as vidd-away06:29
livemoonhi06:30
livemoonis anyone here?06:30
livemoondoes anyone meet "libvir: QEMU error : Domain not found"06:33
errrsweet, thanks vidd-away and cloudfly now it works.06:34
livemoonwho know "libvir: QEMU error : Domain not found"06:38
*** openpercept has quit IRC06:39
errrlivemoon: https://bugs.launchpad.net/nova/+bug/655217 seen this?06:41
livemoonI see06:42
livemoonbut I don't think it is my problem06:42
*** Turicas has quit IRC06:43
*** Turicas has joined #openstack06:43
livemoonHow can I give libvirt-qemu access to the nova/instances repository?06:43
*** guigui1 has joined #openstack06:45
errrjust a guess on my part but permissions on your instances dir maybe?06:46
livemoonI have set 77706:48
*** cmagina has quit IRC06:48
errrI hope a puppy didnt get run over because of that..06:49
*** nati2_ has joined #openstack06:49
livemoonI want to know what domain is06:50
livemoonDomain not found: no domain with matching name 'instance-00000006'06:50
*** nati2__ has joined #openstack06:52
*** nati2 has quit IRC06:52
*** Turicas has quit IRC06:52
*** openpercept has joined #openstack06:53
*** nati2_ has quit IRC06:54
*** ambo has joined #openstack07:01
*** yeming has joined #openstack07:02
*** cmagina has joined #openstack07:04
*** siwos has joined #openstack07:04
*** nati2__ has quit IRC07:07
*** nati2 has joined #openstack07:07
*** nerens has joined #openstack07:12
*** nati2 has quit IRC07:12
*** nati2_ has joined #openstack07:12
*** TheOsprey has joined #openstack07:13
*** kaigan_ has joined #openstack07:15
*** openpercept has quit IRC07:16
siwoshi07:17
siwosguys - what do you think of this?07:17
siwoshttp://www.infoworld.com/d/open-source-software/why-openstack-will-falter-178038?page=0,007:17
livemoonsiwos07:19
*** supriya__ has quit IRC07:19
livemooncan you help me07:19
siwos;-)07:20
livemoonI try to reboot my server07:20
livemoonit say"libvirtError: Domain not found: no domain with matching name 'instance-00000006'"07:20
*** neogenix has joined #openstack07:22
*** supriya__ has joined #openstack07:22
*** arBmind has joined #openstack07:23
*** jedi4ever has joined #openstack07:23
*** mgoldmann has joined #openstack07:25
*** mgoldmann has joined #openstack07:25
*** supriya__ has quit IRC07:27
cloudflyeucalyptus isn't very good and it's got a java dependency07:28
cloudflyalso... with players like citrix betting on openstack07:29
cloudflyeucalytpus is simply outclassed in the market07:29
cloudflysiwos that would be my immediate response07:29
livemoonwho know how to resolve libvirtError: Domain not found: no domain with matching name 'instance-00000006'07:29
siwoscloudfly ;-)07:30
siwoswell I always thought eucalyptus would die right after ubuntu turned it's back on it07:30
siwosit looks like it's doing well07:30
siwosI can see they are hiring on their webpage07:31
*** openpercept has joined #openstack07:31
siwoslivemoon:  check out your instances table07:31
siwosmyh first guess is you have an instance in the db only but it's not running07:31
livemoonyes07:32
livemoonI cannot start it07:32
livemoonwhen I reboot server . it say libvirtError: Domain not found: no domain with matching name 'instance-00000006'07:33
siwosso - try to manually delete the row for it from the "instances" table07:35
livemoonif do this , will instances be losing?07:37
siwosyep07:39
*** krow has joined #openstack07:40
siwosif you cannto find the domain the are probably dead07:40
siwosif you can find the hypervisor (compute node) where the instance is running, you may login into the hypervisor and check nova-compute.log07:40
livemoonI delete instance in table and now node don't start it07:41
livemoonhow can I restart the instance?07:41
siwosthe instance is probably not running - nova-compute cannot find it07:45
livemoonhow can I do to let nova-compute find it07:45
siwosif it cannot find it, the instance is probably dead07:46
*** flamboz has quit IRC07:48
*** HugoKuo__ has joined #openstack07:54
*** arBmind has quit IRC07:55
*** HugoKuo_ has quit IRC07:57
*** joeyang has joined #openstack08:00
*** Turicas has joined #openstack08:01
*** krow has quit IRC08:02
*** tokuzfunpi has quit IRC08:03
*** supriya__ has joined #openstack08:07
HugoKuo__hi08:09
*** kaigan_ is now known as kaigan08:12
*** miclorb_ has joined #openstack08:15
*** Ryan_Lane has quit IRC08:17
livemoonhi08:20
*** hezekiah_ has quit IRC08:28
*** hezekiah_ has joined #openstack08:31
*** hezekiah_ has quit IRC08:50
*** arBmind has joined #openstack08:52
*** stewart has quit IRC09:01
*** yeming has quit IRC09:02
stevegjacobsi was trying to set up using kiall's scripts last nigtht - didn't quite finish - anybody here this morning familiar with this?09:03
*** foexle has joined #openstack09:03
*** guigui1 has quit IRC09:04
*** dobber has joined #openstack09:07
*** nacx has joined #openstack09:08
*** Nadeeem has joined #openstack09:12
*** nati2 has joined #openstack09:17
*** nati2_ has quit IRC09:20
cloudflygood night all09:21
*** katkee has quit IRC09:21
*** guigui1 has joined #openstack09:22
Nadeeemdoes anybody have an already running example of openstack running in a vm with nested virtualisation/09:26
Nadeeem?09:26
*** Razique has joined #openstack09:27
*** alekibango has quit IRC09:28
*** alekibango has joined #openstack09:28
*** darraghb has quit IRC09:38
*** stevegjacobs has quit IRC09:39
*** vdo has joined #openstack09:41
*** reidrac has joined #openstack09:43
*** lelin has joined #openstack09:44
*** javiF has joined #openstack09:44
*** misheska has joined #openstack09:50
lelinhello. i'm running nova-descrive-availibility-zones verbose, but i see XXX next to nova-compute and nova-network of my nodes. what could be the reason?09:57
siwoslelin: from my experience output of nova-manage service list is often unreliable10:03
*** darraghb has joined #openstack10:03
siwosso XXX does not necessarily mean that the service is down ;-)10:03
lelinsiwos, tnx10:03
siwosI've got a couple of compute nodes reporting XXX but running vm-s10:04
*** po has joined #openstack10:06
*** guigui1 has quit IRC10:07
*** guigui1 has joined #openstack10:08
*** BasTichelaar has joined #openstack10:16
BasTichelaaranyone here who uses nova with multiple zones?10:16
BasTichelaarhaving some troubles and need some help...10:16
*** miclorb_ has quit IRC10:19
*** clopez has joined #openstack10:29
*** stevegjacobs has joined #openstack10:31
*** uncleofthestick has joined #openstack10:35
*** andyandy has quit IRC10:35
*** osier has quit IRC10:37
*** andyandy_ has joined #openstack10:37
*** andyandy has joined #openstack10:37
*** stewart has joined #openstack10:38
RaziqueHi all =)10:38
Raziquewhat nova secgroup-add-group-rule10:38
Raziquedoes ? *10:38
RaziqueAccording to the help it "Add a source group rule to a security group"10:39
Raziquewhat does that mean ? :D10:39
BasTichelaarprobably it is a rule for the source security group where traffic is originating from10:39
RaziqueBabyface: http://paste.openstack.org/show/3119/10:40
Raziquethat means I only allowed the traffic to 80 from the SG "default " ?10:40
BasTichelaarguess so10:40
RaziqueI thinks it makes sense then =)10:40
BasTichelaarIm not babyface ;)10:41
Raziqueooops10:41
BasTichelaarlol10:41
Raziquetoo much of first letter + tab :D10:41
RaziqueBasTichelaar:10:41
Razique:p10:41
BasTichelaaryou have experiences with nova zones?10:41
Raziquenot yet, I've only have one zone10:41
BasTichelaark10:41
Raziqueyou ?10:41
BasTichelaarno, documentation is really sparse atm10:42
Raziqueyah, don't hesitate to open bugs for the doc10:42
Raziquewe have a small team that is trying to fill the gap10:42
BasTichelaarcool10:42
Raziqueand  everytime someones opens a doc bug, I'm trying to test it and update the doc accordingly :)10:43
*** misheska has quit IRC10:43
Nadeeemguys, whats the difference betwene qemu and qemu-kvm ?10:43
BasTichelaarqemu-kvm uses the kvm driver and hardware enabled virtualization10:43
BasTichelaarqemu is just emulation10:43
Nadeeemthanks for the clarification10:44
Raziqueqemu-kvm is a fork from qemu which uses the Vt capabilites of ur cpu10:45
Razique:D10:45
*** Hakon|mbp has quit IRC10:50
Raziqueguys10:52
Raziquethat zone stuff seems awesome10:52
Raziquethat means you can potentially from a zone define a new one10:53
Raziqueand boot to that zone10:53
Raziquetypically "Zone1 : DC1, zone2 : DC2"10:53
doudeHi stackers, how list endpoints associated to a token ?10:53
Raziqueand spawn to zone 2 from zone 1 :d10:53
Raziquedoude: token -> user -> tenant -> roles -> services -> endpoints10:54
*** tryggvil_ has joined #openstack10:54
Raziquetenant <-> Roles <-> Services <-> Endpoints10:54
siwosRazique: do zones really work in diablo?10:55
siwosi cactus they wouldn't\10:55
Raziquesiwos: I'll try today :)10:55
siwosok - keep my fingers crossed ;-)10:55
RaziqueI've my lab + preproduction, all in teh same LAN10:55
Raziqueso I'll try from my lab to add my pre-prod as a zone10:55
Raziquethat would be just awesome if it's working :D10:55
BasTichelaarRazique: cool, nice that you also try :)10:55
Raziquesiwos: have you tried ?10:56
*** Turicas has quit IRC10:56
RaziqueBasTichelaar: you tried ? :D10:56
BasTichelaarRazique: I have the zones already configured, but seem to be hitting a bug10:56
siwosRazique: not yet10:56
BasTichelaarRazique: configuring the zones is not difficult10:56
BasTichelaarRazique: but Im stuck at booting an instance across the zones10:56
Raziqueok good to know10:58
Raziquetime for me to lunch10:58
Raziquecya guys :)10:58
BasTichelaarciao10:58
doudeRazique: In nova client, it try to get URL http://keystone.com:35357/v2.0/tokens/XXX-XXXX-XX/endpoints with Admin token11:01
doudeRazique: but it fails because keystone need the tenant ID to get endpoints associated to a token11:02
livemoonso bad today11:12
livemoonRazique: I update openstack11:12
livemoonthen All instances cannot be started11:12
*** Hakon|mbp has joined #openstack11:19
*** ahasenack has joined #openstack11:20
*** PotHix has joined #openstack11:28
*** _ulli has quit IRC11:28
*** Hakon|mbp has quit IRC11:29
*** Hakon|mbp has joined #openstack11:29
*** NOKAH has joined #openstack11:31
*** guaqua2 has quit IRC11:33
*** lvaughn has quit IRC11:33
*** nijaba has quit IRC11:33
*** ChrisAM has quit IRC11:33
*** iRTermite has quit IRC11:33
*** nci has quit IRC11:33
*** rackerhacker has quit IRC11:33
*** StaceyTien has quit IRC11:33
*** bradm has quit IRC11:33
*** odyi has quit IRC11:33
*** Tekni has quit IRC11:33
*** arun has quit IRC11:33
*** medberry has quit IRC11:33
*** blakeyeager has quit IRC11:33
*** cclien has quit IRC11:33
*** Xenith has quit IRC11:33
*** guaqua has quit IRC11:33
*** _cerberus_ has quit IRC11:33
*** Babyface has quit IRC11:33
*** Kiall has quit IRC11:33
*** kirkland has quit IRC11:33
*** zykes- has quit IRC11:33
*** dmarkey has quit IRC11:33
*** pasik has quit IRC11:33
*** hazmat has quit IRC11:33
*** uvirtbot has quit IRC11:33
*** Adri2000 has quit IRC11:33
*** soren has quit IRC11:33
*** karmabot has quit IRC11:33
*** kodapa has quit IRC11:33
*** guaqua2 has joined #openstack11:34
*** uvirtbot has joined #openstack11:35
*** nijaba has joined #openstack11:35
*** nijaba has joined #openstack11:35
*** Hakon|mbp has quit IRC11:36
*** Xenith has joined #openstack11:37
*** Babyface has joined #openstack11:37
*** cclien has joined #openstack11:37
*** Kiall has joined #openstack11:37
*** dmarkey has joined #openstack11:37
*** guaqua has joined #openstack11:37
*** soren has joined #openstack11:37
*** ChanServ sets mode: +v soren11:37
*** MarkAtwood has quit IRC11:37
*** StaceyTien has joined #openstack11:37
*** Adri2000 has joined #openstack11:37
*** bradm has joined #openstack11:37
*** tyska has joined #openstack11:37
tyskahi guys11:38
tyskawhat's up?11:38
*** karmabot has joined #openstack11:40
*** kirkland has joined #openstack11:40
*** pasik has joined #openstack11:40
*** hazmat has joined #openstack11:41
*** lvaughn has joined #openstack11:41
*** _cerberus_ has joined #openstack11:41
BasTichelaarare availability zones the same as the nova zones I create with "nova zone-add"?11:41
*** Tekni has joined #openstack11:42
BasTichelaarcause they dont show up with a "euca-describe-availability-zones verbose"11:42
*** ChrisAM1 has joined #openstack11:42
*** rackerhacker has joined #openstack11:44
*** rods has joined #openstack11:44
*** Vek has quit IRC11:45
*** NOKAH has quit IRC11:47
*** Hakon|mbp has joined #openstack11:47
*** nerens has quit IRC11:48
*** nerens has joined #openstack11:48
*** arun has joined #openstack11:49
*** blakeyeager has joined #openstack11:49
*** nci has joined #openstack11:51
*** iRTermite has joined #openstack11:51
*** ayates83 has joined #openstack11:52
*** kodapa has joined #openstack11:53
*** no`x has joined #openstack11:56
*** stewart has quit IRC11:56
*** freeflyi1g has joined #openstack12:00
*** supriya has joined #openstack12:02
*** PiotrSikora has quit IRC12:03
*** supriya__ has quit IRC12:04
*** PiotrSikora has joined #openstack12:05
*** darraghb has quit IRC12:06
*** darraghb has joined #openstack12:07
*** Otter768 has quit IRC12:08
*** no`x has quit IRC12:08
*** zykes- has joined #openstack12:09
*** guaqua2` has joined #openstack12:10
*** guaqua2 has quit IRC12:11
*** foexle has quit IRC12:12
*** donagh has joined #openstack12:18
*** shang has joined #openstack12:18
*** nerens has quit IRC12:20
*** nerens has joined #openstack12:21
*** openpercept has quit IRC12:23
*** po has quit IRC12:23
*** supriya_ has joined #openstack12:27
*** supriya has quit IRC12:28
*** dragondm has joined #openstack12:33
*** ton_katsu has joined #openstack12:34
*** osier has joined #openstack12:34
ton_katsuhello12:34
*** nerens_ has joined #openstack12:34
*** nerens has quit IRC12:35
*** nerens_ is now known as nerens12:35
ton_katsuI have nova + dashboard(horizon) at diablo12:35
ton_katsunow , nova list command is error.12:36
ton_katsuInvalid OpenStack Nova credentials.12:36
ton_katsueuca-describe-instances is OK12:36
ton_katsueuca-describe-instances is good.12:37
ton_katsunova list is no good.12:37
ton_katsuhelp me.12:37
ton_katsuplease12:37
ton_katsuwhy?12:37
ton_katsunova --debug list result is HTTP/1.1 401 Unauthorized12:38
ton_katsuI settinged keystone credentials.12:39
*** pmyers has joined #openstack12:42
*** katkee has joined #openstack12:43
*** pmyers has left #openstack12:45
*** catintheroof has joined #openstack12:45
*** osier has quit IRC12:45
*** stevegjacobs_ has joined #openstack12:46
*** osier has joined #openstack12:46
ton_katsuhow to change "Keystone uri='http://127.0.0.1:5000/'" nova command.12:51
*** pixelbeat has joined #openstack12:51
*** medberry has joined #openstack12:52
*** medberry has quit IRC12:52
*** medberry has joined #openstack12:52
*** mjfork has joined #openstack12:59
*** osier has quit IRC13:00
*** nerdstein has joined #openstack13:03
*** egant has joined #openstack13:04
*** sannes has quit IRC13:06
*** livemoon has quit IRC13:08
*** lts has joined #openstack13:09
*** supriya_ has quit IRC13:10
stevegjacobsnova-test.sh didn't work13:11
sorenWhat's nova-tests.sh?13:13
lelinwhich version of hybridfox is running for you?13:15
*** javiF has quit IRC13:15
*** msivanes has joined #openstack13:16
*** ergalassi has joined #openstack13:17
*** openpercept has joined #openstack13:17
*** hadrian has joined #openstack13:17
jchomewtf - nova-network tries to create a file here: "2011-11-07 05:16:58,394 CRITICAL nova [-] failed to create /usr/lib/python2.7/dist-packages/ubuntu.Dummy-1-1943"13:17
*** medberry is now known as med_temp13:19
*** openpercept has left #openstack13:22
*** uncleofthestick_ has joined #openstack13:22
*** uncleofthestick has quit IRC13:24
*** nati2 has quit IRC13:24
*** uncleofthestick_ is now known as uncleofthestick13:24
*** no`x has joined #openstack13:24
*** nati2 has joined #openstack13:24
*** cmagina has quit IRC13:25
doudeHi stackers, how list endpoints associated to a token ?13:27
*** praefect has joined #openstack13:27
romanston_katsu: please paste all output from nova --debug list13:27
ton_katsuromans thank you13:28
ton_katsuplease wait.13:28
*** mmetheny has quit IRC13:28
*** mmetheny has joined #openstack13:28
ton_katsusend: 'GET /v1.1/ HTTP/1.1\r\nHost: xxx.xxx.xxx.xxx:8774\r\nx-auth-project-id: test-project\r\nx-auth-key: xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx\r\naccept-encoding: gzip, deflate\r\nx-auth-user: ton_katsu\r\nuser-agent: python-novaclient\r\n\r\n'13:30
ton_katsureply: 'HTTP/1.1 401 Unauthorized\r\n'13:30
ton_katsuheader: Www-Authenticate: Keystone uri='http://127.0.0.1:5000/'13:30
ton_katsuheader: Content-Length: 27613:30
ton_katsuheader: Content-Type: text/plain; charset=UTF-813:30
ton_katsuheader: Date: Mon, 07 Nov 2011 13:28:51 GMT13:30
ton_katsuTraceback (most recent call last):13:30
ton_katsu  File "/usr/bin/nova", line 9, in <module>13:30
ton_katsu    load_entry_point('python-novaclient==2.6.4', 'console_scripts', 'nova')()13:30
ton_katsu  File "/usr/lib/pymodules/python2.6/novaclient/shell.py", line 219, in main13:30
ton_katsu    OpenStackComputeShell().main(sys.argv[1:])13:31
ton_katsu  File "/usr/lib/pymodules/python2.6/novaclient/shell.py", line 178, in main13:31
ton_katsu    raise exc.CommandError("Invalid OpenStack Nova credentials.")13:31
ton_katsunovaclient.exceptions.CommandError: Invalid OpenStack Nova credentials.13:31
ton_katsukeystone is localhost by mysql.13:31
ton_katsueuca-describe-instance is OK.13:32
romanswhat in your novarc?13:32
*** clopez has quit IRC13:32
ton_katsuis cloudadmin's novarc13:33
*** sannes has joined #openstack13:33
romanshmm, do you change api-paste.ini13:35
romansto use keystone13:35
romans?13:35
BasTichelaaranyone here who uses nova with multiple zones?13:35
BasTichelaarI have some troubles getting it to run13:35
ton_katsuapi-paste.ini is using.13:35
BasTichelaarlike the zones are there and are communicating for the capabilities13:35
romansin my nova.conf13:36
romans--api_paste_config=/etc/keystone/nova-api-paste.ini13:36
BasTichelaarbut I cant get an instance to run from the api of the parent13:36
romanston_katsu: /etc/keystone/nova-api-paste.ini ini file specially for keystone13:36
ton_katsumy setting is same you.13:37
romansIn your output I doesn't see keystone auth13:37
ton_katsu--api_paste_config=/etc/nova/nova-api-paste.ini13:37
ton_katsueuca-describe command has access db.13:37
*** aliguori has joined #openstack13:37
ton_katsunova list command don't has access db.13:37
ton_katsukeystone db.13:37
romanssee my output13:38
romans# nova --debug list13:38
romansconnect: (127.0.0.1, 35357)13:38
ton_katsucomfirmed show processlist command.13:38
romanssend: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 127.0.0.1:35357\r\nContent-Length: 105\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\nuser-agent: python-novaclient\r\n\r\n{"auth": {"tenantName": "project", "passwordCredentials": {"username": "admin", "password": "xxxxx"}}}'13:38
romansreply: 'HTTP/1.1 200 OK\r\n'13:38
romansheader: Content-Type: application/json; charset=UTF-813:38
romansheader: Content-Length: 90413:38
romansheader: Date: Mon, 07 Nov 2011 13:37:33 GMT13:38
ton_katsuwow thank you!13:39
ton_katsuI don't POST. ummm13:40
ton_katsunova-xxx version is 2011.3-0ubuntu2~ppa1~lucid1 ?13:41
*** Vek has joined #openstack13:41
romansI use fedora ..last package13:41
ton_katsuok.13:42
romansopenstack-nova-2011.3-4.fc17.noarch13:42
ton_katsuconnect: (127.0.0.1, 35357) is keystone uri ?13:42
romansyes13:42
ton_katsuoh13:43
romansnew port 35357, old was 500113:43
*** vidd-away is now known as vidd13:43
ton_katsumy connect port (connect: (172.28.203.212, 8774)) is nova-api13:43
ton_katsui try change port.13:43
ton_katsuyou change novarc ?13:43
ton_katsuecho $NOVA_URL . please show me .13:44
romansexport NOVA_API_KEY="pass"13:44
romansexport NOVA_USERNAME="admin"13:45
romansexport NOVA_PROJECT_ID="proj1"13:45
romansexport NOVA_URL="http://127.0.0.1:35357/v2.0/"13:45
romansexport NOVA_VERSION="1.1"13:45
ton_katsu!13:45
ton_katsuNOVA_URL='keystone url'13:45
romansyes13:45
*** rsampaio has joined #openstack13:47
doudeBasTichelaar: yes I try to run it but I've some troublr too13:49
*** sgg has joined #openstack13:49
ton_katsui tried after change NOVA_URL.13:50
*** tyska has quit IRC13:51
ton_katsureply: 'HTTP/1.1 400 Bad Request\r\n'13:51
ton_katsu:-)13:52
romanswhat is your keystone version13:52
romans?13:52
romansI see you use 2.6.4 version novaclient13:52
romansin last 2.6.6 version auth schema changed13:53
ton_katsuwow13:53
ton_katsukeystone version is13:53
romansif you use last keystone U need to use last novaclient13:53
ton_katsuwhat is your keystone version.13:54
ton_katsumy keystone version is13:55
BasTichelaardid scheduler SchedulerHostFilter got into Diablo?13:55
ton_katsugit clone at 2011-11-0213:55
*** rsampaio has quit IRC13:55
romansopenstack-keystone-1.0-0.3.d4.1213.fc16.noarch13:55
romans1213 rev13:55
romans2011-10-04 13:30:2313:56
romanspackage date13:56
romanswait13:57
*** gregp76 has joined #openstack13:57
uvirtbotNew bug: #887123 in openstack-manuals "Remove http:// from --ec2_url flag example" [Undecided,New] https://launchpad.net/bugs/88712313:58
viddanyone here familiar with troubleshooting the dashboard?13:59
viddthe site loads but the users and tenats pages do not14:00
*** dirakx1 has joined #openstack14:01
*** gregp76 has quit IRC14:02
*** gregp76 has joined #openstack14:02
romanston_katsu: Try to update your novaclient to 2.6.614:02
*** supriya_ has joined #openstack14:04
ton_katsumy python-novaclient is 2.6.4~bzr113-0ubuntu0ppa1~lucid1.14:04
ton_katsuwrong version...14:05
ton_katsuthank you romans14:05
*** lorin1 has joined #openstack14:06
ton_katsurecommended is keystone version down ?14:06
ton_katsuromans: what is your novaclient version?14:07
stevegjacobsKiall - are you here today?14:09
romans2.6.614:10
*** cloud__ has joined #openstack14:12
*** Vek has quit IRC14:12
*** no`x has quit IRC14:12
*** lts has quit IRC14:12
*** guaqua2` has quit IRC14:12
*** zykes- has quit IRC14:12
*** darraghb has quit IRC14:12
*** PiotrSikora has quit IRC14:12
*** kodapa has quit IRC14:12
*** ayates83 has quit IRC14:12
*** arun has quit IRC14:12
*** rackerhacker has quit IRC14:12
*** ChrisAM1 has quit IRC14:12
*** guaqua has quit IRC14:12
*** cclien has quit IRC14:12
*** Xenith has quit IRC14:12
*** Kiall has quit IRC14:12
*** nijaba has quit IRC14:12
*** ambo has quit IRC14:12
*** WormMan has quit IRC14:12
*** tjikkun has quit IRC14:12
*** martin has quit IRC14:12
*** sdake has quit IRC14:12
*** ogelbukh has quit IRC14:12
*** hingo has quit IRC14:12
*** jkoelker_ has quit IRC14:12
*** termie has quit IRC14:12
*** smoser has quit IRC14:12
*** nilsson has quit IRC14:12
*** jchome has quit IRC14:12
*** snail has quit IRC14:12
*** blahee has quit IRC14:12
*** tomh_ has quit IRC14:12
*** doude has quit IRC14:12
*** laurensell has quit IRC14:12
*** olafont_ has quit IRC14:12
*** agy has quit IRC14:12
*** baffle has quit IRC14:12
*** akscram has quit IRC14:12
*** gnu111 has joined #openstack14:12
*** mjfork_ has joined #openstack14:12
*** dweimer has quit IRC14:12
*** nilsson has joined #openstack14:12
*** mmetheny_ has joined #openstack14:12
*** jantje_ has joined #openstack14:12
*** katkee has quit IRC14:12
*** uncleofthestick_ has joined #openstack14:12
*** cweidenkeller has quit IRC14:12
*** mgoldmann_ has joined #openstack14:12
romanston_katsu: hmm, wait. I remember that I install novaclient from sources14:12
*** h1nch has quit IRC14:12
*** Lumiere has quit IRC14:12
*** Ruetobas has quit IRC14:12
*** perestrelka has quit IRC14:12
*** lorin11 has joined #openstack14:12
romansbecause in 2.6.6 used old schema14:12
*** mmetheny has quit IRC14:12
*** mmetheny_ is now known as mmetheny14:12
*** vishy has quit IRC14:12
*** rmk has quit IRC14:12
*** mgoldmann has quit IRC14:12
*** praefect has quit IRC14:12
*** guaqua2` has joined #openstack14:12
*** jbarratt has quit IRC14:12
*** sleepsonthefloor has quit IRC14:12
*** errr has quit IRC14:12
*** kpepple has quit IRC14:13
ton_katsuold schema...14:13
*** llang629_ has joined #openstack14:13
*** jbarratt has joined #openstack14:13
*** mjfork has quit IRC14:13
*** iRTermite has quit IRC14:13
*** guitarzan has quit IRC14:13
*** taihen has quit IRC14:13
*** sleepsonthefloor has joined #openstack14:13
*** mjfork_ is now known as mjfork14:13
*** guaqua has joined #openstack14:13
*** uncleofthestick has quit IRC14:13
*** neogenix has quit IRC14:13
*** Hunner has quit IRC14:13
*** uncleofthestick_ is now known as uncleofthestick14:13
*** jantje has quit IRC14:13
*** ergalassi_ has joined #openstack14:13
*** egant has quit IRC14:13
*** derrick has quit IRC14:13
*** ergalassi has quit IRC14:13
*** catintheroof has quit IRC14:13
*** sebastianstadil has quit IRC14:13
*** dtroyer has quit IRC14:13
*** sandywalsh_ has quit IRC14:13
*** aurigus has quit IRC14:13
*** winston-d has quit IRC14:13
*** nhm has quit IRC14:13
*** jamespage has quit IRC14:13
*** sandywalsh has quit IRC14:13
*** ironcamel2 has quit IRC14:13
*** lorin1 has quit IRC14:13
*** pothos has quit IRC14:13
*** aceat64 has quit IRC14:14
*** elasticdog has quit IRC14:14
*** localhost has quit IRC14:14
*** j^2 has quit IRC14:14
*** HugoKuo__ has quit IRC14:14
*** hggdh has quit IRC14:14
*** aliguori has quit IRC14:14
*** kpepple has joined #openstack14:14
*** sebastianstadil has joined #openstack14:14
*** vishy has joined #openstack14:14
*** tjikkun has joined #openstack14:14
*** tjikkun has joined #openstack14:14
*** joeyang has quit IRC14:14
*** mtucloud has quit IRC14:14
*** hugokuo has joined #openstack14:14
*** aurigus has joined #openstack14:14
*** aurigus has joined #openstack14:14
*** errr has joined #openstack14:14
*** tokuzfunpi has joined #openstack14:15
*** dweimer has joined #openstack14:15
*** h1nch has joined #openstack14:15
*** cloudfly has quit IRC14:15
*** hggdh has joined #openstack14:15
*** guitarzan has joined #openstack14:15
*** nerens has quit IRC14:15
*** taihen has joined #openstack14:15
*** Ruetobas has joined #openstack14:15
*** jchome has joined #openstack14:15
*** nhm has joined #openstack14:15
*** aceat64 has joined #openstack14:15
*** ironcamel2 has joined #openstack14:15
romanshttps://github.com/rackspace/python-novaclient/commit/2e2172c5f5add4cc8b38c5be19cd86c18f285eee14:15
romanscommit with new schema14:15
*** nerens has joined #openstack14:15
romansbut there is no egg or package:(14:16
*** beekhof has joined #openstack14:16
romanstry to install from sources as I14:16
*** rmk has joined #openstack14:16
*** agy has joined #openstack14:16
*** elasticdog has joined #openstack14:16
*** derrick has joined #openstack14:16
ton_katsuyes. thank you!!!14:17
*** datajerk has quit IRC14:17
*** perestrelka has joined #openstack14:17
ton_katsuvery much!14:17
*** deshantm_laptop has joined #openstack14:17
Nadeeemguys i am trying to have KVM running but am stuck here:14:17
*** nati2 has quit IRC14:17
NadeeemFATAL: Error inserting kvm_intel (/lib/modules/2.6.35-gentoo-r4/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported14:17
*** baffle has joined #openstack14:17
*** katkee has joined #openstack14:17
*** hingo has joined #openstack14:17
*** ogelbukh has joined #openstack14:17
*** cweidenk1ller has joined #openstack14:17
*** laurensell has joined #openstack14:17
*** Vek has joined #openstack14:17
*** no`x has joined #openstack14:17
*** zykes- has joined #openstack14:17
*** darraghb has joined #openstack14:17
*** PiotrSikora has joined #openstack14:17
*** kodapa has joined #openstack14:17
*** ayates83 has joined #openstack14:17
*** arun has joined #openstack14:17
*** rackerhacker has joined #openstack14:17
*** ChrisAM1 has joined #openstack14:17
*** cclien has joined #openstack14:17
*** Xenith has joined #openstack14:17
*** nijaba has joined #openstack14:17
*** ambo has joined #openstack14:17
*** WormMan has joined #openstack14:17
*** martin has joined #openstack14:17
*** sdake has joined #openstack14:17
*** jkoelker_ has joined #openstack14:17
*** snail has joined #openstack14:17
*** blahee has joined #openstack14:17
*** tomh_ has joined #openstack14:17
*** doude has joined #openstack14:17
*** akscram has joined #openstack14:17
*** olafont_ has joined #openstack14:17
*** catintheroof has joined #openstack14:17
*** Vek has quit IRC14:17
*** darraghb has quit IRC14:17
*** WormMan has quit IRC14:17
*** snail has quit IRC14:17
Nadeeemi get this when i do:14:17
Nadeeemmodprobe kvm-intel14:17
Nadeeemmodprobe kvm runs fine14:17
*** Hunner has joined #openstack14:17
*** Hunner has joined #openstack14:17
*** Kiall has joined #openstack14:17
Kiallstevegjacobs: yea14:17
*** jkoelker_ has quit IRC14:18
*** laurensell has quit IRC14:18
*** jkoelker has joined #openstack14:18
*** nati2 has joined #openstack14:18
*** cweidenk1ller has quit IRC14:18
*** snail has joined #openstack14:18
Nadeeemi am running this inside a virtualbox VM on windows, trying to get openstack running in a virtualbox to do nested virtualisation14:18
*** lts has joined #openstack14:18
*** termie has joined #openstack14:18
*** lelin has quit IRC14:18
*** smoser has joined #openstack14:18
*** cweidenkeller has joined #openstack14:18
*** jamespage has joined #openstack14:19
*** jamespage has joined #openstack14:19
*** laurensell has joined #openstack14:19
*** pothos_ has joined #openstack14:19
viddis there a way to find out the version of python-keystoneclient im using?14:19
*** pothos_ is now known as pothos14:19
*** gregp76 has quit IRC14:20
Kiallvidd: sure, ask your OS's package manager ;)14:20
*** egant has joined #openstack14:20
*** darraghb has joined #openstack14:20
*** crescendo has quit IRC14:20
*** gregp76 has joined #openstack14:22
*** Lumiere has joined #openstack14:22
*** aliguori has joined #openstack14:22
*** sebastianstadil has quit IRC14:22
*** neogenix has joined #openstack14:22
*** sebastianstadil has joined #openstack14:22
*** datajerk has joined #openstack14:22
*** Gerr1t_ has joined #openstack14:23
viddKiall, it was put in by dashboard via git14:23
Kiallexactly my point .. ;)14:23
viddor pip install =\14:23
*** j^2 has joined #openstack14:23
*** livemoon has joined #openstack14:23
*** Gerr1t has quit IRC14:23
*** localhost has joined #openstack14:24
*** vidd has quit IRC14:24
*** bcwaldon has joined #openstack14:24
romanston_katsu: "nova list" work?14:25
*** vidd has joined #openstack14:25
*** vidd has joined #openstack14:25
*** no`x has quit IRC14:25
ton_katsuworking now.14:26
ton_katsubut14:26
ton_katsuI think key stone version down.14:26
ton_katsuhttps://github.com/openstack/keystone/tags14:26
*** shang has quit IRC14:27
*** sandywalsh has joined #openstack14:27
*** sandywalsh_ has joined #openstack14:27
*** ryan_fox1985 has joined #openstack14:27
ton_katsuother package care. dependency.14:28
*** gregp76 has quit IRC14:29
*** gregp76 has joined #openstack14:29
*** iRTermite has joined #openstack14:29
*** marrusl has joined #openstack14:29
*** nijaba has quit IRC14:30
*** nijaba has joined #openstack14:31
*** nijaba has joined #openstack14:31
viddis github down?14:31
ton_katsuI go back home. I try tomorrow.14:31
*** dtroyer has joined #openstack14:31
ton_katsusee you romans.14:32
*** po has joined #openstack14:32
stevegjacobsKiall, last night I realised I couldn't continue to follow your instructions and risk losing some instances that I need to preserve.14:34
*** Rajaram has quit IRC14:34
*** lelin has joined #openstack14:34
stevegjacobsI was able to export glance.sqlite into mysql -  that looks ok, and your glance-test script works14:34
*** ton_katsu has quit IRC14:34
*** krow has joined #openstack14:35
*** vidd-away has joined #openstack14:35
stevegjacobsI couldn't replace the nova database either14:35
*** vidd-away has quit IRC14:35
*** vidd-away has joined #openstack14:35
*** gregp76 has quit IRC14:35
Kiallstevegjacobs: sure, so long as you port the SQLite databases over, they should be fine.14:35
*** vidd has quit IRC14:35
KiallI can't 110% guarantee that, but somewhere close assuming no mistakes ;)14:35
*** vidd-away is now known as vidd14:35
*** supriya_ has quit IRC14:35
stevegjacobsnow keystone-test doesn't work14:35
stevegjacobsand nova-test.sh doesn't either14:36
KiallMost of the test scripts make assumptions about what's in place, the ID's of stuff, etc14:36
KiallThe only one that should work as-is on a non-fresh install would be the keystone one..14:37
stevegjacobsthats what I thought, which is why I didn't proceed to dashboard install14:38
KiallAnyway, the issue for you seems to be porting to data over.. Once thats done, the old instances won't know the difference14:38
stevegjacobsI just want to make sure keystone is working before I carry on14:39
stevegjacobsyeah, my two instances that I want to keep are fine14:39
*** crescendo has joined #openstack14:39
KiallKeystone for me has been rock solid, its crashed overnight again for you?14:39
livemoonvidd: what a bad day14:39
stevegjacobsIt's been running but your test script no longer comes up ok14:40
KiallThat likely means its crashed (even if it hasnt crashed so hard the process died)14:41
stevegjacobserrors: File "<string>", line 1, in <module>14:41
*** vidd-away has joined #openstack14:41
*** vidd-away has joined #openstack14:41
*** PiotrSikora has quit IRC14:41
*** vidd has quit IRC14:41
*** kbringard has joined #openstack14:41
*** vidd-away is now known as vidd14:41
stevegjacobsKeyError: 'access'14:41
KiallAnything of note in the keystone logs?14:42
stevegjacobsthen it echos 'success'14:42
stevegjacobschecking14:42
*** PiotrSikora has joined #openstack14:44
stevegjacobs2011-11-07 14:43:49  WARNING [eventlet.wsgi.server] 78.153.222.198 - - [07/Nov/2011 14:43:49] "POST /v2.0/tokens HTTP/1.1" 401 193 0.00393914:44
stevegjacobsin api.log14:45
stevegjacobsnothing in keystone.log14:45
*** gregp76 has joined #openstack14:45
*** ergalassi_ has quit IRC14:48
Kiallheh - bug in the test script then :)14:48
*** siwos has quit IRC14:49
stevegjacobsobtain-token.sh gives same error, so it could be there14:50
stevegjacobsOr could it be in the database somewhere?14:50
Raziqueback! :D14:50
Raziquehey livemoon :)14:51
livemoonhi,Razique14:51
livemoonwhat a bad day14:51
livemoonI lost my all instances14:51
Raziquelivemoon: what happened ?14:51
Raziquehave u my drp script ?14:51
*** vidd-away has joined #openstack14:51
*** vidd-away has joined #openstack14:51
Kiallokay .. in obtain-token.sh, change L11 to echo $RAW_TOKEN14:52
Kiallthe "keyerror access" is coming from that little but of python to parse the JSON and extract the token14:52
Kiallbit*14:52
Kiallthen run obtain-token.sh and see what it pops out14:52
*** vidd has quit IRC14:52
livemoonyou can see my mail in maillist14:52
*** vidd-away is now known as vidd14:52
*** PotHix has quit IRC14:53
*** dolphm_ has joined #openstack14:54
Nadeeemanhybody had success doing nested virtualisation here?14:57
Nadeeemvm in a vm14:57
*** cereal_bars has joined #openstack14:57
*** Gerr1t_ has quit IRC14:57
Raziquelivemoon: nope14:57
Raziquesend it to me :)14:57
RaziqueNadeeem: yah14:57
Raziquewith vitualbox / vmware14:57
BasTichelaarNadeeem: yes, kvm + lxc14:57
Nadeeemi have this problem: my topmost tool is virtualbox14:57
Nadeeemi have a gentoo linux vm running on this virtualbox14:57
Nadeeemthen i try to do a modprobe kvm-intel but it fails - it seems to me that the VT-x extensions are not accessible inside the Vbox guest ?14:57
Nadeeemdod u have the same problem?14:57
BasTichelaarNadeeem: why not use lxc?14:57
Nadeeemwhats lxc ?14:57
*** nati2 has quit IRC14:57
BasTichelaarNadeeem: nested KVM virtualisation is only possible with AMD cpus14:57
Nadeeemseriously??? only with AMD14:57
*** kieron has joined #openstack14:57
*** nati2 has joined #openstack14:57
*** 36DAAN2QW has joined #openstack14:57
Kialldid you change the line in obtain-token.sh? and did it print anything out after the key error?14:57
Kiallstevegjacobs: actually14:57
KiallI think I might know whats causing some of the issues..14:57
KiallYou are probably still running some stock ubuntu packages .. try `apt-get install python-keystone` and see if it it has an update14:57
RaziqueBasTichelaar: naaaa :D14:57
RaziqueI do both14:57
RaziqueIntel cpu show better perf imho :)14:57
NadeeemRazique: what was your setup? can you tell me what did you exactly use for virtualisation and what OS ?14:58
BasTichelaarhmm, maybe things have changed14:58
BasTichelaarbut I thought only AMD supported nested VMX14:59
*** ldlework has joined #openstack14:59
stevegjacobsKiall: more errors: {"unauthorized": {"message": "Unauthorized", "code": "401"}} - something wrong in database?15:00
*** dragondm has quit IRC15:00
*** termie has quit IRC15:00
*** Gerr1t has joined #openstack15:00
Kiallyea, it looks like the user/pass its sending are invalid15:00
RaziqueNadeeem: I run it under VMWAre fusion and virtualbox on my macbook pro (i7)15:00
viddstevegjacobs Kiall make sure his user has the Admin role15:00
*** cp16net has joined #openstack15:00
Raziquein nova conf, don't forget the --compute_type=qemu and voila :)15:00
BasTichelaarRazique: vmware != KVM :)15:00
*** dolphm_ has quit IRC15:01
RaziqueI know,15:01
Raziquebut I must has misread the question15:01
Nadeeemso your topmost guest was Linux ? and topmost OS was vmwarefusion ?15:01
*** dolphm has joined #openstack15:01
Raziquewhat nested means exactly ?15:01
*** Fredric has joined #openstack15:01
Nadeeemmeans VM within a VM15:01
Raziquenot sure I get it here ^^15:01
BasTichelaar--compute_type=qemu != kvm as well15:02
Nadeeemi am trying to install run openstack on my Gentoo guest15:02
BasTichelaar:)15:02
Raziqueok, so for that, you could use qemu15:02
BasTichelaaryou probably have really bad performance with qemu15:02
Nadeeemand in that guest, i will create KVM virtualmachines15:02
RaziqueBasTichelaar: is that what Virtualbox uses ?15:02
RaziqueBasTichelaar: totally :)15:02
*** cp16net_ has joined #openstack15:02
Raziquebut perfect for a validation env.15:02
BasTichelaaryes, but virtualbox can also make use of qemu-kvm15:02
stevegjacobsuser as in settings - which was used to create the keystone database in the first place?15:02
*** PotHix has joined #openstack15:02
livemoonhi15:03
BasTichelaaranway, Nadeeem look in to LXC15:03
viddstevegjacobs yes15:03
livemoondoes glance have "db_sync"?15:03
*** juddm has joined #openstack15:03
stevegjacobsIn database, the user is admin and it has Admin role15:03
RaziqueBasTichelaar: my setup is -> virtualbox -> openstack -> instances15:03
livemoonI think keystone-manage havenot db_sync anymore15:03
ttxannegentle: ping me when around -- I think you need to fix your wiki account association to restore your rights15:03
Raziqueinstances = qemu15:03
NadeeemRazique: do you still have that vbox image lying around somewhere ?15:03
BasTichelaarRazique: mine is physical + lxc and kvm + lxc15:04
*** PeteDaGuru has joined #openstack15:04
viddstevegjacobs paste me your output for env|grep NOVA15:04
RaziqueNadeeem: nope sorry but here is a good link :http://uksysadmin.wordpress.com/2011/02/17/running-openstack-under-virtualbox-a-complete-guide/15:04
BasTichelaarRazique: any progress with your zones?15:04
Kiallvidd: it wont have anything... https://github.com/managedit/openstack-setup/blob/master/obtain-token.sh15:04
BasTichelaarRazique: read this doc for info: http://nova.openstack.org/devref/distributed_scheduler.html?highlight=zones15:05
Raziquethanks BasTichelaar :)15:05
KiallThe NOVA settings come from the settings file sourced at L415:05
*** cp16net has quit IRC15:05
*** cp16net_ is now known as cp16net15:05
Nadeeemthanks for the link, i cam across that before15:05
*** reed has joined #openstack15:05
Nadeeemiam stuck at creating running the qemu images15:05
*** dolphm has quit IRC15:05
*** reed has quit IRC15:06
NadeeemCould not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory No accelerator found!15:06
Nadeeemtux images # modprobe kvm-intel FATAL: Error inserting kvm_intel (/lib/modules/2.6.35-gentoo-r4/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported15:06
*** robbiew has joined #openstack15:07
*** zul has quit IRC15:07
Kiallstevegjacobs: something is causing keystone to say invalid password, if the DB looks okay, then have a look at the obtain-token.sh script and check that everything looks okay (echo stuff out, try the requests by hand, etc)15:07
Nadeeemi am pretty sure the vt-x extension is not visible inside the vbox image15:07
*** zul has joined #openstack15:08
FredricHey All, I am digging around in the Nova source code to try to figure out how the "compute_nodes" database table is populated. Does anyone have any pointers?15:08
livemoonhi,all . do you know how to glance db sync?15:09
*** livemoon has left #openstack15:09
*** livemoon has joined #openstack15:09
stevegjacobsvidd asked me to paste env|grep NOVA - it doesn't match what is in the keystone database - it's all stuff from before15:09
*** juddm has quit IRC15:10
Kiallstevegjacobs: the nova* settings are overridden by the setting files..15:10
*** juddm has joined #openstack15:10
KiallL4 of the script .. https://github.com/managedit/openstack-setup/blob/master/obtain-token.sh15:10
*** reed has joined #openstack15:10
*** hadrian has quit IRC15:11
*** gregp76 has quit IRC15:13
*** nati2 has quit IRC15:13
*** gregp76 has joined #openstack15:13
*** nati2 has joined #openstack15:15
*** nid0 has quit IRC15:15
lelini would like to migrate a machine running in my office to the cloud. is there a way to make an image of that and run it the cloud?15:16
uncleofthestickHi, anybody knows how to enable volumes management in Horizon (the dashboard)?15:16
*** rsampaio has joined #openstack15:18
stevegjacobsOK - figured it out -15:18
RaziqueBasTichelaar: very usefull page15:18
stevegjacobstypo in settings from messing with it last night15:18
RaziqueI would surely defined in a bad way my zones :D15:19
*** termie has joined #openstack15:19
stevegjacobsI want to continue and try to finish dashboard install - just wondering if I need to change or redo things in order to make sure that I can access existing instances?15:20
*** nid0 has joined #openstack15:20
*** javiF has joined #openstack15:20
livemoonRazique:what page?15:20
Raziquelivemoon: for what ?15:21
livemoonyou said " very useful page15:21
Raziquethat one livemoon http://nova.openstack.org/devref/distributed_scheduler.html?highlight=zones15:21
Raziqueit explains how zones work15:22
Raziqueso you can have for instance several clouds15:22
Raziqueand create HA clouds :D easily15:22
*** jwalcik has joined #openstack15:23
*** dragondm has joined #openstack15:23
livemoongood15:23
*** PiotrSikora has quit IRC15:23
*** termie has quit IRC15:24
Raziquehow long does an instance migration takes ?15:25
Raziquefora let's say a small ubuntu image15:25
Raziqueand - does Diablo uses KVM block migration so a shared storage is no longer required ?15:25
*** arun has quit IRC15:25
kbringardRazique: you mean like, a live migration from one hypervisor to another?15:26
Raziqueyup15:26
RaziqueHey kbringard !15:26
kbringardherro15:26
kbringardit should be pretty quick15:26
kbringardlike, < 10 or 15 seconds15:26
*** PiotrSikora has joined #openstack15:26
Raziqueit's been a while15:26
*** llang629_ has left #openstack15:26
livemoonI havenot do block migration sucessfully.15:26
Raziqueok, so mine failed :D http://paste.openstack.org/show/3122/15:26
livemoonDo you have?15:26
*** Hakon|mbp has quit IRC15:27
*** dragondm has quit IRC15:27
*** dragondm has joined #openstack15:27
RaziqueI'm trying now15:27
* Razique lacks of compute node here :D15:28
livemoongood luck15:28
livemoonI am going to sleep15:28
Raziqueok livemoon15:28
Raziquecya :)15:28
*** livemoon has left #openstack15:28
*** arun has joined #openstack15:30
*** arun has joined #openstack15:30
*** tyska has joined #openstack15:31
*** termie has joined #openstack15:32
*** termie has quit IRC15:32
*** termie has joined #openstack15:32
stevegjacobsKiall - don't know if it's a complete success yet, but I just tried dashboard, and it works.15:32
Kiallstevegjacobs: sorry, middle of one of those "Oh sh**" moments... will be back in a bit ;)15:33
*** mdomsch has joined #openstack15:33
stevegjacobsclicking on system, I see statistics for prior tennants and two running instances. One of those 'fingers crossed, but looking good moments!15:34
gnu111who is going to SC '11 in Seattle?15:35
tyskahello guys15:35
tyskawhat's up?15:36
*** nerens has quit IRC15:36
*** clopez has joined #openstack15:37
*** nerens has joined #openstack15:38
Raziquehey tyska :)15:39
Raziquekbringard: does diablo requires a shared storage ?15:39
*** ayates83 has left #openstack15:39
Raziqueor not ?15:39
*** rnorwood has joined #openstack15:39
*** BasTichelaar has quit IRC15:39
tyskaRazique: what's the good news?15:40
kbringardfor live migration?15:40
kbringardRazique: ^^15:40
Raziquekbringard: yup :p15:40
kbringardyea15:40
kbringardit always has, even since before Diablo15:40
Raziquetyska: finally testing diablo stuff15:40
Raziqueboot from volume, migration, pause instance15:40
Raziquethanks kbringard15:41
*** obino has quit IRC15:41
tyskaRazique: some new about connecting instances that are running in the server2 (assuming dual node architecture)?15:41
uncleofthestickHi, anybody knows if volumes management is supported in Horizon (the dashboard)? I know it was, but now I can't see it15:42
Raziquetyska: you mean zones ?15:42
tyskaRazique: i dont know, im new in Open Stack, i have 2 servers, the first has all the controllers including a nova-compute, and the second one has only a nova-compute15:44
tyskaRazique: everything looks fine, but instances that are scheduled to server2 i cant reach15:44
Raziquetyska: yah, same setup here15:44
Raziquetyska: check nova-netowork.log when u spawn15:45
tyskaRazique: and you can ping and ssh instances on server2?15:45
Kiallstevegjacobs: so, how's it looking?15:45
Raziquetyska: sure I've one "controller" and 5 nodes15:45
Raziqueworks great15:45
tyskaRazique: great!15:45
tyskaRazique: then i will need a hand to do this =)15:45
uvirtbotNew bug: #887162 in nova "VM interface goes down because of short dhcp lease" [Undecided,New] https://launchpad.net/bugs/88716215:46
uvirtbotNew bug: #887164 in nova "DistributedScheduler via the MultiScheduler fails" [Undecided,New] https://launchpad.net/bugs/88716415:46
Raziquetotally :)15:46
Raziquedon't hesitate15:46
*** code_franco has joined #openstack15:46
*** jeh has joined #openstack15:46
tyskaRazique: im getting the following error in network.log - http://pastebin.com/rP3i5Edw15:47
Raziquetyska: what nova-manage service list shows15:48
Raziqueand ; show me both ifconfig, and nova.conf15:48
tyskaRazique: there is a weird thing15:48
tyskaRazique: sometimes a run nova-manage command and it fails15:48
tyskaRazique: the i run again, and the command works15:49
tyska*i run15:49
tyskathen*15:49
tyskaand the error message on nova-manage.log says nothing conclusive - http://pastebin.com/uYW7iP3t15:50
Raziquedoes the DB backend runs ?15:53
tyskahow can i see it?15:53
tyskaRazique: here i placed a group of useful information - http://pastebin.com/5yB4Wk7m15:55
*** PiotrSikora has quit IRC15:55
*** bcwaldon has quit IRC15:55
*** adjohn has joined #openstack15:56
*** mies has joined #openstack15:56
*** PiotrSikora has joined #openstack15:56
*** mies has quit IRC15:57
*** jeh has left #openstack15:57
*** Hakon|mbp has joined #openstack15:57
*** mies has joined #openstack15:57
*** kbringard has quit IRC15:58
*** stevegjacobs has quit IRC15:58
*** kbringard has joined #openstack15:58
*** lorin11 has quit IRC15:59
*** krow has quit IRC15:59
*** sandywalsh_ has quit IRC16:01
*** chomping has joined #openstack16:01
*** stevegjacobs has joined #openstack16:04
stevegjacobsKiall: seems I got logged out freenode16:05
*** dolphm has joined #openstack16:05
Raziquetyska: can u show me the /etc/network/interfaces of the node ?16:05
Kiallstevegjacobs: ;)16:05
stevegjacobsNew dashboard is impressve16:05
KiallI had just asked how it was going?16:05
KiallOld instances okay?16:06
*** jeh has joined #openstack16:06
stevegjacobsbut some things not showing16:06
*** TheOsprey has quit IRC16:06
stevegjacobsold instances are still there, but I can't vnc into them - that's all I've tried so far16:06
stevegjacobsI also don't see any images, but that is probably because I imported old glance data16:07
*** mies has quit IRC16:07
stevegjacobsand the images I had were probably marked 'private'16:07
Kiallyea - VNC seems, broken in diablo16:07
stevegjacobsis there some way to make those public?16:07
Kiallimport a new image into glance, and you can then compare the DB fields16:08
stevegjacobsok16:08
Kiallor ..16:08
KiallUPDATE images SET is_public = 1 AND owner = NULL;16:08
*** mies has joined #openstack16:08
stevegjacobsthe two you scripted for already in there - oneiric and lucid16:08
Kiallowner = NULL is basically "system" images, everyone can get to them...16:09
*** andy-hk has joined #openstack16:09
stevegjacobsthat sounds easy16:09
*** obino has joined #openstack16:09
*** mies has quit IRC16:10
*** praefect has joined #openstack16:10
* Kiall has 1 instance chewing 100% of 1x core (its a 2 core VM) and refusing to reboot, console is dud aswell -_-16:10
viddkeystone database has changed since 31 October...right?16:10
*** hezekiah_ has joined #openstack16:13
*** marrusl has quit IRC16:13
*** sandywalsh_ has joined #openstack16:14
*** Vek has joined #openstack16:14
viddzykes-, you here?16:14
Raziquekbringard: erf, that requires to restart libvirt, you could potentially loose instances then ?16:15
*** WormMan has joined #openstack16:17
*** troya has joined #openstack16:17
*** andy-hk has quit IRC16:19
*** hezekiah_ is now known as isaacfinnegna16:19
*** isaacfinnegna is now known as isaacfinnegan16:19
troyahi all16:19
*** gregp76 has quit IRC16:19
*** gregp76 has joined #openstack16:20
*** llang629_ has joined #openstack16:20
*** llang629_ is now known as llang62916:20
viddhello troya16:20
*** llang629 has left #openstack16:20
*** Nadeeem has quit IRC16:20
*** andy-hk has joined #openstack16:20
troyaoh...i'm sory, it's appear i'm wrong channel . hehehe16:21
troyabye vidd :D16:21
troyai must to  go to #pentaho16:21
*** troya has quit IRC16:21
*** lorin1 has joined #openstack16:21
*** rnirmal has joined #openstack16:22
*** no`x has joined #openstack16:22
*** reidrac has quit IRC16:23
*** marrusl has joined #openstack16:24
*** gregp76 has quit IRC16:24
*** mrjazzcat has joined #openstack16:24
*** gregp76 has joined #openstack16:24
gnu111is it just me or http://yum.griddynamics.net/yum is down?16:24
*** mrjazzcat has left #openstack16:24
Raziquekbringard: what about using iscsi instead of NFS for the shared "instances" dir ?16:25
Raziquewouldn't we have a much better migration speed ?16:25
Raziqueof is NFS enough ?16:25
Raziquesince migration only dumps configuration, not the disk16:25
Raziqueas qemu is ablto to do since it's 0.12 version16:25
uvirtbotNew bug: #887182 in keystone "keystone-manage still lists a tenant" [Undecided,New] https://launchpad.net/bugs/88718216:25
*** lborda has joined #openstack16:28
*** negronjl has joined #openstack16:29
*** deshantm_laptop has quit IRC16:30
*** lelin has quit IRC16:30
ryan_fox1985hi I'm starting with openstack swift and I'm seaching for the differences between swauth, keystone, tempauth, devauth?¿16:30
*** Vek has quit IRC16:30
notmynameryan_fox1985: most simply, it's a matter of history. I'll try to explain16:30
*** tyska has quit IRC16:31
notmynameryan_fox1985: devauth was the original auth system included in swift. it wasn't prod-ready and was only meant for dev work16:31
*** javiF has quit IRC16:31
*** PiotrSikora has quit IRC16:31
notmynameryan_fox1985: devauth was then replaced with swauth. swauth is implemented in middleware and uses the swift cluster itself for its backing store16:31
stevegjacobsKiall, I can see the images now. I will have to go through all the things in the dashboard and see what works16:31
notmynameryan_fox1985:swauth is prod-ready code16:31
Kiallyea, and you'll need to update the compute node to use keystone auth..16:32
Kiall(have a look at the nova script, its pretty simple..)16:32
*** AlanClark has joined #openstack16:32
*** PiotrSikora has joined #openstack16:32
stevegjacobsOne thing - does anyone know how to make a copy (snapshot) of a running instance -  and then launch that as a new instance/.16:33
notmynameryan_fox1985: however, we realized that an full auth system doesn't really belong in swift itself, so we removed it and replaced it with tempauth. tempauth is basically the same thing as swauth, but it's managed entirely from the proxy config file. tempauth is intended for dev or POC work (because managing a config file a reloading the proxy makes tempauth harder to use)16:33
notmynameryan_fox1985: tempauth is very simple and very easy to use, though. it's perfect for dev work16:33
Kiallstevegjacobs: hit the snapshot button in the dash ;)16:33
*** llang629_ has joined #openstack16:33
Kiallstevegjacobs: but .. make sure you have the nova-computed updated, the oneiric ones dont snapshot corrected AFAIK16:34
ryan_fox1985Oks thanks!16:34
notmynameryan_fox1985: keystone is part of the future of openstack. it's managed completely separately from swift and has its own team developing it. keystone is not so much an auth system itself as an integration point for whatever auth system you want.16:34
*** andy-hk has quit IRC16:34
*** jollyfoo has joined #openstack16:34
notmynameryan_fox1985: what you use would depend on your use case16:35
notmynameryan_fox1985: I'd recommend tempauth for dev or POC work, swauth if you are doing swift-only prod work, and keystone if you are using multiple parts of openstack16:35
ryan_fox1985I need to add acl Access control list to the containers16:35
ryan_fox1985I think that tempauth do this16:36
notmynameryan_fox1985: tempauth and swauth both support ACLs. keystone is currently working on it (I think).16:36
*** misheska has joined #openstack16:36
notmynameryan_fox1985: http://programmerthoughts.com/openstack/swift-permissions/16:36
ryan_fox1985Yes I already configure with tempauth16:36
*** jchome has left #openstack16:37
*** PiotrSikora has quit IRC16:37
*** gregp76 has quit IRC16:37
*** gregp76 has joined #openstack16:38
*** PiotrSikora has joined #openstack16:38
*** pjz has quit IRC16:39
*** gregp76 has quit IRC16:39
*** pjz has joined #openstack16:39
*** gregp76 has joined #openstack16:40
*** dobber has quit IRC16:40
*** MarkAtwood has joined #openstack16:40
stevegjacobsTrying to figure out if I can log into dashboard as old users16:40
*** jdurgin has joined #openstack16:41
*** stuntmachine has joined #openstack16:41
Kiallstevegjacobs: you cant16:42
Kiallonly keystone users + tennants16:42
*** gregp76_ has joined #openstack16:42
Kiallyou can edit all the old DB records to point at keystone users easy enough tho16:42
stevegjacobsin system panel I see my old 'tenants' but I can't access them when logged in as admin. Instance I want to snapshot is one under old tenant16:43
zykes-now vidd16:43
viddzykes-, can your dashboard show tenat and user pages?16:43
Raziquelook guys :D http://feedproxy.google.com/~r/readwritecloud/~3/kOsuOr1IOd0/infographic-the-state-of-opens.php16:43
zykes-lemme see vidd16:44
Kiallstevegjacobs: you were using keystone before? or do you mean projects?16:44
stevegjacobsThey were projects - didn't have keystone before16:44
zykes-gah, can't reach my machine atm vidd16:44
Kiallyea, okay.. hoesntly cant tell you why they are showing, but they probably shouldn't be :)16:44
*** 45PAAJ3H2 has quit IRC16:44
*** gregp76 has quit IRC16:44
*** gregp76_ is now known as gregp7616:44
stevegjacobsbecause I couldn' get keystone to work16:44
*** ohnoimdead has joined #openstack16:45
*** kaz__ has joined #openstack16:45
*** gohko_ has joined #openstack16:45
Kiallcreate tenants (projects) and keystone users to match, then update the old DB records as needed16:45
stevegjacobsI see them when I click on system16:45
*** kaz_ has quit IRC16:45
stevegjacobsI'll have a go at that.16:46
viddwhat is the command to ssh in with a .pem?16:47
stevegjacobsKiall - thanks a lot for all your help and advice!16:47
zykes-vidd: ssh -i <path to pem file here> <host/ip>16:47
Kiallno hassle.. i tend to just keep IRC open on my 3rd screen ;) Helps keep me sane16:47
vidd*forehead-slap* i was putting -k =\16:48
stevegjacobsDon't think it's quite time to celebrate with a beer yet, but maybe a chocolate bar is in order!16:48
uvirtbotNew bug: #887191 in nova "OS API: XML Namespace Handling Broken" [Undecided,New] https://launchpad.net/bugs/88719116:51
*** dgags has joined #openstack16:51
*** cdub has quit IRC16:52
*** rods has quit IRC16:52
*** llang629_ has left #openstack16:53
*** arBmind_ has joined #openstack16:55
*** arBmind has quit IRC16:57
*** arBmind_ is now known as arBmind16:57
*** cdub has joined #openstack16:59
*** ryan_fox1985_ has joined #openstack17:00
*** guigui1 has quit IRC17:01
*** robbiew has quit IRC17:02
*** ryan_fox1985_ has quit IRC17:03
Raziquehave you ever used ""nova-manage vm block_migration""17:04
*** llang629__ has joined #openstack17:05
*** llang629__ has left #openstack17:05
*** carlp has joined #openstack17:09
*** sgg has quit IRC17:10
*** oubiwann has joined #openstack17:10
*** cereal_bars has quit IRC17:11
*** krow has joined #openstack17:12
*** jog0 has joined #openstack17:13
*** termie has quit IRC17:14
*** adjohn has quit IRC17:17
*** termie has joined #openstack17:18
*** PiotrSikora has quit IRC17:18
*** kaigan has quit IRC17:19
*** joesavak has joined #openstack17:19
*** PiotrSikora has joined #openstack17:19
*** krow has quit IRC17:20
zykes-have oyu Razique ?17:21
RaziqueI am :)17:21
Raziquebut doesn't seem to work17:21
zykes-Razique: what you use for vm storage ?17:22
Raziqueatm it's a local repo17:22
Raziquethat's why i'm trying block migration, not live migration17:22
Raziquenothing happens17:24
Raziquethe log moves17:24
Raziquebut the instances doesn't17:24
Raziquewhile obviously no error17:24
*** jwalcik has quit IRC17:25
Raziquehere is what happens after the vm block_migration --ec2_id XXXX --dest host217:25
Raziquehttp://paste.openstack.org/show/3125/17:25
zykes-haven't tested ;p17:25
RaziqueI see that 2011-11-07 18:23:25,257 INFO nova.virt.libvirt_conn [-] instance instance-00000033: deleting instance files /var/lib/nova/instances/instance-0000003317:25
zykes-i don't have hosts to test with17:25
Raziquebut the dir remains :D17:25
RaziqueI've two VMs on the laptop17:26
Razique:p17:26
Raziquegtg home17:28
Raziquebe back ther17:28
Raziquecya :)17:28
*** misheska has quit IRC17:29
*** reed has quit IRC17:29
*** reed has joined #openstack17:29
*** Razique has quit IRC17:30
*** nati2 has quit IRC17:31
*** kbringard has quit IRC17:33
*** clauden_ has joined #openstack17:34
*** bcwaldon has joined #openstack17:34
stevegjacobsMore fun - just tried to make a snap shot of an image  from Openstack Dashboard - got this error: Unexpected error: The server has either erred or is incapable of performing the requested operation.17:35
*** reed has quit IRC17:35
*** nerens has quit IRC17:35
*** nerens has joined #openstack17:37
stevegjacobsHaha 'the server has erred' ! that seems funny to me! I thought it was only server ADMINISTRATORS or PROGRAMMERS who erred.  Now I know who to blame when things go wrong!17:37
stevegjacobswell - it's time to go home now.17:39
*** fred_ has joined #openstack17:40
*** clauden_ has quit IRC17:41
*** clauden_ has joined #openstack17:41
*** alperkanat has joined #openstack17:43
*** alperkanat has joined #openstack17:43
*** javiF has joined #openstack17:43
alperkanatnotmyname: are you there?17:44
*** gregp76 has quit IRC17:44
*** kbringard has joined #openstack17:45
*** cloud__ has quit IRC17:48
*** dolphm has quit IRC17:50
*** maplebed has joined #openstack17:50
*** maplebed has joined #openstack17:50
*** dolphm has joined #openstack17:50
stevegjacobsIt's been a good day and I'm happy to gotten this far17:50
*** TheOsprey has joined #openstack17:51
*** Turicas has joined #openstack17:51
*** jaypipes has joined #openstack17:52
*** qazwsx has joined #openstack17:52
jivais this api complete: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChawrOkbe2S/ojJ6CS6lNB7RM424MXMIkfENTlDUTRr4bpMiaS4dhIESIpRSdpgSkbCOfEIpztq16ZGzPL1BXpGCQbHVeh9vH6NvMI8ZCZWKdVcCd+Lg8qefa6V195YtXDRSosje9nw1NzQ3U+I9L4OF+9lfGivTLCDpIkAI92+dNSUc6XBIkwD9A1y6qgxDT+E5sJ9f4HShPI86CCw5bHKt/AQQRJX/RfHmzAWJs7J/bl1K3kFHrRhmyvnKWtYjBgZWnGkgGNW83B0yASMsRP5RZzssKP7waGnXG6KCIZfp3C1oQp298d9McoKMSy9iBj+a0e4IP0XSCYOYFpKZBH jiva@devstack17:52
jivacrap17:52
jivahttp://docs.openstack.org/cactus/openstack-compute/developer/openstack-compute-api-1.1/content/API_Operations-d1e2068.html17:52
jivathat link i mean, stupid clipboard17:53
jaypipesjiva: I would use Diablo, not Cactus17:53
*** dolphm_ has joined #openstack17:53
*** stevegjacobs has quit IRC17:55
*** dolphm has quit IRC17:55
*** mies has joined #openstack17:57
*** ryan_fox1985 has quit IRC17:58
*** ryan_fox1985 has joined #openstack17:59
*** ryan_fox1985 has quit IRC18:00
*** ryan_fox1985 has joined #openstack18:01
*** andy-hk has joined #openstack18:02
*** ryan_fox1985 has quit IRC18:03
*** ryan_fox1985 has joined #openstack18:03
*** magg has joined #openstack18:05
magghello18:05
maggso18:05
maggvidd18:05
maggu there?18:05
maggim still getting Unexpected error: Expecting passwordCredentials at the dashboard login18:06
uvirtbotNew bug: #887225 in glance "python-crypto now dependency after 5e6fb33b22c" [Undecided,Confirmed] https://launchpad.net/bugs/88722518:06
maggi already did the sync db command18:06
magg:( help plz18:07
maggzykes-?18:07
viddmagg, sorry...im back18:07
viddmagg, did you set dash to use mysql or sqlite?18:08
*** mies has quit IRC18:08
maggi think the default db is sqlite18:08
maggim using the default18:08
*** ryan_fox1985 has quit IRC18:09
viddi cant help then....unless you know how to look at the database structure with sqlite18:09
viddby the way...do you have keystone installed and set up?18:09
maggyeah18:09
maggi do18:09
maggnah i dont know how to query sqlite :(18:10
viddmagg, and its working properly...you have nova set up to use it and euca2ools work?18:10
maggyeah18:10
Kiallvidd / magg "Unexpected error: Expecting passwordCredentials at the dashboard login"18:11
Kiall99% sure thats due to a syntax change in keystone18:11
*** mies has joined #openstack18:11
viddeither your local settings are messed up or your dashboard database is messed up18:11
Kiallneither18:11
vidd"but it was working fine all morning"18:12
Kiallthe auth request is something like this:18:12
Kiall"{\"auth\": {\"passwordCredentials\": {\"username\": \"$NOVA_USERNAME\", \"password\": \"$NOVA_API_KEY\"}}}"18:12
Kiallit used to not have the {\"passwordCredentials\": section18:12
*** lorin11 has joined #openstack18:12
viddsorry...wrong windows =\18:12
*** lorin11 has quit IRC18:12
*** uncleofthestick has quit IRC18:13
*** Bwong has joined #openstack18:13
maggso wait it's a bug or something?18:13
viddmagg, no..version mis-match18:13
KiallI'm 99% sure your running an old dashboard and new keystone, or an old keystone and new dashboard18:14
KiallI had that issue at one point..18:14
maggoh18:14
*** mtucloud has joined #openstack18:14
maggKiall: my dashboard is up to date with git... im using the keystone from the ubuntu repos18:14
Kiallthat explains it ;)18:14
magguhh...18:14
Kiallyour installing windows 95 drivers into windows 7 ;)18:15
Kialldiablo and essex may as well be win 95 and win 7...18:15
Kiallthey won't mix well ;)18:15
maggthe dashboard is essex18:15
maggcome on..18:15
*** lorin1 has quit IRC18:16
viddmagg, try using the "stable" brach of the dashboard?18:16
Kiallvidd: actually, that wont work either sadly..18:16
maggfml18:16
Kiallthe ubuntu version of keystone is pre-diablo18:16
viddwtf18:17
viddKiall, you really need to make .debs of your stuff =]18:17
*** darraghb has quit IRC18:17
maggso my only solution is to update my packages?18:17
KiallYea - I realized when I noticed a file had been moved (ec2_token.py) from nova to keytone (or the other way around)18:17
viddat least make them available to download18:17
Kiallvidd: you mean these? https://launchpad.net/~managedit/+archive/openstack18:17
maggkeystone, nova and glance18:17
magg?18:18
KiallAnwway - Yea - I realized when I noticed a file had been moved (ec2_token.py) from nova to keystone (or the other way around) and neither of the ubuntu packages had it ;)18:18
viddKiall, yes...but downloadable18:18
maggyou guys gotta push updates to the ubuntu repos.. come on18:18
Kiallvidd: umm.. they are downloadable18:18
Kiallmagg: I gave on up waiting for them to fix the ubuntu packages and rolled my own...18:19
KiallThey probably will at some point, but so far it doesnt look good for keystone or dash getting any updates...18:19
viddKiall, ok...i got to them18:20
maggummm18:20
*** rods has joined #openstack18:20
*** nerdstein has quit IRC18:20
viddKiall, have you applied to have your packages added to the repo's?18:20
maggKiall: if I add your packages will it work?18:21
maggyou have a ppa or something18:21
*** smeier00 has joined #openstack18:21
BwongWhich documentation should I follow if I have the lastest version of Ubuntu? -Can someone please link me the site?18:22
Kiallvidd: no i haven't18:22
viddBwong, there is no "complete-averything in one place" guide18:22
Kiallmagg: they work, but I'd be willing to bet you have a pile of random stuff in /usr/local that will override+break them ;)18:23
Bwongvidd: oh ok, where is a good place to start18:23
viddBwong, but htis is the closest http://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf18:23
*** smeier00 has left #openstack18:23
Bwongvidd: thanks18:23
*** clauden___ has joined #openstack18:23
*** clauden_ has quit IRC18:23
maggwhat the flying fuuuuuu!!18:23
viddBwong, there is a major step missing and they want you to reboot all nova services b4 database is ready (which wont work properly)18:24
Kiallgiven a clean install of ubuntu, I can get keystone+nova+glance+dash setup in 30-35 mins, most of that waiting for downloads ;)18:24
Kiall30-45*18:24
maggdamn...18:24
Kiallmy point is .. its not hard, unless you either A) use broken packages or B) try and mix essex and diablo18:25
maggyeah i get your point18:25
maggits not hard to set it up18:25
Bwongvidd: which point is that?18:25
viddBwong, when you are setting up the volumes do this :http://docs.openstack.org/diablo/openstack-compute/admin/content/managing-volumes.html18:26
maggwhere can i get your packages anyway?18:26
Kiallmagg: they are in the PPA i linked to a few mins ago.. along with basic instructions18:26
magghttps://launchpad.net/~managedit/+archive/openstack ????18:27
viddBwong, and skip restarting sevices untill after the "nova-manage db sync" step18:27
Kiallyea18:27
maggooks18:27
maggthanks18:27
Bwongvidd: so the managing-volumes is for Chapter 5 Storage Management ? 5.1 Nova-volume18:27
Kiallmagg: I can guarantee they won't work for us, *unless*, you clear out anything you have installed already18:27
Kiallfor you*18:28
Kialleg anything in /usr/local, and the ubuntu packages18:28
maggyeah i get it, i would need a clean install18:28
maggi won't installed on my current setup, just for reference18:29
viddum....when you are setting up nova, the guide from cssoss has you set up the LVM but skips the step of giving nova sudo rights18:29
magginstall them**18:29
Kiall"pip install" / "python setup.py" etc all install stuff that will override anything the package manager installs18:29
viddif nova does not have sudo rights, your nova services will not restart properly18:29
BwongI see.18:30
BwongTrying to find the LVM part.18:30
Kiallmagg: and if you're really lazy... https://github.com/managedit/openstack-setup18:30
*** Vek has joined #openstack18:31
maggohh nicee!18:32
KiallYea, they are the scripts I use ;)18:32
*** nacx has quit IRC18:33
uvirtbotNew bug: #887236 in keystone "Make extensions configurable." [Medium,New] https://launchpad.net/bugs/88723618:33
KiallThey do very very little, its more the instruction the give out, and the config templates generate ;)18:33
KiallI probably installed openstack on fresh ubuntu installs 10 times before I got it all working, so I eventually decided to script it  ;)18:34
viddKiall, does your dashboard import keystoneclient?18:34
magghahaha18:34
maggi almost hit 10 installs i think18:35
viddmagg, it took me over 40 fresh installs18:35
maggfuuuuuuu18:35
Kiallvidd: "my dashboard" is the stable/diablo branch.. so if it does...18:35
viddbut im hard-headed =]18:35
Kialland insist of installing a mix of essex and diablo ;)18:35
*** lorin1 has joined #openstack18:36
viddKiall, i couldnt get your .debs =\18:36
Kiallvidd: Its a standard launchpad PPA ;)18:37
viddKiall, i dont use ppa's18:37
Kiallthen keep using git clones ;)18:37
viddthey wont install for some reason18:37
Kiallhuh .. what do you mean?18:37
*** lorin1 has quit IRC18:38
*** lorin1 has joined #openstack18:38
viddthe "apt-add-repository" always fails for some reason18:38
viddso i swore off using them...what? 3 years ago =]18:39
Kiallas in, it cant find the command?18:39
viddyes18:39
Kiallapt-get install python-software-properties18:39
Kiallit doesnt come with ubuntu server by default18:39
Kiall(and what a package name for it -_-_18:39
Kiall(and what a package name for it -_-)18:39
*** Ryan_Lane has joined #openstack18:40
*** Vek has quit IRC18:41
Kiallvidd: anyway, the raw debs are here http://ppa.launchpad.net/managedit/openstack/ubuntu/pool/main/18:41
*** rackerhacker has quit IRC18:41
notmynamealperkanat: pong18:41
*** rackerhacker has joined #openstack18:42
viddKiall, bookmarked18:42
*** mrjazzcat has joined #openstack18:42
viddi was supposed to have a demo 40 minutes ago, but they post-poned it AGAIN18:43
viddim starting to think they are afraid of it =]18:43
jivaHas anyone used the API service to successfully inject keypairs into an instance? I can't find it in the API, but I can see how Horizon does it by tcpdump'ing18:43
viddjiva, you mean like "start an instance without keypair; reliase your forgot to add it; then add the keypair"?18:45
jivasomething like that, except I want to query the API service instead of using euca2ools18:45
Kialljiva: you can only inject keypairs when you create the instance...18:46
* vidd was not aware you could add a keypair after the instance was already running18:46
jivaCan you do it through the API service? That's my main problem18:46
jivaI cant find it in the API18:46
Kiallwell ..I think is something for injecting files into a running instance, if you use XenServer.. but never looked at it18:46
*** llang629 has joined #openstack18:47
Kialljiva: there is no way to inject a key into a running instance that I know of.. (Though, I think, if you use XenServer, you can inject files into a pre-defined folder (aka not /root/.ssh)18:47
*** llang629 has joined #openstack18:48
*** llang629 has left #openstack18:48
*** nati2 has joined #openstack18:48
*** fulanito has joined #openstack18:49
*** arBmind has quit IRC18:49
jivaThat's fine, I was just wondering it how to do it via the API service18:49
Kiallbut - it cant be done?18:49
Kiallif it cant be done, how could be it done via the API ;)18:49
fulanitohi18:51
fulanitoI am having some problems following openstack diablo tutorial on the uploading to openstack part18:51
Bwongvidd: does the cssoss guide include installing the UI?18:51
viddso...i see vmware has this nifty tool to convert running software to metal servers into vmware virtual machines.....18:52
fulanitowhen I use cloud-publish-image amd64 serverfinal.img bucket118:52
viddBwong, no18:52
*** odyi has joined #openstack18:52
*** odyi has joined #openstack18:52
*** adjohn has joined #openstack18:52
KiallBwong: i dont think it does keystone or dash18:52
*** cereal_bars has joined #openstack18:52
BwongIs the UI working for ubuntu currently?18:53
jivaSorry for the misunderstanding, I just needed to know how to inject a key into an instance (not a running instance)18:53
viddonce i have the server running as a vware vm...how to move it to my opensatck deployment =\18:53
Kialljiva: ah.. sorry18:53
viddBwong, yes18:53
jivawhich I think i found, it's the "personality" attribute when creating an instance18:53
jivait takes a path and a content variable18:53
Bwongvidd: whats the best documentation for installing the UI?18:53
Kialljiva: I don't know the API that well, just its capabilities  ;)18:54
viddBwong, just NOT the keystone and dash from ubuntu repos18:54
viddheh..us!18:54
fulanitothe output of the command is failed: euca-upload-bundle --bucket bucket1 --manifest /tmp/cloud-publish-image.Z4R5gt/serverfinal.img.manifest.xml18:54
fulanitoand failed: euca-upload-bundle --bucket bucket1 --manifest /tmp/cloud-publish-image.Z4R5gt/serverfinal.img.manifest.xml18:54
jivaThanks though, I'm working on a project and am trying to use the API service directly instead of euca2ools18:54
KiallBwong: the ubuntu packages dont work with keystone or dashboard (the UI) - at all.18:55
KiallBwong: I did update them for myself though, https://launchpad.net/~managedit/+archive/openstack18:55
viddBwong, the best "documentation" i found is deciphering what the devstack script does18:55
Kiallvidd++18:55
chadhSo what is the best practice for configuring image storage on compute nodes?  Can they all just mount the same nfs share in /var/lib/nova/instances?18:56
Kialli basically copied the devstack script setup parts into my own: https://github.com/managedit/openstack-setup18:56
viddKiall, the ubuntu repo nova and glance most certainly do work with keystone and dash18:56
*** javiF has quit IRC18:56
magghuh18:56
Kiallvidd: really? fair enough ..18:56
Kiallthe keystone and dash packages are broken for sure though ;)18:57
viddKiall, you just need a chisel, two screwdrivers and a BFH18:57
chadhHow about the _base directory?  Should it be local?  Does it have to be large enough to hold every image or just images currently running as instances?18:57
Kiallchadh: /var/lib/nova/instances should be NFS mounted for live migration..18:57
Kiall(or just shared.. NFS or otherwise)18:57
chadhKiall: the whole thing?  I heard there was some performance problems with _base being remote?18:58
Kiallthere may be perf issues, but the docs says the whole thing..18:59
Kiallthere could be other ways around it..18:59
chadhKiall: is that in the nova compute admin guide?18:59
Kiallbut i would imagine live migration would fail if the base folder wasnt shared18:59
Kiallyea18:59
Kiallthere is a live migration section that talks about it18:59
chadhI can certainly start that way.  I have about 80 really beefy nodes, and I imagine I will have to do something a little special eventually19:00
chadhKiall: I noticed that doc. I think it is new.  I'll take a look19:00
Kiallchadh: yea .. the docs (rightly) go for the simple approach :)19:00
chadhI'm okay with that as long as there are great resources like this IRC channel and forum19:01
fulanitodoes anyone know how to solve the problem?19:02
*** dendro-afk is now known as dendrobates19:02
fulanitofailed: euca-upload-bundle --bucket bucket1 --manifest /tmp/cloud-publish-image.Z4R5gt/serverfinal.img.manifest.xml19:02
fulanitoChecking bucket: bucket119:02
fulanito[Errno 111] Connection refused19:02
fulanitofailed to upload bundle to bucket1/serverfinal.img.manifest.xml19:02
*** gyee has joined #openstack19:03
Kiall"Connection refused" would suggest the server side is not running... have you checked it is?19:03
viddfulanito, can you do euca-describe-images without en errno 111?19:03
fulanitoyes19:04
viddfulanito, did you check the server side as Kiall suggested?19:04
Kiallanyway - im off.. cyas19:05
viddl8r Kiall19:05
fulanitoit is running19:05
Bwonglaters19:05
viddfulanito, are you running keystone?19:06
fulanitoyes19:06
viddare you uploading to glance file  or swift19:07
*** javiF has joined #openstack19:07
*** smeier00 has joined #openstack19:08
fulanitothe steps now I am following are these http://docs.openstack.org/diablo/openstack-compute/starter/content/Uploading_to_OpenStack-d1e1534.html19:09
*** termie has quit IRC19:09
*** Razique has joined #openstack19:17
*** kodapa has quit IRC19:17
*** isaacfinnegan has quit IRC19:17
*** fulanito has quit IRC19:17
Bwongvidd: so the ubuntu repos don't have the right keystone and dash packages, does CentOS have the right packages?19:17
*** kodapa has joined #openstack19:18
viddBwong, dunno...never touched the stuff19:18
Bwongvidd: oh, you only ran it through ubuntu?19:18
viddBwong, right...redhat scares me....had a bad experience with it many many years ago19:19
*** ayates83 has joined #openstack19:19
Bwongvidd: oh alright.19:20
*** termie has joined #openstack19:20
viddBwong, the keystone and dashboard setups ar relatively easy....or you can just add Kiall's PPA19:20
*** nRy_ has joined #openstack19:20
viddhttps://launchpad.net/~managedit/+archive/openstack/19:21
*** Razique has quit IRC19:21
*** nRy has quit IRC19:21
viddBwong, Kiall's stuff all work nicely together (at least thats what ive been told)19:21
viddi havent personally used it but i trust the ppl that say it works =]19:22
BwongOk, I will proceed with installing now.19:22
BwongI just don't want to make big mistakes, because I don't have a ubuntu install script19:23
Bwongif I mess up, its going to take a bit to reinstall19:23
Bwonghaha19:23
*** praefect has quit IRC19:23
viddwhat do you mean "ubuntu install script"?19:23
Bwonga script that installs ubuntu vm.19:24
viddBwong, https://github.com/managedit/openstack-setup has Kiall' instructions for install of openstack =]19:25
Bwongoh19:25
Bwongi was going to use cssoss19:25
Bwongbut I can use this one...19:25
Bwongsince I am going to be follow kialls instructions later on anyways.19:26
viddBwong, he says using his repo's and scripts, he can do a full install in less than an hour19:26
*** hezekiah_ has joined #openstack19:26
viddindividual results may vary19:27
Bwongok19:28
* vidd is tempted to mak a scipt to install his ppa and run his scripts19:29
viddzykes-, you get to your computer yet?19:31
*** magg has quit IRC19:31
zykes-vidd: bope :(19:33
*** dolphm_ has quit IRC19:33
*** dolphm has joined #openstack19:33
*** dolphm_ has joined #openstack19:36
*** dolphm has quit IRC19:38
*** dtroyer has quit IRC19:38
*** jwalcik has joined #openstack19:40
uvirtbotNew bug: #887278 in swift "swift-recon disk usage distribution graph is broken" [Undecided,New] https://launchpad.net/bugs/88727819:45
*** miclorb_ has joined #openstack19:48
*** kashyap_ has joined #openstack19:50
*** cdub has quit IRC19:51
*** dendrobates is now known as dendro-afk19:53
*** stevegjacobs has joined #openstack19:54
uvirtbotNew bug: #887288 in swift "proxy memory usage grows" [Critical,New] https://launchpad.net/bugs/88728819:56
*** jaypipes has quit IRC19:57
*** ohnoimdead has quit IRC19:58
*** miclorb_ has quit IRC20:00
*** adjohn has quit IRC20:01
*** miclorb_ has joined #openstack20:01
*** jaypipes has joined #openstack20:01
*** Hakon|mbp has quit IRC20:02
*** bcwaldon has quit IRC20:02
*** Hakon|mbp has joined #openstack20:04
*** javiF has quit IRC20:04
*** hezekiah_1 has joined #openstack20:05
*** andy-hk has quit IRC20:05
*** hezekiah_ has quit IRC20:06
*** andy-hk has joined #openstack20:06
*** adjohn has joined #openstack20:07
*** dtroyer has joined #openstack20:07
*** ahasenack has quit IRC20:11
uvirtbotNew bug: #887293 in devstack "HOST_IP not set correctly on multiple runs of stack.sh" [Undecided,New] https://launchpad.net/bugs/88729320:12
*** nati2 has quit IRC20:20
*** miclorb_ has quit IRC20:20
*** gyee has quit IRC20:20
*** hazmat has quit IRC20:21
*** hazmat has joined #openstack20:21
*** miclorb_ has joined #openstack20:22
*** praefect has joined #openstack20:23
*** mrjazzcat has quit IRC20:23
praefecthi guys, I'd like to know if any of you manage to render permanent the changes you make to an image (boot a VM, modify the disk in some way, snapshot the volume, volumize the snapshot and than make a new image out of it)??20:24
praefectthat would be awesome by the way20:24
praefectthe thing is I'm having trouble running an UEC image outside the cloud...20:24
kbringardyou can snapshot an image using the qemu-img commands20:26
kbringardhttps://github.com/kevinbringard/OpenStack-tools/blob/master/snapshot-instance.bash20:26
kbringardthis script should do it for you20:26
*** shentonfreude has joined #openstack20:26
kbringardyou should just have to run that on the compute node the instance was assigned to20:26
*** krow has joined #openstack20:27
*** Fredric has quit IRC20:27
*** bcwaldon has joined #openstack20:29
*** dysinger has joined #openstack20:31
alperkanatnotmyname: still there?20:31
notmynamealperkanat: yup20:31
kbringardthis is the funni/awesome{est} thing I've seen on the internet in a week20:31
kbringardhttps://github.com/juuso/BozoCrack20:31
alperkanatnotmyname: i don't want to bother you but have you received my mail? i'm not sure the mail address was correct or not20:32
notmynamealperkanat: I don't think I did get a recent email from you. if you can, go ahead and ask in here20:32
*** stevegjacobs has quit IRC20:32
alperkanatam let me paste because it has some outputs20:32
*** mdomsch has quit IRC20:33
*** jakedahn has joined #openstack20:33
alperkanatnotmyname: http://paste.openstack.org/show/3130/20:33
*** ayates83 has left #openstack20:34
*** mdomsch has joined #openstack20:35
*** smeier00 has left #openstack20:35
*** Vek has joined #openstack20:36
*** shentonfreude has left #openstack20:37
*** clopez has quit IRC20:38
notmynamealperkanat: a (perhaps important) point if clarification is that reading from /dev/urandom and writing into a single file is writing random data, but it is not doing random writes20:38
*** dolphm_ has quit IRC20:40
*** dolphm has joined #openstack20:40
alperkanati don't get what you mean20:40
*** PeteDaGuru has quit IRC20:40
notmynamealperkanat: random writes would be to many files in random places across the HDD platter. writing data to one file (even if it's random data) should simply move the write head on the HDD smoothly across the platter20:42
alperkanatyes that i know but i don't get what this has to do with swift?20:43
alperkanatyou know that our write performance is horrible20:43
notmynamealperkanat: also, by running a non-ssl proxy and getting the same results, that should eliminate ssl being the bottleneck20:43
alperkanatyes.. i really wished that it was the problem20:44
*** dolphm has quit IRC20:45
notmynamealperkanat: it could be write speed of the HDD (unlikely). that could be tested with a tool like bonnie. or perhaps by simply looking at the io activity on the active luster20:45
notmynamealperkanat: however, that is probably unlikely.20:45
alperkanati think so. because all 4 machines are nearly the same20:45
notmynamealperkanat: we've already eliminated the link between the proxy and storage nodes as being the issue?20:45
alperkanat10g network it's20:46
notmynameok. and you were getting bad performance with swift-bench with zero byte files (ie no network contention)20:47
notmynameso it's not the network link between the proxy and storage node20:47
alperkanatnotmyname: http://cl.ly/BcJC20:47
alperkanatnotmyname: outer traffic on proxy: http://cl.ly/Bb5U20:49
*** MarkAtwood has quit IRC20:49
alperkanatinternal traffic between proxy and storage nodes: http://cl.ly/Bbi220:49
*** PotHix has quit IRC20:50
*** andy-hk has quit IRC20:50
*** Vek has quit IRC20:53
notmynamealperkanat: you've got about 1 worker / core on the proxies and sotrage servers? CPU overloaded anywhere? out of memory anywhere?20:54
*** stevegjacobs has joined #openstack20:54
notmynamealperkanat: this may be a long shot, but are you seeing any timeout errors in your proxy log as the proxy is trying to talk to the storage nodes? it may be possible that you have a timeout config set too low20:55
*** mgoldmann_ has quit IRC20:55
alperkanatnotmyname: proxy stats: http://paste.openstack.org/show/3131/ -- it has 16 cores20:56
notmynamewhy can't it be something simple? ;-)20:57
notmynameany reason you have 8 workers but 16 cores?20:58
*** PeteDaGuru has joined #openstack20:58
alperkanatnotmyname: http://paste.openstack.org/show/3132/ -- it has 8 cores20:58
notmyname(I'd expect problems if you only had 1 worker, but not necessarily if you have 8 workers)20:58
alperkanatnotmyname: i tried to stick with the docs as it said rackspace used those configs too20:59
notmynameheh, our servers have 8 cores :-)20:59
alperkanat1 worker per CPU is better?20:59
alperkanati believe it should even be better this way :p20:59
alperkanatsince proxies are more CPU intensive (as said in docs) i arranged that server with 16 cores (we currently only have 1 proxy)21:00
alperkanatwill look at the proxy log now for timeouts (syslog?)21:00
notmynameya, syslog21:01
alperkanatgrepping & tailing21:01
*** miclorb_ has quit IRC21:02
alperkanatnotmyname: http://paste.openstack.org/show/3133/21:02
alperkanatbut this is for GET's21:03
alperkanatnot for PUTS21:03
alperkanatGETs were OK at the benchmark as far as i remember21:04
*** rods has quit IRC21:04
alperkanatbut we have timeouts for PUTs too :)21:04
alperkanatnotmyname: http://paste.openstack.org/show/3134/21:05
*** kashyap_ has quit IRC21:05
*** krow has quit IRC21:06
*** tdi has joined #openstack21:07
alperkanatnotmyname: do you think increasing timeout will increase write speed? (unlikely)21:07
tdihi there, what is the preffered doc to install openstack stack ? http://wiki.openstack.org/InstallInstructions/Nova21:07
notmynamealperkanat: no, probably not21:07
*** dolphm has joined #openstack21:08
alperkanati also had plans to deploy swift on another project (with probably the same hardware) but this is a killer problem for me. i can provide you any information to solve this21:08
notmynamealperkanat: you've got quite a few of use talking here :-)21:08
alperkanatnotmyname: yes appreciate that21:08
notmynamealperkanat: what's the chain the request goes through on the proxy again?21:09
*** MarkAtwood has joined #openstack21:09
alperkanatclient -> http -> nginx -> https -> proxy -> storage21:09
notmynamealperkanat: I'll say again: the ssl isnt' buying you anything :-)21:10
notmynameexcept latency21:10
alperkanati know. i plan to stop it after some critic transfers are over21:11
*** krow has joined #openstack21:11
tdiand one more, version 2011.3 is the diablo ?21:11
*** stevegjacobs__ has joined #openstack21:11
notmynamealperkanat: actually, I'd recommend that you get rid of nginx too :-)21:12
notmynameto eliminate the link to the storage nodes, try doing a simple network test between your proxy and storage nodes with netcat21:12
alperkanatnotmyname: i generally use the bare proxy address for testing (especially while running benchmarks and uploads) nginx is only used when our own API is used for managing files and get requests from clients) -- and i can't get rid of nginx since it's critical for us21:14
*** Bwong has quit IRC21:14
notmynamealperkanat: what auth are you running?21:14
stevegjacobs__Just got a good install of openstack going today - controller and  two compute nodes with keystone  + dashboard21:14
alperkanatnotmyname: swauth21:14
stevegjacobs__but having a problem with dashboard snapshots21:15
notmynamealperkanat: and your auth system is returning the direct to proxy address for the account you are testing? this will eliminate the nginx part of the chain21:15
*** krow has quit IRC21:15
stevegjacobs__Unexpected error: The server has either erred or is incapable of performing the requested operation.21:16
zykes-let's get neotronium <321:16
*** krow has joined #openstack21:16
stevegjacobs__trying to figure out why this is happening21:16
*** rods has joined #openstack21:16
stevegjacobs__where are dashboard logs?21:17
tdiplease can somebody tell me which doc is the right one to follow on the installation of compute element?21:17
zykes-vidd: ?21:17
notmynamealperkanat: what filesystem are you using?21:17
viddyes zykes-21:17
zykes-vidd: http://www.slideshare.net/nestorhp/neutronium21:17
alperkanatnotmyname: xfs as mentioned in docs21:17
zykes-yet nother selling point21:17
vidddid you finally get to your computer?21:17
alperkanatnotmyname: yes it returns the direct proxy address but how can i test it? by doing a stat?21:18
zykes-vidd: on a computer but no access to my openstack21:18
notmynamealperkanat: consensus here is that if it were limited by the HDD (or controller or filesystem or whatever) you would have seen that in the dd test21:18
*** catintheroof has quit IRC21:18
viddany idea how long =]21:19
*** n8 has joined #openstack21:19
notmynamealperkanat: swift-bench should pick up that address with it auths with that account21:19
*** n8 is now known as n8821:19
alperkanatswauth-list with the proper account returns the direct proxy address21:20
notmynamealperkanat: but ya, using st with a stat would test to make sure it's set up properly21:20
notmynamealperkanat: can you rerun swift-bench and paste the results?21:20
alperkanatok21:21
alperkanatbut i haven't changed anything?21:21
zykes-vidd: tmrw21:21
notmynamewith that proxy-direct account21:21
notmynamealperkanat: one other thing to try is to use curl to time an upload of single 50MB file21:22
alperkanatnotmyname: all accounts are proxy-direct on our system. nginx is only run when our clients use it -- or commands (st, bench, swauth etc) are run against direct proxy addresses21:22
notmynameok21:22
alperkanatnotmyname: st would do? or should i use curl?21:22
notmynamealperkanat: st probably would work. curl would allow you to time the PUT more directly, though21:23
*** miclorb_ has joined #openstack21:24
alperkanatnotmyname: bench results on an empty account (& proxy-direct addr): http://paste.openstack.org/show/3135/21:25
*** gyee has joined #openstack21:26
notmynamealperkanat: is your controller battery-backed?21:27
alperkanati have no idea21:27
*** cp16net has quit IRC21:27
alperkanatnotmyname: 100 MB file upload via st: http://paste.openstack.org/show/3139/21:28
*** nati2 has joined #openstack21:28
notmynamealperkanat: if you have a battery backed controller, then you should make sure it's write buffers are turned on. turning them off means that the syncs-to-disk will probably take much longer. however, if you don't have a battery backed cache, then a power failure could lose writes if you have the cache turned on21:29
*** jollyfoo has quit IRC21:29
*** Turicas has quit IRC21:30
alperkanatnotmyname: but the controllers are not configured? so there shouldn't be any syncing? (i don't have much knowledge for RAID)21:30
notmynamealperkanat: what are the drives plugged in to then? for example, we use RAID controllers with a battery backed cache but we don't use their RAID functionality. we set them to JBOD mode21:32
*** jollyfoo has joined #openstack21:33
alperkanatnotmyname: leaseweb told me that it's not possible to attach disks to motherboard unless they used a RAID controller which makes sense. but i didn't know they would have a battery packed or not. i'll ask these to their support21:33
*** bwong has joined #openstack21:33
notmynamealperkanat: sounds good.21:33
*** oubiwann has quit IRC21:34
alperkanatnotmyname: but i'm still not sure that the controller's cache may degrade our speed21:34
notmynamealperkanat: http://paste.openstack.org/show/3140/  <-- my 100MB upload against my dev VM21:34
*** praefect has quit IRC21:35
alperkanat:S21:35
*** lorin1 has quit IRC21:35
*** tjikkun has quit IRC21:36
notmynamealperkanat: the confusing part about your data is that you get 8 writes/sec but 500 reads/sec21:36
notmynamethat almost sounds like some kind of rate limiting21:36
notmynameif it were I/O issues, I'd expect the reads to be affected more21:36
alperkanatwhat could possibly cause that? i installed the servers and never set anything like that21:37
*** hadrian has joined #openstack21:37
tdiquit21:37
*** tdi has quit IRC21:37
notmynameyou are using swift 1.2 (right?). we didnt' include any ratelimiting in swift until later (and you have to enable it)21:37
*** arBmind has joined #openstack21:38
alperkanatnotmyname: yes 1.221:38
notmynameif there is rate limiting, could it be on the firewall? iptables or whatever you are running?21:38
*** tjikkun has joined #openstack21:39
*** tjikkun has joined #openstack21:39
alperkanati don't think we do. we have a switch (which I configured roughly) and have basic iptables rules for NAT -- i don't think switch would cause such a thing -- will check iptables now21:40
*** stuntmachine has quit IRC21:41
alperkanatnotmyname: http://paste.openstack.org/show/3141/21:41
notmynamealperkanat: ya, that looks ok21:43
alperkanatstorage servers have no rules for iptables21:43
alperkanatnotmyname: fstab for one of the storage nodes: http://paste.openstack.org/show/3142/21:45
notmynamealperkanat: what os are you using?21:48
alperkanatnotmyname: ubuntu 10.04 lts21:48
alperkanatnotmyname: more precise: Ubuntu 10.04.3 LTS21:49
notmynamealperkanat: again, perhaps a crazy idea, but can you try removing the nobarriers setting (the problem, of course, is that this is a live system)?21:50
notmynamealperkanat: nobarrier is supposed to be used when you have a write cache21:50
alperkanatnotmyname: yes it's live21:50
notmynamehttp://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsmounting.html21:50
notmynamesee the Write Barriers section21:50
alperkanatnotmyname: but i'm currently updating the storage nodes21:51
alperkanatwill restart them one by one21:51
alperkanatbut even i change it i can't understand the difference until i do it on every storage node since i can't know which one the data is being written on21:52
*** cereal_bars has quit IRC21:52
notmynameright. you have 3 drives per storage node? so 9 drives total?21:52
*** ldlework has quit IRC21:52
alperkanatnotmyname: correct21:53
alperkanateach 2 TB21:53
*** miclorb_ has quit IRC21:53
alperkanatwe keep 3 copies21:53
alperkanatand have 3 zones21:53
*** negronjl has quit IRC21:54
alperkanateach zones have each server21:54
notmynamealperkanat: you could use swift-get-nodes to find which 3 drives a specific object is on (like your large object) and then disable it only for those drives21:54
alperkanatdisable what?21:54
notmynamealperkanat: another consideration is that as soon as you expand your cluster, you should add a 4th zone to ensure you have handoff nodes (in the case of a hardware failure)21:54
notmynamedisable nobarrier21:54
notmynameie remove the nobarrier option21:55
alperkanatnotmyname: and not add the 4th storage node to other zones?21:55
*** pothos_ has joined #openstack21:55
notmynamealperkanat: I'd say a 4th zone is more important that 3 bigger zones21:56
alperkanatnotmyname: i don't get it. if i only disable 1 storage node's nobarrier how can that make a difference in the case where a file could be written at any node and any disk?21:56
*** hadrian has quit IRC21:56
alperkanatnotmyname: ok.. will do that21:57
*** pothos has quit IRC21:57
notmynamealperkanat: you are right. disabling it for one drive wouldn't show anything. what I meant was disable it on the 3 drives where one object lives. you can find where an object lives with the swift-get-bodes tool21:57
alperkanats/that/that (zone thing)21:57
notmynamecool21:57
*** pothos_ is now known as pothos21:57
notmynamealperkanat: of course, swift-bench won't show different results until every drive is updated (since it writes many files across all drives). but your single large file test should be different21:58
alperkanatbut how would i use that information since i don't have any problems for READ but WRITE? so i need to overwrite the same file and test if speed is any better?21:58
notmynamealperkanat: however, it's probably a good idea to do some more research on your controllers before you start flipping mount options21:58
notmynamealperkanat: yes21:59
notmynamealperkanat: your 100MB file test, for example21:59
alperkanatnotmyname: i already mailed leaseweb about the controllers but i believe i'll get a reply tomorrow21:59
notmynameah, great21:59
alperkanatnotmyname: will try it now for the 100 MB test file21:59
notmynameI just don't want to you break stuff on a live system :-)21:59
alperkanatnotmyname: well unless i don't touch to the proxy (since it's the only failure point) it probably won't22:00
alperkanat(we only have 1 proxy atm)22:01
notmynameyes, but since you only have 3 zones, if the drive you are messing with is down at the same time another drive fails, you could get write errors (since swift requires 2 successful writes and you don't have any handoff zones)22:02
*** kieron has quit IRC22:02
*** blamar has quit IRC22:02
*** blamar has joined #openstack22:03
alperkanatnotmyname: maybe i should take out 1 machine and create a new zone at some time? (we don't plan to add a new machine for a while)22:03
*** joesavak has quit IRC22:03
*** nati2 has quit IRC22:03
*** beekhof has quit IRC22:03
alperkanatnotmyname: http://paste.openstack.org/show/3143/22:04
*** joesavak has joined #openstack22:04
notmynameif you only have one box per zone now, you will end up needing to split some boxes to be for the 4th zone. you won't be as protected from all hardware failures, but it will protect you a little more than you are today (http://joearnold.com/2011/06/27/swift-in-the-small/)22:04
*** krow has quit IRC22:04
notmynamealperkanat: so that gives you the 3 servers and drives you need to edit to test this theory (that nobarrier is slowing you down)22:05
alperkanatnotmyname: ok will try in a few mins22:05
*** neogenix has quit IRC22:06
*** ldlework has joined #openstack22:07
alperkanatnotmyname: a quick question. now i read the redhat page you provided -- do i understand correctly? incase of write cache with battery-packed OR no write cache i should remove nobarrier option?22:08
*** aliguori_ has joined #openstack22:09
*** aliguori has quit IRC22:09
*** nerens has quit IRC22:09
*** jj0hns0n has joined #openstack22:10
notmynamealperkanat: that's how it sounds to me, too. I believe that is correct22:11
alperkanatnotmyname: ok thanks22:11
notmynamealperkanat: when you get some free time, the linked page on write barriers has good info22:12
alperkanatnotmyname: ok22:12
uvirtbotNew bug: #794754 in horizon "failing tests are too verbose" [Low,Fix committed] https://launchpad.net/bugs/79475422:13
uvirtbotNew bug: #845868 in horizon "Improve PEP8 violations in dashboard" [Wishlist,Fix committed] https://launchpad.net/bugs/84586822:13
*** nati2 has joined #openstack22:13
alperkanatnotmyname: do you guys have a ppa repo that's always current btw? (for a saio instance or testing env maybe?)22:14
notmynameyes. well not a ppa, but a normal debian repo22:14
notmynamehttp://crashsite.github.com/swift_debian/22:15
*** Xenith has quit IRC22:15
alperkanatdoes it work for ubuntu? (i'll create an arch repo or aur packages when i'm free)22:16
*** Xenith has joined #openstack22:16
alperkanatbtw i got confused for nobarrier option.. since it says add nobarrier option if you have no write cache or you have write cache with battery-packed.. so only left case is write cache with no batteries packed? :)22:17
*** jollyfoo has quit IRC22:17
*** dendro-afk is now known as dendrobates22:17
notmynamealperkanat: yes, those packages are what we use on our production clusters (also running latest LTS)22:19
*** negronjl has joined #openstack22:20
alperkanatcool22:20
*** negronjl has quit IRC22:23
*** negronjl has joined #openstack22:23
notmynamealperkanat: ok, I have some new suggestions22:25
alperkanatok?22:27
notmynamealperkanat: test one disk with bonnie against a sibling directory to the objects (like /srv/node/sda/testdir). of course, read the docs first22:28
notmynamealperkanat: also you can test directly to a single object server or container server using walt (link coming...)22:28
alperkanati never heard bonnie and walt22:29
notmynamewalt -> https://github.com/gholt/tcod/blob/master/walt22:29
notmynamewalt is something we wrote for some swift testing22:29
notmynamebonnie is a standard filesystem tester tool22:29
notmyname`walt --help` for usage22:29
notmynamebonnie -> http://www.garloff.de/kurt/linux/bonnie/22:30
alperkanatand by this test what would the result indicate?22:30
vishynotmyname: walt22:30
vishynotmyname: nice :)22:30
stevegjacobsHow do I make a snapshot of an instance and then turn it into an image? All I want is a preconfigured lamp server able to run a single web site. I don't want to have to go through the steps every time from barebones lucid or oneiric install22:31
notmynamebonnie tests a filesystem and can tell you if that level of stuff is slow22:31
*** rsampaio has quit IRC22:31
notmynamewalt can test low-level swift components22:31
vishystevegjacobs: nova image-create22:31
vishyto snapshot an image22:31
vishyor snapshot via the dashboard22:31
alperkanatok will try that after the first barriers test -- do you think i can find out RAID settings from the settings that show up after BIOS?22:32
stevegjacobsvishy: I was trying snapshot via dashboard but it's throwing errors22:32
vishystevegjacobs: :(22:32
notmynamealperkanat: honestly, I'm not sure. I haven't played with that stuff much22:32
vishystevegjacobs: are you running stable/diablo?22:32
alperkanatnotmyname: ok22:32
stevegjacobsstable diablo, on oneiric22:33
alperkanatnotmyname: just updated each storage node (just in case it'd matter since there were kernel updates etc) and rebooted each.. trying bench22:33
alperkanatnotmyname: without luck i guess :)22:33
notmynamesame results?22:33
stevegjacobsI just got all set up earlier today so I'm probably still having teething problems22:33
alperkanatnotmyname: i haven't changed barrier settings yet22:34
alperkanatjust wanted to try updates first22:34
alperkanati only left proxy updates since it's critical22:34
stevegjacobsthe error from dashboard looks like this: Unexpected error: The server has either erred or is incapable of performing the requested operation.22:35
notmynamevishy: I think it started out as a way to test sqlite3 WAL files. therefore WAL Tester == walt22:35
notmynamealthough I'd love to find a backronym to make it refer to something from breaking bad :-)22:36
stevegjacobsvishy: At least it wasn't me that erred!22:36
*** marrusl has quit IRC22:36
vishystevegjacobs: hmm interesting22:36
vishystevegjacobs: you're running kvm?22:36
vishystevegjacobs: i'm pretty sure it works with devstack, so perhaps there is a setup error of some sort?22:37
stevegjacobsyes22:37
alperkanatnotmyname: http://paste.openstack.org/show/3144/22:38
alperkanatnotmyname: will try barrier option now22:38
*** syah has quit IRC22:38
*** marrusl has joined #openstack22:38
vishystevegjacobs: If you can start trolling dashboard and logs for an error it might help22:38
*** lborda has quit IRC22:39
notmynamealperkanat: I'd think testing with walt would be a safer test first22:39
alperkanatnotmyname: for what i read at redhat docs, removing nobarrier option seems to decrease performance more as it grants metadata persistance22:40
stevegjacobshmm - I wonder if dashbooard config is not correct?22:40
notmynamethat makes sense22:40
alperkanatnotmyname: so i guess i won't do the barrier test since it's obvious that this option should increase performance in normal cases22:40
notmynamealperkanat: nobarrier should simply allow offloading of the durability requirements to the controller.22:40
alperkanatwhere fsync is highly used22:41
notmynamebut durability is important22:41
notmynameand swift uses fsync a lot :-)22:41
*** msivanes has quit IRC22:41
*** negronjl has quit IRC22:42
*** negronjl_ has joined #openstack22:42
alperkanatso using barriers seems to increase durability while resulting a performance penalty22:42
alperkanatconclusion: nobarriers option is good when you have write cache (especially with battery-packed) (thanks for today's lesson :P)22:42
*** jdg has joined #openstack22:43
alperkanati'll pass on to walt and bonnie tests22:43
notmynameya, trade durability for performance. I tend to stay on the side of durability. swift is supposed to reliably store data, after all :-)22:43
*** jwalcik has quit IRC22:44
alperkanathowever docs suggest usage of nobarrier option :)22:44
*** syah has joined #openstack22:45
*** joesavak has quit IRC22:45
*** po has quit IRC22:47
notmynamealperkanat: although perhaps not in the docs (which we should fix if that's the case), we also recommend a battery-backed controller22:48
alperkanatdo rackspace use nobarriers option?22:49
alperkanati wonder if your speed results are like that even you have barriers22:49
*** lts has quit IRC22:50
notmynamealperkanat: yes, we use nobarriers. we also have battery-backed RAID controllers22:50
alperkanatok22:51
uvirtbotNew bug: #887358 in openstack-manuals "Validate live migration procedure and update doc accordingly" [Undecided,In progress] https://launchpad.net/bugs/88735822:51
*** jdg has quit IRC22:53
*** Vek has joined #openstack22:53
*** dendrobates is now known as dendro-afk22:54
alperkanatnotmyname: http://paste.openstack.org/show/3145/ -- what do you think about this?22:54
notmynamealperkanat: I'm hoping it's a permissions problem22:55
notmynameI've seen reports of people having issues with get-nodes, but I haven't been able to recreate it22:55
notmynameah wait22:56
alperkanatnotmyname: i'm affraid it's not.. there's no 07f dir: http://paste.openstack.org/show/3146/22:56
*** clopez has joined #openstack22:56
notmynameyou are using the account ring to look up and object. that's not going to give you good results22:56
notmynames/and/an/22:56
*** jj0hns0n has quit IRC22:57
*** arBmind has quit IRC23:03
alperkanati looked at the command syntax and therefore used it23:05
alperkanatshould i use object ring?23:06
alperkanatstill the same23:06
stevegjacobsvishy: figured out the problem - Dashboard looked good but the config is wrong. Haven't fixed it yet but you pointed me in the right direction23:09
bwongHello, is anyone using kiall's install instructions to install/setup openstack?23:09
Glaceenotmyname: you are using a RAID controller but without activating RAID?(using JBOD?)23:09
notmynameGlacee: correct23:09
Glaceeok same thing here.. thanks :)23:09
*** kbringard has quit IRC23:10
alperkanatnotmyname: https://bugs.launchpad.net/swift/+bug/88085223:11
alperkanatsome people experience the same even they use 1.4.x23:12
alperkanatnotmyname: https://bugs.launchpad.net/swift/+bug/86751823:12
notmynameya, that's what I was referring to23:12
notmynameI just got a call from my wife, and I need to go.23:13
*** bsza has joined #openstack23:13
alperkanatok thanks for your help.. maybe we can continue again later when you have free time23:13
notmynameya, I'm not sure if i'll be on tonight. if not, I'll be here tomorrow23:13
*** rnorwood has quit IRC23:14
*** jj0hns0n has joined #openstack23:15
alperkanatok thanks23:15
*** jj0hns0n has quit IRC23:15
*** miclorb_ has joined #openstack23:17
stevegjacobsbwong: yes I am using Kiall's instructions23:17
bwongstevenjacobs: hey, how far did ya get?23:18
stevegjacobsright to the end pretty much.23:19
*** hingo has quit IRC23:19
stevegjacobsbut struggling a bit with dashboard23:19
bwongalright23:19
bwongwell, I followed the initial instructions23:19
bwongI installed everything23:19
*** alperkanat has quit IRC23:19
bwongbut I have not ran the scripts yet23:19
bwongfiguring out how to get those scripts23:19
viddbwong, why not just git clone them?23:20
bwongim kinda new to ubuntu23:20
viddbwong, "git clone git://github.com/managedit/openstack-setup.git"23:21
bwongalright23:21
viddit will put them into a folder wherever you git clone them23:21
viddstevegjacobs what issue you having with dashboard?23:22
stevegjacobscan't do snapshots23:22
stevegjacobsbut I also took a look at the local_settings.py file created by the dashboard.sh script and it doesn't look right23:23
stevegjacobsshould have set up a mysql connection I think, but it's still sqlite23:24
*** jj0hns0n has joined #openstack23:25
viddstevegjacobs did you specify a mysql database?23:26
*** negronjl_ has quit IRC23:26
*** negronjl_ has joined #openstack23:27
*** negronjl_ is now known as negronjl23:27
*** jdurgin has quit IRC23:28
*** obino has quit IRC23:28
*** bsza has quit IRC23:28
*** jdurgin has joined #openstack23:29
bwongvidd: Is settings a script? if so, is that what I run first before any other script?23:29
viddbwong, im not the one to ask about that....i have not even looked that the scripts23:30
*** TheOsprey has quit IRC23:30
bwongvidd: oh, alright.23:30
viddhave you read the README?23:30
bwongYes, it is not detailed enough yet.23:31
bwongThink Kiall is still working on it.23:31
viddits not detailed enough?23:32
*** bcwaldon has quit IRC23:32
viddedit your settings....thats rather straight forward....23:32
stevegjacobsvidd: I didn't specify a mysql database, but the script looks like it's supposed to create one named dashboard -23:32
*** jj0hns0n has joined #openstack23:33
bwongyeah working on it.23:33
*** perestre1ka has joined #openstack23:33
viddstevegjacobs look in your local/ folder....where the settings are23:33
stevegjacobsinjecting details from settings file - and there is an empty database named dashboard23:33
viddbwong then run keystone...then test keystone...then glance, then nova, then dashboard23:34
*** WormMan has quit IRC23:34
*** perestrelka has quit IRC23:34
*** neotrino has quit IRC23:35
viddstevegjacobs if there is a database in the local folder then it built an sqlite database.....do you have a mysql database for it?23:35
viddwith stuff in it?23:35
*** dmarkey has quit IRC23:36
*** WormMan has joined #openstack23:36
*** dmarkey has joined #openstack23:36
stevegjacobsI am just reading the script - dashboard.sh23:36
*** neotrino has joined #openstack23:36
stevegjacobsit looks like it automatically creates a mysql database named dashboard with my credentials23:37
stevegjacobsfrom the settings file23:37
viddi just looked at the settings file...i could never run these scripts.....23:37
stevegjacobsAnd there is a mysql database named dashboard23:37
stevegjacobsbut it is empty23:37
viddsame same username and password for each database...is he nutts?23:38
stevegjacobsyeah maybe :-)23:38
stevegjacobsI was just trying to go with the flow-  goal is to get working dashboard23:39
stevegjacobseverything else in the setup seems good at the moment23:39
viddand who in thier right mind would do a deploy and not have a dedicated (and mirrored) database server accessable by FQDN?23:39
viddstevegjacobs i dont like sqlite becase its not [as]portable [as mysql]23:40
stevegjacobsI'm new at this too23:41
stevegjacobsI don't want to use sqlite23:41
viddoh...and i know how to work with mysql =]23:41
viddstevegjacobs then fix your settings23:41
*** jj0hns0n has quit IRC23:41
stevegjacobsI just noticed that Kialls script for the dashboard created a bad local_settings.py file that doesn't reference mysql, even though it created a mysql database23:43
stevegjacobsI'll change this now23:43
viddstevegjacobs http://dpaste.com/649053/ is the dashboard data for me23:43
*** jollyfoo has joined #openstack23:44
*** rnirmal has quit IRC23:45
stevegjacobsvidd: thanks, that helps23:47
viddstevegjacobs just edit and drop23:47
viddand run the database sync again23:47
*** n88 has quit IRC23:49
viddstevegjacobs if you get an error about needing MySQLdb, you need to "apt-get install libmysqlclient16-dev"23:49
*** miclorb_ has quit IRC23:50
*** AlanClark has quit IRC23:52
*** code_franco has quit IRC23:52
viddis there a dashboard/horizon developer in the house?23:54
viddthere is a #FIXME i would like to propose a fix for23:55
viddtested and fully functional23:55
hugokuomorning23:57
viddno-one here from the dashboard team?23:58

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