*** alekibango has joined #openstack | 00:06 | |
vishy | Razique: it removes the volume it just takes a long time because it zeros it out first | 00:16 |
---|---|---|
*** dragondm has quit IRC | 00:17 | |
*** miclorb_ has quit IRC | 00:19 | |
*** joearnold has quit IRC | 00:21 | |
*** sebastianstadil has quit IRC | 00:23 | |
*** gaveen has quit IRC | 00:23 | |
*** deshantm_laptop has joined #openstack | 00:32 | |
*** burris has quit IRC | 00:35 | |
*** zul has joined #openstack | 00:36 | |
*** sophiap_ has joined #openstack | 00:38 | |
*** sophiap_ is now known as sophiap | 00:38 | |
*** PeteDaGuru has quit IRC | 00:41 | |
*** Binbin has joined #openstack | 00:50 | |
*** jdurgin has quit IRC | 00:52 | |
*** dirakx1 has joined #openstack | 00:53 | |
*** yui0 has joined #openstack | 00:57 | |
*** sophiap_ has joined #openstack | 01:00 | |
*** sophiap has quit IRC | 01:00 | |
*** sophiap_ is now known as sophiap | 01:00 | |
*** miclorb_ has joined #openstack | 01:02 | |
*** Ephur_ has quit IRC | 01:02 | |
*** dirakx1 has quit IRC | 01:03 | |
*** Ephur has joined #openstack | 01:05 | |
*** PW_ has joined #openstack | 01:12 | |
*** mattray has joined #openstack | 01:21 | |
*** Code_Bleu has quit IRC | 01:21 | |
*** dendro-afk is now known as dendrobates | 01:24 | |
*** vernhart has quit IRC | 01:38 | |
*** sebastianstadil has joined #openstack | 01:39 | |
*** Ephur has quit IRC | 01:39 | |
*** PW_ has quit IRC | 01:42 | |
*** koolhead17 has quit IRC | 01:44 | |
*** koolhead17 has joined #openstack | 01:47 | |
*** Ephur has joined #openstack | 01:48 | |
*** Ephur_ has joined #openstack | 01:51 | |
*** vernhart has joined #openstack | 01:51 | |
*** Ephur has quit IRC | 01:54 | |
*** Ephur_ is now known as Ephur | 01:54 | |
*** bcwaldon has joined #openstack | 01:59 | |
*** lvaughn has quit IRC | 02:06 | |
*** Ryan_Lane has quit IRC | 02:08 | |
OutBackDingo | curious, can one build just a S3 compatible storage system with OpenStack Object Storage - Cactus Release | 02:09 |
*** RobertLaptop has joined #openstack | 02:10 | |
*** miclorb_ has quit IRC | 02:13 | |
*** miclorb has joined #openstack | 02:14 | |
*** yui0 has quit IRC | 02:15 | |
*** Code_Bleu has joined #openstack | 02:18 | |
*** bcwaldon has quit IRC | 02:25 | |
*** PW__ has joined #openstack | 02:27 | |
*** miclorb has quit IRC | 02:28 | |
*** burris has joined #openstack | 02:29 | |
*** osier has joined #openstack | 02:41 | |
*** gaveen has joined #openstack | 02:44 | |
notmyname | OutBackDingo: with basic functionality, yet. the s3 compatibility in swift is 2nd class to the openstack API | 02:54 |
*** mattray has quit IRC | 02:56 | |
OutBackDingo | notmyname: the problem being we have code written for S3 we want to move to a more internal private system so we need S3 compatibility, until time/costs permits us porting it to openstack | 02:58 |
*** mihgen_ has joined #openstack | 02:59 | |
notmyname | OutBackDingo: the s3 compat layer in swift has been basically tested with boto. realize that while basic features work, there is not feature parity between s3 and swift (versioning in s3, large files in swift, etc) | 03:00 |
OutBackDingo | notmyname: ok thanks at least i know it needs further review | 03:04 |
*** sophiap has quit IRC | 03:04 | |
*** sophiap_ has joined #openstack | 03:04 | |
*** sophiap_ is now known as sophiap | 03:04 | |
notmyname | OutBackDingo: if you are simply reading/writing files <5GB, you should have no issues, I think. more complicated stuff should probably be checked first | 03:05 |
OutBackDingo | notmyname: less then 5GB... really | 03:07 |
notmyname | 5GB each, not total | 03:08 |
OutBackDingo | basically 4 servers were being backed up to s3 storage, on amazon, we want to build an s3 box here and have the servers back up local | 03:08 |
notmyname | swift has the same limits s3 does on individual object size (5GB). both s3 and swift have ways around it (I happen to think swift's way is better). | 03:08 |
*** Ephur has left #openstack | 03:09 | |
OutBackDingo | soooo we set out vTL size to say 1gb | 03:09 |
OutBackDingo | ok | 03:09 |
OutBackDingo | 200 1gb files on local s3 be alot faster then over the wire | 03:10 |
notmyname | should be :-) | 03:10 |
notmyname | swift would be very good for that use case | 03:11 |
*** obino has joined #openstack | 03:13 | |
OutBackDingo | notmyname: we looked for a swift / openstack based backup software client for the servers but found nothing | 03:14 |
notmyname | duplicity is one | 03:15 |
notmyname | look for things that allow you to back up to rackspace cloud files. it's the same api, and so if you can set the auth url for that tool, then you should be able to use your own swift cluster | 03:15 |
OutBackDingo | notmyname: duplicity is rsync | 03:16 |
notmyname | OutBackDingo: http://blog.chmouel.com/2009/09/02/rsync-like-backup-to-rackspace-cloud-file-with-duplicity/ | 03:16 |
notmyname | chmouel: ^ | 03:17 |
OutBackDingo | notmyname: hrmmm gunnna be hard in Server 08R2 | 03:18 |
OutBackDingo | seems ok for unixeen though | 03:19 |
OutBackDingo | right now we are using s3-backup | 03:20 |
notmyname | have you had a chance to try it with swift yet, or are you still learning to figure out if it's worth the time? | 03:20 |
OutBackDingo | due diligence phase hence the questions | 03:22 |
OutBackDingo | havent eployed a swift box for testing purposes yet | 03:22 |
*** vernhart has quit IRC | 03:23 | |
*** vernhart has joined #openstack | 03:23 | |
notmyname | so from what you've described so far, I think the s3 compat swift in swift should work for you. I think the hard part will be getting your backup tool to talk to it rather than s3 (without doing dns hacks) | 03:23 |
OutBackDingo | notmyname: hehehe we control out name server and firewall :) | 03:24 |
notmyname | well install swift in a VM or on a spare box and let us know how it goes :-) | 03:25 |
OutBackDingo | yeah thats the plan from here | 03:25 |
OutBackDingo | notmyname: we looked at rackspaces cloud drive, and figured hey we can achieve this with openstack internally, so we set off on a mission | 03:27 |
OutBackDingo | realizing it was jungle disk based | 03:27 |
notmyname | ya | 03:28 |
notmyname | which is using cloud files for storage which is rackspace's productized version of swift | 03:28 |
OutBackDingo | so you see our endeavor | 03:29 |
OutBackDingo | ok im not smoking crack i guess... maybe it is feasible | 03:29 |
OutBackDingo | not to install swift in a XCP vm | 03:30 |
OutBackDingo | ermm s/not/now/g | 03:30 |
*** PW__ has quit IRC | 03:33 | |
*** sophiap has quit IRC | 03:35 | |
*** deshantm_laptop has quit IRC | 03:49 | |
*** hadrian has quit IRC | 03:51 | |
*** mdomsch has joined #openstack | 03:52 | |
*** miclorb has joined #openstack | 03:56 | |
*** sebastianstadil has quit IRC | 03:59 | |
*** guynaor has joined #openstack | 04:00 | |
*** guynaor has left #openstack | 04:00 | |
*** AimanA is now known as HouseAway | 04:02 | |
*** HouseAway is now known as AimanA | 04:02 | |
*** AimanA is now known as HouseAway | 04:02 | |
*** vernhart has quit IRC | 04:11 | |
*** sophiap has joined #openstack | 04:16 | |
*** deepakn has joined #openstack | 04:17 | |
*** MarkAtwood has quit IRC | 04:17 | |
*** mdomsch has quit IRC | 04:23 | |
*** sophiap has quit IRC | 04:24 | |
*** kashyap has joined #openstack | 04:28 | |
*** obino has quit IRC | 04:34 | |
*** koolhead17 has quit IRC | 04:35 | |
*** santhosh_ has joined #openstack | 04:46 | |
*** cloudgroups has joined #openstack | 04:56 | |
*** cloudgroups has left #openstack | 04:56 | |
*** kashyap has joined #openstack | 05:03 | |
*** gaveen has quit IRC | 05:17 | |
*** Zangetsue has joined #openstack | 05:20 | |
*** RobertLaptop has quit IRC | 05:21 | |
*** RobertLaptop has joined #openstack | 05:22 | |
*** santhosh_ has quit IRC | 05:22 | |
*** sdadh01 has quit IRC | 05:25 | |
*** Zangetsue has quit IRC | 05:27 | |
*** sdadh01 has joined #openstack | 05:27 | |
*** Zangetsue has joined #openstack | 05:27 | |
*** gaveen has joined #openstack | 05:29 | |
*** Zangetsue has quit IRC | 05:30 | |
*** mihgen_ has quit IRC | 05:30 | |
*** guigui3 has joined #openstack | 05:31 | |
*** Zangetsue has joined #openstack | 05:31 | |
*** littleidea has joined #openstack | 05:31 | |
*** RobertLaptop_ has joined #openstack | 05:33 | |
*** RobertLaptop_ has quit IRC | 05:34 | |
*** adjohn has joined #openstack | 05:34 | |
*** RobertLaptop_ has joined #openstack | 05:34 | |
*** RobertLaptop has quit IRC | 05:35 | |
*** gaveen has quit IRC | 05:35 | |
*** gaveen has joined #openstack | 05:36 | |
*** koolhead17 has joined #openstack | 05:36 | |
HugoKuo_ | hi | 05:36 |
HugoKuo_ | how's today everyone | 05:36 |
*** gaveen has quit IRC | 05:37 | |
*** koolhead17 has quit IRC | 05:39 | |
chmouel | notmyname: by the way something that may work better to do duplicity backup on swift https://github.com/chmouel/dt-cf-backup and the blog article http://blog.chmouel.com/2011/01/06/backup-with-duplicity-on-rackspace-cloudfiles-including-uk-script/ | 05:46 |
*** Zangetsue has quit IRC | 05:46 | |
*** adjohn has quit IRC | 05:47 | |
*** Zangetsue has joined #openstack | 05:48 | |
*** mcclurmc_home has joined #openstack | 05:49 | |
*** RobertLaptop_ has quit IRC | 05:51 | |
*** RobertLaptop has joined #openstack | 05:51 | |
HugoKuo_ | What if there're two zones in my lab , how can both zones using same image pool ? | 06:05 |
HugoKuo_ | Just sync glance.sqlite | 06:07 |
HugoKuo_ | right ? | 06:07 |
*** mihgen_ has joined #openstack | 06:09 | |
*** Dweezahr has quit IRC | 06:13 | |
*** Dweezahr has joined #openstack | 06:13 | |
*** vernhart has joined #openstack | 06:16 | |
*** vernhart1 has joined #openstack | 06:17 | |
*** vernhart has quit IRC | 06:21 | |
*** jedi4ever has joined #openstack | 06:24 | |
*** kennethk_ has joined #openstack | 06:34 | |
*** kennethk_ has quit IRC | 06:39 | |
*** MarkAtwood has joined #openstack | 06:44 | |
zykes- | what do people use in conjunction with kickstarting / preseed ? | 06:45 |
zykes- | cobbler ? | 06:45 |
*** kennethkalmer has joined #openstack | 06:46 | |
ttx | zykes-: cobbler indeed seems to have momentum for it right now. | 06:47 |
*** mihgen_ has quit IRC | 06:47 | |
*** MotoMilind has quit IRC | 06:52 | |
*** kennethkalmer has quit IRC | 06:55 | |
*** reidrac has joined #openstack | 06:57 | |
*** littleidea has quit IRC | 07:01 | |
*** littleidea has joined #openstack | 07:11 | |
*** mihgen_ has joined #openstack | 07:13 | |
*** _william_ has joined #openstack | 07:14 | |
*** pygi has joined #openstack | 07:16 | |
pygi | hi folks | 07:16 |
pygi | I must admit I'm not 100% familiar with how Compute works - but can I rip out the control panel from it, and bolt on something else? | 07:16 |
pygi | in an easy, upstream friendly way - aka using its api or something? | 07:16 |
dsockwell | control panel? | 07:17 |
dsockwell | by compute, do you mean Nova as a whole, or nova-compute the service? | 07:18 |
dsockwell | and by control panel, do you mean teh web dashboard? | 07:18 |
*** zenmatt has joined #openstack | 07:18 | |
dsockwell | pygi: nova as a whole uses the ec2 api, and it is supposed to have a second one that's in the works. | 07:20 |
pygi | dsockwell: I guess what I'm asking is - how easy would it be to create a customer-facing management panel on top of Nova? | 07:21 |
dsockwell | pygi: nova-compute, the service that runs on the machines that host the actual VMs, has an interface where it takees commands from nova-api, the control server that lives on its own machine | 07:21 |
*** MarkAtwood has left #openstack | 07:21 | |
dsockwell | pygi: it should be doable | 07:21 |
dsockwell | look at nova-dashboard for an example | 07:21 |
pygi | right ... we're looking at Nova to see if it could replace our custom backend | 07:22 |
pygi | seems sane to rely on more people than we have :p | 07:22 |
*** MarkAtwood has joined #openstack | 07:22 | |
dsockwell | it's good enough for NASA | 07:22 |
pygi | that doesn't help me | 07:22 |
pygi | we're not NASA :P | 07:22 |
pygi | don't think customers would care either if it was broken :D | 07:23 |
dsockwell | oh, well if broken is what you want then you can do any old thing | 07:23 |
pygi | hehe :) | 07:23 |
dsockwell | oh right | 07:23 |
dsockwell | n/m that one slipped by me | 07:23 |
dsockwell | anyway the ec2 api is robust enough for amazon | 07:24 |
dsockwell | that better? | 07:24 |
pygi | dsockwell: any idea what KVM support and live RAM/CPU (and possibly HDD) resize support is? | 07:24 |
pygi | its decent :P | 07:24 |
dsockwell | KVM support is a primary feature, and I don't know about the other two | 07:24 |
pygi | thinking live RAM and CPU should be easy | 07:24 |
pygi | dunno about HDD...not that easy :D | 07:25 |
pygi | but ok, thanks for the answers | 07:25 |
dsockwell | if you wait a few hours, someone with a clue might show up | 07:25 |
dsockwell | most of them are sleeping | 07:25 |
pygi | :) | 07:25 |
pygi | ya US *shrug* | 07:25 |
dsockwell | yeah, check out the dashboard code that comes with openstack | 07:28 |
dsockwell | or maybe it doesn't come with it, but it's somewhere | 07:28 |
*** openpercept_ has joined #openstack | 07:29 | |
*** Razique has joined #openstack | 07:29 | |
*** jtimberman has quit IRC | 07:29 | |
*** med_out has quit IRC | 07:30 | |
*** jtimberman has joined #openstack | 07:30 | |
*** jtimberman has joined #openstack | 07:30 | |
*** medberry has joined #openstack | 07:30 | |
*** medberry has quit IRC | 07:30 | |
*** medberry has joined #openstack | 07:30 | |
*** mariodanic has joined #openstack | 07:31 | |
mariodanic | dsockwell: python? | 07:31 |
dsockwell | i haven't actually looked, but most of the tools are in python so that wouldn't surprise me | 07:32 |
dsockwell | most of the project is python | 07:32 |
*** pygi has quit IRC | 07:32 | |
mariodanic | good, that sounds good | 07:32 |
mariodanic | thank you sir | 07:32 |
HugoKuo_ | could project admin upload image ? | 07:34 |
*** obino has joined #openstack | 07:37 | |
*** littleidea has quit IRC | 07:38 | |
Razique | Hi all | 07:41 |
Razique | hi dsockwell, still awake :p | 07:41 |
dsockwell | yes | 07:42 |
dsockwell | i've decided just never to sleep again | 07:42 |
*** littleidea has joined #openstack | 07:42 | |
*** nacx has joined #openstack | 07:42 | |
*** littleidea has quit IRC | 07:45 | |
*** MarkAtwood has quit IRC | 07:45 | |
Razique | ^^ | 07:47 |
uvirtbot | Razique: Error: "^" is not a valid command. | 07:47 |
*** gaveen has joined #openstack | 07:48 | |
Razique | When I create a network (nova-manage network create) how does nova know which project use with it ? | 07:48 |
HugoKuo_ | Why that I'm alway connect refuse while I upload image :< | 07:50 |
HugoKuo_ | in instacne | 07:50 |
*** zenmatt has quit IRC | 07:51 | |
*** miclorb has quit IRC | 08:12 | |
*** mgoldmann has quit IRC | 08:14 | |
*** littleidea has joined #openstack | 08:15 | |
*** allsystemsarego has joined #openstack | 08:17 | |
*** antenagora has joined #openstack | 08:21 | |
*** littleidea has quit IRC | 08:23 | |
*** cuzoka has joined #openstack | 08:25 | |
*** jeffjapan has quit IRC | 08:27 | |
*** dobber has joined #openstack | 08:29 | |
*** mgoldmann has joined #openstack | 08:30 | |
*** ton_katsu has quit IRC | 08:35 | |
*** ton_katsu has joined #openstack | 08:47 | |
heden | are snapshots of running instances available at this point? | 08:50 |
*** ton_katsu has quit IRC | 08:50 | |
*** ton_katsu has joined #openstack | 08:52 | |
*** katkee has joined #openstack | 08:54 | |
Razique | I've filed a new bug | 08:58 |
Razique | https://bugs.launchpad.net/nova/+bug/795428 | 08:58 |
*** ton_katsu has quit IRC | 08:58 | |
*** ton_katsu has joined #openstack | 09:02 | |
uvirtbot | New bug: #795428 in nova "Unable to remove a LVM volume" [Undecided,New] https://launchpad.net/bugs/795428 | 09:06 |
*** rchavik has quit IRC | 09:09 | |
HugoKuo_ | yes | 09:25 |
doude | Hi, how I can use S3 services (like uec-publish-tarball command) with Glance image service ? | 09:28 |
doude | Is it possible ? | 09:29 |
*** bkkrw has joined #openstack | 09:32 | |
doude | In fact, I want to publish a uec Ubuntu image in my Glance image service. I get the uec tarball and I try to publish it by add the kernel file (*-vmlinuz-virtual) whit aki format and container and add the image (*.img) with ami format and container and set property kernel_id. But when I boot the image, I get a kernel panic. | 09:34 |
*** eyecue has joined #openstack | 09:36 | |
eyecue | hmm | 09:36 |
eyecue | :] | 09:36 |
*** Binbin has quit IRC | 09:37 | |
Razique | doude: The kernel panic seems to be something else | 09:40 |
Razique | I glance is running, and you make the connection (by modifying your nova.conf) | 09:41 |
Razique | uec-publish-tarball will use glance | 09:41 |
Razique | --glance_host=172.16.40.245 | 09:41 |
Razique | --image_service=nova.image.glance.GlanceImageService | 09:41 |
doude | Razique: so you use the uec-publish-tarball with Glance ? | 09:42 |
Razique | doude: I do :) | 09:42 |
Razique | and it's working well | 09:42 |
doude | Razique: Yes I use Glance but I upload image with 'glance add' command | 09:42 |
Razique | http://paste.openstack.org/show/1609/ | 09:42 |
Razique | there are few subtilities between the two tools that I don't know very much | 09:43 |
Razique | but it's pretty the same thing | 09:43 |
*** corrigac has joined #openstack | 09:43 | |
doude | Razique: but how you upload an image ? | 09:44 |
Razique | I use uec-publish-tarball | 09:44 |
doude | Razique: with command 'glance add' or wiht uec-publish-tarball ? | 09:44 |
doude | Razique: so do you run a nova-objectsore daemon ? | 09:44 |
Razique | not anymore | 09:45 |
Razique | in fact the service runs, but the images are not added to it | 09:46 |
doude | Razique: but the command uec-publish-tarball use a S3 service, so it use the env var S3_URL and this var indicate the url and the port of the objectstore daemon | 09:47 |
HugoKuo_ | does anyone know the euca-register 's workflow ? | 09:48 |
HugoKuo_ | I got something weired :< | 09:48 |
Razique | doude: mmm you are right actually | 09:49 |
Razique | but how comes my Glance service has the images register ? | 09:49 |
doude | Razique: when you upload an image, can you see logs in nova-objectstore.log ? | 09:50 |
Razique | the glance daemons listens on port 9292, maybe you just need to change that in your bashrc | 09:50 |
*** cuzoka has quit IRC | 09:52 | |
Razique | doude: I'm testing right now | 09:52 |
*** watcher has joined #openstack | 09:52 | |
Razique | the objectsore log is empty | 09:53 |
doude | Razique: No, i think i understand the mecanism | 09:55 |
Razique | enligthen me :p | 09:55 |
* eyecue wants to play with openstack on FreeBSD :] | 09:55 | |
HugoKuo_ | Razique : how can you publish image without nova-objectstore ?@@ | 09:55 |
doude | Razique: i confused image service and the S3 service | 09:55 |
Razique | actually, I've logs into glance-registry.log | 09:55 |
Razique | HugoKuo_: I use glance | 09:55 |
doude | Razique: just a minute to check | 09:55 |
HugoKuo_ | Razique : but uec-publish-tarball is not compatible with glance .... it must communicate with glance through nova-objectstore | 09:57 |
HugoKuo_ | I saw your earlier post , you can publish image with uec-publish-tarball cmd ? | 09:57 |
Razique | HugoKuo_: I read few weeks here that I could use uec-publish-tarball with Glance, I just tried for doude and it worked | 09:57 |
Razique | yup look | 09:57 |
Razique | http://paste.openstack.org/show/1610/ | 09:58 |
*** justin_skariah has joined #openstack | 09:58 | |
Razique | check my previous paste, I added the maverick image | 09:58 |
Razique | now it appears via euca-describe-images and via glance-index | 09:58 |
Razique | to me I use Glance, not the default object store | 09:59 |
HugoKuo_ | how about .... ps aux | grep nova | 09:59 |
doude | Razique: Nova have an Image service compose of three types :fake, local and Glance. Nova Objectstore isn't an Image service, it's just an basic implementation of the S3 service. When objectstore received a request (fetch or put image), it use the nova image service to read or write the image. | 10:00 |
HugoKuo_ | could you plz show me the result of #service nova-objectstore status | 10:00 |
HugoKuo_ | Thanks | 10:00 |
doude | Razique: So you must use objectstore (basic S3 service) with the command uec-publish-tarball. s it more clear | 10:01 |
doude | Razique: Is it more clear | 10:01 |
doude | Razique: ? | 10:01 |
HugoKuo_ | https://answers.launchpad.net/nova/+question/153430 check this QA | 10:02 |
HugoKuo_ | I discuss about this before | 10:02 |
HugoKuo_ | you can jump to commit #9 | 10:02 |
HugoKuo_ | I believe nova-objectstore daemon is running in you NOVA | 10:03 |
*** rods has quit IRC | 10:04 | |
doude | HugoKuo_: did you try to upload an uec image directly to glance with the command 'glace add' ? | 10:09 |
doude | HugoKuo_: 'glance add'* | 10:09 |
HugoKuo_ | nope , | 10:10 |
HugoKuo_ | the format seems different | 10:10 |
HugoKuo_ | http://images.ansolabs.com/tty.tgz but I tried this image | 10:10 |
HugoKuo_ | instead of uec image | 10:10 |
doude | HugoKuo_: That's strange, i tried it but when I but the AMI image, I get a kernel panic. I think, the script uec-publish-tarball make some modification on the image but what ? | 10:11 |
*** littleidea has joined #openstack | 10:11 | |
HugoKuo_ | thinking | 10:12 |
HugoKuo_ | what's you complete cmd ? | 10:13 |
HugoKuo_ | glance add uec-image-xxxxxx ? | 10:14 |
HugoKuo_ | it's been compressed ... | 10:14 |
*** watcher has quit IRC | 10:14 | |
HugoKuo_ | do you think KVM knows about xxx.gz @@ | 10:14 |
*** watcher has joined #openstack | 10:15 | |
HugoKuo_ | while you want to use galnce add ..... it will be more complex | 10:16 |
*** philippkueng has joined #openstack | 10:16 | |
*** littleidea has quit IRC | 10:22 | |
*** osier has quit IRC | 10:24 | |
*** littleidea has joined #openstack | 10:26 | |
doude | HugoKuo_: No, I untar the file and add kernel and image | 10:27 |
doude | HugoKuo_: Here my commands http://paste.openstack.org/show/1611/ | 10:29 |
*** katkee has quit IRC | 10:31 | |
*** littleidea_ has joined #openstack | 10:32 | |
*** mcclurmc_home has quit IRC | 10:32 | |
HugoKuo_ | trying | 10:32 |
HugoKuo_ | did you check the loader file ? | 10:33 |
*** obino has quit IRC | 10:33 | |
*** littleidea_ has quit IRC | 10:34 | |
*** littleidea has quit IRC | 10:34 | |
*** katkee has joined #openstack | 10:35 | |
HugoKuo_ | ok , nothing special | 10:37 |
doude | HugoKuo_: i check the script uec-publish-tarball, it use only *-vmlinuz-virtual as kernel and *.img as images files | 10:37 |
HugoKuo_ | I success to run up UEC image | 10:38 |
*** vernhart1 has quit IRC | 10:38 | |
HugoKuo_ | which I add by glance add | 10:38 |
doude | HugoKuo_: I found one difference, with the script uec-publish-tarball, the property architecture is added to the image and kernel files. i try to add it | 10:39 |
HugoKuo_ | maybe , I just follow your cmd to add both kernel and img | 10:40 |
HugoKuo_ | it's running , everything is fine . nothing special :< | 10:40 |
doude | HugoKuo_: You can boot the kernel and mount the FS ? | 10:42 |
doude | doude: the same with architecture :( http://paste.openstack.org/show/1612/ | 10:43 |
*** littleidea has joined #openstack | 10:43 | |
HugoKuo_ | http://pastebin.com/9GyDYhFB take a look | 10:43 |
*** littleidea_ has joined #openstack | 10:43 | |
HugoKuo_ | the console out put | 10:43 |
HugoKuo_ | how come ..=..= | 10:44 |
HugoKuo_ | I use same cmd to add image and kernel ..:< | 10:45 |
doude | HugoKuo_: strange, perhaps a pb with my image file | 10:45 |
doude | HugoKuo_: ok thanks for your help, I'll try with an other image | 10:45 |
HugoKuo_ | how about change one | 10:45 |
HugoKuo_ | ok | 10:45 |
doude | HugoKuo_: I go to lunch | 10:46 |
doude | HugoKuo_: bye | 10:46 |
*** littleidea has quit IRC | 10:48 | |
*** littleidea_ is now known as littleidea | 10:48 | |
*** littleidea has quit IRC | 10:49 | |
*** sophiap has joined #openstack | 11:07 | |
*** miclorb has joined #openstack | 11:09 | |
*** ton_katsu has quit IRC | 11:09 | |
*** justin_skariah has quit IRC | 11:13 | |
*** kennethkalmer has joined #openstack | 11:16 | |
*** miclorb has quit IRC | 11:17 | |
*** miclorb_ has joined #openstack | 11:18 | |
*** shentonfreude has joined #openstack | 11:27 | |
*** ctennis has quit IRC | 11:31 | |
*** dirkx has joined #openstack | 11:35 | |
*** ctennis has joined #openstack | 11:45 | |
*** ctennis has joined #openstack | 11:45 | |
*** kennethkalmer has quit IRC | 11:49 | |
*** vernhart has joined #openstack | 11:50 | |
*** vernhart1 has joined #openstack | 11:51 | |
*** vernhart has quit IRC | 11:54 | |
*** Zangetsue has quit IRC | 11:58 | |
*** Zangetsue has joined #openstack | 11:58 | |
Razique | back | 12:01 |
Razique | doude: what's the status | 12:01 |
*** Zangetsue has quit IRC | 12:02 | |
*** Zangetsue has joined #openstack | 12:02 | |
*** markvoelker has joined #openstack | 12:09 | |
*** katkee_ has joined #openstack | 12:14 | |
*** katkee has quit IRC | 12:15 | |
doude | Razique: I'm online | 12:18 |
Razique | hey doude so as far as I understood, objectstore is just an interface for a backend image service | 12:19 |
Razique | So nova-objectstore connects to glance via it's API in order to store/ retrieve images | 12:20 |
*** Zangetsue_ has joined #openstack | 12:23 | |
*** Zangetsue has quit IRC | 12:23 | |
*** Zangetsue_ is now known as Zangetsue | 12:23 | |
*** dirkx has quit IRC | 12:27 | |
*** miclorb_ has quit IRC | 12:27 | |
soren | No. | 12:29 |
soren | if anything, it's the other way around. | 12:29 |
soren | nova-objectstore simply implements the S3 API, storing everything on the filesystem. | 12:30 |
soren | Glance can use it as a backend, but not the other way around. | 12:30 |
*** hggdh has quit IRC | 12:30 | |
Razique | ok, but how comes that if I use uec-publish-tarball, the image is stored by glance ? | 12:31 |
*** medberry is now known as med_out | 12:35 | |
soren | Razique: Because you've configured glance to be your image service. | 12:37 |
soren | Here's how it works: | 12:37 |
*** jedi4ever has quit IRC | 12:37 | |
soren | When you call the RegisterImage method of the EC2 API, it goes and looks in nova-objectstore for the URL you gave it. | 12:38 |
DogWater | What do you folks like to use as far as SAN for storing your OpenStack VMs? | 12:38 |
*** Zangetsue has quit IRC | 12:38 | |
soren | It yanks the image out, decrypts it, stitches it back together, and puts the image into the image service, you've configured. | 12:38 |
DogWater | Is there a best practices guide? | 12:38 |
soren | DogWater: None. | 12:38 |
soren | DogWater: Local disks. | 12:38 |
*** Zangetsue has joined #openstack | 12:38 | |
Razique | DogWater: HP San :) | 12:39 |
DogWater | Razique: is that 3PAR or HP proper? | 12:39 |
DogWater | I have about 80-100K I can spend on storage but all the quotes I am getting back are $250k+ from hitachi and guys like that. | 12:39 |
Razique | It's one of the MSA serries | 12:39 |
Razique | soren: ok thanks | 12:40 |
Razique | so Glance is the backend, as it could be a local storage directly ? | 12:40 |
*** aliguori has joined #openstack | 12:40 | |
soren | Razique: Without glance, you can only have one machine. | 12:41 |
*** hggdh has joined #openstack | 12:42 | |
Razique | soren: so Glance allows you to store your images into multiple locations ? (is it it's 'main" feature) | 12:43 |
Razique | I've also read that it provides an extra API in order to communicate with IT, appart from nova | 12:44 |
soren | Razique: In this context, what Glance gives you is a central image store that multiple compute nodes can pull from. | 12:44 |
Razique | which means in extenso you can use it for images storing and providing | 12:44 |
Razique | soren: alright, I get it, thanks for the explanations :) | 12:45 |
soren | Sure :) | 12:45 |
*** sophiap has quit IRC | 12:45 | |
Razique | doude: have you been through your Glance issue ? | 12:46 |
*** xxtjaxx has joined #openstack | 12:49 | |
doude | Razique: yes I solve my problem | 12:50 |
xxtjaxx | Hi! I installed nova on debian. I get an exception running nova tools. It can't find sqlalchemy.exc. Why? And where do I get it from? | 12:50 |
*** jedi4ever has joined #openstack | 12:52 | |
*** philippkueng has quit IRC | 12:52 | |
Razique | doude: nice :) | 12:53 |
*** hadrian has joined #openstack | 12:55 | |
*** ameade has joined #openstack | 12:56 | |
*** pmullaney has joined #openstack | 12:57 | |
*** philippkueng has joined #openstack | 13:00 | |
uvirtbot | New bug: #795526 in swift "st and client.py need to work with older versions of Python" [Undecided,New] https://launchpad.net/bugs/795526 | 13:02 |
*** DigitalFlux has joined #openstack | 13:02 | |
*** DigitalFlux has joined #openstack | 13:02 | |
*** PW__ has joined #openstack | 13:06 | |
*** PeteDaGuru has joined #openstack | 13:06 | |
*** kashyap has quit IRC | 13:06 | |
*** PW__ has quit IRC | 13:17 | |
NashTrash | Good morning OpenStaack'ers | 13:24 |
Razique | is there any firewall restriction on nova ? I've affected a private ip to an instance, and now I'd like to use a NAT on the foreground firewall | 13:24 |
NashTrash | Does anyone know of any documentation on using the RDBDriver with nova-volume? | 13:24 |
uvirtbot | New bug: #795541 in nova "nova-manage vm list says "'Instance' object has no attribute 'image_id'"" [Undecided,New] https://launchpad.net/bugs/795541 | 13:26 |
*** bcwaldon has joined #openstack | 13:31 | |
*** rnirmal has joined #openstack | 13:31 | |
*** dirkx has joined #openstack | 13:33 | |
*** dirkx has quit IRC | 13:34 | |
*** jedi4ever has quit IRC | 13:38 | |
*** jedi4ever has joined #openstack | 13:41 | |
*** amccabe has joined #openstack | 13:41 | |
*** dprince has joined #openstack | 13:47 | |
*** jkoelker has joined #openstack | 13:53 | |
*** gondoi has joined #openstack | 13:54 | |
*** j05h has joined #openstack | 13:55 | |
*** gaveen has quit IRC | 13:58 | |
*** ahale has quit IRC | 14:00 | |
*** ahale- has joined #openstack | 14:00 | |
*** corrigac has quit IRC | 14:01 | |
*** chiehwen has joined #openstack | 14:06 | |
*** chiehwen has left #openstack | 14:07 | |
*** rods has joined #openstack | 14:09 | |
*** gaveen has joined #openstack | 14:10 | |
*** NeCRoManTe has joined #openstack | 14:10 | |
*** mihaim has joined #openstack | 14:10 | |
*** mihaimma has joined #openstack | 14:11 | |
mihaimma | Hello everybody, can someone help me with a problem? | 14:11 |
*** Zangetsue has quit IRC | 14:13 | |
mihaimma | I have this error "Found instance 'instance-0000004f' in DB but no VM. State=5, so setting state to shutoff." and I couldnt find anything on the web about it... | 14:15 |
Razique | mihaimma: just ask :) | 14:15 |
mihaimma | :) | 14:15 |
Razique | what nova-manage service list returns ? | 14:16 |
mihaimma | ccontroller.management.fdro nova-scheduler enabled :-) 2011-06-10 14:16:14 | 14:16 |
mihaimma | ccontroller.management.fdro nova-volume enabled :-) 2011-06-10 14:16:14 | 14:16 |
mihaimma | ncontroller2.management.fdro nova-compute enabled :-) 2011-06-10 14:16:16 | 14:16 |
mihaimma | ccontroller.management.fdro nova-network enabled XXX 2011-06-10 14:14:11 | 14:16 |
mihaimma | ccontroller.management.fdro nova-compute enabled :-) 2011-06-10 14:16:15 | 14:16 |
mihaimma | ncontroller1.management.fdro nova-compute enabled XXX 2011-06-10 14:06:10 | 14:16 |
mihaimma | sorry for flooding | 14:16 |
Razique | use http://paste.openstack.org/ :) | 14:17 |
*** deepakn has quit IRC | 14:17 | |
*** ameade has quit IRC | 14:17 | |
mihaimma | ok, one sec, a collegue just rebooted the cloud controller | 14:17 |
*** MarkAtwood has joined #openstack | 14:20 | |
*** mattray has joined #openstack | 14:23 | |
Razique | ok :) | 14:25 |
Razique | time to get a coffee then, if it's an HP server, it'll took like 5 mintues :D | 14:25 |
Razique | nowadays the BIOSes themselves are longer to boot that the OS | 14:25 |
btorch | hehe so true :) | 14:26 |
mihaimma | it's a test env, it's hp but a workstation :) | 14:27 |
mihaimma | dc5800 | 14:27 |
*** dgags has joined #openstack | 14:28 | |
*** kennethkalmer has joined #openstack | 14:31 | |
*** murkk has quit IRC | 14:36 | |
*** dgags has quit IRC | 14:37 | |
mihaimma | ok, now i get this: http://paste.openstack.org/show/1614/ | 14:40 |
*** alandman has joined #openstack | 14:41 | |
mihaimma | after the reboot | 14:41 |
*** gaveen has quit IRC | 14:42 | |
*** kennethk_ has joined #openstack | 14:42 | |
*** kennethkalmer has quit IRC | 14:42 | |
*** johnpur has joined #openstack | 14:42 | |
*** ChanServ sets mode: +v johnpur | 14:42 | |
*** dprince has quit IRC | 14:44 | |
*** jedi4ever has quit IRC | 14:45 | |
Razique | mihaimma: We saw that error several times here | 14:51 |
Razique | let me look into the history =) | 14:51 |
*** mariodanic is now known as pygi | 14:53 | |
*** zenmatt has joined #openstack | 14:56 | |
Razique | what nova-manage service list returns ? | 14:56 |
*** jonkelly has joined #openstack | 14:58 | |
*** dragondm has joined #openstack | 15:01 | |
mihaimma | http://paste.openstack.org/show/1617/ | 15:01 |
*** bkkrw has quit IRC | 15:03 | |
Razique | mihaimma: sorry, can't find into the history about that issue | 15:03 |
Razique | but your component nova-network is not right | 15:03 |
Razique | could you show me the /var/log/nova/nova-network.log file ? | 15:03 |
mihaimma | yes, one sec | 15:04 |
*** guigui3 has quit IRC | 15:04 | |
mihaimma | http://paste.openstack.org/show/1618/ | 15:06 |
*** guigui3 has joined #openstack | 15:06 | |
mihaimma | and it's repeating every second.. respawning | 15:06 |
Razique | ok, what select * from networks into nova database shows ? | 15:07 |
*** jedi4ever has joined #openstack | 15:07 | |
*** shentonfreude has quit IRC | 15:08 | |
mihaimma | http://paste.openstack.org/show/1619/ | 15:08 |
*** reidrac has left #openstack | 15:09 | |
*** guigui3 has quit IRC | 15:10 | |
Razique | ok, now your nova.conf file | 15:11 |
*** shentonfreude has joined #openstack | 15:11 | |
Razique | then /etc/network/interfaces file :) | 15:11 |
mihaimma | http://paste.openstack.org/show/1620/ | 15:11 |
Razique | so we'll have all the elements to understand your architecture | 15:11 |
*** kbringard has joined #openstack | 15:11 | |
mihaimma | http://paste.openstack.org/show/1621/ | 15:11 |
*** dendrobates is now known as dendro-afk | 15:12 | |
Razique | ok. First, why do you use an alias for the interface ? | 15:12 |
kbringard | I have a question about live-migration and fault tolerance, if anyone is feeling brave :-) | 15:13 |
kbringard | what happens if... you have everything setup for live-migration to work and have verified that you can live-migrate between running compute nodes | 15:13 |
kbringard | then lets say that a compute node dies for some reason | 15:14 |
*** shentonfreude has quit IRC | 15:14 | |
kbringard | can you live-migrate the instances that were running on that to another, still functioning, compute node | 15:14 |
mihaimma | i edited that file, added alias for eth0.100 and inet manual | 15:16 |
mihaimma | powered off the nodes, to see why nova-network wont start | 15:16 |
*** philippkueng has quit IRC | 15:17 | |
Razique | kbringard: don't know exactly, but if you use nova with libvrit, here is what happens | 15:18 |
kbringard | I do use it with libvirt :-) | 15:18 |
*** Guest13853 has quit IRC | 15:18 | |
*** Guest13853 has joined #openstack | 15:18 | |
*** ChanServ sets mode: +v Guest13853 | 15:18 | |
*** Guest13853 is now known as antonym | 15:18 | |
Razique | libvirt copy the xml file to the other server, and when you run virsh-migrate command, transferts the RAM content (supposing both server have access to the VM) then shutdown the VM and power it on on the other side | 15:19 |
Razique | but I don't know how this functionnality has been implemented into nova | 15:20 |
*** osier has joined #openstack | 15:20 | |
kbringard | hmm, I'll take a look at the code | 15:20 |
alandman | Razique: For mihimma's output does nova-network expect that the network will have a project_id defined? | 15:20 |
kbringard | I may just need to try it :-) | 15:20 |
Razique | alandman: you right | 15:21 |
Razique | mihaimma: do you have a project ? | 15:21 |
Razique | and a network for it ? | 15:21 |
*** NeCRoManTe has left #openstack | 15:21 | |
mihaimma | root@ccontroller.management.fdro:/var/log/nova 2 # nova-manage project list | 15:21 |
mihaimma | mmaproject | 15:21 |
mihaimma | i have the project created | 15:22 |
mihaimma | dashboard functional | 15:22 |
Razique | mihaimma: scrub the project and create a new network for it :) | 15:22 |
*** MarkAtwood has quit IRC | 15:22 | |
Razique | nova-manage project scrub mmaproject | 15:22 |
Razique | nova-manage network create | 15:23 |
*** pguth66 has quit IRC | 15:23 | |
*** openpercept_ has quit IRC | 15:27 | |
mihaimma | scrub project, delete network , create project, network , restarted relevant services, euca-describe-availability-zone verbose | 15:27 |
mihaimma | works perfectly now | 15:27 |
mihaimma | remains now to bring up the node and try to make it work | 15:27 |
*** watcher has quit IRC | 15:28 | |
Razique | mihaimma: nice :) | 15:28 |
Razique | I knew it has to do with the network conf :p | 15:28 |
*** watcher has joined #openstack | 15:29 | |
Razique | is the node located on another server ? | 15:29 |
mihaimma | located | 15:29 |
Razique | ? :D yes or no ? | 15:30 |
*** philippkueng has joined #openstack | 15:30 | |
mihaimma | sry, is on another server | 15:30 |
Razique | ok | 15:31 |
*** Ephur has joined #openstack | 15:31 | |
Razique | so first make sure the time is sync between two servers | 15:31 |
mihaimma | on main server apt-get installed *( nova | 15:31 |
Razique | installing a ntp server is better | 15:31 |
mihaimma | on second server , installed only mnova-compute | 15:31 |
mihaimma | i'll do it right now | 15:31 |
Razique | ok | 15:32 |
*** ameade has joined #openstack | 15:32 | |
Razique | I have to go, sorry, it's the end of work in France :D | 15:33 |
kbringard | have a good weekend friend | 15:34 |
mihaimma | no problem, same in romania | 15:34 |
Razique | don't have internet @ home so won't be able to come back :D | 15:34 |
mihaimma | have a nice weekend | 15:34 |
Razique | enjoy your week-end guys :) | 15:34 |
Razique | bye :) | 15:34 |
*** Razique has left #openstack | 15:34 | |
mihaimma | bye and thanks | 15:35 |
*** kennethk_ has quit IRC | 15:37 | |
*** philippkueng has quit IRC | 15:38 | |
*** dirkx has joined #openstack | 15:38 | |
*** dobber has quit IRC | 15:39 | |
*** woleium has joined #openstack | 15:40 | |
*** vladimir3p has joined #openstack | 15:44 | |
*** ewindisch has joined #openstack | 15:45 | |
*** asksol has quit IRC | 15:46 | |
*** asksol has joined #openstack | 15:47 | |
*** dubsquared has joined #openstack | 15:49 | |
*** clauden has quit IRC | 15:54 | |
*** irahgel has left #openstack | 15:57 | |
*** mihaimma has quit IRC | 16:00 | |
*** shentonfreude has joined #openstack | 16:00 | |
*** MarkAtwood has joined #openstack | 16:01 | |
*** MarkAtwood has quit IRC | 16:01 | |
*** woleium has quit IRC | 16:02 | |
*** clauden has joined #openstack | 16:04 | |
*** dendro-afk is now known as dendrobates | 16:05 | |
*** nacx has quit IRC | 16:06 | |
*** jedi4ever has quit IRC | 16:07 | |
*** woleium has joined #openstack | 16:09 | |
*** joearnold has joined #openstack | 16:10 | |
*** alexander has joined #openstack | 16:12 | |
alexander | hello | 16:13 |
*** ameade has quit IRC | 16:13 | |
alexander | can anyone help a folk with some advice on nova-compute? | 16:13 |
dsockwell | alexander: it's better if you just ask your question | 16:14 |
alexander | yes, sorry | 16:14 |
dsockwell | btw, stay in school | 16:14 |
dsockwell | that's your advice ;) | 16:14 |
alexander | i have 2 servers, one running all nova services and one having only nova-compute | 16:15 |
alexander | instances are created, running, but can't ping , nor public, nor private ip's | 16:15 |
*** Eyk^off is now known as Eyk | 16:15 | |
dsockwell | ah | 16:16 |
dsockwell | look at iptables on your network controller | 16:16 |
dsockwell | iptables -L; iptables -t nat -L | 16:16 |
dsockwell | make sure you have all the interfaces you're supposed to | 16:16 |
*** clauden has quit IRC | 16:16 | |
alexander | nowhere to be seen any nova-compute in iptables | 16:17 |
alexander | interfaces on nova-network : eth0.254, eth0.100 | 16:17 |
alexander | flatdhcp, br100 created automatically | 16:17 |
alexander | on nova-network server, compute is disabled | 16:18 |
dsockwell | can you access the instances from the nova-compute servers? | 16:18 |
alexander | no | 16:19 |
alexander | can't ping them | 16:19 |
*** drnexus_e6400 has quit IRC | 16:19 | |
dsockwell | how do you know they're running? | 16:19 |
alexander | euca-descibe-instances, and hybridfox too | 16:20 |
alexander | get console output tells me network is unreachable\ | 16:20 |
kbringard | just because the status says running, doesn't mean they're actually running... it just means the disk image has been copied to the compute node and the kvm command has been run | 16:20 |
alexander | sorry for my grama | 16:20 |
dsockwell | yeah, maybe they crashed and nova doesn't know | 16:21 |
alexander | sorry for the grammar, i should follow your advice and stay in school :) | 16:21 |
dsockwell | haha | 16:21 |
kbringard | i'd work on getting VNC console to work | 16:21 |
dsockwell | or just get the hypervisor to tell you their status instead of relying on nova | 16:21 |
*** kasimir has joined #openstack | 16:21 | |
kbringard | in theory it should be as easy as vncing to your compute node's IP:5900 | 16:21 |
alexander | virsh list | 16:22 |
dsockwell | in xen, i'd do xm list | 16:22 |
alexander | instance 00000056 running\ | 16:22 |
kbringard | yea, virsh list is good too | 16:22 |
kasimir | This blog post seems to state that VirtualBox is a supported hypervisor for OpenStack: http://www.openstack.org/blog/2010/08/openstack-community-update/ | 16:22 |
kbringard | you can also check /var/lib/nova/instances/instance-<instanceid>/console.log | 16:22 |
kbringard | on the compute node | 16:22 |
kasimir | I recompiled the Nova PPA libvirt packages with --with-vbox | 16:22 |
alexander | great ideea, 2 sec | 16:22 |
kasimir | but it seems that Nova keeps on failing | 16:22 |
kasimir | would anybody be able to point me in a good direction? | 16:23 |
kbringard | kasimir: sorry, I've never even tried anything other than KVM :-/ | 16:23 |
dsockwell | kasimir: why are you using virtualbox? | 16:23 |
dsockwell | I got told here that virtualbox was a bad idea. | 16:24 |
*** dprince has joined #openstack | 16:24 | |
dsockwell | as a hypervisor for nova guests | 16:24 |
kasimir | dsockwell: VirtualBox runs on Windows clients as well, whereas KVM (obviously) does not | 16:26 |
kasimir | we've been using VMware for awhile but it's licensing is rather restrictive | 16:26 |
dsockwell | you want to run nova-compute on windows? | 16:26 |
kasimir | no, nova-compute is running on Ubuntu 10.04 LTS | 16:26 |
alexander | console.log tells that the instance is waiting for metadata, | 16:26 |
dsockwell | you want to run windows as a guest? | 16:27 |
*** agoddard has joined #openstack | 16:27 | |
kasimir | this cloud exposes it's VMs at various stages to independent machines | 16:27 |
kasimir | its* | 16:27 |
*** antenagora has quit IRC | 16:27 | |
*** tblamer has joined #openstack | 16:27 | |
kasimir | it's not quite a traditional cloud setup :) | 16:27 |
dsockwell | how does it expose the VMs to independent machines? | 16:28 |
kasimir | virsh is able to start / stop vbox images | 16:28 |
kasimir | that part is in the process of being developed, however the idea is to snapshot the VM as it is running through various stages | 16:28 |
kasimir | and then during the termination process save the resulting snapshotted files | 16:29 |
kasimir | (along with the _base image) | 16:29 |
kasimir | which works fine with KVM, but there will be some problem convincing those who will use this system to get another machine running Ubuntu | 16:30 |
dsockwell | if it was me, i'd pursue qemu | 16:30 |
kasimir | is there a reason VirtualBox isn't a good idea? | 16:31 |
dsockwell | from what i was told, virtualbox support isn't developed as much as, for instance, qemu. I am not an authority though. | 16:32 |
kasimir | I would be willing to work to add in support for it | 16:32 |
kasimir | is the blog post misleading then? | 16:32 |
kasimir | (http://www.openstack.org/blog/2010/08/openstack-community-update/) | 16:32 |
dsockwell | I believe it may be | 16:33 |
kasimir | is VirtualBox support in a bleeding edge version? | 16:33 |
dsockwell | justinsb is the one you want to ask about that though | 16:33 |
kasimir | (btw, thank you for your help!) | 16:33 |
kasimir | does he frequent this channel? | 16:34 |
*** joearnold has quit IRC | 16:35 | |
dsockwell | he tends to, yes | 16:35 |
*** joearnold has joined #openstack | 16:35 | |
kasimir | dsockwell: thanks for your help! | 16:36 |
dsockwell | no problem. I have to ask, though, what are you doing with the snapshots? I presume it's not to force your secretary to make backups. | 16:38 |
*** maplebed has joined #openstack | 16:39 | |
alexander | ok, i tried to recreate security groups, to euca-authorize | 16:41 |
alexander | no luck so far | 16:42 |
*** mihgen_ has quit IRC | 16:43 | |
kbringard | alexander: in the console log, is the machine at the login prompt? | 16:45 |
kbringard | meaning, is your issue that the machine is booted but you can't access it because of some networking problem, or can you not access it because the machine didn't finish booting? | 16:46 |
alexander | datasource2.py critical : network is unreachable | 16:46 |
alexander | than giving up on md after 1051 seconds | 16:47 |
alexander | than cloudconfig/_init_py , line 270, get_data_source | 16:48 |
alexander | it's the end of the console output | 16:48 |
alexander | maverick-server-uec-amd64.tar.gz | 16:48 |
*** deepakn has joined #openstack | 16:48 | |
*** kasimir has quit IRC | 16:50 | |
*** kasimir has joined #openstack | 16:50 | |
alexander | yes, there are networking problems\ | 16:52 |
alexander | there must be something that i did wrong, some nova.conf line | 16:57 |
*** jdurgin has joined #openstack | 16:57 | |
*** MotoMilind has joined #openstack | 16:59 | |
*** dprince has quit IRC | 17:02 | |
*** bcwaldon has quit IRC | 17:04 | |
*** katkee_ has quit IRC | 17:05 | |
*** watcher has quit IRC | 17:05 | |
*** bcwaldon has joined #openstack | 17:06 | |
*** Ryan_Lane has joined #openstack | 17:14 | |
*** jamiec has left #openstack | 17:16 | |
*** MotoMilind has quit IRC | 17:17 | |
*** koolhead17 has joined #openstack | 17:17 | |
*** _william_ has left #openstack | 17:20 | |
*** MotoMilind has joined #openstack | 17:22 | |
adam_g | are there any special steps needed to run smoketests on a single-node nova installation, or is there a way to increase verbosity to find out why certain tests are failing? | 17:25 |
*** horizon has joined #openstack | 17:26 | |
*** horizon has left #openstack | 17:26 | |
*** iRTermite has quit IRC | 17:27 | |
*** littleidea has joined #openstack | 17:28 | |
*** littleidea_ has joined #openstack | 17:29 | |
*** dendrobates is now known as dendro-afk | 17:32 | |
*** littleidea has quit IRC | 17:33 | |
*** littleidea_ is now known as littleidea | 17:33 | |
*** clauden has joined #openstack | 17:36 | |
*** woleium has quit IRC | 17:37 | |
*** obino has joined #openstack | 17:39 | |
*** GeoDud has quit IRC | 17:44 | |
*** dendro-afk is now known as dendrobates | 17:47 | |
*** hggdh has quit IRC | 17:49 | |
*** hggdh has joined #openstack | 17:50 | |
*** koolhead17 has quit IRC | 17:51 | |
*** deepakn_ has joined #openstack | 17:51 | |
*** woleium has joined #openstack | 17:52 | |
*** zenmatt has quit IRC | 17:52 | |
*** deepakn has quit IRC | 17:52 | |
*** deepakn_ is now known as deepakn | 17:52 | |
*** iRTermite has joined #openstack | 17:55 | |
smiley1010 | anyone one here running debian guests? | 17:59 |
smiley1010 | I am still trying to find an image that I can use | 17:59 |
alexander | try this one http://wiki.openstack.org/GettingImages | 18:02 |
alexander | works for me | 18:02 |
*** markwash has quit IRC | 18:02 | |
*** dgags has joined #openstack | 18:03 | |
smiley1010 | did you create a debian one...or just use the ubuntu or tty one? | 18:04 |
smiley1010 | I have ubuntu ones working well...but I see no links to a working debian image anywhere | 18:05 |
*** markwash has joined #openstack | 18:05 | |
dsockwell | you might just have to make one | 18:05 |
dsockwell | it's not hard, there are scripts to run debootstrap for you | 18:06 |
*** kashyap has joined #openstack | 18:06 | |
smiley1010 | ok | 18:09 |
*** dragondm has quit IRC | 18:11 | |
*** DodoPahim_ has joined #openstack | 18:11 | |
*** Ephur_ has joined #openstack | 18:12 | |
*** Ephur has quit IRC | 18:13 | |
*** Ephur_ is now known as Ephur | 18:13 | |
*** DodoPahim_ has quit IRC | 18:15 | |
*** DodoPahim has quit IRC | 18:15 | |
*** DodoPahim has joined #openstack | 18:15 | |
*** deepakn has quit IRC | 18:15 | |
uvirtbot | New bug: #795666 in swift "charset utf8 should be charset utf-8" [Undecided,In progress] https://launchpad.net/bugs/795666 | 18:26 |
*** mihgen_ has joined #openstack | 18:27 | |
*** fabiand__ has joined #openstack | 18:28 | |
*** mattray has quit IRC | 18:28 | |
*** dgags has quit IRC | 18:45 | |
*** alexander has quit IRC | 18:48 | |
*** mihgen_ has quit IRC | 18:49 | |
*** alandman has quit IRC | 18:51 | |
uvirtbot | New bug: #795680 in swift "Ratelimiting unit tests mistakenly fail on slow machines" [Undecided,New] https://launchpad.net/bugs/795680 | 18:52 |
agoddard | anyone have a link to a good example of runnning openstack with an iSCSI SAN? | 18:52 |
*** markwash has quit IRC | 18:52 | |
*** joearnold has quit IRC | 18:58 | |
*** hggdh has quit IRC | 19:00 | |
*** hggdh has joined #openstack | 19:01 | |
*** jonkelly1 has joined #openstack | 19:01 | |
*** jonkelly has quit IRC | 19:02 | |
*** katkee has joined #openstack | 19:08 | |
*** markwash has joined #openstack | 19:11 | |
uvirtbot | New bug: #795683 in swift "SSL handshake can hang WSGI" [Undecided,New] https://launchpad.net/bugs/795683 | 19:12 |
uvirtbot | New bug: #795685 in nova "OSAPI: images metadata missing from /images/detail and /images/<id> calls" [Undecided,New] https://launchpad.net/bugs/795685 | 19:12 |
*** imsplitbit has joined #openstack | 19:16 | |
*** joearnold has joined #openstack | 19:17 | |
*** woleium has quit IRC | 19:18 | |
*** dragondm has joined #openstack | 19:20 | |
*** dragondm has joined #openstack | 19:21 | |
*** hggdh has quit IRC | 19:26 | |
*** hggdh has joined #openstack | 19:28 | |
*** fabiand__ has quit IRC | 19:35 | |
*** amccabe has quit IRC | 19:36 | |
*** Eyk is now known as Eyk^off | 19:36 | |
*** joearnold has quit IRC | 19:38 | |
*** newopen has joined #openstack | 19:39 | |
*** amccabe has joined #openstack | 19:48 | |
*** zenmatt has joined #openstack | 19:49 | |
*** joearnold has joined #openstack | 19:53 | |
*** HugoKuo__ has joined #openstack | 19:57 | |
*** markvoelker has left #openstack | 19:59 | |
*** HugoKuo_ has quit IRC | 20:00 | |
*** ctennis has quit IRC | 20:01 | |
*** mattray has joined #openstack | 20:06 | |
*** MarkAtwood has joined #openstack | 20:07 | |
*** rnirmal has quit IRC | 20:12 | |
*** allsystemsarego has quit IRC | 20:12 | |
*** ctennis has joined #openstack | 20:17 | |
*** ctennis has joined #openstack | 20:17 | |
*** dirkx has quit IRC | 20:18 | |
*** dgags has joined #openstack | 20:22 | |
*** donald650 has joined #openstack | 20:23 | |
donald650 | hi I am having trouble with ./nova.sh run | 20:23 |
donald650 | anyone follow the instructions on https://github.com/vishvananda/novascript | 20:24 |
donald650 | I am on a Windows host with Ubuntu VM client | 20:26 |
*** iRTermite has quit IRC | 20:26 | |
*** iRTermite has joined #openstack | 20:26 | |
*** joearnold has quit IRC | 20:31 | |
*** maplebed has quit IRC | 20:31 | |
*** Dream has joined #openstack | 20:31 | |
Dream | Hi, anyone there ? | 20:31 |
*** Dream is now known as Guest99766 | 20:32 | |
*** DodoPahim has quit IRC | 20:33 | |
*** DodoPahim has joined #openstack | 20:33 | |
*** agoddard has quit IRC | 20:35 | |
*** Guest99766 has quit IRC | 20:36 | |
*** hggdh has quit IRC | 20:36 | |
*** js_at_inap has joined #openstack | 20:37 | |
js_at_inap | seeing clue wrt swift ring expansion | 20:37 |
*** hggdh has joined #openstack | 20:38 | |
*** guest123 has joined #openstack | 20:46 | |
donald650 | hi anyone have any luck sitting up nova | 20:47 |
*** woleium has joined #openstack | 20:47 | |
guest123 | hi, is there anyone alive and can help me with open stack ? :) | 20:47 |
*** med_out is now known as med_BOS | 20:49 | |
med_BOS | just us zombies here.... | 20:50 |
med_BOS | guest123, ask a more precise question please. | 20:50 |
*** maplebed has joined #openstack | 20:50 | |
donald650 | med_Bos I tried to followin the instructions for setting up Nova | 20:51 |
donald650 | https://github.com/vishvananda/novascript | 20:51 |
donald650 | I'm not getting to the rabbit server sreen | 20:51 |
*** zenmatt has quit IRC | 20:52 | |
guest123 | yes I see there are only zombies :( | 20:52 |
guest123 | I'm starting to be interested about cloud and like to find an easy way to put a cloud in place into my infrastructure... so my question is; why openstack ? does it allow me to easily provision machines for customers (is it self service?) | 20:53 |
guest123 | what are advantages of openstack vs openqrm for example ? | 20:54 |
med_BOS | donald650, I haven't used the vishvananda scripts. | 20:55 |
js_at_inap | fix my typo: "seeking" clue (help) wrt swift ring expansion :-) | 20:55 |
donald650 | med_BOS whats a good way to get started with installing nova | 20:57 |
donald650 | ive seen some lengthy setups to the simple one (vishvananda) | 20:57 |
Dweezahr | 11.04 or 10.04, which one to chose for openstack? | 20:59 |
med_BOS | topic | 20:59 |
Dweezahr | well, yes, openstack is a project in progress, the releases dont work and are full of bugs | 20:59 |
Dweezahr | so it is better to ask | 20:59 |
*** johnpur has quit IRC | 21:00 | |
med_BOS | donald650, http://wiki.openstack.org/InstallInstructions is where I start. | 21:01 |
*** gaveen has joined #openstack | 21:01 | |
*** gaveen has joined #openstack | 21:01 | |
*** dendrobates is now known as dendro-afk | 21:02 | |
donald650 | med, thanks I'll take a look | 21:02 |
*** Ephur has left #openstack | 21:02 | |
Dweezahr | okay, 10.04 is what large scale companies use, so I will take that one | 21:03 |
AWR | what do you guys reccomend as far as networking setups when you want to automatically allocate public ips to the VMs? | 21:03 |
AWR | is that not the good way to go about it? | 21:03 |
guest123 | so med_bos, can I use openstack as provisionning sever ? | 21:04 |
AWR | is it possible? | 21:04 |
AWR | should i be using private ips for the VMs and the associating public ips? | 21:04 |
dsockwell | Dweezahr: 10.04 is what i used | 21:04 |
*** zenmatt has joined #openstack | 21:05 | |
Dweezahr | dsockwell, okay, thanks. | 21:05 |
*** newopen has quit IRC | 21:06 | |
dsockwell | except i couldn't use kvm so i am needing to switch to scientificlinux | 21:06 |
*** newopen has joined #openstack | 21:06 | |
dsockwell | ubuntu 10.04 has weird issues with xen | 21:06 |
Dweezahr | I use qemu | 21:06 |
dsockwell | is qemu as fast as xen? | 21:06 |
kbringard | I use ubuntu 10.10 with qemu/kvm | 21:06 |
dsockwell | yeah kvm is officially supported in ubuntu | 21:07 |
Dweezahr | Because in my test environment I only have vm's that run openstack inside it | 21:07 |
dsockwell | no problems there | 21:07 |
kbringard | soren mentioned that Ubuntu is putting Xen support back into 11.10 | 21:07 |
kbringard | at which point I'm very interested in trying out Xen | 21:07 |
dsockwell | that's good | 21:07 |
*** shentonfreude has quit IRC | 21:07 | |
soren | kbringard: It's already in. | 21:07 |
soren | kbringard: I uploaded it a couple of weeks ago, I think. | 21:08 |
*** bkkrw has joined #openstack | 21:08 | |
kbringard | soren: fantastic | 21:08 |
dsockwell | does openstack work OK on ubuntu 11.10 ? | 21:08 |
kbringard | so there you go, if you want to temp fate by running an 11.10 alpha openstack, you can use xen | 21:08 |
kbringard | haha | 21:08 |
dsockwell | i thought it was built with 10.04 in mind | 21:08 |
dsockwell | \o/ | 21:08 |
dsockwell | hooray fate | 21:08 |
kbringard | I run fairly large install on Ubuntu 10.10 with kvm and it works quite well | 21:09 |
soren | dsockwell: I test Nova on all of Lucid, Maverick, Natty, and Oneiric. Works great. | 21:09 |
*** Ephur has joined #openstack | 21:09 | |
soren | dsockwell: I backport whatever is needed to make it work. | 21:10 |
dsockwell | soren: cool. Do you happen to know if there's a known issue with xen 4 on maverick? | 21:10 |
*** med_BOS is now known as medberry | 21:10 | |
*** guest123 has quit IRC | 21:10 | |
soren | dsockwell: Apart from not existing in MAverick at all? | 21:10 |
*** medberry is now known as med_out | 21:10 | |
*** Ephur has left #openstack | 21:10 | |
dsockwell | yes | 21:10 |
soren | dsockwell: Err.. | 21:10 |
*** jonkelly1 has quit IRC | 21:10 | |
*** maplebed has quit IRC | 21:11 | |
soren | dsockwell: No, apart from that fact that it doesn't exist, there are no further problems. That's a rather debilitating defect, though. | 21:11 |
dsockwell | so no? ok. I had compiled it and it gave me some bizarre behavior, and that's been bothering me. | 21:11 |
soren | dsockwell: You know.. You can't use it. IT's not there. | 21:11 |
soren | dsockwell: But apart from that, it's in great shape. | 21:11 |
med_out | soren, do you test all the hypervisor (and hypervisor-ish) options on Ubuntu LMNO? | 21:12 |
soren | med_out: Just KVM. | 21:12 |
kbringard | rofl @ soren | 21:12 |
med_out | nod. | 21:12 |
dsockwell | but i can use another distro, i have high hopes for using openstack on el6 | 21:12 |
soren | What's el6? | 21:12 |
*** mgoldmann has quit IRC | 21:12 | |
kbringard | do we have an openstack quote wall of fame, that should go on it | 21:12 |
js_at_inap | question: swift opinions, expand ring across rows or zones first? | 21:12 |
dsockwell | any of the rhel6 clones. scientificlinux, particularly | 21:12 |
soren | dsockwell: Why? | 21:13 |
*** Ryan_Lane has quit IRC | 21:13 | |
*** Ryan_Lane has joined #openstack | 21:13 | |
*** maplebed has joined #openstack | 21:14 | |
dsockwell | because i'm too cheap to upgrade my P4 boxes | 21:15 |
dsockwell | and I want to use xen | 21:15 |
dsockwell | and i don't care if it exists or not | 21:15 |
soren | What does that have to do with "el6"? We just established that Ubuntu will have Xen support. | 21:15 |
*** PW__ has joined #openstack | 21:15 | |
dsockwell | never mind, I originally asked if you, as an ubuntu person, knew anything about a crash I was experiencing. | 21:16 |
dsockwell | clearly you don't, but thanks anyway | 21:16 |
dsockwell | i appreciate the suggestion to use 11.10 | 21:16 |
*** GeoDud has joined #openstack | 21:17 | |
*** dendro-afk is now known as dendrobates | 21:19 | |
*** hadrian_ has joined #openstack | 21:20 | |
*** hadrian has quit IRC | 21:22 | |
*** hadrian_ is now known as hadrian | 21:22 | |
*** brd_from_italy has joined #openstack | 21:22 | |
AWR | guys? | 21:27 |
*** dgags has quit IRC | 21:29 | |
*** DigitalFlux has quit IRC | 21:33 | |
*** DigitalFlux has joined #openstack | 21:33 | |
*** DigitalFlux has joined #openstack | 21:33 | |
*** js_at_inap has quit IRC | 21:35 | |
*** Cromulent has joined #openstack | 21:43 | |
AWR | when using FlatDHCP mode and using private ips in the flat-range should VMs be able to make outbound connects throught the NAT or are them limited to the local netowkr they are on? | 21:43 |
*** dubsquared has quit IRC | 21:44 | |
*** brd_from_italy has quit IRC | 21:46 | |
uvirtbot | New bug: #795755 in nova "OSAPI: images metadata response xml is incorrectly formatted" [Undecided,New] https://launchpad.net/bugs/795755 | 21:46 |
*** Cromulent has quit IRC | 21:49 | |
*** PW__ has quit IRC | 21:49 | |
*** osier has quit IRC | 21:49 | |
*** littleidea has quit IRC | 21:50 | |
*** gondoi has quit IRC | 21:52 | |
*** obino has quit IRC | 21:52 | |
*** bcwaldon has quit IRC | 21:52 | |
*** PeteDaGuru has quit IRC | 21:54 | |
donald650 | I'm getting failed to spawnmykey when trying to run euca-run-instances ami-327d4cb9 -k mykey -t m1.tiny | 22:00 |
donald650 | the failed to spawn mykey shows up when I try view the instances euca-describe-instances | 22:01 |
donald650 | I'm on Ubuntu 10.04 | 22:01 |
*** littleidea has joined #openstack | 22:03 | |
*** imsplitbit has quit IRC | 22:08 | |
*** Ryan_Lane has quit IRC | 22:09 | |
*** Ryan_Lane has joined #openstack | 22:12 | |
*** littleidea has quit IRC | 22:13 | |
*** zenmatt has quit IRC | 22:14 | |
*** bcwaldon has joined #openstack | 22:14 | |
*** newopen has quit IRC | 22:15 | |
*** kbringard has quit IRC | 22:20 | |
*** joearnold has joined #openstack | 22:22 | |
*** ColdDog has joined #openstack | 22:23 | |
*** GeoDud has quit IRC | 22:26 | |
uvirtbot | New bug: #795772 in nova "OSAPI: custom controller action serialization methods are ignored" [Undecided,New] https://launchpad.net/bugs/795772 | 22:26 |
*** jkoelker has quit IRC | 22:28 | |
*** hggdh has quit IRC | 22:29 | |
*** eyecue has quit IRC | 22:30 | |
*** zenmatt has joined #openstack | 22:33 | |
*** hggdh has joined #openstack | 22:42 | |
*** mattray has quit IRC | 22:44 | |
*** amccabe has quit IRC | 22:44 | |
*** woleium has quit IRC | 22:46 | |
*** woleium has joined #openstack | 22:53 | |
*** dendrobates is now known as dendro-afk | 22:54 | |
*** tblamer has quit IRC | 22:57 | |
*** GOP-USA_dotcom has joined #openstack | 23:02 | |
*** ColdDog has quit IRC | 23:12 | |
donald650 | where are the logs stored for nova? | 23:18 |
*** bkkrw has quit IRC | 23:19 | |
*** Ryan_Lane has quit IRC | 23:21 | |
*** Ryan_Lane has joined #openstack | 23:27 | |
AWR | t donald650: depends how you install it | 23:27 |
AWR | t donald650 i think there is a log def in the nova.conf | 23:28 |
AWR | t donald650 so you can choose where it logs to | 23:28 |
AWR | mine is set to "--logdir=/var/log/nova" | 23:29 |
*** vladimir3p has quit IRC | 23:30 | |
*** bcwaldon has quit IRC | 23:31 | |
*** bkkrw has joined #openstack | 23:34 | |
*** maplebed has quit IRC | 23:34 | |
*** dendro-afk is now known as dendrobates | 23:35 | |
*** katkee has quit IRC | 23:40 | |
*** dragondm_ has joined #openstack | 23:40 | |
*** dragondm_ has quit IRC | 23:41 | |
*** GOP-USA_dotcom has quit IRC | 23:41 | |
*** dragondm has quit IRC | 23:43 | |
*** zenmatt has quit IRC | 23:43 | |
*** zenmatt has joined #openstack | 23:43 | |
*** ewindisch has quit IRC | 23:43 | |
*** joearnold has quit IRC | 23:49 | |
*** clauden has quit IRC | 23:53 | |
donald650 | thank you! | 23:53 |
*** littleidea has joined #openstack | 23:53 | |
AWR | np bro | 23:53 |
*** ewindisch has joined #openstack | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!