*** Mussi has quit IRC | 00:03 | |
*** dailylinux has joined #openstack | 00:06 | |
*** p0 has quit IRC | 00:06 | |
*** stewart has quit IRC | 00:11 | |
*** Ryan_Lane is now known as Ryan_Lane|away | 00:26 | |
*** lvaughn_ has quit IRC | 00:26 | |
*** dolphm has joined #openstack | 00:27 | |
*** dolphm_ has joined #openstack | 00:28 | |
*** sdake has joined #openstack | 00:28 | |
*** nerdstein has joined #openstack | 00:31 | |
*** dolphm has quit IRC | 00:31 | |
*** nerdstein has left #openstack | 00:31 | |
*** lvaughn has joined #openstack | 00:32 | |
*** haji has quit IRC | 00:33 | |
*** MarkAtwood has quit IRC | 00:34 | |
*** dotdevops has quit IRC | 00:39 | |
*** dragondm has quit IRC | 00:44 | |
*** huslage has joined #openstack | 00:45 | |
*** CaptTofu has quit IRC | 00:45 | |
*** rnorwood has joined #openstack | 00:48 | |
*** MarkAtwood has joined #openstack | 00:49 | |
*** mwhooker_ has joined #openstack | 00:50 | |
uvirtbot | New bug: #897943 in quantum "Our setup.py needs to be a real setup.py" [High,Confirmed] https://launchpad.net/bugs/897943 | 00:50 |
---|---|---|
*** huslage has quit IRC | 00:51 | |
*** Ramonster has quit IRC | 00:51 | |
*** mwhooker has quit IRC | 00:54 | |
*** mwhooker_ is now known as mwhooker | 00:54 | |
*** livemoon has joined #openstack | 00:56 | |
livemoon | morning | 00:57 |
*** marrusl has quit IRC | 00:57 | |
*** Diaoer has joined #openstack | 01:00 | |
*** hadrian has quit IRC | 01:05 | |
*** redconnection has joined #openstack | 01:11 | |
*** krow has quit IRC | 01:12 | |
*** janpy has joined #openstack | 01:13 | |
*** huslage has joined #openstack | 01:15 | |
livemoon | who have try to use ldap with keystone? | 01:16 |
*** bencherian has quit IRC | 01:16 | |
*** MarkAtwood has quit IRC | 01:16 | |
*** ben_duyujie has joined #openstack | 01:18 | |
*** dailylinux has quit IRC | 01:19 | |
*** jdurgin has quit IRC | 01:23 | |
*** bfreis has joined #openstack | 01:26 | |
bfreis | What is the easiest way to install an Openstack cloud on 4 servers, each with only 1 NIC? | 01:27 |
*** Rajaram has joined #openstack | 01:28 | |
*** dolphm has joined #openstack | 01:29 | |
*** dolphm_ has quit IRC | 01:32 | |
*** bencherian has joined #openstack | 01:33 | |
*** vladimir3p has quit IRC | 01:37 | |
*** heut2008 has joined #openstack | 01:37 | |
*** rustam has quit IRC | 01:38 | |
*** jdg has quit IRC | 01:40 | |
*** thingee has joined #openstack | 01:41 | |
*** ben_duyujie has quit IRC | 01:46 | |
*** ben_duyujie has joined #openstack | 01:48 | |
*** Rajaram has quit IRC | 01:52 | |
*** jj0hns0n has quit IRC | 01:53 | |
*** MarkAtwood has joined #openstack | 01:54 | |
*** dolphm has quit IRC | 01:56 | |
*** adjohn has quit IRC | 02:01 | |
*** dolphm has joined #openstack | 02:01 | |
*** lzyeval has quit IRC | 02:03 | |
*** huslage has quit IRC | 02:06 | |
*** longhudou has joined #openstack | 02:07 | |
longhudou | hi,all | 02:07 |
longhudou | what doen this mean"nova-manage: error: --use_syslog option does not take a value" | 02:07 |
vidd | longhudou in your nova config do you have --use_syslog=True|False? | 02:09 |
longhudou | yes,I have :--use_syslog=false | 02:09 |
*** lzyeval has joined #openstack | 02:10 | |
vidd | longhudou, you either have "--use_syslog" for it to be true or not have it to be false | 02:10 |
longhudou | I am a little confused | 02:11 |
*** yshh_ has joined #openstack | 02:11 | |
livemoon | remove "=false" | 02:11 |
vidd | livemoon, longhudou no.... | 02:11 |
livemoon | --use_syslog | 02:11 |
longhudou | ?@vidd | 02:11 |
vidd | for what he wants, remove the entire line | 02:12 |
longhudou | ???? | 02:12 |
livemoon | it is enough | 02:12 |
*** yshh_ has quit IRC | 02:12 | |
livemoon | yes | 02:12 |
livemoon | --use_syslog is means "--use_syslog=True" | 02:12 |
livemoon | not set "--use_syslog" in nova.conf means "--user_syslog=False" | 02:12 |
vidd | right...so if he wants errors to log in the individual log files instead of syslog, then he do not use the "use_syslog" flag at all | 02:13 |
livemoon | so you don't set values(True or False) | 02:13 |
*** yshh_ has joined #openstack | 02:14 | |
longhudou | then it reports another error"error: --use_cow_images option does not take a value" | 02:14 |
longhudou | @vidd@livemoon | 02:15 |
larissa | longhudou: Error: "vidd@livemoon" is not a valid command. | 02:15 |
vidd | longhudou, same issue | 02:15 |
vidd | "does not take a value" means no "=$VALUE" | 02:15 |
livemoon | in older version , it need set values | 02:16 |
livemoon | now new version, it don't need values | 02:16 |
vidd | if the flag is set, it is true, and if the flag is notset, it is false | 02:16 |
longhudou | I find in my /etc/nova there is two conf files: nova.conf nova.conf.dpkg-old | 02:17 |
vidd | the nova.conf is the one looked at | 02:18 |
longhudou | I set all the values as last time ,and last time I succeed to run the nova-compute service on the compute node,but this time there are many errors | 02:19 |
livemoon | maybe you install newer version | 02:20 |
longhudou | oh,maybe,I will try it , are you Mao Weijie?@livemoon | 02:22 |
livemoon | yes | 02:22 |
livemoon | who are u? | 02:22 |
longhudou | Wu Lianmeng | 02:23 |
longhudou | maybe you don't know my name,haha | 02:23 |
livemoon | where do you know me? | 02:23 |
livemoon | vidd: what about you these days? | 02:24 |
longhudou | in openstack中国站 | 02:24 |
*** afm1 has joined #openstack | 02:24 | |
livemoon | I see | 02:24 |
vidd | not much...just relaxing until i get my servers | 02:24 |
afm1 | evening all.. fresh install…. Couldn't find index page for 'quantum' (maybe misspelled?) | 02:25 |
afm1 | dashboard attempt | 02:25 |
livemoon | vidd: hava a good rest | 02:27 |
vidd | =] | 02:28 |
*** krow has joined #openstack | 02:31 | |
*** misheska has joined #openstack | 02:36 | |
*** songyan has joined #openstack | 02:39 | |
livemoon | ping hugokuo | 02:40 |
*** Diaoer has quit IRC | 02:40 | |
*** ben_duyujie has quit IRC | 02:41 | |
*** Diaoer has joined #openstack | 02:41 | |
uvirtbot | New bug: #897972 in openstack-ci "nova.vnc coverage analysis missing files" [Undecided,New] https://launchpad.net/bugs/897972 | 02:41 |
*** Diaoer has quit IRC | 02:47 | |
*** Diaoer has joined #openstack | 02:47 | |
*** lorin1 has joined #openstack | 02:54 | |
*** ben_duyujie has joined #openstack | 02:55 | |
*** thickskin has left #openstack | 02:58 | |
*** longhudou has quit IRC | 03:00 | |
*** osier has joined #openstack | 03:03 | |
*** dragondm has joined #openstack | 03:04 | |
*** thingee has quit IRC | 03:06 | |
*** bencherian has quit IRC | 03:09 | |
*** dolphm has quit IRC | 03:12 | |
*** pradeep1 has joined #openstack | 03:18 | |
*** misheska has quit IRC | 03:20 | |
smoser | lool, around ? | 03:23 |
smoser | oops. wrong channel. | 03:23 |
*** tungvs has joined #openstack | 03:27 | |
*** mnewby has quit IRC | 03:30 | |
tungvs | hi guys, I'm in experiment with openstack on Qemu. I've got the vm-guest up and run using euca-run-instance. But when I try to reboot vm-guest using euca-stop and euca-start, the vm-guest rollback everything and start as a new instance (same id though) from the image. What happened and how can I make vm-guest permanent through reboot ? | 03:30 |
*** clauden has quit IRC | 03:30 | |
*** rods has quit IRC | 03:31 | |
janpy | tungvs: you should use euca-reboot,not euca-stop | 03:32 |
tungvs | ok, let me try that | 03:33 |
*** CaptTofu has joined #openstack | 03:39 | |
*** redconnection has quit IRC | 03:40 | |
*** dolphm has joined #openstack | 03:42 | |
*** CaptTofu1 has joined #openstack | 03:42 | |
*** CaptTofu has quit IRC | 03:42 | |
*** sdake has quit IRC | 03:43 | |
*** sdake has joined #openstack | 03:44 | |
*** lorin1 has quit IRC | 03:49 | |
*** mjfork has quit IRC | 03:49 | |
tungvs | janpy: Thanks, it works. I've tried using euca-reboot before, but since I haven't seen the change in output of euca-get-console so I thought it didn't work. | 03:52 |
tungvs | So the euca-get-console outputs only the first time when the vmguest was created, right ? | 03:53 |
*** adjohn has joined #openstack | 03:56 | |
*** Rajaram has joined #openstack | 03:59 | |
*** freeflying has quit IRC | 04:00 | |
*** freeflying has joined #openstack | 04:00 | |
*** nRy has quit IRC | 04:01 | |
*** supriya has joined #openstack | 04:01 | |
*** janpy has quit IRC | 04:11 | |
*** supriya has quit IRC | 04:12 | |
*** janpy has joined #openstack | 04:12 | |
*** jog0 has quit IRC | 04:14 | |
*** deshantm_laptop_ has joined #openstack | 04:15 | |
*** tungvs has quit IRC | 04:16 | |
*** tungvs_ has joined #openstack | 04:16 | |
*** krow has quit IRC | 04:17 | |
bfreis | Hi, I'm having trouble to setup my network :/. I have 4 servers, one that will run everything but nova-compute, the other 3 that will run nova-compute. In each server I have only one NIC. I have no VLAN aware switch. This is supposed to be a very simple cloud. How should I setup the network? | 04:17 |
*** deshantm_laptop has quit IRC | 04:19 | |
*** deshantm_laptop_ is now known as deshantm_laptop | 04:20 | |
tungvs_ | bfreis: you should follow the flat network configuration in the document | 04:20 |
bfreis | tungvs_: I'm trying to, but I'm having some trouble | 04:21 |
bfreis | I've read somewhere that, by specifying flat dhcp network, the bridge interface br100 would get created automatically for me | 04:21 |
bfreis | but it does not seem the case! | 04:21 |
*** bryguy has quit IRC | 04:25 | |
*** janpy has quit IRC | 04:26 | |
*** bryguy has joined #openstack | 04:28 | |
*** jakedahn has joined #openstack | 04:28 | |
rmk | Has anyone tackled nova-network in an HA configuration? | 04:28 |
*** miclorb_ has quit IRC | 04:30 | |
*** miclorb_ has joined #openstack | 04:30 | |
*** jdg has joined #openstack | 04:31 | |
*** arrsim has quit IRC | 04:37 | |
*** arrsim has joined #openstack | 04:38 | |
*** llang629 has joined #openstack | 04:40 | |
*** janpy has joined #openstack | 04:51 | |
*** adjohn has quit IRC | 05:00 | |
*** vladimir3p has joined #openstack | 05:03 | |
*** jog0 has joined #openstack | 05:03 | |
*** janpy has quit IRC | 05:14 | |
*** dolphm has quit IRC | 05:14 | |
*** krow has joined #openstack | 05:15 | |
*** janpy has joined #openstack | 05:15 | |
uvirtbot | New bug: #898010 in openstack-manuals "Security page rev1 on openstack.org" [Undecided,New] https://launchpad.net/bugs/898010 | 05:16 |
*** vladimir3p has quit IRC | 05:22 | |
*** rnorwood has quit IRC | 05:24 | |
*** janpy has quit IRC | 05:24 | |
*** janpy has joined #openstack | 05:26 | |
bfreis | euca-describe-availability-zones verbose is return "<unknown>:1:0: syntax error", any ideas? | 05:29 |
*** adjohn has joined #openstack | 05:30 | |
vidd | bfreis, you using keystone? | 05:30 |
bfreis | hmm what is keystone? | 05:31 |
*** anotherjesse has quit IRC | 05:31 | |
bfreis | I've noticed that /var/log/nova/nova-api.log shows POST /services/Eucalyptus/ None:None 200 [Boto/2.0 (linux2)] application/x-www-form-urlencoded text/html | 05:33 |
*** PeteDaGuru has quit IRC | 05:33 | |
bfreis | is "/services/Eucalyptus/" normal? | 05:33 |
bfreis | shouldn't it be /services/Cloud? | 05:33 |
vidd | should be | 05:34 |
*** koolhead17 has joined #openstack | 05:34 | |
bfreis | echo $EC2_URL shows http://10.20.200.1:8773/services/Cloud though | 05:34 |
*** janpy has quit IRC | 05:35 | |
*** janpy has joined #openstack | 05:36 | |
bfreis | I've tried ec2-describe-availability-zones, but then I get a certificate error | 05:36 |
*** llang629 has left #openstack | 05:37 | |
*** deepti_ has joined #openstack | 05:37 | |
*** Ryan_Lane|away has quit IRC | 05:39 | |
*** tungvs_ has quit IRC | 05:39 | |
*** deepti_ has quit IRC | 05:39 | |
bfreis | why would euca2ools make a request to /services/Eucalyptus when the env variable says /services/Cloud? | 05:40 |
*** robbiew has quit IRC | 05:40 | |
*** tungvs_ has joined #openstack | 05:41 | |
vidd | sounds like a config error | 05:41 |
bfreis | hmmm got it | 05:41 |
bfreis | I had an old ~/.eucarc | 05:41 |
bfreis | (I have just disabled an Eucalyptus cloud | 05:42 |
bfreis | ) | 05:42 |
bfreis | After removing ~/.eucarc, it worked! | 05:42 |
bfreis | Well, kind of actually | 05:42 |
vidd | there ya go =] | 05:42 |
bfreis | it is not seeing my compute instance in another host! | 05:42 |
bfreis | actually, it shows only services in that host | 05:42 |
vidd | you may need to clean out your ENV | 05:42 |
bfreis | i've cleaned, still nothing | 05:43 |
bfreis | it shows only nova-network and nova-scheduler on the host I'm executing the command | 05:43 |
bfreis | (nova-compute is only on the other host) | 05:43 |
vidd | how is the sync between servers? [time wise] | 05:43 |
bfreis | oh | 05:44 |
bfreis | should be perfect | 05:44 |
bfreis | (I've installed ntp for eucalyptus before) | 05:44 |
bfreis | let me check | 05:44 |
bfreis | ntpq -np shows an offset of -0.007... | 05:45 |
bfreis | that should be precise enough :P | 05:45 |
jdg | vidd: Been meaning to thank you for your help last week, finally have an installation up and running between you and Kiall. | 05:45 |
vidd | jdg, cool...your welcome | 05:46 |
jdg | FWIW, the issue ended up being my network settings. | 05:47 |
bfreis | crap, I've restarted everything, but the nodes don't see each other! | 05:47 |
*** jdg has quit IRC | 05:48 | |
bfreis | how should the compute node communicate with the other node? through their "real" ips? | 05:48 |
*** ben_duyujie has left #openstack | 05:49 | |
vidd | yes...and the --rabbit_host flag | 05:49 |
bfreis | it is already there... | 05:49 |
bfreis | Hmmm, I'm using SQLite, is there any problem with that? | 05:50 |
bfreis | does the compute node have to have access to the database as well? | 05:50 |
vidd | dunno....i would NEVER use sqlite | 05:50 |
vidd | yes...compute and controller need access to the same database | 05:50 |
bfreis | holy crap | 05:51 |
uvirtbot | New bug: #898017 in keystone "Get Roles By Service Id." [Low,Confirmed] https://launchpad.net/bugs/898017 | 05:51 |
bfreis | that should be the problem then | 05:51 |
bfreis | I've not configured a database, so each node must be using a local, independent database | 05:51 |
vidd | thats why i always use MySQL databases =] | 05:51 |
bfreis | If I now change the database, will I have to recreate user/project/etc? | 05:51 |
vidd | that or export the data somehow | 05:52 |
bfreis | well, I don't mind losing the project and the user :D | 05:53 |
bfreis | let me see | 05:53 |
*** backburner has joined #openstack | 05:57 | |
vidd | night all | 05:58 |
*** vidd is now known as vidd-away | 05:58 | |
livemoon | hi, who knows keystone well? | 05:59 |
livemoon | no, who knows keystone and ldap well? | 05:59 |
*** localhost has quit IRC | 06:01 | |
*** localhost has joined #openstack | 06:03 | |
*** jedi4ever has joined #openstack | 06:09 | |
*** ton_katsu has joined #openstack | 06:09 | |
*** CaptTofu has joined #openstack | 06:10 | |
*** lloydde has quit IRC | 06:14 | |
*** tungvs_ has quit IRC | 06:16 | |
*** MarcMorata has joined #openstack | 06:17 | |
*** dragondm has quit IRC | 06:18 | |
*** wilmoore has joined #openstack | 06:18 | |
*** bodepd has quit IRC | 06:19 | |
*** saju_m has joined #openstack | 06:20 | |
*** imsplitbit has quit IRC | 06:20 | |
*** ivoks has quit IRC | 06:22 | |
*** tungvs_ has joined #openstack | 06:27 | |
*** shaon has joined #openstack | 06:29 | |
*** tungvs_ has quit IRC | 06:34 | |
*** arBmind has joined #openstack | 06:36 | |
*** jaesang has joined #openstack | 06:36 | |
jaesang | Hello everyone | 06:36 |
jaesang | When destroy an intance, | 06:37 |
shaon | hello jaesang :) | 06:37 |
*** jog0 has quit IRC | 06:37 | |
jaesang | Why Nova db api don't update fixed_ips table? | 06:38 |
jaesang | At instance_destroy in db/sqlalchemy/api.py, | 06:38 |
jaesang | nova only update instances, SecurityGroupInstanceAssociation, InstanceMetadata, BlockDeviceMapping columns. | 06:39 |
jaesang | do not update fixed_ips, floating_ips. | 06:40 |
*** CaptTofu1 has quit IRC | 06:40 | |
*** tungvs has joined #openstack | 06:40 | |
jaesang | anyone know this? | 06:40 |
*** lzyeval has quit IRC | 06:42 | |
*** lzyeval has joined #openstack | 06:45 | |
*** miclorb_ has quit IRC | 06:47 | |
*** reed has quit IRC | 06:48 | |
*** koolhead17 has quit IRC | 06:51 | |
*** guigui1 has joined #openstack | 06:52 | |
*** nerens has joined #openstack | 06:53 | |
*** deshantm_laptop has quit IRC | 06:57 | |
*** dnjaramba has quit IRC | 07:00 | |
*** dnjaramba has joined #openstack | 07:00 | |
*** GheRivero has joined #openstack | 07:01 | |
*** fridim_ has joined #openstack | 07:04 | |
*** ivoks has joined #openstack | 07:14 | |
saju_m | which doc tool openstack using for generate documentation ??? | 07:14 |
*** bodepd has joined #openstack | 07:16 | |
*** MarcMorata has quit IRC | 07:16 | |
*** mindpixel has joined #openstack | 07:17 | |
*** koolhead17 has joined #openstack | 07:17 | |
*** GheRivero has quit IRC | 07:18 | |
*** saju_m has quit IRC | 07:21 | |
*** saju_m has joined #openstack | 07:22 | |
*** GheRivero has joined #openstack | 07:26 | |
*** backburner has quit IRC | 07:27 | |
*** GheRivero has quit IRC | 07:29 | |
*** backburner has joined #openstack | 07:30 | |
*** GheRivero has joined #openstack | 07:34 | |
*** kaigan_ has joined #openstack | 07:35 | |
*** mgoldmann has joined #openstack | 07:36 | |
*** adjohn has quit IRC | 07:40 | |
kerouac | i love you when you work, openstack | 07:42 |
kerouac | <3 | 07:42 |
tungvs | Hi guys, I have openstack running with a qemu (not kvm) vmguest. I notice that for 1-2 days, the vmguest just hang. When I restart nova-compute server, I see nova-compute wait at "Connecting to libvirt: qemu:///system" in the log file | 07:44 |
tungvs | anyone know what does that mean ? | 07:44 |
*** marcuz has joined #openstack | 07:46 | |
tungvs | sorry, restart nova-compute service, not server | 07:46 |
*** TheOsprey has joined #openstack | 07:47 | |
*** iko4ka has joined #openstack | 07:48 | |
*** Pommi has quit IRC | 07:56 | |
*** Pommi has joined #openstack | 07:57 | |
*** arrsim has quit IRC | 07:57 | |
*** jakedahn has quit IRC | 08:00 | |
*** popux has joined #openstack | 08:00 | |
*** Razique has joined #openstack | 08:02 | |
*** Ramonster has joined #openstack | 08:05 | |
*** koolhead17 has quit IRC | 08:06 | |
*** Ramonster has quit IRC | 08:07 | |
*** reidrac has joined #openstack | 08:08 | |
*** vladimir3p has joined #openstack | 08:09 | |
*** Ramonster has joined #openstack | 08:10 | |
*** nerens has quit IRC | 08:11 | |
*** vladimir3p has quit IRC | 08:13 | |
*** arBmind has quit IRC | 08:16 | |
*** nerens has joined #openstack | 08:17 | |
*** yshh_ has quit IRC | 08:21 | |
*** dobber has joined #openstack | 08:24 | |
*** saju_m has quit IRC | 08:25 | |
*** yuxcer has joined #openstack | 08:25 | |
uvirtbot | New bug: #898055 in openstack-manuals "Integrate the filter coding tuto into swift doc" [Undecided,New] https://launchpad.net/bugs/898055 | 08:26 |
*** russellb has quit IRC | 08:27 | |
*** backburner has quit IRC | 08:27 | |
*** Diaoer has quit IRC | 08:31 | |
aryan | \o | 08:34 |
aryan | How comparable are iRODS and Swift? anyone knows? | 08:35 |
*** shaon has quit IRC | 08:35 | |
*** mcclurmc has quit IRC | 08:36 | |
*** pixelbeat has joined #openstack | 08:36 | |
*** mcclurmc has joined #openstack | 08:36 | |
*** russellb has joined #openstack | 08:47 | |
*** russellb has joined #openstack | 08:49 | |
*** krow has quit IRC | 08:55 | |
*** shaon has joined #openstack | 08:56 | |
*** saju_m has joined #openstack | 08:58 | |
*** ccorrigan has quit IRC | 09:05 | |
*** bourke has quit IRC | 09:05 | |
*** bourke has joined #openstack | 09:06 | |
*** ccorrigan has joined #openstack | 09:06 | |
*** JesperA has quit IRC | 09:10 | |
*** darraghb has joined #openstack | 09:10 | |
*** zhenhua has joined #openstack | 09:16 | |
*** miclorb_ has joined #openstack | 09:20 | |
*** vdo has joined #openstack | 09:21 | |
*** daysmen has joined #openstack | 09:22 | |
*** MarkAtwood has quit IRC | 09:24 | |
*** guigui1 has quit IRC | 09:25 | |
*** nacx has joined #openstack | 09:26 | |
*** scottjg has quit IRC | 09:30 | |
*** saju_m has quit IRC | 09:34 | |
*** javiF has joined #openstack | 09:34 | |
*** _rfz has quit IRC | 09:36 | |
*** uksysadmin has joined #openstack | 09:37 | |
*** PotHix has joined #openstack | 09:37 | |
*** katkee has joined #openstack | 09:44 | |
*** dirkx has joined #openstack | 09:46 | |
*** songyan has quit IRC | 09:47 | |
foexle | goooooooood morning guys :) .... its true, i need first to attach a public ip and after that will generate the public ssh key in the instance ? | 09:51 |
*** uksysadmin has quit IRC | 09:52 | |
*** rustam has joined #openstack | 09:54 | |
*** BasTichelaar has joined #openstack | 09:55 | |
*** wilmoore has quit IRC | 09:57 | |
*** guigui has joined #openstack | 10:02 | |
*** livemoon has left #openstack | 10:07 | |
*** ollie1 has joined #openstack | 10:08 | |
*** shang has quit IRC | 10:09 | |
*** rdj has joined #openstack | 10:10 | |
*** bourke_ has joined #openstack | 10:13 | |
*** shang has joined #openstack | 10:13 | |
*** bourke_ has quit IRC | 10:13 | |
*** bourke_ has joined #openstack | 10:14 | |
*** bourke has quit IRC | 10:14 | |
*** uksysadmin has joined #openstack | 10:14 | |
*** guigui has quit IRC | 10:16 | |
*** bencherian has joined #openstack | 10:19 | |
*** Razique has quit IRC | 10:22 | |
*** Razique has joined #openstack | 10:22 | |
*** yshh has joined #openstack | 10:23 | |
*** bencherian has quit IRC | 10:23 | |
*** po has joined #openstack | 10:23 | |
Razique | Hi all I keep reading that when u create images for OPS you need to remove swap | 10:24 |
Razique | why is that ? | 10:24 |
foexle | Razique: morning :) | 10:27 |
Razique | hi foexle | 10:27 |
Razique | how are you ? | 10:27 |
foexle | i'm fine :) .... it's sunny in berlin ;) | 10:27 |
foexle | and you ? | 10:28 |
Razique | great | 10:29 |
Razique | cold here | 10:29 |
Razique | I ran the stress test | 10:29 |
Razique | I had to reboot the instance | 10:29 |
Razique | due to lack of swap partition, Apache made the instance fubar :( | 10:29 |
Razique | Call Trace: | 10:30 |
Razique | [<ffffffff810b6150>] ? oom_kill_process+0x7f/0x23f | 10:30 |
Razique | [1807721.622923] [<ffffffff810b6674>] ? __out_of_memory+0x12a/0x141 | 10:30 |
Razique | etc... | 10:30 |
Razique | I think it's very dangerous to create swapless images, innit ? | 10:30 |
foexle | apache or the web apllication ? ... because apache forks only new childs | 10:30 |
foexle | Razique: yeah it is | 10:30 |
Razique | it's apache which broke the server | 10:30 |
uvirtbot | New bug: #898097 in glance "Glance cli produces 'invalid literal for int' error when using ssl" [Undecided,New] https://launchpad.net/bugs/898097 | 10:31 |
Razique | Pid: 29190, comm: apache2 Not tainted 2.6.32-5-amd64 #1 | 10:31 |
foexle | Razique: you could use thin server | 10:32 |
Razique | what is that ? | 10:32 |
foexle | other web server | 10:32 |
foexle | faster and smaller | 10:32 |
foexle | but relative static .... he has a fied number of prcesses | 10:32 |
foexle | +o | 10:33 |
*** shang has quit IRC | 10:33 | |
Razique | thanks ofr the hint i'll look at that | 10:34 |
Razique | meanwhile, maybe we should update the doc and remove the non swap sutff | 10:34 |
Razique | do you know why to doc claims not to create swap ? | 10:34 |
Razique | the CSScorp guys wrote one of the image creation doc | 10:34 |
foexle | ahhh Razique do you have eventually an answer of my question due of connection timeout of DataSourceEc2 | 10:35 |
Razique | yah | 10:35 |
foexle | Razique: dont know .... normally u need to use a swap device in each linux or unix systems .... i cant understand why anyone should use an instance without swap. It's unstable | 10:36 |
Razique | foexle: we already have the answer in fact | 10:37 |
Razique | since you are able to dynamically resize an instance | 10:37 |
Razique | and since the swap is based on the actual memory you have, it explains why creating swap is deprecated | 10:37 |
Razique | but it's too dangerous imho | 10:38 |
Razique | maybe a generic 512mb swapfile should be created | 10:38 |
Razique | it's no biggie if in somes cases the swap is bigger than the actual memory | 10:39 |
Razique | even better, maybe we could inject a dynamic swapfile creation based on actual memory | 10:39 |
foexle | or you can create an extra swap device for each instance | 10:39 |
Razique | free-m -> cut/sed/ -> mkswp -> swapon | 10:39 |
*** guigui has joined #openstack | 10:40 | |
Razique | foexle: I read the performances were mainly the same between a swapfile and a device | 10:40 |
Razique | but yah, taht it also a possibility | 10:40 |
Razique | foexle: regarding your issue | 10:41 |
Razique | can you resend me the log ? | 10:42 |
foexle | Razique: yep 1 sec | 10:42 |
*** popux has quit IRC | 10:45 | |
*** yuxcer has left #openstack | 10:48 | |
foexle | Razique: http://pastebin.com/K3S2N7Ga | 10:48 |
foexle | so it looks like, that the instance dont have a route from br100 to lo, first if i attach a public ip, the instance can communicate with the ec2 datasource | 10:49 |
*** shang has joined #openstack | 10:49 | |
Razique | without floating ip the instance is unable to retrieve the metadatas while with one it does ? | 10:50 |
foexle | yes | 10:50 |
Razique | I've already seen such behaviour in fact | 10:51 |
Razique | ok I think I know | 10:51 |
Razique | can I see nova.conf please ? | 10:51 |
foexle | of compute or api ? | 10:52 |
Razique | api | 10:52 |
foexle | http://pastebin.com/iGicGpFT | 10:53 |
*** mindpixel has quit IRC | 10:54 | |
Razique | here --ec2_url=http://78.xxx.xxx.202:8773/services/Cloud | 10:54 |
Razique | --ec2_dmz_host=78.xxx.xxx.202 | 10:54 |
Razique | without floating, are the instances able to reach that ip ? | 10:54 |
*** ahasenack has joined #openstack | 10:54 | |
foexle | Razique: the instance dont reach any network .... i tried 192.168.0.x thats the backnet on eth1 => vlan100 => br100 | 10:55 |
*** tryggvil_ has quit IRC | 10:55 | |
foexle | Razique: only if i attach a floating ip | 10:56 |
Razique | what is that 192.168 network ? | 10:56 |
Razique | I see 10.0 for the instance network, not 192 | 10:56 |
Razique | --except-interface=lo --dhcp-range=10.0.0.20,static,120s --dhcp-lease-max=256 | 10:56 |
foexle | yes this are the fixed ips ..... 192.168.x.x are to communicate between the services | 10:57 |
foexle | but | 10:57 |
Razique | mmm | 10:57 |
*** lzyeval has quit IRC | 10:58 | |
Razique | it's the nova internal network you mean ? | 10:58 |
foexle | 192.168 = eth1 ..... eth1 => vlan100 interface => br100 | 10:58 |
foexle | yeah | 10:58 |
Razique | ok | 10:58 |
Razique | what is the 78.xxx.xxx.202:8773 ip ? | 10:58 |
Razique | public, routable one of nova ? | 10:58 |
foexle | public ip of the nova api | 10:58 |
Razique | nova-api to be precize | 10:58 |
Razique | ok | 10:58 |
Razique | does it need to be public ? | 10:58 |
foexle | jap | 10:59 |
Razique | oki | 10:59 |
Razique | ok so the solution for you is to make nova-api reacheable on the 192. network | 10:59 |
foexle | so i see only one soulution .... i need to create a routing to eth1 from lo on each compute node | 10:59 |
Razique | na iptables should do it | 11:00 |
Razique | try tthis | 11:00 |
foexle | nova api are reachable on the 192 network AND pub network | 11:00 |
Razique | -ec2_dmz_host=192.X.X.X ip | 11:01 |
Razique | that should work | 11:01 |
foexle | i tried this | 11:01 |
foexle | :( | 11:01 |
foexle | no communication :D | 11:01 |
Razique | and ? | 11:01 |
Razique | exact same error ? | 11:01 |
foexle | yes | 11:01 |
Razique | have you restarted nova-network and nova-api | 11:01 |
foexle | ok so | 11:01 |
*** tryggvil_ has joined #openstack | 11:01 | |
Razique | and check the iptable ruleS ? | 11:01 |
foexle | of course | 11:01 |
foexle | so | 11:01 |
Razique | :p | 11:01 |
Razique | try iptables then | 11:02 |
foexle | if i check via tcpdump | 11:02 |
foexle | the br100 interface | 11:02 |
foexle | i'll see the request 169.256.x.x cant fine the correct arp table entry | 11:02 |
Razique | iptables -t nat -I PREROUTING-NOVA 1 -p tcp -d 169.254.169.254 --dport 80 -j DNAT --to 192.XXX.:8773 | 11:03 |
Razique | maybe something like this should work | 11:03 |
foexle | lo have bind this ip but the arp entry are not correct i think | 11:03 |
Razique | oh ok | 11:03 |
foexle | i found this roule if i change the dmz host to 192. | 11:04 |
foexle | but it doesn't work | 11:04 |
Razique | does it receive packets ? | 11:04 |
foexle | so i can reach the instance ... i can ping 10.0.xx and i get console output ... but the instance cant find the end of 169.254.xxx | 11:05 |
*** pgalbraith has joined #openstack | 11:06 | |
foexle | tricky issue :D | 11:06 |
Razique | yah | 11:06 |
Razique | any exception into nova-network.log ? | 11:07 |
foexle | i thought i have any wrong in my network table | 11:07 |
foexle | nope no exceptions | 11:07 |
Razique | I don't think it has something to do with network table | 11:07 |
foexle | ok | 11:07 |
Razique | a communication from nova-api from instances on their private ip is required | 11:08 |
Razique | usually the dmz_host works | 11:08 |
Razique | mmmm | 11:08 |
*** CaptTofu has quit IRC | 11:08 | |
zykes- | notmyname: ? | 11:09 |
zykes- | or anyone, what's the benefits of a swift deployment contra for replicated nas ? | 11:09 |
guaqua | scalability | 11:10 |
foexle | i'll try to find out what the issue is .... possibly you have time this or next week for an hour if i can't find a solution | 11:10 |
guaqua | zykes-: if all you need is a replicated nas, use replicated nas | 11:10 |
Razique | foexle: today I could ssh if you want to | 11:10 |
*** rods has joined #openstack | 11:10 | |
*** ton_katsu has quit IRC | 11:11 | |
foexle | Razique: oh yeah :) if you like .... so ping me if you have time and lust :) | 11:13 |
Razique | ok around 11 pm that would be perfect | 11:14 |
Razique | i'll be much more available | 11:14 |
foexle | all right :) | 11:15 |
Razique | plus you that leave you the whole day to figure it out hehe | 11:15 |
Razique | and if you are an ipsec user you could help me =D | 11:15 |
foexle | hahahaha i'll try ;) | 11:15 |
zykes- | guaqua: only that ? ;p | 11:16 |
foexle | ohh i'm sorry .... i you have ha questions i'm the right man in many sections .... but ipsec , not! :D | 11:16 |
Razique | hey zykes- ! | 11:16 |
Razique | haha | 11:16 |
*** popux has joined #openstack | 11:17 | |
*** pradeep1 has quit IRC | 11:23 | |
*** rods has quit IRC | 11:28 | |
*** livemoon has joined #openstack | 11:28 | |
*** zefry has joined #openstack | 11:33 | |
*** mindpixel has joined #openstack | 11:34 | |
guaqua | zykes-: well, swift is a non-trivial piece of software. from a purely ROI standpoint, if you can use some small-scale already running solution, you should go with that | 11:35 |
guaqua | what is your use case? | 11:35 |
zykes- | guaqua: replacing tape library for vm storage | 11:40 |
zefry | hello all | 11:40 |
guaqua | zykes-: vm storage? for backup? | 11:42 |
*** pradeep1 has joined #openstack | 11:42 | |
zefry | anyone, can you help me? | 11:43 |
zykes- | guaqua: correct | 11:43 |
zykes- | and in the future possibly other customers | 11:43 |
*** miclorb_ has quit IRC | 11:44 | |
*** dirkx has quit IRC | 11:45 | |
guaqua | zykes-: if you actually need scaling and are planning to sell services outside, then swift might be an option | 11:49 |
guaqua | otherwise i'd go for some other, simpler option that already works | 11:49 |
*** katkee has quit IRC | 11:51 | |
*** tungvs has quit IRC | 11:51 | |
*** cloudgeek has joined #openstack | 11:57 | |
*** adiantum has joined #openstack | 11:58 | |
*** redconnection has joined #openstack | 11:58 | |
*** zigo has joined #openstack | 12:06 | |
zefry | I got a problem : kvm -m 256 -cdrom ubuntu-11.10-server-i386.iso -drive file=server.img,if=scsi,index=0 -boot d -net nic -net user -nographic ~-vnc :0 | 12:07 |
zefry | kvm: -nographic: could not open disk image ~-vnc: No such file or directory | 12:07 |
*** katkee has joined #openstack | 12:07 | |
*** dirkx has joined #openstack | 12:09 | |
soren | Err.. | 12:12 |
soren | Yeah. Don't put a ~ there. | 12:12 |
zefry | kvm: pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin" | 12:16 |
soren | Just a warning. Ignore it. | 12:16 |
zefry | okey | 12:16 |
zefry | +soren: thank you before :) | 12:17 |
*** zk has joined #openstack | 12:18 | |
*** qazwsx has joined #openstack | 12:19 | |
cloudgeek | hi livemoon | 12:21 |
*** kyriakos has joined #openstack | 12:22 | |
*** kyriakos has left #openstack | 12:23 | |
livemoon | cloudgeek: about what? | 12:23 |
cloudgeek | livemoon:about web hosting | 12:24 |
livemoon | detial | 12:24 |
*** markvoelker has joined #openstack | 12:24 | |
*** dirkx has quit IRC | 12:24 | |
*** BasTiche1aar has joined #openstack | 12:25 | |
*** shaon has quit IRC | 12:27 | |
*** osier has quit IRC | 12:28 | |
*** BasTichelaar has quit IRC | 12:28 | |
*** praefect has quit IRC | 12:29 | |
*** praefect has joined #openstack | 12:30 | |
*** heut2008 has quit IRC | 12:34 | |
*** jaesang has quit IRC | 12:39 | |
*** Razique has quit IRC | 12:39 | |
*** Razique has joined #openstack | 12:42 | |
cloudgeek | Jai ho cloud | 12:42 |
livemoon | cool | 12:43 |
cloudgeek | livemoon: i am talk you later after 35 min:) | 12:44 |
livemoon | ok,please continue about your business. | 12:44 |
*** dpippenger has quit IRC | 12:50 | |
*** mjfork has joined #openstack | 12:54 | |
*** zefry- has joined #openstack | 12:57 | |
*** Razique has quit IRC | 13:07 | |
*** zigo-_- has joined #openstack | 13:09 | |
*** jobycxa has joined #openstack | 13:10 | |
*** zigo has quit IRC | 13:10 | |
*** misheska has joined #openstack | 13:20 | |
*** Razique has joined #openstack | 13:21 | |
*** develtech has joined #openstack | 13:26 | |
*** javiF has quit IRC | 13:27 | |
uvirtbot | New bug: #898153 in nova "nova.tests.setup() shouldn't create a network" [Undecided,New] https://launchpad.net/bugs/898153 | 13:28 |
*** hadrian has joined #openstack | 13:29 | |
*** misheska has quit IRC | 13:30 | |
*** shang has quit IRC | 13:30 | |
*** guigui has quit IRC | 13:30 | |
*** n81 has joined #openstack | 13:36 | |
*** bsza has joined #openstack | 13:37 | |
*** ben_duyujie has joined #openstack | 13:37 | |
*** n81 has quit IRC | 13:37 | |
*** n81 has joined #openstack | 13:39 | |
*** jobycxa has quit IRC | 13:39 | |
*** aliguori has joined #openstack | 13:41 | |
*** qazwsx has quit IRC | 13:43 | |
*** nerens has quit IRC | 13:43 | |
*** nerens has joined #openstack | 13:44 | |
*** nerens has quit IRC | 13:45 | |
*** lorin1 has joined #openstack | 13:47 | |
foexle | how knows the nova-api if a service in running state ? so how tell each service to api i'm running ? with amqp or push in db ? | 13:48 |
*** _rfz has joined #openstack | 13:49 | |
*** Rajaram has quit IRC | 13:49 | |
*** ben_duyujie has left #openstack | 13:53 | |
foexle | ok via amqp | 13:54 |
*** lts has joined #openstack | 13:55 | |
*** afm1 has left #openstack | 13:56 | |
uvirtbot | New bug: #898162 in nova "if a snapshot fails, the task state of the instance stays in "image_snapshot"" [Undecided,New] https://launchpad.net/bugs/898162 | 13:58 |
*** misheska has joined #openstack | 14:02 | |
*** mindpixel has quit IRC | 14:02 | |
*** dolphm has joined #openstack | 14:03 | |
*** ABK has joined #openstack | 14:03 | |
*** pradeep1 has quit IRC | 14:04 | |
*** shaon has joined #openstack | 14:08 | |
praefect | hi guys, I'm trying to make a zone use Xen hypervisor, anyone got it to work? I'm currently having problem with the image format I think... | 14:10 |
*** lloydde has joined #openstack | 14:12 | |
uvirtbot | New bug: #898167 in nova "db.network_get_all_by_host only returns networks that have fixed_ips" [Undecided,New] https://launchpad.net/bugs/898167 | 14:13 |
uvirtbot | New bug: #898169 in swift "Ring load is slow: use bufferedio with gzipfile" [Undecided,New] https://launchpad.net/bugs/898169 | 14:13 |
uvirtbot | New bug: #898170 in keystone "Schema Versioning not enabled by default" [Undecided,New] https://launchpad.net/bugs/898170 | 14:13 |
*** rnorwood has joined #openstack | 14:16 | |
*** pgalbraith has quit IRC | 14:16 | |
*** rpoo has quit IRC | 14:17 | |
*** CaptTofu has joined #openstack | 14:19 | |
*** troya has joined #openstack | 14:22 | |
*** huslage has joined #openstack | 14:23 | |
*** rnorwood has quit IRC | 14:25 | |
*** _rfz has quit IRC | 14:27 | |
*** troya has quit IRC | 14:28 | |
*** dolphm has quit IRC | 14:31 | |
*** livemoon has left #openstack | 14:34 | |
*** kbringard has joined #openstack | 14:36 | |
*** nerens has joined #openstack | 14:37 | |
*** cloudgeek has quit IRC | 14:37 | |
*** 16SABOI47 has joined #openstack | 14:39 | |
*** saju_m has joined #openstack | 14:41 | |
*** develtech has quit IRC | 14:41 | |
*** Rajaram has joined #openstack | 14:43 | |
*** CaptTofu has quit IRC | 14:45 | |
iko4ka | i'd like to try openstack and I know that ubuntu is reference platform for openstack. will i have serious problems with debian setup? | 14:48 |
*** cloudvirt has joined #openstack | 14:49 | |
*** deshantm_laptop has joined #openstack | 14:49 | |
foexle | iko4ka: make sure the dependencies (package versions) are correct | 14:49 |
*** lborda has joined #openstack | 14:50 | |
*** PeteDaGuru has joined #openstack | 14:52 | |
*** cloudgeek has joined #openstack | 14:52 | |
*** develtech has joined #openstack | 14:54 | |
iko4ka | foexle, thanks, will try. deb http://ftparchive.gplhost.com/debian openstack main - is it repo for debian packages? | 14:55 |
*** dnjaramba has quit IRC | 14:57 | |
foexle | hmm dont know im using ubuntu .... but 12-Oct-2011 06:16 seems be good | 14:58 |
*** saju_m has quit IRC | 14:58 | |
*** develtech has quit IRC | 14:59 | |
*** bfreis has quit IRC | 14:59 | |
*** AlanClark has joined #openstack | 14:59 | |
*** rnorwood has joined #openstack | 15:01 | |
*** rnorwood has joined #openstack | 15:02 | |
*** robbiew has joined #openstack | 15:04 | |
*** primeministerp has joined #openstack | 15:04 | |
*** ldlework has joined #openstack | 15:05 | |
*** abecc has joined #openstack | 15:12 | |
*** cloudvirt has quit IRC | 15:12 | |
*** develtech has joined #openstack | 15:13 | |
*** cloudvirt has joined #openstack | 15:13 | |
*** mcclurmc has quit IRC | 15:17 | |
*** mcclurmc has joined #openstack | 15:19 | |
*** praefect has quit IRC | 15:19 | |
uvirtbot | New bug: #898205 in nova "Database does not get cleaned when deleting network" [Undecided,New] https://launchpad.net/bugs/898205 | 15:21 |
*** reed has joined #openstack | 15:21 | |
*** dolphm_ has joined #openstack | 15:21 | |
*** GheRivero_ has joined #openstack | 15:22 | |
*** datajerk has quit IRC | 15:23 | |
*** misheska has quit IRC | 15:27 | |
*** redconnection has quit IRC | 15:28 | |
*** praefect has joined #openstack | 15:29 | |
Razique | foexle: you aroung ? | 15:30 |
Razique | around* | 15:30 |
foexle | Razique: heyho | 15:32 |
*** MarcMorata has joined #openstack | 15:32 | |
Razique | I just laid that https://github.com/Razique/BashStuff/blob/master/SCR_5016_V00_NUAC-OPENSTACK-Swap-provisionning.sh | 15:34 |
Razique | on boot swap provisionning | 15:34 |
Razique | nothing much but works | 15:34 |
*** CaptTofu has joined #openstack | 15:34 | |
praefect | Razique: hi Razique, are you using xen by any chance? | 15:35 |
Razique | nope :( | 15:35 |
Razique | Xen power user | 15:35 |
*** nyeates has joined #openstack | 15:39 | |
*** wilmoore has joined #openstack | 15:44 | |
foexle | Razique: yeah verry nice, but you create swap on each boot correct ? | 15:45 |
*** lborda has quit IRC | 15:45 | |
uvirtbot | New bug: #898211 in keystone "./setup.py sphinx_build reports 43 issues" [Medium,In progress] https://launchpad.net/bugs/898211 | 15:46 |
Razique | foexle: I make sure the swapfile doesn't alreday exist first | 15:47 |
Razique | if so I create a new one only if the current one is smaller | 15:47 |
Razique | foexle: also I could maybe implement a condition : if ram is less than let's say 256 mb, I create a bigger swapfile | 15:48 |
*** lborda has joined #openstack | 15:49 | |
foexle | yeah thats would be nice, but do you destroy the swapfile if you reboot the instance ? | 15:49 |
foexle | btw do the reboot process destroy the swap file ? .... if not, you need an entry in fstab or not ? | 15:50 |
*** develtech has quit IRC | 15:51 | |
*** uksysadmin has quit IRC | 15:52 | |
Razique | if I reboot, I don't delete it | 15:52 |
Razique | foexle: you don't need an fstab entry since the script enable the swapfile | 15:52 |
Razique | enven if the file exists | 15:52 |
*** code_franco has joined #openstack | 15:52 | |
Razique | just make sure at boot you launch the script | 15:53 |
*** javiF has joined #openstack | 15:53 | |
foexle | yeah sry i see you swapon at the end :) | 15:53 |
foexle | yeah ok .... thats correct ... but your startuptime for this instances will be increase | 15:54 |
*** adjohn has joined #openstack | 15:54 | |
Razique | yah... that the thing | 15:55 |
*** sloop has quit IRC | 15:55 | |
foexle | other idea | 15:56 |
foexle | if attach an iSCSI volume on each instance which represents a swap device ? | 15:57 |
foexle | + you ;) | 15:57 |
*** rnorwood1 has joined #openstack | 15:57 | |
*** TheOsprey has quit IRC | 15:58 | |
*** rnorwood has quit IRC | 15:59 | |
foexle | so you will distribute your i/o beacuase make swap on storage server and booting image on coumte node .... but i dont know how fast you can attach a lun to an instance | 15:59 |
*** sloop has joined #openstack | 15:59 | |
Razique | foexle: what about the performance | 15:59 |
Razique | iscsi won't be as fast as a local file | 15:59 |
foexle | yeah but swap should not be fast ..... normally you should dont need it | 16:00 |
*** dragondm has joined #openstack | 16:00 | |
foexle | you need it only for rescue your instance | 16:00 |
*** mcclurmc has quit IRC | 16:01 | |
Razique | true | 16:01 |
*** mcclurmc has joined #openstack | 16:01 | |
Razique | the thing is you need to use nova-volume with ur proposal | 16:01 |
Razique | here it's volume independant | 16:01 |
foexle | hmmm | 16:02 |
foexle | i have a other idea :D .... but this on will be verry tricky i think ^^ | 16:03 |
*** develtech has joined #openstack | 16:03 | |
*** bsza has quit IRC | 16:03 | |
foexle | but verry fast | 16:03 |
Razique | yah ? | 16:03 |
*** wilmoore has quit IRC | 16:04 | |
*** guigui1 has joined #openstack | 16:05 | |
foexle | you can make on each compute node a lvm and you make a lv for swap (like 500MB) for each instance you will spwan you can make a snapshot of size xx. This snapshot can you use in the instance. | 16:05 |
foexle | a snapshot of a lv are instantly | 16:05 |
foexle | and you can destroy it if you terminate | 16:06 |
foexle | but its verry tricky .... but a nice way at the end i think | 16:06 |
Razique | yah but how to you attach a compute node lv to an instance ? | 16:07 |
Razique | appart from instance xml file ? | 16:07 |
foexle | maybe | 16:07 |
*** nerens has quit IRC | 16:08 | |
*** develtech has quit IRC | 16:08 | |
*** abecc has quit IRC | 16:08 | |
foexle | so i think its verry tricky ... you need to write a script or expand nova-compute code to a) create a snapshot (or all what you nedd => initial setup) b) tell kvm to use this snapshot for swap | 16:09 |
Razique | why do you think using a local swapfile is not kewl ? | 16:09 |
foexle | it is cool :D ... thats not the matter | 16:09 |
*** kaigan_ has quit IRC | 16:10 | |
foexle | the spawning time of each instance will be increasing | 16:10 |
foexle | and if you will a fast scaling cloud you nee fast spawning images and instances | 16:10 |
*** freeflyi1g has joined #openstack | 16:11 | |
foexle | AND you can save a little bit i/o | 16:11 |
foexle | that was my intension | 16:11 |
*** freeflying has quit IRC | 16:14 | |
Razique | foexle: another thing | 16:17 |
Razique | update the base image and create the swapfile into it :D | 16:17 |
*** Ryan_Lane has joined #openstack | 16:18 | |
foexle | yeah ;) thats the easiest and fastest way ;) | 16:18 |
*** jdg has joined #openstack | 16:19 | |
foexle | so Razique im afk now to 10:30 pm .... we will see us later! ;) | 16:19 |
Razique | afk ? | 16:20 |
kbringard | away from keyboard | 16:20 |
foexle | away from keyboard ;) | 16:20 |
Razique | ok i'll cacth u later | 16:20 |
Razique | ok | 16:20 |
Razique | =D | 16:20 |
foexle | :D | 16:20 |
Razique | hi kbringard :D | 16:20 |
kbringard | ahoy | 16:20 |
*** develtech has joined #openstack | 16:20 | |
Razique | long time no see eh | 16:20 |
foexle | ;) | 16:20 |
*** reidrac has quit IRC | 16:20 | |
foexle | heyho kbringard | 16:21 |
kbringard | indeed, I've been crazy busy | 16:21 |
kbringard | hey foexle | 16:21 |
Razique | that the Ferrari effect | 16:21 |
Razique | u don't see them much but when u do, that rocks | 16:21 |
kbringard | lol | 16:21 |
*** 16SABOI47 has quit IRC | 16:21 | |
Razique | birthday time for my brother | 16:21 |
Razique | cya laters guys | 16:21 |
kbringard | adios | 16:22 |
Razique | :) | 16:22 |
kbringard | happy b-day to your brother! | 16:22 |
Razique | thanks ! | 16:22 |
Razique | later | 16:22 |
Razique | :) | 16:22 |
*** Razique has left #openstack | 16:22 | |
*** iko4ka has quit IRC | 16:24 | |
*** qazwsx has joined #openstack | 16:26 | |
*** CaptTofu has quit IRC | 16:26 | |
*** sidarta has joined #openstack | 16:27 | |
*** Ramonster has quit IRC | 16:29 | |
*** bcwaldon has joined #openstack | 16:32 | |
*** AlanClark has quit IRC | 16:33 | |
*** simoncpu has joined #openstack | 16:34 | |
*** simoncpu has left #openstack | 16:34 | |
*** CaptTofu has joined #openstack | 16:36 | |
*** vladimir3p has joined #openstack | 16:36 | |
*** miclorb_ has joined #openstack | 16:37 | |
*** sidarta has quit IRC | 16:38 | |
*** Ryan_Lane has quit IRC | 16:38 | |
*** sidarta has joined #openstack | 16:39 | |
*** dobber has quit IRC | 16:40 | |
*** MarcMorata has quit IRC | 16:40 | |
gnu111 | I am trying to download a 10GB file..getting "Could not load object segment" error: http://paste.openstack.org/show/3560/ | 16:41 |
notmyname | gnu111: odd. do you see anything in the object server logs? can you GET the parts individually? | 16:42 |
gnu111 | notmyname: I will try the parts. I see this in one of the object servers: "object-replicator @ERROR: max connections (2) reached -- try again later" Recently, I removed and added new disks. not sure if something got messed up there. | 16:44 |
*** guigui1 has quit IRC | 16:44 | |
*** MarkAtwood has joined #openstack | 16:44 | |
guaqua | o | 16:44 |
gnu111 | when I try the segments folder. I get this: "Object u'ibtest10GB_segments/file10GB.tmp/1320730466.04/10486808576/00000000' not found" That's not good. | 16:45 |
*** Ryan_Lane has joined #openstack | 16:45 | |
*** Ryan_Lane has joined #openstack | 16:45 | |
gnu111 | I remember downloading this test file a while back. it was ok then. | 16:45 |
*** mikeyp has joined #openstack | 16:46 | |
btorch | gnu111: try locating the copies with swift-get-nodes and see all of them are found | 16:46 |
*** rnorwood1 has quit IRC | 16:46 | |
*** reed has quit IRC | 16:47 | |
*** Hakon|mbp has joined #openstack | 16:47 | |
*** ejat has joined #openstack | 16:47 | |
*** ejat has joined #openstack | 16:47 | |
gnu111 | btorch: cool! that's a useful tool. http://paste.openstack.org/show/3562/ What does Handoff imply here? | 16:49 |
*** krow has joined #openstack | 16:49 | |
notmyname | gnu111: the handoff nodes are where swift puts data if the primary nodes aren't available. they are used for PUTs but not GETs. it allows for higher availability in the face of failures | 16:52 |
*** rnorwood has joined #openstack | 16:52 | |
*** yshh has quit IRC | 16:54 | |
gnu111 | I am not sure if I am using it correctly: swift-get-nodes /etc/swift/container.ring.gz <containername> ?? | 16:55 |
*** yshh has joined #openstack | 16:55 | |
*** bryguy has quit IRC | 16:56 | |
*** redconnection has joined #openstack | 16:56 | |
btorch | gnu111: you using 1.4.4 ? if so try man swift-get-nodes :) ... you need the account hash before the container_name there | 16:56 |
*** CaptTofu1 has joined #openstack | 16:57 | |
*** bryguy has joined #openstack | 16:57 | |
*** ABK has quit IRC | 16:57 | |
btorch | gnu111: like swift-get-nodes /etc/swift/container.ring.gz MyAccount-12ac01446be2 mycontainer | 16:57 |
gnu111 | btorch: I am using 1.4.3. | 16:57 |
*** AlanClark has joined #openstack | 16:58 | |
*** yshh has quit IRC | 16:59 | |
*** cctrieloff has joined #openstack | 17:01 | |
*** BasTiche1aar has quit IRC | 17:01 | |
*** code_franco_ has joined #openstack | 17:03 | |
*** JesperA has joined #openstack | 17:04 | |
SpamapS | ttx: around? | 17:05 |
*** BasTichelaar has joined #openstack | 17:05 | |
ttx | SpamapS: for a few min | 17:05 |
SpamapS | ttx: before I jump into the stable packaging thread... has ubuntu-backports been considered, rather than a PPA? | 17:06 |
*** code_franco_ has quit IRC | 17:06 | |
ttx | SpamapS: not that I know of... | 17:06 |
*** nati2 has joined #openstack | 17:06 | |
ttx | SpamapS: good, we could use more people with experience of both sides of the fence in that discussion ;) | 17:06 |
jdg | Is there a default login/password for the Ubuntu Cloud images? I've installed and launched instances but can't log in :( | 17:06 |
SpamapS | jdg: no, you need a key | 17:07 |
*** code_franco has quit IRC | 17:07 | |
jdg | Oh, that makes much more sense. | 17:07 |
SpamapS | ttx: ok, I'll bring it up. It would be quite good to have the stable release of openstack in backports. | 17:08 |
jdg | Is there an easy way to generate the keys in dashboard? | 17:08 |
jdg | generate/assign | 17:08 |
jdg | Never mind, found it in the docs | 17:10 |
jdg | See if I can get through it | 17:10 |
*** Rajaram has quit IRC | 17:11 | |
*** zigo-_- has quit IRC | 17:14 | |
*** koolhead17 has joined #openstack | 17:15 | |
*** llang629 has joined #openstack | 17:18 | |
*** marcuz has quit IRC | 17:18 | |
*** llang629 has left #openstack | 17:18 | |
*** shaon has quit IRC | 17:19 | |
*** jedi4ever has quit IRC | 17:22 | |
*** jedi4ever has joined #openstack | 17:23 | |
*** develtech has quit IRC | 17:23 | |
*** dotdevops has joined #openstack | 17:24 | |
*** katkee has quit IRC | 17:24 | |
*** PotHix has quit IRC | 17:24 | |
uvirtbot | New bug: #898257 in nova "Add libguestfs support for injecting files to images" [Undecided,In progress] https://launchpad.net/bugs/898257 | 17:25 |
*** abecc has joined #openstack | 17:28 | |
*** miclorb_ has quit IRC | 17:29 | |
*** whit has joined #openstack | 17:29 | |
*** popux has quit IRC | 17:31 | |
*** vdo has quit IRC | 17:31 | |
*** Ryan_Lane has quit IRC | 17:31 | |
whit | anybody got a good pointer to how to setup openstack via chef solo for a developer style install? | 17:33 |
*** abecc_ has joined #openstack | 17:34 | |
*** cloudgeek has quit IRC | 17:34 | |
*** abecc has quit IRC | 17:35 | |
*** abecc_ is now known as abecc | 17:35 | |
*** cloudgeek has joined #openstack | 17:36 | |
*** develtech has joined #openstack | 17:36 | |
*** marrusl has joined #openstack | 17:37 | |
*** dolphm_ has quit IRC | 17:40 | |
kbringard | anyone know anything about the http://ops.monkeypuppetlabs.com/packages/ repo? | 17:46 |
kbringard | it looks like it's debs of the backports tree | 17:46 |
*** dolphm has joined #openstack | 17:47 | |
uvirtbot | New bug: #898266 in nova "API command not documented - {tenantId}/servers/{serverId}/consoles" [Undecided,New] https://launchpad.net/bugs/898266 | 17:50 |
*** jdurgin has joined #openstack | 17:52 | |
*** GheRivero_ has quit IRC | 17:53 | |
*** DavorC has joined #openstack | 17:53 | |
*** mdomsch has joined #openstack | 17:55 | |
*** mattrobi1son has quit IRC | 17:55 | |
*** lorin1 has quit IRC | 17:56 | |
*** mattrobinson has joined #openstack | 17:56 | |
*** krow has quit IRC | 17:58 | |
*** nerens has joined #openstack | 18:00 | |
*** dolphm has quit IRC | 18:01 | |
*** cctrieloff1 has joined #openstack | 18:02 | |
*** cctrieloff has quit IRC | 18:02 | |
*** jog0 has joined #openstack | 18:03 | |
*** develtech has quit IRC | 18:04 | |
*** dolphm has joined #openstack | 18:06 | |
*** primeministerp has quit IRC | 18:06 | |
*** cctrieloff1 has quit IRC | 18:07 | |
*** code_franco has joined #openstack | 18:09 | |
*** jog0 has quit IRC | 18:11 | |
*** jog0 has joined #openstack | 18:11 | |
*** miclorb_ has joined #openstack | 18:12 | |
*** dolphm has quit IRC | 18:12 | |
*** reed has joined #openstack | 18:14 | |
*** rustam has quit IRC | 18:18 | |
*** RobertLaptop has joined #openstack | 18:19 | |
*** develtech has joined #openstack | 18:21 | |
*** arun has quit IRC | 18:21 | |
*** mgoldmann has quit IRC | 18:24 | |
*** arun has joined #openstack | 18:24 | |
*** arun has joined #openstack | 18:24 | |
*** MarcMorata has joined #openstack | 18:25 | |
*** TheOsprey has joined #openstack | 18:27 | |
*** darraghb has quit IRC | 18:28 | |
rmk | Anyone looked into/implemented nova-network in an HA environment? Wanted to trade notes. | 18:29 |
*** javiF has quit IRC | 18:31 | |
*** jmckenty has joined #openstack | 18:36 | |
uvirtbot | New bug: #898290 in nova "iSCSI volume backend treats FLAGS.host as a hostname" [Undecided,In progress] https://launchpad.net/bugs/898290 | 18:42 |
DavorC | When I use VlanManager, should the bridge's "link/ether" entry be exactly the same as the MAC address of the corresponding "eth" interface ("--vlan-interface")? | 18:44 |
DavorC | Because that's the case on a compute node, but not on the one running nova-network. | 18:45 |
*** mcclurmc has quit IRC | 18:49 | |
*** mcclurmc has joined #openstack | 18:49 | |
DavorC | and VMs on the compute node can't reach the metadata service | 18:52 |
*** adiantum has quit IRC | 18:55 | |
*** llang629 has joined #openstack | 18:56 | |
*** jmckenty has quit IRC | 18:57 | |
*** llang629 has left #openstack | 18:57 | |
*** cloudgeek has quit IRC | 18:58 | |
*** tabafm has joined #openstack | 19:01 | |
*** RobertLaptop has left #openstack | 19:01 | |
*** arBmind has joined #openstack | 19:02 | |
tabafm | afternoon all. just tried devstack for the first time. i'm guessing the auto-generated passwords hashed? | 19:02 |
*** develtech has quit IRC | 19:03 | |
*** imsplitbit has joined #openstack | 19:04 | |
*** dolphm has joined #openstack | 19:04 | |
*** abecc has quit IRC | 19:05 | |
*** bcwaldon has quit IRC | 19:08 | |
vidd-away | tabafm, the script puts them into a stackrc file | 19:10 |
tabafm | yes, but they kind of appear to be hashed... are they really _that_ random? | 19:10 |
vidd-away | yep | 19:11 |
uvirtbot | New bug: #898311 in nova "When resize fails, instance does not go back to active, nor can it be deleted" [Undecided,New] https://launchpad.net/bugs/898311 | 19:11 |
*** cereal_bars has joined #openstack | 19:11 | |
*** arBmind has quit IRC | 19:12 | |
*** redconnection has quit IRC | 19:16 | |
*** jkyle_ has joined #openstack | 19:16 | |
*** dailylinux has joined #openstack | 19:18 | |
jkyle_ | getting this error for some pernicious instances that woon't come up on a blade I cycled: NetworkNotFoundForInstance: Network could not be found for instance. It doesn't seem to be affecting all instances, only a subset. One project. | 19:18 |
*** jkyle_ is now known as jkyle | 19:19 | |
*** datajerk has joined #openstack | 19:21 | |
*** kodapa__ is now known as kodapa | 19:22 | |
*** datajerk has quit IRC | 19:22 | |
tabafm | the admin_pass in /stack/devstack/localrc doesn't allow me to login as admin... i'm assuming there is a doc i'm not reading somewhere | 19:22 |
mjfork | I am trying to debug the vncproxy in a mutlihost setup - the request comes into my controller node, the instance is on a seperate machine, i see AMQPChannelException with the "no exchange" token in vhost | 19:22 |
mjfork | which looks like something isn't being registered by remote machien properly | 19:23 |
*** JesperA has quit IRC | 19:23 | |
mjfork | ok - i stopped the VNC proxy running on the remote node, not i just see "server disconnected" | 19:24 |
*** rods has joined #openstack | 19:26 | |
*** dgags has joined #openstack | 19:26 | |
*** huslage has quit IRC | 19:33 | |
*** praefect has quit IRC | 19:34 | |
*** anotherjesse has joined #openstack | 19:34 | |
*** dpippenger has joined #openstack | 19:36 | |
*** katkee has joined #openstack | 19:44 | |
*** hingo has joined #openstack | 19:49 | |
jkyle | I'm going to shut down openstack and cycle the enc1b12 blade to see if it'll 'unstick' these instances | 19:51 |
jkyle | wrong chan :P | 19:56 |
*** katkee has quit IRC | 19:57 | |
*** adiantum has joined #openstack | 20:00 | |
*** huslage has joined #openstack | 20:01 | |
*** rnorwood has quit IRC | 20:03 | |
*** katkee has joined #openstack | 20:04 | |
*** CaptTofu has quit IRC | 20:09 | |
*** rnorwood has joined #openstack | 20:10 | |
*** CaptTofu has joined #openstack | 20:10 | |
*** katkee has quit IRC | 20:10 | |
*** krow has joined #openstack | 20:11 | |
*** sticky has quit IRC | 20:17 | |
*** backburner has joined #openstack | 20:20 | |
*** bencherian has joined #openstack | 20:23 | |
*** ejat has quit IRC | 20:24 | |
*** jj0hns0n_ has joined #openstack | 20:25 | |
*** praefect has joined #openstack | 20:26 | |
*** tabafm has left #openstack | 20:26 | |
*** rnirmal has joined #openstack | 20:28 | |
*** adiantum has quit IRC | 20:30 | |
*** jmckenty has joined #openstack | 20:34 | |
*** cereal_bars has quit IRC | 20:35 | |
*** cereal_bars has joined #openstack | 20:35 | |
*** cereal_bars has joined #openstack | 20:35 | |
*** localhost has quit IRC | 20:36 | |
uvirtbot | New bug: #898343 in keystone "conflicting sqlite dependencies" [Undecided,New] https://launchpad.net/bugs/898343 | 20:36 |
*** cereal_bars has quit IRC | 20:37 | |
*** localhost has joined #openstack | 20:37 | |
*** GheRivero_ has joined #openstack | 20:41 | |
*** sidarta has quit IRC | 20:43 | |
Spirilis | hm, anyone know why nova-network would bomb with an error like this in its log? | 20:43 |
Spirilis | 2011-11-30 15:42:30,500 CRITICAL nova [-] failed to create /usr/lib/python2.7/dist-packages/novatest2.Dummy-1-20621 | 20:43 |
Spirilis | followed by a big trace dump | 20:43 |
Spirilis | this is on startup | 20:43 |
*** mdomsch has quit IRC | 20:45 | |
Spirilis | the rest of them are using that /usr/lib/python2.7/dist-packages dir as some default dir, I'm guessing I am missing a config option | 20:46 |
*** Ryan_Lane has joined #openstack | 20:47 | |
*** oubiwann1 has quit IRC | 20:49 | |
*** nati2 has quit IRC | 20:49 | |
*** anotherjesse_ has joined #openstack | 20:50 | |
*** anotherjesse has quit IRC | 20:51 | |
*** anotherjesse_ is now known as anotherjesse | 20:51 | |
*** oubiwann has joined #openstack | 20:51 | |
*** lorin1 has joined #openstack | 20:52 | |
*** datajerk has joined #openstack | 20:53 | |
uvirtbot | New bug: #898353 in keystone "JSON samples are (frequently) invalid" [Low,In progress] https://launchpad.net/bugs/898353 | 20:56 |
*** obuisson has joined #openstack | 20:57 | |
obuisson | hi all | 20:58 |
*** adjohn has quit IRC | 21:00 | |
*** anotherjesse has quit IRC | 21:07 | |
*** reed has quit IRC | 21:07 | |
*** jog0 has left #openstack | 21:07 | |
*** dailylinux has quit IRC | 21:08 | |
*** jog0 has joined #openstack | 21:08 | |
*** jedi4ever has quit IRC | 21:08 | |
gnu111 | Spirilis: this might be hypervisor related. Do you have --libvirt_type=kvm in nova.conf? | 21:09 |
*** Ryan_Lane has quit IRC | 21:13 | |
Spirilis | gnu111: yep | 21:15 |
*** dpippenger has quit IRC | 21:15 | |
*** dpippenger has joined #openstack | 21:17 | |
*** reed has joined #openstack | 21:21 | |
*** rsampaio has joined #openstack | 21:24 | |
rsampaio | is there any quantum specific irc channel ? | 21:25 |
*** mcclurmc has quit IRC | 21:25 | |
*** mcclurmc has joined #openstack | 21:26 | |
*** dolphm has quit IRC | 21:28 | |
*** nati2 has joined #openstack | 21:28 | |
*** bencherian has quit IRC | 21:29 | |
*** cctrieloff has joined #openstack | 21:29 | |
DavorC | Can I use tcpdump to check why the controller isn't reachable by instances on the compute node, using VlanManager? | 21:29 |
*** ejat has joined #openstack | 21:30 | |
*** ejat has joined #openstack | 21:30 | |
*** lorin1 has quit IRC | 21:31 | |
*** nati2 has quit IRC | 21:36 | |
*** cloudvirt has quit IRC | 21:36 | |
*** dolphm has joined #openstack | 21:38 | |
*** cloudvirt has joined #openstack | 21:38 | |
*** dolphm has quit IRC | 21:39 | |
*** cloudvirt has quit IRC | 21:39 | |
*** clauden_ has joined #openstack | 21:41 | |
*** crescendo has quit IRC | 21:42 | |
*** crescendo has joined #openstack | 21:42 | |
*** arBmind has joined #openstack | 21:43 | |
*** HowardRoark has joined #openstack | 21:43 | |
*** negronjl has quit IRC | 21:44 | |
*** negronjl has joined #openstack | 21:44 | |
*** backburner has quit IRC | 21:47 | |
*** deshantm_laptop has quit IRC | 21:47 | |
*** sticky has joined #openstack | 21:48 | |
*** backburner has joined #openstack | 21:49 | |
*** bencherian has joined #openstack | 21:51 | |
mjfork | DavorC: i am ttroubleshooting that now | 21:51 |
mjfork | or similar - is it not accessible by IP? or the 169.254 metadata address? | 21:51 |
*** huslage has quit IRC | 21:53 | |
*** bencherian has quit IRC | 21:55 | |
*** krow has quit IRC | 21:55 | |
*** Razique has joined #openstack | 21:57 | |
Razique | foexle: around ? | 21:58 |
foexle | hey Razique | 21:58 |
foexle | macbook ssh key ? | 21:59 |
kbringard | anyone know what role/entry in keystone I need to make to allow a user to associate floating IPs via the Dashboard? | 22:00 |
Razique | kbringard: is it a specific one into KS ? | 22:00 |
foexle | so the first question do you have time this evening ? :) or you down because the birthday ? :) | 22:00 |
kbringard | I don't know… I just know I had to create and assign the sysadmin and netadmin roles in addition to creating the EC2 creds to let the euca2ools work | 22:01 |
kbringard | everything in the Dashboard seems to work (including allocating a new IP) but associating it always throws a trace | 22:01 |
kbringard | http://paste.openstack.org/show/3570/ | 22:02 |
kbringard | I'm sure I can figure it out… the more I think about it, I don't think it's a role issue | 22:03 |
kbringard | if it was, allocating an IP shouldn't work | 22:04 |
*** HowardRoark has quit IRC | 22:06 | |
uvirtbot | New bug: #898374 in horizon "iptables-restore: invalid portrange specified" [Undecided,New] https://launchpad.net/bugs/898374 | 22:06 |
*** ejat- has joined #openstack | 22:06 | |
*** nerens has quit IRC | 22:07 | |
uvirtbot | New bug: #898372 in nova "iptables-restore: invalid portrange specified" [Undecided,New] https://launchpad.net/bugs/898372 | 22:08 |
Razique | foexle: do u have 40 mn | 22:08 |
Razique | I'm about to leave my family's house now | 22:08 |
foexle | no problem :) | 22:09 |
Razique | then i'll be home and totally available (I left work @ office) | 22:09 |
foexle | i can wait | 22:09 |
Razique | :) | 22:09 |
Razique | thanks a lot | 22:09 |
foexle | lol why ? :D | 22:09 |
Razique | for the wait :p | 22:10 |
*** mwhooker has quit IRC | 22:10 | |
Razique | kbringard: I don't think keyston manage operation-level rights | 22:10 |
*** mwhooker has joined #openstack | 22:10 | |
Razique | you can allow a user to use the endpoint nova | 22:10 |
Razique | but then nova has it's own policy | 22:10 |
kbringard | yea, I think with the EC2 creds it just passes the role along to nova | 22:10 |
Razique | can u create instances ? | 22:11 |
kbringard | yea, everything works except associating a floater | 22:11 |
Razique | ah yah weird | 22:11 |
kbringard | create, terminate, allocate, etc | 22:11 |
kbringard | right? | 22:11 |
kbringard | that's why I think it may be a bug in Dash | 22:11 |
Razique | except if it uses another api/ method for that operation | 22:11 |
*** krow has joined #openstack | 22:11 | |
*** dgags has quit IRC | 22:12 | |
Razique | ok I'll leave here, i'll be home quickly , kbringard I've a working KS database | 22:12 |
Razique | you could look into roles tables if yo uwant to | 22:12 |
Razique | later guys | 22:12 |
*** Razique has left #openstack | 22:13 | |
*** arBmind has quit IRC | 22:22 | |
*** markvoelker has quit IRC | 22:24 | |
*** bsza has joined #openstack | 22:28 | |
*** AlanClark has quit IRC | 22:30 | |
*** rnirmal has quit IRC | 22:38 | |
*** dolphm has joined #openstack | 22:41 | |
*** GheRivero_ has quit IRC | 22:42 | |
*** mwhooker_ has joined #openstack | 22:44 | |
*** mwhooker has quit IRC | 22:46 | |
*** mwhooker_ is now known as mwhooker | 22:46 | |
*** lts has quit IRC | 22:51 | |
*** rsampaio has quit IRC | 22:51 | |
*** lborda has quit IRC | 22:52 | |
*** TheOsprey has quit IRC | 22:52 | |
*** jmckenty has quit IRC | 22:53 | |
*** rwmjones has quit IRC | 22:53 | |
*** arrsim has joined #openstack | 22:53 | |
*** bengrue has quit IRC | 22:53 | |
*** praefect has quit IRC | 22:56 | |
rmk | Anyone looked into/implemented nova-network in an HA environment? Wanted to trade notes. | 22:56 |
mjfork | i just read a good article on it | 22:57 |
mjfork | http://unchainyourbrain.com/openstack/13-networking-in-nova and http://blog.defunct.ca/2011/09/19/using-nova-networks-multi_host-to-remove-spof/ | 22:59 |
*** cctrieloff has quit IRC | 23:00 | |
*** atsuser2 has joined #openstack | 23:01 | |
*** nacx has quit IRC | 23:02 | |
*** imsplitbit has quit IRC | 23:02 | |
*** kbringard has quit IRC | 23:03 | |
*** ahasenack has quit IRC | 23:06 | |
*** rwmjones has joined #openstack | 23:06 | |
*** datajerk has quit IRC | 23:06 | |
*** bencherian has joined #openstack | 23:07 | |
*** whit has quit IRC | 23:10 | |
*** rnorwood has quit IRC | 23:12 | |
*** rnirmal has joined #openstack | 23:13 | |
jdg | Anybody know of a way to manage iscsi volumes other than euca2ools? | 23:14 |
*** ejat- has quit IRC | 23:14 | |
*** bsza has quit IRC | 23:14 | |
*** clauden_ has quit IRC | 23:20 | |
*** clauden has joined #openstack | 23:20 | |
Kiall | jdg: the `nova` command? ;) | 23:24 |
*** jdg has quit IRC | 23:24 | |
*** BasTichelaar has quit IRC | 23:25 | |
*** clauden has quit IRC | 23:25 | |
*** clauden___ has joined #openstack | 23:25 | |
*** BasTichelaar has joined #openstack | 23:26 | |
*** datajerk has joined #openstack | 23:26 | |
*** AlanClark has joined #openstack | 23:26 | |
*** alekibango has quit IRC | 23:26 | |
*** alekibango has joined #openstack | 23:26 | |
*** wilmoore has joined #openstack | 23:26 | |
*** ejat- has joined #openstack | 23:26 | |
*** AlanClark has quit IRC | 23:29 | |
*** mwhooker has quit IRC | 23:29 | |
*** mwhooker has joined #openstack | 23:29 | |
*** adjohn has joined #openstack | 23:31 | |
*** datajerk has quit IRC | 23:33 | |
*** clauden___ has quit IRC | 23:34 | |
*** clauden_ has joined #openstack | 23:34 | |
atsuser2 | \Quit | 23:42 |
*** atsuser2 has quit IRC | 23:42 | |
DavorC | mjfork: the metadata address (169.254.169.254) | 23:47 |
*** mwhooker_ has joined #openstack | 23:48 | |
*** backburner has quit IRC | 23:49 | |
*** rustam_ has joined #openstack | 23:49 | |
DavorC | mjfork: I've seen those articles before, but I need "A" before I care about "HA". :-) Just a single nova-network with VlanManager would be a success. | 23:50 |
*** redconnection has joined #openstack | 23:50 | |
*** redconnection has joined #openstack | 23:50 | |
*** mwhooker has quit IRC | 23:51 | |
*** mwhooker_ is now known as mwhooker | 23:51 | |
*** clauden___ has joined #openstack | 23:52 | |
*** clauden_ has quit IRC | 23:52 | |
*** jdg has joined #openstack | 23:53 | |
*** Razique has joined #openstack | 23:54 | |
Razique | foexle: i'm home | 23:54 |
Razique | u there ? | 23:54 |
CaptTofu1 | mtyalor: what is that git repo? I don't have the mail for some reason. | 23:54 |
*** alekibango has quit IRC | 23:56 | |
*** code_franco has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!