*** matiu_ has joined #openstack | 00:35 | |
*** matiu_ has joined #openstack | 00:35 | |
*** winston-d has joined #openstack | 00:35 | |
*** jeffjapan has joined #openstack | 00:37 | |
*** matiu has quit IRC | 00:38 | |
*** matiu_ is now known as matiu | 00:38 | |
*** londo has quit IRC | 00:52 | |
*** matiu has quit IRC | 00:54 | |
*** matiu has joined #openstack | 00:55 | |
*** matiu has joined #openstack | 00:55 | |
*** adjohn has joined #openstack | 00:58 | |
*** infinite-scale has quit IRC | 01:00 | |
*** londo has joined #openstack | 01:09 | |
*** zenmatt has joined #openstack | 01:15 | |
*** Binbin has joined #openstack | 01:32 | |
*** hggdh has quit IRC | 01:48 | |
*** hggdh has joined #openstack | 01:53 | |
*** hadrian has quit IRC | 01:56 | |
*** mahadev has joined #openstack | 02:03 | |
*** mahadev has quit IRC | 02:07 | |
*** gaveen has joined #openstack | 02:12 | |
*** gaveen has joined #openstack | 02:12 | |
*** mahadev has joined #openstack | 02:14 | |
*** MarkAtwood has joined #openstack | 02:41 | |
*** alex_openstack has joined #openstack | 02:48 | |
alex_openstack | hi | 02:48 |
---|---|---|
*** JSharp has joined #openstack | 02:49 | |
alex_openstack | i download the ubuntu iso guest os iso and let its running | 02:49 |
alex_openstack | but when i use ubuntu as username/password, it's say : password not correct | 02:49 |
alex_openstack | what's the username/password | 02:50 |
kpepple | alex_openstack: where did you get the iso image from and what virtualization technology (kvm, Xen, etc.) are you using ? | 02:50 |
*** osier has joined #openstack | 02:55 | |
alex_openstack | kvm | 03:03 |
alex_openstack | i use kvm | 03:03 |
alex_openstack | kpepple:kvm | 03:04 |
alex_openstack | kpepple: are you still there ? | 03:13 |
kpepple | alex_openstack: yes, sorry doing two things at once. did you add your ssh keys and specify them in your ssh command ? | 03:13 |
kpepple | alex_openstack: you can check this with euca-describe-keypairs | 03:14 |
alex_openstack | i already create ssh key | 03:16 |
alex_openstack | root@cgtcloud:/# euca-describe-keypairs | 03:16 |
alex_openstack | KEYPAIR mykey c0:a8:72:7e:33:d7:18:e9:00:67:b5:79:fb:b4:17:12 | 03:16 |
alex_openstack | it's correct? | 03:16 |
kpepple | alex_openstack: ok, did you use that keypair when you launched the instance (adding -k mykey to the euca-run-instances command) ? | 03:17 |
kpepple | alex_openstack: you can tell with the euca-describe-instances command (you should see mykey in the response) | 03:18 |
alex_openstack | yes | 03:18 |
alex_openstack | i use this command for running the intances | 03:18 |
alex_openstack | root@cgtcloud:/# euca-describe-instances | 03:19 |
alex_openstack | RESERVATION r-2xz2ezr2 dubproject default | 03:19 |
alex_openstack | INSTANCE i-0000000e ami-47030828 192.168.2.3 192.168.2.3 running mykey (dubproject, cgtcloud) 0 m1.tiny 2011-05-14T01:06:10Z nova | 03:19 |
alex_openstack | RESERVATION r-15bmo9j1 dubproject default | 03:19 |
alex_openstack | INSTANCE i-00000012 ami-47030828 192.168.2.7 192.168.2.7 running mykey (dubproject, cgtcloud) 0 m1.tiny 2011-05-14T03:06:26Z nova | 03:19 |
alex_openstack | RESERVATION r-igqzs1qm dubproject default | 03:19 |
kpepple | alex_openstack: ok. are you using 'ssh -i mykey.priv root@192.168.2.3' to connect ? | 03:20 |
alex_openstack | root@cgtcloud:/# ssh -i mykey.priv root@192.168.2.3 | 03:21 |
alex_openstack | Warning: Identity file mykey.priv not accessible: No such file or directory. | 03:21 |
kpepple | alex_openstack: that is the problem. where did you make that file when you did the 'euca-add-keypair mykey > mykey.priv' command ? | 03:22 |
alex_openstack | i have the mykey.priv in my home/myself | 03:24 |
alex_openstack | root@cgtcloud:/home/wangtianyi# more mykey.priv | 03:24 |
alex_openstack | KEYPAIR mykey c0:a8:72:7e:33:d7:18:e9:00:67:b5:79:fb:b4:17:12 | 03:24 |
alex_openstack | -----BEGIN RSA PRIVATE KEY----- | 03:24 |
alex_openstack | MIICWwIBAAKBgQDXBAGXbwmzZso1VMTCGk4Ht270CnSpTj2E1DH+t+tKfIGHdmXi | 03:24 |
alex_openstack | HUg29MzIZG/KuvStnqlYCmgrgWeWEaKfFQPJu76br/zBEGNDtYR3fcBdFG2hhgXq | 03:24 |
alex_openstack | when i use -- root@cgtcloud:/home/wangtianyi# ssh -i mykey.priv root@192.168.2.3 | 03:25 |
alex_openstack | console is freeze | 03:25 |
alex_openstack | i must ctrl+C | 03:25 |
kpepple | alex_openstack: you should be using: ssh -i /home/wangtianyi/mykey.priv root@192.168.2.3 | 03:26 |
*** enigma1 has joined #openstack | 03:26 | |
kpepple | alex_openstack: that is very odd. does it give you a stack trace when you ctrl + C ? | 03:26 |
kpepple | alex_openstack: also, did you make sure and 'chmod 600 mykey.priv' ? | 03:26 |
alex_openstack | just return to root@cgtcloud:/home/wangtianyi# | 03:27 |
alex_openstack | no more info after ctrl + c | 03:27 |
*** enigma1 has quit IRC | 03:29 | |
kpepple | alex_openstack: check in your nova-compute log (usually /var/log/nova/nova-compute.log) and make sure there are no errors. you might want to also look in nova-network.log (same directory) for errors. you might have a networking issue which is causing the ssh command to hang ... | 03:29 |
alex_openstack | http://paste.openstack.org/show/1343/ | 03:32 |
alex_openstack | i post log in this URL | 03:32 |
*** mahadev has quit IRC | 03:32 | |
alex_openstack | i use login -h 192.168.2.3 | 03:34 |
alex_openstack | not use ssh | 03:34 |
alex_openstack | it's alse can not login into | 03:34 |
alex_openstack | it's tell me incorrect | 03:34 |
kpepple | alex_openstack: you'll need to go further up in the log ... you can also use 'euca-get-console-output' | 03:35 |
romero | alex_openstack, try run ssh client with debug flags, you can identify on which phase your ssh client is hanging ssh -vvvv -t -i mykey.priv root@192.168.2.3 | 03:35 |
*** enigma1 has joined #openstack | 03:38 | |
*** markwash_ has quit IRC | 03:38 | |
*** markwash has joined #openstack | 03:38 | |
*** MarkAtwood has quit IRC | 03:41 | |
*** enigma1 has quit IRC | 03:42 | |
*** thickski_ has quit IRC | 03:43 | |
*** osier has quit IRC | 03:43 | |
*** thickskin has joined #openstack | 03:46 | |
*** julian_c has quit IRC | 03:49 | |
*** enigma1 has joined #openstack | 03:51 | |
alex_openstack | root@cgtcloud:/var/log/nova# euca-get-console-output 192.168.2.3 | 04:05 |
*** enigma1 has quit IRC | 04:05 | |
alex_openstack | Invalid instance id | 04:05 |
*** enigma1 has joined #openstack | 04:05 | |
kpepple | alex_openstack: use the instance id not the ip address, which would be i-0000000e | 04:07 |
*** enigma1 has quit IRC | 04:07 | |
alex_openstack | ok | 04:08 |
alex_openstack | the output is very large | 04:10 |
alex_openstack | i redirct the output in a file | 04:11 |
*** kashyap has joined #openstack | 04:14 | |
*** enigma1 has joined #openstack | 04:16 | |
*** alex_openstack has quit IRC | 04:24 | |
*** enigma1 has quit IRC | 04:24 | |
*** alex_openstack has joined #openstack | 04:24 | |
*** santhosh has joined #openstack | 04:28 | |
*** enigma1 has joined #openstack | 04:34 | |
*** Zangetsue has joined #openstack | 04:39 | |
*** matiu_ has joined #openstack | 04:40 | |
*** matiu_ has quit IRC | 04:41 | |
*** matiu_ has joined #openstack | 04:42 | |
*** alex_openstack has quit IRC | 04:44 | |
*** alex_openstack has joined #openstack | 04:44 | |
*** matiu has quit IRC | 04:44 | |
*** matiu_ is now known as matiu | 04:44 | |
*** enigma1 has quit IRC | 04:46 | |
*** alex_openstack has quit IRC | 04:55 | |
*** cloudgroups has joined #openstack | 04:59 | |
*** alex_openstack has joined #openstack | 05:02 | |
*** photron has joined #openstack | 05:03 | |
*** cloudgroups has left #openstack | 05:05 | |
*** f4m8_ is now known as f4m8 | 05:05 | |
*** fysa has joined #openstack | 05:08 | |
*** osier has joined #openstack | 05:19 | |
*** ksteward1 has joined #openstack | 05:20 | |
*** kashyap has quit IRC | 05:20 | |
*** adjohn has quit IRC | 05:22 | |
*** dolphm has quit IRC | 05:24 | |
*** dolphm has joined #openstack | 05:28 | |
*** adjohn has joined #openstack | 05:39 | |
*** markwash has quit IRC | 05:41 | |
*** alex_openstack has quit IRC | 05:43 | |
*** kashyap has joined #openstack | 05:46 | |
*** photron has quit IRC | 05:47 | |
*** alex_openstack has joined #openstack | 05:49 | |
*** zenmatt has quit IRC | 05:51 | |
*** mahadev has joined #openstack | 06:00 | |
*** dolphm has quit IRC | 06:02 | |
*** MarkAtwood has joined #openstack | 06:04 | |
*** mahadev has quit IRC | 06:04 | |
*** ksteward1 has quit IRC | 06:04 | |
*** mahadev has joined #openstack | 06:11 | |
*** adjohn has quit IRC | 06:28 | |
*** Pyr8 has joined #openstack | 06:34 | |
*** adjohn has joined #openstack | 06:40 | |
*** bgupta has joined #openstack | 06:41 | |
bgupta | Hi are there any cloud storage vendors using the openstack storage API (Swift), that are priced less than S3, and are worth looking at? | 06:42 |
*** guigui1 has joined #openstack | 06:48 | |
*** alex_openstack has quit IRC | 06:51 | |
*** fabiand__ has joined #openstack | 06:53 | |
*** MarkAtwood has quit IRC | 06:55 | |
*** cloudgroups has joined #openstack | 06:56 | |
*** fysa_ has joined #openstack | 06:58 | |
jeremyb | and adding on bgupta's question, do any of them offer reduced redundancy storage? | 06:58 |
jeremyb | (like s3) | 06:58 |
jeremyb | i.e. have 2 copies instead of 3 | 06:58 |
*** alex_openstack has joined #openstack | 06:59 | |
*** fysa has quit IRC | 07:00 | |
*** fysa_ is now known as fysa | 07:00 | |
*** ttx has quit IRC | 07:01 | |
*** ttx has joined #openstack | 07:01 | |
*** ttx has quit IRC | 07:01 | |
*** ttx has joined #openstack | 07:01 | |
*** cloudgroups has quit IRC | 07:08 | |
*** daveiw has joined #openstack | 07:09 | |
*** mgoldmann has joined #openstack | 07:16 | |
*** CloudChris has joined #openstack | 07:17 | |
*** CloudChris has left #openstack | 07:18 | |
*** obino has joined #openstack | 07:19 | |
*** zigo-_- has joined #openstack | 07:20 | |
zigo-_- | alekibango: Hello! | 07:20 |
*** tahoe has quit IRC | 07:20 | |
*** winston-d has quit IRC | 07:22 | |
*** RobertLaptop has quit IRC | 07:22 | |
*** shentonfreude has quit IRC | 07:22 | |
*** shentonfreude has joined #openstack | 07:22 | |
*** obino has quit IRC | 07:23 | |
*** RobertLaptop has joined #openstack | 07:23 | |
*** magglass1 has quit IRC | 07:24 | |
*** tahoe has joined #openstack | 07:24 | |
*** Kronick has joined #openstack | 07:27 | |
*** obino has joined #openstack | 07:29 | |
*** magglass1 has joined #openstack | 07:31 | |
*** alex_openstack has quit IRC | 07:35 | |
*** Kronick has quit IRC | 07:35 | |
*** Razique has joined #openstack | 07:35 | |
*** cloudgroups has joined #openstack | 07:36 | |
*** cloudgroups has left #openstack | 07:36 | |
*** Razique has left #openstack | 07:36 | |
*** Razique has joined #openstack | 07:37 | |
*** alex_openstack has joined #openstack | 07:43 | |
*** winston-d has joined #openstack | 07:46 | |
*** mahadev has quit IRC | 07:47 | |
*** rcc has joined #openstack | 07:48 | |
*** niksnut has quit IRC | 07:48 | |
*** matiu_ has joined #openstack | 08:00 | |
*** matiu_ has joined #openstack | 08:00 | |
*** Eyk has joined #openstack | 08:02 | |
*** dobber has joined #openstack | 08:04 | |
*** matiu has quit IRC | 08:05 | |
*** matiu_ is now known as matiu | 08:05 | |
*** nacx has joined #openstack | 08:06 | |
*** watcher has joined #openstack | 08:12 | |
*** photron has joined #openstack | 08:14 | |
*** vernhart has quit IRC | 08:19 | |
*** jeffjapan has quit IRC | 08:19 | |
*** niksnut has joined #openstack | 08:19 | |
*** vernhart has joined #openstack | 08:19 | |
*** katkee has joined #openstack | 08:28 | |
*** spaghetty has joined #openstack | 08:37 | |
*** shentonfreude has quit IRC | 08:37 | |
*** shentonfreude has joined #openstack | 08:38 | |
spaghetty | hi i need some suggest for starting an installation of openstack cloud in private environment | 08:38 |
spaghetty | is a 2 server setup a good base for let the cloud grow up with time ? | 08:39 |
*** Binbin has quit IRC | 08:39 | |
spaghetty | can I move virtual machine hosted on server with kvm virutal environment into the cloud ? | 08:40 |
*** cloudgroups has joined #openstack | 08:45 | |
*** cloudgroups has left #openstack | 08:45 | |
*** allsystemsarego has joined #openstack | 08:52 | |
*** Binbin has joined #openstack | 08:55 | |
*** mrmartin has joined #openstack | 08:57 | |
mrmartin | re | 08:57 |
*** peterf has joined #openstack | 09:02 | |
*** adjohn has quit IRC | 09:15 | |
*** adjohn has joined #openstack | 09:16 | |
*** katkee has quit IRC | 09:24 | |
*** olafont has joined #openstack | 09:26 | |
kpepple | bgupta: I believe KT here in Korea is offering this | 09:28 |
kpepple | spaghetty: yes and yes ... assuming that you have shared storage, you can live migrate KVM instances | 09:29 |
spaghetty | kpepple: thanks .. i mean if i have a server with kvm out of the cloud, can I import machines hosted on that server over newly created cloud ? | 09:34 |
spaghetty | :) | 09:34 |
kpepple | spaghetty: hmmm ... not out of the box. you can probably grab the image of that KVM server, upload it into nova and then launch it though. | 09:35 |
spaghetty | yes i guess something like that .. I'm planning to deliver a private cloud | 09:37 |
spaghetty | and when i feel confortable workint with openstack i need to move my virtual server into this new infrastructure | 09:38 |
kpepple | spaghetty: you'll probably need to snapshot them ... and then move them over offline | 09:42 |
*** adjohn has quit IRC | 09:44 | |
*** adjohn has joined #openstack | 09:44 | |
*** alex_openstack has quit IRC | 09:50 | |
*** katkee has joined #openstack | 09:51 | |
katkee | hello, how do you configure nova in order to use LVM? | 09:58 |
kpepple | katkee: use LVM for ... nova-volumes ? | 10:04 |
katkee | kpepple: i want my kvm instances to use a local disk on LVM instead of a file on the filesystem. | 10:06 |
kpepple | katkee: for a root volume or for a data volume ? AFAIK, we don't support boot from nova-volume (like EC2 EBS) at the current time | 10:07 |
katkee | kpepple: we want lvm for root and data volumes. is it possible for m1.large instances to create their temporary data FS on a volume? | 10:09 |
katkee | kpepple: maybe by modifying libvirt template? | 10:10 |
kpepple | katkee: AFAIK you can't boot off of nova-volume (our lvm volume service). I believe the flow is that a image is streamed down from Glance|S3|local storage, booted via KVM and then you can attach a nova-volume | 10:11 |
kpepple | katkee: dunno | 10:11 |
* kpepple checks nova-volume code | 10:11 | |
kpepple | katkee: i don't see anything that would allow you to do this ... everything in the instance create code path calls for fetching an image from the store not from the nova-volume pool | 10:15 |
katkee | kpepple: i followed nova-volume documentation, created a volume and attached it to an instance but the new device does not appear. | 10:17 |
kpepple | katkee: any errors in nova-volume.log ? | 10:18 |
kpepple | katkee: and it shows under euca-describe-volume ? | 10:19 |
*** fairchild has quit IRC | 10:19 | |
katkee | kpepple: yes euca-describes-volume shows the volume. we are going to try with another AMI. the tty AMI seems a little bit restrained. | 10:20 |
*** fairchild has joined #openstack | 10:20 | |
kpepple | katkee: oh, the tty AMI is missing a bunch of userland stuff ... i'd try with the ubuntu image | 10:20 |
*** fairchild has quit IRC | 10:20 | |
katkee | kpepple: it works with ubuntu image ;) | 10:25 |
kpepple | katkee: cool | 10:26 |
katkee | kpepple: http://libvirt.org/storage.html#StorageBackendLogical do you think we can use that? | 10:29 |
kpepple | katkee: that would work but it isn't currently in the code path ... you might also have a problem with were the volume is mounted and would have to make sure every host has the lvm mounted in the correct place | 10:31 |
katkee | kpepple: hmmm.... | 10:32 |
*** Binbin has quit IRC | 10:34 | |
kpepple | katkee: there is nothing (AFAIK) to stop this in the future, it just isn't in the code now :) | 10:35 |
katkee | kpepple: we are going to use qcow2 for now. thanks very much | 10:36 |
kpepple | katkee: np | 10:36 |
*** thickskin has quit IRC | 10:39 | |
*** matiu has quit IRC | 10:45 | |
*** manel has joined #openstack | 10:53 | |
*** manel is now known as Guest11500 | 10:53 | |
*** manelmed has joined #openstack | 10:56 | |
manelmed | I have installed Nova and i have my instances running , I'm working on the integration of openvswitch with openstack. | 10:56 |
manelmed | hi | 10:57 |
manelmed | I add --flat_network_bridge=br0 in nova.conf file, I restart all services, than i boot a new instance. when i check nova-compute.log, and i found that instance is linked to br100 not br0 | 10:57 |
manelmed | "DEBUG nova.utils [-] Running cmd (subprocess): ip link show dev br100 from (pid=2459) execute /usr/lib/pymodules/python2.6/nova/utils.py:150" | 10:57 |
*** obino has quit IRC | 10:58 | |
kpepple | manelmed: check your database (i forget which table, probably networks) and i think you need to change it by hand to match your new config | 10:59 |
Guest11500 | i don't use mysql in instalation | 11:01 |
Guest11500 | i configure network witth nova-manage | 11:01 |
kpepple | Guest11500: you still have a database ... it's just using sqlite3. the db is probably a file called nova.sqlite. | 11:02 |
Guest11500 | yes i have it | 11:02 |
Guest11500 | should i edit it | 11:02 |
kpepple | Guest11500: i am assuming you are working with manelmed | 11:02 |
Guest11500 | i'm manelmed | 11:02 |
kpepple | Guest11500: yes, you need to change the bridge on your network line ... you might be able to do this with nova-manage but I can't remember how | 11:03 |
*** morfeas has quit IRC | 11:04 | |
Guest11500 | ok thanks | 11:04 |
Guest11500 | if uou know how tell me later please | 11:04 |
*** manelmed has left #openstack | 11:05 | |
Guest11500 | i need to know where the configuration of bridge used by instances is realy injected | 11:07 |
Guest11500 | i have a problem with rabbit | 11:11 |
Guest11500 | i have this error | 11:11 |
Guest11500 | sudo /etc/init.d/rabbitmq-server restart | 11:11 |
Guest11500 | Restarting rabbitmq-server: No nodes running | 11:11 |
Guest11500 | FAILED - check /var/log/rabbitmq/startup_log, _err | 11:11 |
Guest11500 | rabbitmq-server. | 11:11 |
Guest11500 | i remove this file rm -rf /var/lib/rabbitmq/mnesia/ | 11:12 |
*** nadley has joined #openstack | 11:12 | |
Guest11500 | but no result | 11:12 |
nadley | hi all | 11:12 |
nadley | I'm new about openstack and I don't understand what it is exactly. | 11:14 |
alekibango | hi nadley. openstack is attempt to create open, adaptable, standard way of operating really scalable clouds (5-10^6 computers). | 11:15 |
alekibango | subprojects: project openstack storage - swift | 11:16 |
alekibango | openstack compute - nova -- is for running virtual machines | 11:16 |
*** katkee has quit IRC | 11:16 | |
nadley | alekibango: ok and it is a software ? what are the requirement to use it ? | 11:17 |
alekibango | nadley: it would be best to read wiki.openstack.org a bit | 11:17 |
alekibango | it is a software yes | 11:17 |
nadley | ok thanks I'll read the wiki | 11:18 |
alekibango | nadley: openstack storage is used in production ofr long time | 11:18 |
alekibango | nova is still young a lot | 11:18 |
alekibango | but very promising | 11:18 |
alekibango | nadley: openstack is best if you have 100+ machines to run it on | 11:19 |
alekibango | if you have 3 servers, dont use it :) | 11:20 |
Guest11500 | please can i really do modification in nova.sqlite to rplace br100 by br0 (openvswitch) | 11:20 |
nadley | ok I only have 1 server :D so I'll pass :p | 11:20 |
alekibango | it works even on one | 11:20 |
alekibango | but its not worth the effort | 11:20 |
alekibango | at least not for production :)) | 11:21 |
alekibango | for development and testing, its fun even on 1 | 11:21 |
nadley | I'm looking for something to manage VM on a dedicated server | 11:21 |
alekibango | Guest11500: i cant say, try it 2 hours later if noone answers | 11:22 |
alekibango | nadley: virt-manager? | 11:22 |
*** antenagora has joined #openstack | 11:22 | |
alekibango | that could work just fine for 1 machine | 11:22 |
alekibango | even has gui | 11:22 |
nadley | alekibango: yes I have tried it but I have trouble to use it. | 11:23 |
alekibango | nadley: if you have trouble with this, you would prolly fail at running nova -- its still not easy | 11:23 |
alekibango | nadley: try harder, virt-manager is good | 11:24 |
alekibango | for your use case | 11:24 |
nadley | alekibango: ok I'll try so but where can I find help about it ? | 11:26 |
Guest11500 | ok how about wiki for multi-nodes installation | 11:27 |
alekibango | nadley: i would just install it using package manager | 11:28 |
alekibango | and on server, you need some libvirt-bin | 11:28 |
alekibango | and ssh | 11:28 |
nadley | alekibango: yes I install those things but ben I connect to my server I can't create a new virtual machine | 11:29 |
alekibango | + kvm/xen | 11:29 |
alekibango | do you have kvm installed? | 11:29 |
alekibango | and libvirt | 11:30 |
alekibango | qemu | 11:30 |
*** fabiand__ has quit IRC | 11:30 | |
*** nadley_ has joined #openstack | 11:31 | |
alekibango | do you have kvm module inserted in kernel? | 11:31 |
nadley_ | alekibango: I installed Xen because my server doesn't support KVM | 11:32 |
alekibango | i have limited experience with xen, so maybe ask on #xen :) | 11:32 |
alekibango | here most people are sleeping still | 11:32 |
nadley_ | ok no prob | 11:33 |
*** nadley has quit IRC | 11:33 | |
nadley_ | for the moment I'm reding about openstack | 11:33 |
alekibango | :) | 11:33 |
nadley_ | alekibango: you are only using kvm ? | 11:34 |
*** ctennis has quit IRC | 11:34 | |
alekibango | yes | 11:35 |
alekibango | i tried xen few years ago | 11:35 |
alekibango | and i kinda liked it, but it was not feeling natural to linux | 11:35 |
nadley_ | how good it is ? I heard it is more heavy than xen. | 11:35 |
alekibango | nadley_: hard to compare | 11:36 |
alekibango | its different | 11:36 |
alekibango | :) | 11:36 |
alekibango | kvm is just another user process in linux | 11:36 |
alekibango | for example kvm can use sheepdog and ceph rbd for storage | 11:37 |
alekibango | see sheepdog.org | 11:37 |
alekibango | err. wrong url | 11:38 |
*** antenagora has quit IRC | 11:39 | |
alekibango | http://www.osrg.net/sheepdog -- here | 11:39 |
nadley_ | ok thanks because with the first one I didn't find anything interesting | 11:40 |
alekibango | sorry :) my mistake | 11:40 |
* alekibango is looking there... lol really not interesting | 11:40 | |
nadley_ | alekibango: sheepdog seems nice. | 11:42 |
alekibango | its missing few features still, but it will be ok i think soon | 11:42 |
alekibango | nadley_: still, not good for 1 server :) | 11:44 |
alekibango | you should have 5-10 to start with | 11:44 |
*** hallyn_ has joined #openstack | 11:44 | |
*** Guest11500 has quit IRC | 11:44 | |
nadley_ | ok I realy need to find another server to try kvm because there is a lot of tool for it. | 11:45 |
alekibango | xen migth be performing better for some people | 11:45 |
alekibango | but somehow i like kvm more | 11:45 |
nadley_ | ok and can I ask you why you like kvm more ? | 11:46 |
alekibango | its easier to start with, it got into kernel long time ago, running xen with old kernel was pita | 11:47 |
alekibango | its getting better for xen though now... as it will be in mainline kernel, always actual... (soon) | 11:47 |
alekibango | ... for example on my machine at home i could not run 2.6.18 kernel (with xen) | 11:48 |
alekibango | i had to go 2.6.24 | 11:48 |
alekibango | to have hardware support | 11:48 |
alekibango | so i ditched xen with the old kernel | 11:48 |
alekibango | that was the point of choosing kvm for me | 11:49 |
*** ctennis has joined #openstack | 11:50 | |
nadley_ | ok | 11:50 |
nadley_ | and what about memory using ? | 11:50 |
alekibango | nadley_: it got better with kvm in last few kernels | 11:50 |
alekibango | imho both those technologies are going to be similar in few years | 11:51 |
*** Ryan_Lane has joined #openstack | 11:51 | |
*** Guest11500 has joined #openstack | 11:51 | |
alekibango | nadley_: page sharing between kvm guests is nice feature | 11:52 |
alekibango | kvm ballooning is there too | 11:52 |
nadley_ | alekibango: ok so how many VM could I put on a server with a Xeon L3426 @4*1.86Ghz, 16Go of memory and 2To of hard drive ? | 11:53 |
*** osier has quit IRC | 11:53 | |
alekibango | it depends... usualy memory is limiting factor | 11:54 |
alekibango | i would say 2, if you do 8GB ram for each | 11:54 |
alekibango | :) | 11:54 |
nadley_ | ok :) so 8 if each one got 2Gb ? | 11:55 |
alekibango | nadley_: you need to try | 11:55 |
alekibango | it also depends on what you run | 11:55 |
alekibango | how big the swap is | 11:56 |
alekibango | etc | 11:56 |
alekibango | if you have shared memory pages (and enabled thsi in kernel) | 11:56 |
nadley_ | ok ok | 11:57 |
nadley_ | I know there not a simple answer it was just to have an opinion | 11:57 |
*** manelmed has joined #openstack | 11:57 | |
*** Guest11500 has quit IRC | 11:57 | |
alekibango | nadley_: i rather do not have one :) | 11:58 |
alekibango | ianal :) | 11:58 |
alekibango | (that is not another i-thing, thats i-am-not-a-lawyer) | 11:59 |
nadley_ | actualy I'm also looking at archipelproject.org | 12:01 |
alekibango | i tried that one too | 12:01 |
*** Ryan_Lane has quit IRC | 12:01 | |
alekibango | still not working well, but i like the easy style | 12:01 |
*** Ryan_Lane has joined #openstack | 12:01 | |
nadley_ | alekibango: ok which part was not working ? | 12:01 |
alekibango | gui | 12:01 |
alekibango | and it took 3 GB RAM when i used it | 12:02 |
alekibango | in my browser | 12:02 |
alekibango | it was telling me the machine is running when it was not etc | 12:02 |
nadley_ | :D which broswer ? | 12:02 |
alekibango | i think they already corrected that bug | 12:02 |
alekibango | nadley_: chromium? | 12:02 |
nadley_ | ok | 12:02 |
alekibango | imho chromium or ff | 12:02 |
nadley_ | chromium is better | 12:03 |
alekibango | well, i am not sure about it | 12:03 |
alekibango | its more evil | 12:03 |
nadley_ | in FF the apps is slow | 12:03 |
alekibango | it was slow even if chromium | 12:03 |
nadley_ | but I prefer FF bye the way :D | 12:03 |
nadley_ | *bby | 12:03 |
alekibango | i dont like google | 12:03 |
nadley_ | :D | 12:04 |
alekibango | its worse than microsoft | 12:04 |
alekibango | i can imagine google killing people intentionally with theirs cars soon | 12:04 |
alekibango | http://www.physorg.com/news/2011-05-google-driverless-cars-legal-nevada.html | 12:04 |
*** Eyk has quit IRC | 12:05 | |
*** kashyap has quit IRC | 12:08 | |
*** katkee has joined #openstack | 12:14 | |
alekibango | nadley_: ... did you see 'the googling' (5 parts) ? | 12:15 |
alekibango | thats only fun... reality is much worse | 12:16 |
*** manelmed has quit IRC | 12:16 | |
*** Guest11500 has joined #openstack | 12:16 | |
katkee | hello, what are the two parameters following nova-manage network create 10.87.5.224/27 ? | 12:20 |
katkee | we would like to skip the first 3 ip used by the routers | 12:21 |
*** cascone has quit IRC | 12:23 | |
*** dendro-afk is now known as dendrobates | 12:23 | |
nadley_ | alekibango: sorry I was away | 12:24 |
*** cascone has joined #openstack | 12:25 | |
*** Guest11500 has quit IRC | 12:26 | |
*** Guest11500 has joined #openstack | 12:26 | |
*** ryker has joined #openstack | 12:26 | |
*** BK_man has joined #openstack | 12:32 | |
*** Guest11500 has quit IRC | 12:33 | |
*** Guest11500 has joined #openstack | 12:33 | |
*** hadrian has joined #openstack | 12:34 | |
*** manelmed has joined #openstack | 12:38 | |
*** Guest11500 has quit IRC | 12:38 | |
*** Guest11500 has joined #openstack | 12:43 | |
Guest11500 | i'm working on openvswitch with openstack | 12:43 |
Guest11500 | and i need help | 12:44 |
*** manelmed has quit IRC | 12:45 | |
*** iRTermite has joined #openstack | 12:47 | |
*** daveiw has quit IRC | 12:48 | |
*** Guest11500 has left #openstack | 12:56 | |
*** deshantm_laptop has joined #openstack | 12:58 | |
*** Guest11500 has joined #openstack | 12:58 | |
*** f4m8 is now known as f4m8_ | 12:58 | |
*** dolphm has joined #openstack | 12:59 | |
*** gaveen has quit IRC | 12:59 | |
*** nadley_ has quit IRC | 13:02 | |
*** santhosh_ has joined #openstack | 13:03 | |
*** daveiw has joined #openstack | 13:05 | |
*** santhosh has quit IRC | 13:05 | |
*** santhosh_ is now known as santhosh | 13:05 | |
mtaylor | katkee: they are number of networks to create and size of of networks | 13:07 |
*** aliguori has joined #openstack | 13:08 | |
*** santhosh_ has joined #openstack | 13:09 | |
*** sunny has quit IRC | 13:09 | |
*** Zangetsue_ has joined #openstack | 13:10 | |
*** Zangetsue has quit IRC | 13:11 | |
*** Zangetsue_ is now known as Zangetsue | 13:11 | |
*** santhosh has quit IRC | 13:11 | |
*** santhosh_ is now known as santhosh | 13:11 | |
katkee | mtaylor: thanks, the command was nova-manage network create 10.87.5.224/27 1 32 | 13:13 |
*** kashyap has joined #openstack | 13:15 | |
*** alex-meade has joined #openstack | 13:17 | |
*** zigo-_- has quit IRC | 13:17 | |
*** zigo-_- has joined #openstack | 13:18 | |
Guest11500 | when i configure my network i choose 192.168.100.10/24 | 13:19 |
katkee | mtaylor: how to skip 3 ips from the beginning of the subnet? | 13:20 |
Guest11500 | my problem is that br100 take 192.168.100.1 address which is the address of physical address | 13:20 |
Guest11500 | my problem is that br100 take 192.168.100.1 address which is the address of physical switch | 13:21 |
Guest11500 | how can i skip this address | 13:22 |
katkee | mtaylor: do we need to erase ip from the database nova/fixed_ips ? | 13:22 |
*** dprince has joined #openstack | 13:22 | |
katkee | Guest11500: we have the same question ;P | 13:22 |
*** med_out is now known as medberry | 13:23 | |
*** BK_man has quit IRC | 13:23 | |
Guest11500 | :) | 13:23 |
*** santhosh_ has joined #openstack | 13:23 | |
*** BK_man has joined #openstack | 13:23 | |
*** Zangetsue_ has joined #openstack | 13:24 | |
Guest11500 | i try with 192.168.100.0/26 | 13:24 |
katkee | Guest11500: i think we have to use the reserved flag for ips with do not want to allocate to VMs | 13:24 |
*** santhosh_ has quit IRC | 13:24 | |
*** santhosh_ has joined #openstack | 13:25 | |
*** santhosh has quit IRC | 13:25 | |
*** santhosh_ is now known as santhosh | 13:25 | |
Guest11500 | which flag and where ? in nova.conf? | 13:25 |
*** Zangetsue has quit IRC | 13:26 | |
*** Zangetsue_ is now known as Zangetsue | 13:26 | |
*** santhosh_ has joined #openstack | 13:27 | |
*** Zangetsue_ has joined #openstack | 13:28 | |
katkee | Guest11500: the flag reserved is in the table fixed_ips in the database nova. i don't know if there is a command line to toggle it for certain ips... | 13:28 |
*** cascone has quit IRC | 13:28 | |
*** santhosh has quit IRC | 13:29 | |
*** santhosh_ is now known as santhosh | 13:29 | |
*** lvaughn has joined #openstack | 13:29 | |
*** obino has joined #openstack | 13:30 | |
*** Zangetsue has quit IRC | 13:32 | |
*** Zangetsue_ is now known as Zangetsue | 13:32 | |
*** Ephur has joined #openstack | 13:33 | |
*** jfluhmann has joined #openstack | 13:33 | |
katkee | Guest11500: mysql> update fixed_ips set reserved=1 where id<8; | 13:36 |
*** Eyk has joined #openstack | 13:39 | |
*** Guest11500 has quit IRC | 13:40 | |
*** Guest11500 has joined #openstack | 13:40 | |
*** osier has joined #openstack | 13:41 | |
*** zenmatt has joined #openstack | 13:41 | |
uvirtbot | New bug: #783478 in nova "nova-manage project doesn't report problem information in case of error. Just writes logs" [Undecided,New] https://launchpad.net/bugs/783478 | 13:42 |
*** daveiw has quit IRC | 13:43 | |
Guest11500 | but i don't use mysql | 13:46 |
*** daveiw has joined #openstack | 13:48 | |
katkee | Guest11500: AFAIK i don't know if there is another possibility. | 13:48 |
*** gondoi has joined #openstack | 13:48 | |
*** Guest11500 has quit IRC | 13:51 | |
*** Guest11500 has joined #openstack | 13:56 | |
Guest11500 | how can reserve 192.168.100.1 address, i don't use mysql | 13:58 |
*** santhosh has quit IRC | 14:00 | |
*** osier has quit IRC | 14:00 | |
*** obino has joined #openstack | 14:00 | |
*** mattray has joined #openstack | 14:01 | |
*** osier has joined #openstack | 14:01 | |
*** Zangetsue has quit IRC | 14:04 | |
*** h0cin has joined #openstack | 14:05 | |
*** mattray has quit IRC | 14:05 | |
Guest11500 | katkee: does update for reserved ip works | 14:06 |
*** jkoelker has joined #openstack | 14:08 | |
katkee | Guest11500: yes, when i reserve IPs in the network, they are not used by instances | 14:09 |
*** mrmartin has quit IRC | 14:10 | |
*** Guest11500 has quit IRC | 14:11 | |
*** mattray has joined #openstack | 14:12 | |
katkee | hello, with FlatManager i cannot ssh to my instances... i get this error: Read from socket failed: Connection reset by peer | 14:13 |
*** hggdh has quit IRC | 14:13 | |
*** hggdh has joined #openstack | 14:14 | |
*** amccabe has joined #openstack | 14:14 | |
katkee | the authorized_keys and ip address are set in the instance but i don't know why i cannot ssh the instance. ;( | 14:15 |
*** Ryan_Lane has quit IRC | 14:15 | |
*** blamar has quit IRC | 14:16 | |
*** j05h has joined #openstack | 14:22 | |
*** primeministerp has quit IRC | 14:28 | |
katkee | the pb comes from: ubuntu sshd[506]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key | 14:28 |
*** r5 has joined #openstack | 14:28 | |
*** j05h has quit IRC | 14:29 | |
*** dragondm has joined #openstack | 14:30 | |
katkee | in /etc/ssh of the instance i have the files ssh_host_ecdsa_key.pub and ssh_host_ecdsa_key .... | 14:33 |
*** timrc has joined #openstack | 14:33 | |
*** osier has quit IRC | 14:34 | |
*** osier has joined #openstack | 14:34 | |
*** spaghetty has quit IRC | 14:36 | |
*** johnpur has joined #openstack | 14:39 | |
*** ChanServ sets mode: +v johnpur | 14:39 | |
*** piken_afk is now known as piken | 14:40 | |
*** yamahata_lt has quit IRC | 14:41 | |
*** cp16net has joined #openstack | 14:41 | |
*** Shentonfreude1 has joined #openstack | 14:43 | |
*** hggdh has quit IRC | 14:46 | |
*** kbringard has joined #openstack | 14:46 | |
*** hallyn has quit IRC | 14:46 | |
kbringard | did anything ever come of the SSL API discussions? | 14:48 |
*** troytoman-away is now known as troytoman | 14:52 | |
zigo-_- | alekibango: HEY ! | 14:53 |
alekibango | hi zigo-_- | 14:53 |
zigo-_- | :) | 14:53 |
*** daveiw has quit IRC | 14:54 | |
alekibango | somewaht sick... my son always shares his flu from school with me lol | 14:54 |
*** mattray has quit IRC | 14:54 | |
kbringard | alekibango: yea, kids will do that | 14:55 |
kbringard | at least he's learning to share, right? | 14:55 |
alekibango | hehe | 14:55 |
*** Ryan_Lane has joined #openstack | 14:55 | |
alekibango | what doesnt kill, makes you strong | 14:55 |
alekibango | except junk food, that just makes you fat | 14:56 |
kbringard | true enough... that's why I feed my kids nothing but dirty bugs | 14:56 |
alekibango | lol :) | 14:56 |
kbringard | :-) | 14:56 |
kbringard | do you guys happen to know anything about securing the API with SSL? | 14:57 |
kbringard | I mean, I know how SSL works and whatnot, but I mean specifically to OpenStack | 14:57 |
alekibango | kbringard: for example, swift api is running ssl by default | 14:58 |
kbringard | I'm more interested in the ec2/openstack API at the moment | 14:58 |
*** blamar has joined #openstack | 14:58 | |
*** photron has quit IRC | 14:58 | |
kbringard | I mean, I can toss a stunnel up and do it that way, but I'm not entirely sure that will work because I don't know if the port is taken into consideration in the signature | 15:00 |
kbringard | plus, that's kinda jankey for the long term, imo | 15:00 |
*** rnirmal has joined #openstack | 15:00 | |
*** crescendo has joined #openstack | 15:01 | |
*** crescendo has joined #openstack | 15:01 | |
alekibango | kbringard: isnt that api over ssl already? | 15:02 |
kbringard | ... I don't think so | 15:02 |
alekibango | btw if you want to be secure, openvpn is very nice... | 15:02 |
alekibango | for generic usage | 15:02 |
*** markwash1 is now known as markwash | 15:02 | |
alekibango | i learned to love it | 15:02 |
kbringard | oh yea, I love OpenVPN | 15:02 |
*** guigui1 has quit IRC | 15:02 | |
kbringard | use it all the time | 15:03 |
kbringard | but I'm looking to expose the API endpoint on an external IP | 15:03 |
kbringard | to be publicly accessible | 15:03 |
alekibango | just add some nginx? | 15:03 |
alekibango | proxy requests to http port? | 15:03 |
alekibango | are u sure its not running with ssl now? | 15:04 |
* alekibango needs to check it too | 15:04 | |
kbringard | I'm pretty sure, but I have not dumped the traffic | 15:04 |
kbringard | one sec, I'll do it now | 15:04 |
alekibango | just look waht url you have :) | 15:04 |
kbringard | the url I have is http | 15:04 |
*** robbiew has joined #openstack | 15:04 | |
*** Ryan_Lane1 has joined #openstack | 15:05 | |
*** Ryan_Lane has quit IRC | 15:05 | |
*** Ryan_Lane1 has quit IRC | 15:05 | |
*** Ryan_Lane has joined #openstack | 15:05 | |
kbringard | I could try changing it to https, but I don't know where I'd put the certificates or what the nova flags are to specify them (I don't recall seeing such a thing in the documentation) | 15:05 |
*** mattray has joined #openstack | 15:06 | |
*** dendrobates is now known as dendro-afk | 15:10 | |
kbringard | yea, it's not ssl | 15:11 |
*** enigma has joined #openstack | 15:11 | |
*** fairchild has joined #openstack | 15:15 | |
*** markvoelker has joined #openstack | 15:15 | |
kbringard | what's up fairchild? | 15:16 |
*** patcoll has joined #openstack | 15:16 | |
*** j05h has joined #openstack | 15:17 | |
*** Ryan_Lane has quit IRC | 15:18 | |
alekibango | kbringard: try making ngingx frontend with ssl | 15:19 |
alekibango | which will be proxy for the http | 15:19 |
*** galthaus has joined #openstack | 15:19 | |
doude | Hi, is it possible to use different hypervisor types in a same region with Nova ? | 15:20 |
kbringard | alekibango: yea, that's what I was going to do, I just was hoping tthere was a built in way of doing it :-) | 15:20 |
kbringard | thanks for the info | 15:20 |
*** markvoelker has quit IRC | 15:21 | |
alekibango | doude: i would say its not atm | 15:21 |
alekibango | do another zone | 15:21 |
*** BK_man has quit IRC | 15:24 | |
*** markvoelker has joined #openstack | 15:24 | |
*** mahadev has joined #openstack | 15:26 | |
*** Ryan_Lane has joined #openstack | 15:28 | |
*** BK_man has joined #openstack | 15:29 | |
bgupta | kpepple thanks.. looking for something a bit closer to the US (network wise) | 15:29 |
nhm | wow, so ubuntu is moving over entirely to openstack by 2015? | 15:30 |
ttx | nhm: no, by 2011. | 15:31 |
ttx | It stops supporting Lucid in 2015, which contains Eucalyptus. | 15:32 |
nhm | ttx: well, yes, but supporting eucalyptus until 2015. | 15:32 |
nhm | ttx: either way though, congrats guys | 15:32 |
*** primeministerp has joined #openstack | 15:32 | |
primeministerp | woot | 15:32 |
nhm | good for me too, since I've had a number of people around here keep asking me why I didn't go with eucalyptus.. :P | 15:33 |
*** llang629 has joined #openstack | 15:34 | |
*** fyang has joined #openstack | 15:36 | |
*** blamar has quit IRC | 15:40 | |
*** hggdh has joined #openstack | 15:40 | |
*** blamar has joined #openstack | 15:40 | |
*** Razique has quit IRC | 15:45 | |
*** hggdh has quit IRC | 15:45 | |
*** hggdh has joined #openstack | 15:48 | |
*** hggdh has quit IRC | 15:51 | |
*** dendro-afk is now known as dendrobates | 15:52 | |
*** allsystemsarego_ has joined #openstack | 15:53 | |
*** hggdh has joined #openstack | 15:55 | |
*** youngproguru has joined #openstack | 15:56 | |
*** allsystemsarego has quit IRC | 15:56 | |
*** mahadev has quit IRC | 15:58 | |
doude | aliguori: What do you mean by atm ? | 15:58 |
zigo-_- | doude: Most of the time it means "At The Moment" ... | 15:59 |
zigo-_- | tmd tla (too many damned 3 letters accronyms... :) ) | 15:59 |
*** dobber has quit IRC | 16:00 | |
*** dragondm has quit IRC | 16:04 | |
*** mahadev has joined #openstack | 16:05 | |
doude | zigo-_-: ha ok, thanks | 16:06 |
*** dprince has quit IRC | 16:08 | |
*** dprince has joined #openstack | 16:08 | |
*** maplebed has joined #openstack | 16:11 | |
*** katkee has quit IRC | 16:13 | |
*** Guest11500 has joined #openstack | 16:13 | |
Guest11500 | hi | 16:14 |
*** watcher has quit IRC | 16:14 | |
*** KnuckleSangwich has joined #openstack | 16:14 | |
Guest11500 | who know about openvswitch and openstack | 16:16 |
*** pcrews has joined #openstack | 16:18 | |
*** photron has joined #openstack | 16:19 | |
dsockwell | Guest11500: i believe openstack has its own networking controller that has layer2 separation for its VMs, spanning multiple hosts | 16:24 |
troytoman | Guest11500: I have some knowledge. what specifically are you wanting to know? | 16:28 |
Guest11500 | i want to know how i can replace a br100 bridge by my br0 openvswitch | 16:29 |
Guest11500 | i needt to have my instances linked to br0 | 16:30 |
Guest11500 | not to br100 | 16:30 |
*** jdurgin has joined #openstack | 16:32 | |
antonym | Guest11500: what kind of environment are you trying to set up? | 16:32 |
*** kashyap has quit IRC | 16:33 | |
Guest11500 | i use openvswitch with nova | 16:34 |
antonym | Guest11500: have you tried the brctl tool? | 16:34 |
antonym | Guest11500: you'd need to make sure you have bridge-utils installed, then you can manipulate the bridge configurations | 16:35 |
Guest11500 | i want to manage my VMs witch openvswitch and not another tool | 16:35 |
Guest11500 | i have bridges-utils installed | 16:35 |
Guest11500 | but i have to use openvswitch | 16:35 |
antonym | you may also need to specify the bridge you're trying to use in nova.conf | 16:36 |
*** dragondm has joined #openstack | 16:36 | |
Guest11500 | to use after thatsflow and openflow | 16:36 |
antonym | what hypervisor are you using? | 16:36 |
Guest11500 | I add --flat_network_bridge=br0 in nova.conf file, I restart all services, than i boot a new instance. when i check nova-compute.log, and i found that instance is linked to br100 not br0 | 16:38 |
Guest11500 | "DEBUG nova.utils [-] Running cmd (subprocess): ip link show dev br100 from (pid=2459) execute /usr/lib/pymodules/python2.6/nova/utils.py:150" | 16:38 |
Guest11500 | i use qemu | 16:38 |
*** zigo-_- has quit IRC | 16:40 | |
antonym | i'm using these two in mine: --network_manager=nova.network.manager.FlatManager --flat_network_bridge=xenbr0 | 16:41 |
antonym | maybe check and make sure that all of your services are looking at the correct settings in the nova.conf | 16:41 |
antonym | i think the code may default to br100 if it doesn't see a configuration | 16:41 |
*** tblamer has joined #openstack | 16:43 | |
Guest11500 | what is xenbr0 | 16:45 |
Guest11500 | yes it does | 16:45 |
*** gustavomzw has joined #openstack | 16:46 | |
Guest11500 | but i d'ont know how to make services looking to nova.conf | 16:48 |
*** alex-meade has quit IRC | 16:50 | |
vishy | --flat_network_bridge is used when the network is created | 16:51 |
*** dragondm has quit IRC | 16:51 | |
vishy | so if you've already created the network, you'll have to edit the db | 16:51 |
*** photron has quit IRC | 16:52 | |
*** MarkAtwood has joined #openstack | 16:53 | |
*** photron has joined #openstack | 16:54 | |
*** alex-meade has joined #openstack | 16:54 | |
*** photron_ has joined #openstack | 16:55 | |
*** photron has quit IRC | 16:56 | |
Guest11500 | vishy, iT become more clear for me thanks, i hope it will work when i edit db | 16:56 |
*** kashyap has joined #openstack | 16:57 | |
*** photron_ has quit IRC | 16:58 | |
*** nacx has quit IRC | 16:58 | |
*** photron__ has joined #openstack | 16:58 | |
*** jdurgin has quit IRC | 16:58 | |
Guest11500 | please, what about br100, how can i fixed it address, it take the first one 192.168.100.1 which is address of my physical switch | 17:01 |
Guest11500 | so my machine become the gw of the other machine connected ti physical switch!! | 17:01 |
vishy | set reserved=1 on 192.168.100.1 in the fixed_ips table | 17:03 |
vishy | update fixed_ips set reserved=1 where address='192.168.100.1' | 17:03 |
*** miclorb_ has joined #openstack | 17:05 | |
*** zenmatt has quit IRC | 17:05 | |
Guest11500 | ok thanks | 17:06 |
Guest11500 | edit db resolves all problems!! :) | 17:07 |
*** dolphm has quit IRC | 17:08 | |
*** JuanPerez has joined #openstack | 17:16 | |
*** Juan_Perez has joined #openstack | 17:16 | |
openstackjenkins | Project nova build #900: SUCCESS in 2 min 44 sec: http://jenkins.openstack.org/job/nova/900/ | 17:18 |
openstackjenkins | Tarmac: renamed test cases in nova/tests/api/openstack/test_servers.py to use a consistent naming convention as used in nova/tests/api/openstack/test_images.py. also fixed a couple of pylint #C0103 errors in test_servers.py. | 17:18 |
*** dragondm has joined #openstack | 17:19 | |
*** dolphm has joined #openstack | 17:20 | |
*** rcc has quit IRC | 17:27 | |
*** pguth66 has joined #openstack | 17:29 | |
*** JuanPerez has quit IRC | 17:29 | |
*** JuanPerez has joined #openstack | 17:29 | |
*** ccooke has quit IRC | 17:30 | |
*** deshantm_laptop_ has joined #openstack | 17:31 | |
*** deshantm_laptop has quit IRC | 17:33 | |
*** deshantm_laptop_ is now known as deshantm_laptop | 17:33 | |
*** Eyk_ has joined #openstack | 17:40 | |
*** galthaus has quit IRC | 17:40 | |
*** lele_ has joined #openstack | 17:41 | |
*** obino has quit IRC | 17:42 | |
lele_ | Hi all, someone can help me with the DataSourceEc2.py[WARNING] issue ? , i already addesde the iptables rule for prerouting to the API | 17:42 |
*** Eyk has quit IRC | 17:44 | |
*** koolhead17 has joined #openstack | 17:45 | |
lele_ | someone ? :( | 17:46 |
*** sebastianstadil has joined #openstack | 17:46 | |
vishy | lele_ which networking mode? | 17:46 |
vishy | you should not have to manually add rules in vlan or flat | 17:47 |
*** ccooke has joined #openstack | 17:47 | |
*** gregp76 has joined #openstack | 17:49 | |
*** gregp76 has left #openstack | 17:49 | |
*** joearnold has joined #openstack | 17:51 | |
lele_ | vishy: im using flat mode | 17:51 |
lele_ | vishy: --network_manager=nova.network.manager.FlatManager | 17:52 |
vishy | oh | 17:52 |
vishy | not sure i can help extensively there | 17:52 |
lele_ | vishy: this is the error while booting : 2011-05-16 17:51:07,548 - DataSourceEc2.py[WARNING]: 17:51:07 [91/100]: url error [timed out] | 17:52 |
vishy | so you are injecting ips? | 17:52 |
vishy | is your image a desktop ubuntu? | 17:53 |
lele_ | this is the image ubuntu1010-UEC-localuser-image.tar.gz | 17:53 |
vishy | lele_: is it server or desktop? | 17:53 |
vishy | (I'm not famiiliar with that image) | 17:53 |
vishy | lele_: do you have access to the gateway that the machines are using? | 17:54 |
lele_ | vishy: dont know if its desktop or server really | 17:55 |
vishy | on the gateway: ip addr add 169.254.159.254/32 scope link dev lo | 17:55 |
lele_ | thats for arp replying for that range isn it ? | 17:55 |
vishy | some images need to be able to arp the metadata ddress | 17:55 |
vishy | yes | 17:55 |
lele_ | ok let me reboot the instances | 17:56 |
lele_ | wget: can't connect to remote host (169.254.169.254): Network is unreachable | 17:57 |
*** enigma has quit IRC | 17:57 | |
lele_ | its a single node install | 17:57 |
markwash | sirp: any chance you'll take a look at my merge prop: https://code.launchpad.net/~rackspace-titan/nova/postgres-instance-type-id/+merge/60859 ? it is supposed to fix lp:765782 | 17:58 |
vishy | markwalsh: probably better to ask that in -dev | 17:58 |
sirp | markwash: sure thing, ill start yours next | 17:59 |
*** bcwaldon has joined #openstack | 17:59 | |
*** bcwaldon has left #openstack | 17:59 | |
lele_ | vishy: any data that i can provide for you to check anything ? | 18:00 |
lele_ | vishy if i telnet to tcp port 80, my box is answering on the 8773 from the api | 18:01 |
*** johnpur has quit IRC | 18:02 | |
lele_ | vishy i checked and its responding ok | 18:02 |
lele_ | but still the same error, after your mod too | 18:02 |
vishy | not sure about that | 18:02 |
vishy | do you have ipforward set? | 18:03 |
vishy | where do you have the rule set? | 18:03 |
*** enigma has joined #openstack | 18:04 | |
*** alfred_mancx has joined #openstack | 18:04 | |
lele_ | vishy the rules are setted on the same node where everything is installed, here is the LIST ---> http://pastebin.com/7K03KCQr | 18:05 |
*** Ephur has quit IRC | 18:07 | |
lele_ | vishy : BTW is an ubuntu server image | 18:07 |
vishy | i have never actually tried putting the rule there... | 18:08 |
alfred_mancx | hey gang. I need legal contact information for openstack.org? | 18:08 |
*** Ephur has joined #openstack | 18:08 | |
*** gustavomzw has quit IRC | 18:08 | |
*** enigma has quit IRC | 18:08 | |
alfred_mancx | having trouble finding it on openstack.org | 18:08 |
lele_ | vishy i added the rule from a tutorial i read, tell me if i have to remove it and putting somewhere else | 18:09 |
vishy | well generally you put it on the gateway | 18:09 |
lele_ | when you say "gateway" youre referring to the nova-network node ? | 18:10 |
vishy | no | 18:10 |
vishy | i mean whatever is the gateway for your ips | 18:11 |
vishy | so usually your router | 18:11 |
vishy | i wonder if network settings are getting injected properly) | 18:11 |
vishy | by the way, why on earth are you using Flat for a single box install? | 18:12 |
lele_ | i installed the box via scripted installation | 18:12 |
vishy | it is quite difficult to get it set up properly | 18:12 |
lele_ | its seems that the install doesnt let you choose the mode | 18:12 |
*** hggdh has quit IRC | 18:13 | |
lele_ | if i change it to flatDHCP should work ? | 18:13 |
lele_ | i looking forward to expand the install to more compute-nodes | 18:13 |
*** hggdh has joined #openstack | 18:13 | |
*** dendrobates is now known as dendro-afk | 18:14 | |
vishy | lele_: I prefer flatdhcp or vlan in all cases | 18:15 |
vishy | unless you are a service provider with very specific requirements | 18:15 |
vishy | lele_: sorry i don't know the scripted install you are referring to | 18:16 |
lele_ | vishy : this -> http://docs.openstack.org/cactus/openstack-compute/admin/content/scripted-ubuntu-installation.html | 18:17 |
*** JuanPerez has quit IRC | 18:18 | |
*** mahadev has quit IRC | 18:20 | |
vishy | wow | 18:20 |
annegentle | alfred_mancx: have you contacted Stephen Spector, the OpenStack Community manager? spectorclan on IRC, he can likely connect you to the right people | 18:20 |
vishy | our installation instructions in the docs need to be fixed | 18:20 |
*** allsystemsarego_ has quit IRC | 18:21 | |
lele_ | why vishy ? | 18:21 |
vishy | lele_: there is not a good set of instructions for flatdhcp | 18:21 |
annegentle | vishy: yeah I've been in contact with the script writer, my testing shows the networking fails when using that script | 18:21 |
vishy | and having the scripted install do flat is probably a bad idea | 18:21 |
lele_ | fixed vishy | 18:22 |
lele_ | now boots like charm | 18:22 |
vishy | annegentle: we should probably have a simple flatdhcp and vlan set of instructions | 18:22 |
lele_ | ive changed the mode to flatDHCP and its works | 18:22 |
vishy | annegentle: probably based on the ones that we did for the training | 18:22 |
lele_ | i think that flatdhcp should be a better option for scripted install vishy | 18:22 |
annegentle | vishy: yeah simple VLAN instructions are on the ToDo list | 18:22 |
vishy | annegentle: as in how to install one node then modify for mutltiple nodes. | 18:23 |
*** jedi4ever has joined #openstack | 18:24 | |
annegentle | what I don't understand is how does the script choose flat? er, how do you know that? | 18:25 |
lele_ | annegentle : the script doesnt let you choose between network modes, only ask for a fixed range, if you check your nova.con youll see the flatmanager mode | 18:25 |
annegentle | oic. --network_manager=nova.network.manager.FlatManager | 18:25 |
lele_ | ;) | 18:25 |
kbringard | does OpenStack support burstable CPU usage? akin to EC2's t1.micro instance? | 18:27 |
kbringard | Instances of this family provide a small amount of consistent CPU resources and allow you to burst CPU capacity when additional cycles are available. They are well suited for lower throughput applications and web sites that consume significant compute cycles periodically. | 18:27 |
vishy | kbringard: there is no pinning in kvm right now | 18:28 |
kbringard | cool, 's what I thought | 18:28 |
kbringard | thanks | 18:28 |
vishy | kbringard: so instances can use all cpu cycles | 18:28 |
kbringard | trying to use taskset to set affinity to just specific CPUs on demand sounds painful | 18:29 |
kbringard | haha | 18:29 |
*** miclorb_ has quit IRC | 18:30 | |
vishy | kbringard: and I don't know that it is really valuable | 18:31 |
kbringard | no, I agree | 18:32 |
kbringard | I was mostly joking | 18:32 |
vishy | :) | 18:32 |
*** tblamer has quit IRC | 18:32 | |
kbringard | so basically, if one were using KVM, then the VCPUS setting in the flavor list is essentially just a guideline | 18:33 |
lele_ | vishy guys : defining a floating range with public IPs is actually the best practices for publishin a VM ? | 18:34 |
*** jedi4ever has quit IRC | 18:34 | |
*** dragondm has quit IRC | 18:36 | |
alfred_mancx | thanks annegentle | 18:37 |
alfred_mancx | got an email for stephen spector? | 18:38 |
*** jedi4ever has joined #openstack | 18:38 | |
*** dobber_ has joined #openstack | 18:38 | |
*** photron__ has quit IRC | 18:38 | |
*** Guest11500 has quit IRC | 18:42 | |
*** joearnold has quit IRC | 18:44 | |
*** dragondm has joined #openstack | 18:44 | |
*** mrmartin has joined #openstack | 18:47 | |
markvoelker | alfred_mancx: stephen.spector@openstack.org | 18:47 |
*** fyang has left #openstack | 18:48 | |
*** NashTrash1 has joined #openstack | 18:48 | |
NashTrash1 | Hey All. I got my swift service up and running well and I can connect to it via s3 and boto, but I noticed something odd. | 18:50 |
annegentle | alfred_mancx: yep, what markvoelker said :) | 18:50 |
primeministerp | anyone know why I would be seeing this: | 18:51 |
primeministerp | 2011-05-16 14:42:00,702 DEBUG nova.utils [-] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib64/python2.6/site-packages/nova/db/sqlalchemy/api.pyc'> from (pid=9155) __get_backend /usr/lib64/python2.6/site-packages/nova/utils.py:420 | 18:51 |
koolhead17 | hi all | 18:52 |
*** miclorb has joined #openstack | 18:52 | |
NashTrash1 | If I do a "st … list" it returns the bucket I created using the st tool. If I do a boto.get_all_buckets it doesn't return anything. | 18:52 |
kbringard | primeministerp: my guess is it's just an informational message that is being output due to --verbose being in your nova.conf | 18:53 |
*** dijenerate has joined #openstack | 18:54 | |
dijenerate | hi all | 18:55 |
*** katkee has joined #openstack | 18:55 | |
primeministerp | kbringard: awesome, thx for the info. | 18:56 |
primeministerp | kbringard: we're still trying to spin up all the parts | 18:56 |
dijenerate | what makes Openstack better than OpenNebula? | 18:56 |
dijenerate | I am new to both | 18:56 |
primeministerp | kbringard: so not sure if was something to be concerned about | 18:56 |
*** mahadev has joined #openstack | 18:56 | |
kbringard | primeministerp: no worries, generally you'll get a stack trace if something is broken | 18:56 |
kbringard | but there is a lot of stuff dumped to the logs, so I don't blame you for being concerned :-) | 18:57 |
dijenerate | anyone? | 18:57 |
NashTrash1 | Hello. | 18:57 |
kbringard | dijenerate: they're different projects with different goals... it really kind of depends on what you're trying to do | 18:58 |
NashTrash1 | dijenerate: That is a pretty broad question. | 18:58 |
dijenerate | well what I want is distributed VPS or VM management on a cluster spread over multiple datacentres in multiple geographical locations using commodity hardware | 18:59 |
dijenerate | if one node or even an entire datacentre goes down, I want the VPS sessions to continue uninterrupted eliminating the need to migrate | 19:00 |
dijenerate | nodes should be seamlessly installable and removable | 19:00 |
dijenerate | can OpenStack do this? | 19:01 |
NashTrash1 | Nevermind on my boto vs. st question. Just me not understanding python well enough. | 19:01 |
primeministerp | kbringard: we're trying to build a hybrid cloud on hyperv and sles | 19:01 |
*** miclorb has quit IRC | 19:01 | |
dijenerate | kbringard: should I be looking at Openstack for this application? | 19:02 |
kbringard | I'm probably not the right person to ask, not remotely a windows/hyperV guy :-/ | 19:02 |
kbringard | I'm not* | 19:03 |
*** dirkx_ has joined #openstack | 19:03 | |
*** manel has joined #openstack | 19:04 | |
*** manel is now known as Guest2940 | 19:04 | |
*** Guest2940 is now known as manelm | 19:07 | |
*** Guest2940 has joined #openstack | 19:07 | |
Guest2940 | should i create a new project when i edit nova.conf | 19:08 |
*** Guest2940 is now known as openmanel | 19:09 | |
*** Guest2940 has joined #openstack | 19:09 | |
kbringard | Guest2940: shouldn't have to | 19:09 |
*** katkee has quit IRC | 19:09 | |
kbringard | but you will need to restart your services so they pick up the changes you made | 19:11 |
Guest2940 | if they don't pick changes,what that means | 19:11 |
Guest2940 | and when i have to edit db | 19:12 |
kbringard | edits to the DB should take effect immediately, since most of the info isn't cached anywhere | 19:12 |
kbringard | but changes to the nova.conf won't like, updating running VMs | 19:12 |
*** ljk has joined #openstack | 19:12 | |
*** lele_ has quit IRC | 19:13 | |
Guest2940 | in reality, i have 2 physical machines | 19:13 |
Guest2940 | and i want to install multi-nodes nova | 19:14 |
Guest2940 | first one controller | 19:14 |
Guest2940 | and the seconf a node | 19:14 |
kbringard | there are some guides out there, but in my experience you'll want to setup a single node with everything (compute, network, etc) | 19:15 |
kbringard | and get that all working | 19:15 |
Guest2940 | i have installed single node | 19:15 |
kbringard | using a real DB backend (PG or MySQL, not sqlite) | 19:15 |
Guest2940 | in all works | 19:15 |
Guest2940 | i can | 19:15 |
kbringard | once you get that working, install compute on a second node | 19:15 |
kbringard | and copy the nova.conf over from the controller node | 19:15 |
kbringard | then restart nova-compute | 19:16 |
kbringard | and in theory it should register with the controller (because it'll have the DB of the controller defined in the .conf) | 19:16 |
kbringard | and then the scheduler can start sending it work | 19:16 |
kbringard | if you find that VMs don't run on the new node (like always fail to start) then check the nova-compute.log on that node for any exceptions | 19:17 |
kbringard | that's been my general way of doing it, and it seems to work pretty well | 19:17 |
Guest2940 | with multi-nodes, should i use mysql | 19:17 |
Guest2940 | ok i will try | 19:17 |
kbringard | yea, or postgres... can't use sqlite | 19:17 |
kbringard | because the nodes have to be able to communicate with the DB directly | 19:17 |
kbringard | you'll also need to make sure you have your grants setup to allow the other nodes to be able to talk to the DB | 19:18 |
kbringard | I set it up so that 'user'@'localhost' has all on nova and 'user'@'1.2.3.%' has the same | 19:18 |
Guest2940 | you mean user and passwd | 19:18 |
kbringard | wherer 1.2.3 is the A, B, and C classes respectively | 19:18 |
kbringard | yea | 19:18 |
Guest2940 | ok | 19:19 |
Guest2940 | thanks | 19:19 |
kbringard | no worries, good luck! | 19:19 |
Guest2940 | thanks | 19:20 |
kbringard | if you've got one node running, then you're doing pretty well... adding more nodes tends to be fairly trivial in comparison :-) | 19:20 |
Guest2940 | yes i have one running | 19:20 |
Guest2940 | but i don't edit nova;conf | 19:20 |
Guest2940 | and note use mysql | 19:21 |
Guest2940 | my problem is what i have to put on nova.conf | 19:21 |
Guest2940 | if you have a simple exemple | 19:21 |
Guest2940 | let's me know how please | 19:22 |
*** littleidea has joined #openstack | 19:22 | |
kbringard | well, the main thing is | 19:26 |
kbringard | --sql_connection=mysql://user:pass@db.server.ip/nova | 19:26 |
Guest2940 | yes | 19:26 |
*** deshantm_laptop has quit IRC | 19:26 | |
kbringard | in general I just copy and paste the nova.conf that I have on the controller to the nodes | 19:27 |
Guest2940 | yes | 19:27 |
Guest2940 | but where should i install mysql | 19:27 |
kbringard | anywhere you like | 19:27 |
kbringard | so long as all the machines can access it | 19:27 |
Guest2940 | not in twice | 19:28 |
kbringard | I'd probably put it on the controller | 19:28 |
kbringard | yea, just once | 19:28 |
Guest2940 | ok | 19:28 |
kbringard | eventually as you scale out, you can move it elsewhere and setup replication and such for redundancy, but to just get a multi-node demo going | 19:28 |
kbringard | it's easy enough to just toss it on the controller | 19:28 |
Guest2940 | if i have a single node running | 19:29 |
Guest2940 | it will be node or controller, i mean in the second machine what i should install | 19:29 |
*** zenmatt has joined #openstack | 19:30 | |
kbringard | the second machine you should probably just install nova-compute | 19:30 |
Guest2940 | ok | 19:31 |
Guest2940 | thanks a lot | 19:31 |
kbringard | np, best of luck | 19:32 |
Guest2940 | :) | 19:32 |
*** brd_from_italy has joined #openstack | 19:37 | |
*** mgoldmann has quit IRC | 19:43 | |
*** dprince has quit IRC | 19:43 | |
*** Guest2940 has quit IRC | 19:46 | |
*** Guest2940 has joined #openstack | 19:46 | |
*** enigma has joined #openstack | 19:52 | |
*** gregp76 has joined #openstack | 19:55 | |
*** gregp76 has left #openstack | 19:55 | |
kbringard | I'm noticing that using VLAN mode machines in one project can talk to machines in another... shouldn't the VLAN tagging be prohibiting that? | 19:56 |
kbringard | I've got 2 projects, setup to use 2 different VLAN id's and 2 different bridges | 19:56 |
kbringard | or is that happening because of the IPtables rules, so it's at layer 3 and not layer 2 | 19:56 |
vishy | hmm talking how? | 19:59 |
vishy | security groups should be blocking | 19:59 |
kbringard | I can ping and ssh between VMs, but I'm thinking that's because the default group was setup to allow src 0.0.0.0 | 19:59 |
vishy | yes that is it | 19:59 |
kbringard | which makes sense that it's happening at layer 3 | 19:59 |
kbringard | I kind of realized that after I asked the question, haha | 20:00 |
vishy | :) | 20:00 |
kbringard | if I had a nickel for every time that happened, I wouldn't have to ask any more questions because I could retire | 20:00 |
*** piken is now known as piken_afk | 20:00 | |
* kbringard ponders how that will affect external connectivity through floating IPs | 20:02 | |
*** llang629_ has joined #openstack | 20:04 | |
*** katkee has joined #openstack | 20:04 | |
*** jedi4ever has quit IRC | 20:04 | |
*** llang629 has quit IRC | 20:05 | |
*** zenmatt has quit IRC | 20:11 | |
openstackjenkins | Project swift build #259: SUCCESS in 29 sec: http://jenkins.openstack.org/job/swift/259/ | 20:16 |
openstackjenkins | Tarmac: Fixed Python 2.7 compatibility problem | 20:16 |
*** dolphm has quit IRC | 20:16 | |
*** obino has joined #openstack | 20:23 | |
*** miclorb has joined #openstack | 20:28 | |
openstackjenkins | Project nova build #901: SUCCESS in 2 min 45 sec: http://jenkins.openstack.org/job/nova/901/ | 20:28 |
openstackjenkins | Tarmac: This branch splits out the IPv6 address generation into pluggable backends. A new flag named ipv6_backend specifies which backend to use. | 20:28 |
openstackjenkins | The existing code (which is also the default) is now available as nova.ipv6.rfc2462 while a new backend available as nova.ipv6.account_identifier implements an algorithm that includes an account identifier as part of the address. | 20:28 |
*** galthaus has joined #openstack | 20:29 | |
openstackjenkins | Project nova build #902: SUCCESS in 2 min 44 sec: http://jenkins.openstack.org/job/nova/902/ | 20:37 |
openstackjenkins | Tarmac: Fixed minor pylint errors | 20:37 |
*** joearnold has joined #openstack | 20:42 | |
*** dendro-afk is now known as dendrobates | 20:42 | |
*** bkkrw has joined #openstack | 20:43 | |
*** mrmartin has quit IRC | 20:46 | |
*** hggdh has quit IRC | 20:49 | |
openstackjenkins | Project nova build #903: SUCCESS in 2 min 46 sec: http://jenkins.openstack.org/job/nova/903/ | 20:50 |
openstackjenkins | Tarmac: Added missing flavorRef and imageRef checks in the os api xml deserialization code along with tests | 20:50 |
*** Ephur has quit IRC | 20:53 | |
*** hggdh has joined #openstack | 20:56 | |
*** openstackjenkins has quit IRC | 20:57 | |
*** dolphm has joined #openstack | 20:57 | |
*** h0cin has quit IRC | 21:01 | |
*** mszilagyi has joined #openstack | 21:04 | |
*** ctennis has quit IRC | 21:04 | |
*** alex-meade has quit IRC | 21:08 | |
zykes- | hmm, what's jenkins contra hudson ? | 21:09 |
*** ctennis has joined #openstack | 21:16 | |
*** ctennis has joined #openstack | 21:16 | |
*** obino has quit IRC | 21:20 | |
*** Guest2940 has quit IRC | 21:20 | |
*** carlp has quit IRC | 21:23 | |
*** dendrobates is now known as dendro-afk | 21:26 | |
soren | zykes-: Jenkins is the new Hudson. | 21:28 |
*** Shentonfreude1 has quit IRC | 21:29 | |
kbringard | but, what's the new pink? | 21:30 |
soren | Still pink. | 21:30 |
kbringard | whew, I was afraid I was going to look silly when I went out tonight | 21:30 |
soren | Nope, you're all set. :) | 21:31 |
*** JSharp has quit IRC | 21:38 | |
*** patcoll has quit IRC | 21:38 | |
uvirtbot | New bug: #783705 in nova "NWfilter rules not removed upon instance termination" [Undecided,New] https://launchpad.net/bugs/783705 | 21:46 |
*** llang629 has joined #openstack | 21:46 | |
*** ziyadb has joined #openstack | 21:47 | |
*** llang629_ has quit IRC | 21:48 | |
*** matiu has joined #openstack | 21:49 | |
*** matiu has joined #openstack | 21:49 | |
*** brd_from_italy has quit IRC | 21:50 | |
*** dirkx_ has quit IRC | 21:59 | |
*** kbringard has quit IRC | 22:00 | |
*** obino has joined #openstack | 22:01 | |
*** dirkx_ has joined #openstack | 22:02 | |
*** s1cz has quit IRC | 22:03 | |
*** ChameleonSys has quit IRC | 22:04 | |
*** dobber_ has quit IRC | 22:04 | |
*** ziyadb has quit IRC | 22:08 | |
*** amccabe has quit IRC | 22:09 | |
*** ziyadb has joined #openstack | 22:13 | |
*** Eyk_ has quit IRC | 22:18 | |
*** dirkx_ has quit IRC | 22:18 | |
*** dolphm has quit IRC | 22:19 | |
*** NashTrash1 has quit IRC | 22:19 | |
*** cascone has joined #openstack | 22:22 | |
*** galthaus has quit IRC | 22:28 | |
*** scgilardi has joined #openstack | 22:30 | |
*** ziyadb has left #openstack | 22:32 | |
*** aliguori has quit IRC | 22:32 | |
*** katkee has quit IRC | 22:34 | |
*** maple_bed has joined #openstack | 22:39 | |
*** maplebed has quit IRC | 22:39 | |
*** maple_bed is now known as maplebed | 22:39 | |
*** aliguori has joined #openstack | 22:39 | |
uvirtbot | New bug: #783720 in nova "services don't listen for rpc calls when report_interval is 0" [Undecided,In progress] https://launchpad.net/bugs/783720 | 22:41 |
*** mattray has quit IRC | 22:42 | |
*** r5 has quit IRC | 22:53 | |
*** jdurgin has joined #openstack | 22:58 | |
*** nphase has quit IRC | 23:01 | |
*** jkoelker has quit IRC | 23:01 | |
*** joearnold has quit IRC | 23:02 | |
*** NDCGarrett has joined #openstack | 23:05 | |
*** rnirmal has quit IRC | 23:06 | |
*** fairchild_ has joined #openstack | 23:06 | |
*** ljk has quit IRC | 23:07 | |
*** fairchild has quit IRC | 23:09 | |
*** fairchild_ is now known as fairchild | 23:09 | |
*** troytoman is now known as troytoman-away | 23:10 | |
*** cp16net has quit IRC | 23:16 | |
*** dirkx_ has joined #openstack | 23:16 | |
*** mobile has joined #openstack | 23:19 | |
*** KnuckleSangwich has quit IRC | 23:19 | |
*** mobile has quit IRC | 23:20 | |
*** obino has quit IRC | 23:20 | |
*** joearnold has joined #openstack | 23:27 | |
*** fairchild has quit IRC | 23:29 | |
*** fairchild has joined #openstack | 23:29 | |
*** mahadev has quit IRC | 23:30 | |
*** bkkrw has quit IRC | 23:37 | |
*** dijenerate has quit IRC | 23:38 | |
*** dysinger has joined #openstack | 23:38 | |
*** markvoelker has quit IRC | 23:43 | |
*** mahadev has joined #openstack | 23:49 | |
*** mahadev has quit IRC | 23:53 | |
*** dijenerate has joined #openstack | 23:53 | |
*** medberry is now known as med_out | 23:57 | |
*** dirkx_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!