tr3buchet | yeah there is a bug assocaited with that ERROR | 00:00 |
---|---|---|
kpepple | tr3buchet: did you install from ppa:nova-core/trunk | 00:00 |
kpepple | tr3buchet: which bug ? | 00:00 |
tr3buchet | i pulled the source for trunk | 00:00 |
tr3buchet | https://code.launchpad.net/~usc-isi/nova/lp-717467/+merge/49702 | 00:01 |
tr3buchet | https://bugs.launchpad.net/nova/+bug/717467 | 00:01 |
uvirtbot | Launchpad bug 717467 in nova "from migrate.versioning import exceptions fails with recent venv" [Medium,In progress] | 00:01 |
tr3buchet | sorry, the former | 00:01 |
tr3buchet | latter | 00:01 |
tr3buchet | good lord | 00:01 |
tr3buchet | this one: https://bugs.launchpad.net/nova/+bug/717467 | 00:01 |
soren | If this is eventlet making fsync nonblocking, too, I'll go nuts. | 00:01 |
kpepple | tr3buchet: got it. thx. | 00:01 |
tr3buchet | go go monkeypatch! | 00:02 |
*** dfg has quit IRC | 00:02 | |
jarrod | I have got to be able to get out of "networking" | 00:03 |
jarrod | this is killing me | 00:03 |
soren | jarrod: Does nova-network seem to be working? | 00:03 |
jarrod | it is running on the controller | 00:03 |
jarrod | but not the compute | 00:03 |
jarrod | oh | 00:04 |
jarrod | hmm | 00:04 |
jarrod | it looks like its trying to bind the IP to the cloud controller | 00:04 |
jarrod | is that the way it should be working? | 00:04 |
soren | jarrod: Does nova-network seem to be working? | 00:05 |
soren | Whoops | 00:05 |
jarrod | I wish I knew how it was "suppose" to work heh. | 00:05 |
jarrod | Why would it bind the instance IP to the controller and not the cmopute node | 00:05 |
soren | Being stuck in networking often means that it's not getting an IP. | 00:05 |
jarrod | it looks like it got an IP, but is trying to bind to Controller | 00:06 |
jarrod | and is getting "dnsmasq: failed to bind listening socket for 192.168.1.13: Address already in use" | 00:06 |
*** clauden has quit IRC | 00:08 | |
*** dendrobates is now known as dendro-afk | 00:08 | |
*** troytoman is now known as troytoman-away | 00:10 | |
soren | You've got a leftover dnsmasq from a previous run, it seems. | 00:10 |
jarrod | ughh | 00:13 |
jarrod | i need to start over | 00:13 |
*** tomo_bot has quit IRC | 00:22 | |
*** tomo_bot has joined #openstack | 00:23 | |
jarrod | nova-network is definitely broke | 00:25 |
jarrod | when it goes to spin up an instance, it assigns the IP on the controller (not compute), and attempts to run dnsmasq over and over | 00:26 |
*** eikke has quit IRC | 00:32 | |
jarrod | omg | 00:32 |
jarrod | bind-interfaces was required for the dnsmasq service | 00:33 |
jarrod | for crying outloud | 00:33 |
*** kashyapc has quit IRC | 00:34 | |
*** adjohn has joined #openstack | 00:40 | |
jarrod | in vlanmanager mode, do the switch ports need to be trunk ports? | 00:41 |
*** adjohn has quit IRC | 00:41 | |
uvirtbot | New bug: #719093 in nova "KeyError: 'imageId' when creating instance with EC2/S3" [Undecided,New] https://launchpad.net/bugs/719093 | 00:41 |
*** vvuksan has joined #openstack | 00:48 | |
sandywalsh_ | phew, there's no way I'll keep up on this ozone mailing list. | 00:48 |
jarrod | wow | 00:49 |
jarrod | it works | 00:49 |
*** rnirmal has quit IRC | 00:50 | |
*** burris has joined #openstack | 00:51 | |
*** kashyapc has joined #openstack | 01:04 | |
*** clauden_ has joined #openstack | 01:07 | |
*** joearnold has quit IRC | 01:11 | |
eday | sandywalsh_: you mean openstack? or ozone too? :) | 01:26 |
*** desai has joined #openstack | 01:29 | |
sandywalsh_ | eday, mostly openstack ... but ozone doesn't help | 01:30 |
jarrod | anyone running vlanmanager mode? | 01:35 |
*** aimon has joined #openstack | 01:37 | |
desai | jarrod: i am | 01:38 |
*** jc_smith has quit IRC | 01:38 | |
jarrod | how do you have your network designed | 01:39 |
jarrod | switch port setup as trunk to support the vlans | 01:39 |
desai | the vlans are all trunked to the compute nodes and the nova network server (we only currently have one) | 01:40 |
jarrod | that is the way i have it setup | 01:40 |
desai | what is the problem you're having? | 01:41 |
jarrod | do you use 1 interface on your compute nodes. eth0 untagged and the vlan interfaces tagged? | 01:41 |
desai | yeah | 01:41 |
jarrod | i can see the nodes from the router, but external hosts cant reach it | 01:41 |
jarrod | its like the project vlans dont know the route back | 01:41 |
desai | are you running nova-network on multiple hosts? (like perhaps all of the compute nodes?) | 01:42 |
desai | oh wait | 01:42 |
jarrod | no | 01:42 |
jarrod | nova-network on only the controller | 01:42 |
desai | you mean that the internal addresses for instances aren't reachable when you aren't on the controller? | 01:43 |
jarrod | correct | 01:43 |
*** dendro-afk is now known as dendrobates | 01:43 | |
desai | that is expected, in general | 01:43 |
desai | you need to associate external addresses to your instances in order for that to work, avaik | 01:43 |
desai | afaik | 01:43 |
jarrod | my instances use public addresses | 01:43 |
desai | all public addresses? | 01:43 |
jarrod | yup | 01:43 |
desai | hm | 01:44 |
desai | well, we setup ours to use internal addresses (10.0.0.0/8) addresses | 01:44 |
jarrod | and then you NAT to them from the router? | 01:45 |
desai | and then when external addresses are associated, then nat rules on the controller kick in | 01:45 |
jarrod | so the controller nats | 01:45 |
jarrod | did you add the controller nat manually | 01:45 |
desai | yeah, inbound nat for exernal addresses mapping to the instances, and generic outbound nat | 01:46 |
*** clauden_ has quit IRC | 01:46 | |
desai | nope, but i did need to configure floating addresses with nova-manage (and set the appropriate option in nova.conf so that nova put the aliases on the correct (outer) interface) | 01:46 |
desai | and then also euca-allocate-address and euca-associate-address afterward | 01:46 |
jarrod | ahh | 01:46 |
desai | i really need to find time to finish writing up our configuration as an example | 01:47 |
desai | i had a lot of trouble finding the bouncing ball to follow when i was setting this up | 01:47 |
jarrod | i guess im in a nat setup | 01:47 |
jarrod | and i should not be | 01:47 |
desai | i don't think that there is another mode to run in | 01:47 |
desai | in general, i think that the architecture uses mainly non-routable ips since people generally don't have enough of them, and you don't always need them (if you aren't going to connect into a node, for example) | 01:48 |
jarrod | that stinks | 01:48 |
desai | so the assumption that you should always use an external ip is not used | 01:48 |
jarrod | we have a ton of ipv6 | 01:48 |
jarrod | and i was going to spin that up as well | 01:48 |
desai | you can always allocate external addresses to your instances | 01:49 |
desai | it is just an extra command | 01:49 |
jarrod | so you mean have a public AND a private? | 01:49 |
jarrod | right now my instance shows its public IP | 01:49 |
desai | yeah | 01:50 |
jarrod | suck | 01:50 |
desai | so here is the deal | 01:50 |
jarrod | maybe i should have done flat | 01:50 |
desai | that shouldn't make any difference | 01:50 |
desai | in euca-describe-instances | 01:50 |
desai | there are two ips | 01:50 |
jarrod | mine are both public | 01:51 |
desai | when you allocate an instance, it only has an internal address by default | 01:51 |
desai | so that will be shown twice | 01:51 |
desai | if you associate an external ip with it, then you will have two different ips in the display | 01:51 |
desai | does that make sense? | 01:52 |
jarrod | ah i need floating ips | 01:52 |
*** dragondm has quit IRC | 01:54 | |
desai | yeah, exactly | 01:54 |
jarrod | is the range the mask | 01:54 |
jarrod | or the end ip | 01:54 |
desai | i think it is a cidr block | 01:55 |
*** aimon has joined #openstack | 01:57 | |
*** joearnold has joined #openstack | 01:58 | |
jarrod | ok, creating a new instance | 01:59 |
jarrod | now both addresses show up | 01:59 |
desai | cool | 02:00 |
jarrod | hmm | 02:00 |
jarrod | dont know how it is reachable tho? | 02:00 |
jarrod | im ssh'd into the server | 02:01 |
jarrod | its default gateway is the CC running nova-network | 02:01 |
desai | you need to open up network access to the nodes | 02:03 |
jarrod | how | 02:03 |
jarrod | i can get to it from other nodes on the same public network | 02:03 |
desai | euca-authorize | 02:03 |
jarrod | ive done that | 02:03 |
jarrod | i can ssh to the server from other nodes on the same public network | 02:03 |
desai | hm | 02:04 |
desai | is the external address alias showing up on the right interface? | 02:04 |
jarrod | ?? | 02:05 |
jarrod | i dunno | 02:05 |
jarrod | i dont see the instance IP anywhere in the nova-network server | 02:05 |
jarrod | but its reachable from another computer on that same network | 02:06 |
desai | nat rules maybe? | 02:06 |
jarrod | nova-inst-5 all -- anywhere 65.183.x.x | 02:07 |
desai | i have my external addresses as extra ips on my external ethernet interface | 02:08 |
desai | perhaps something funny in the nova-network logs? | 02:08 |
*** Gh0sty has joined #openstack | 02:09 | |
*** jtran has quit IRC | 02:17 | |
RobertLaptop | Is there any version of Nova that runs under 32bit OS's? | 02:22 |
*** littleidea has quit IRC | 02:24 | |
*** zenmatt has joined #openstack | 02:25 | |
*** fysa has quit IRC | 02:26 | |
*** littleidea has joined #openstack | 02:27 | |
*** littleidea_ has joined #openstack | 02:30 | |
*** littleidea has quit IRC | 02:31 | |
*** littleidea_ is now known as littleidea | 02:31 | |
*** littleidea has quit IRC | 02:32 | |
*** fysa has joined #openstack | 02:32 | |
*** littleidea has joined #openstack | 02:36 | |
*** joearnold has quit IRC | 02:39 | |
*** miclorb_ has quit IRC | 02:42 | |
*** justinsb has quit IRC | 02:43 | |
*** jheiss has quit IRC | 02:44 | |
*** aimon has quit IRC | 02:49 | |
*** CloudChris has quit IRC | 02:53 | |
*** miclorb has joined #openstack | 02:59 | |
*** littleidea has quit IRC | 03:00 | |
*** aimon has joined #openstack | 03:01 | |
*** littleidea has joined #openstack | 03:14 | |
*** j05h has joined #openstack | 03:16 | |
*** j05h1 has quit IRC | 03:16 | |
*** vvuksan has quit IRC | 03:27 | |
*** dirakx has joined #openstack | 03:30 | |
*** aimon has quit IRC | 03:36 | |
*** miclorb has quit IRC | 03:43 | |
*** miclorb has joined #openstack | 04:12 | |
*** alekibango has quit IRC | 04:19 | |
*** westmaas has joined #openstack | 04:22 | |
*** ironcamel has joined #openstack | 04:26 | |
*** desai has quit IRC | 04:28 | |
*** alekibango has joined #openstack | 04:34 | |
*** Abd4llA has joined #openstack | 04:42 | |
*** CloudChris has joined #openstack | 04:48 | |
*** littleidea has quit IRC | 04:50 | |
*** littleidea_ has joined #openstack | 04:54 | |
*** westmaas has quit IRC | 05:03 | |
*** decramy has quit IRC | 05:09 | |
*** vbn has joined #openstack | 05:12 | |
*** decramy has joined #openstack | 05:13 | |
vbn | Guys is this channel active ? | 05:13 |
vbn | I did not see any projects in launch pad either , so was wondering | 05:14 |
vbn | would really appreciate if anyone can volunteer to answer | 05:14 |
kpepple | vbn: which project couldn't you find ? | 05:15 |
vbn | I just joined openstack | 05:15 |
vbn | and according to the instructoins I was asked to create a profie in Launch Pad | 05:16 |
vbn | but I could not find any projects under Nova, or swift | 05:16 |
vbn | So I was hoping I could get some pointers here | 05:16 |
*** ccustine has quit IRC | 05:17 | |
kpepple | nova (compute cloud) is at https://launchpad.net/nova and swift (storage cloud) is at https://launchpad.net/swift | 05:17 |
*** aimon has joined #openstack | 05:20 | |
vbn | Thanks kpeople! | 05:24 |
kpepple | vbn: no worries ... the room is much more active during business hours in the US | 05:24 |
creiht | vbn: Out of curiosity what page were you looking at that lead you to the wrong place? (so that we can remedy that) | 05:24 |
vbn | https://launchpad.net/~swift | 05:26 |
vbn | this link has the ~ sign in it | 05:26 |
creiht | yeah that is the link for the swift group | 05:26 |
vbn | i am guessing it is because I just joined launchpad, and They are still awaiting authorization | 05:26 |
creiht | or team | 05:27 |
vbn | well, thanks guys | 05:28 |
vbn | and I am a noob here | 05:28 |
vbn | and if you could lead me to a few getting started pages whichi would help me ramp up quickly, i would really appreciate it | 05:28 |
vbn | thanks again | 05:28 |
creiht | docs for both are at: | 05:29 |
creiht | swift.openstack.org | 05:29 |
creiht | nova.openstack.org | 05:29 |
creiht | and docs.openstack.org | 05:29 |
creiht | That should give you enough to chew on for a while :) | 05:29 |
vbn | thanks creiht! :) | 05:29 |
*** maplebed has quit IRC | 05:34 | |
*** f4m8_ is now known as f4m8 | 05:40 | |
*** vbn has quit IRC | 05:50 | |
jarrod | i am finally up and running on nova | 05:56 |
jarrod | multiserver install | 05:56 |
jarrod | awesome | 05:56 |
*** kashyapc has quit IRC | 05:59 | |
*** decramy has quit IRC | 06:07 | |
*** decramy has joined #openstack | 06:07 | |
jarrod | w | 06:09 |
*** benlake has quit IRC | 06:17 | |
*** clauden has joined #openstack | 06:20 | |
*** kashyapc has joined #openstack | 06:24 | |
*** CloudChris has quit IRC | 06:42 | |
*** pvo has joined #openstack | 06:48 | |
*** freeflyi1g is now known as freeflying | 06:55 | |
*** dendrobates is now known as dendro-afk | 07:02 | |
*** clauden has quit IRC | 07:09 | |
*** brd_from_italy has quit IRC | 07:11 | |
*** Cybo has joined #openstack | 07:16 | |
*** miclorb has quit IRC | 07:24 | |
*** guigui has joined #openstack | 07:28 | |
*** pvo has quit IRC | 07:31 | |
*** ramkrsna has joined #openstack | 07:33 | |
*** CloudChris has joined #openstack | 07:35 | |
*** Cybo has quit IRC | 07:36 | |
*** benlake has joined #openstack | 07:42 | |
*** allsystemsarego has joined #openstack | 07:46 | |
*** allsystemsarego has joined #openstack | 07:46 | |
*** miclorb_ has joined #openstack | 07:57 | |
*** hadrian has quit IRC | 08:09 | |
*** magglass1 has quit IRC | 08:16 | |
*** magglass1 has joined #openstack | 08:17 | |
*** gaveen has quit IRC | 08:28 | |
*** pvo has joined #openstack | 08:28 | |
*** calavera has joined #openstack | 08:29 | |
*** rcc has joined #openstack | 08:33 | |
*** drico_ has joined #openstack | 08:34 | |
*** MarcMorata has joined #openstack | 08:36 | |
*** pvo has quit IRC | 08:41 | |
*** gaveen has joined #openstack | 08:41 | |
*** shawn has quit IRC | 08:42 | |
openstackhudson | Project dashboard-tarmac build #3,769: FAILURE in 22 sec: http://hudson.openstack.org/job/dashboard-tarmac/3769/ | 08:46 |
openstackhudson | Project nova-tarmac build #61,383: FAILURE in 21 sec: http://hudson.openstack.org/job/nova-tarmac/61383/ | 08:46 |
openstackhudson | Yippie, build fixed! | 08:50 |
openstackhudson | Project dashboard-tarmac build #3,770: FIXED in 1.8 sec: http://hudson.openstack.org/job/dashboard-tarmac/3770/ | 08:50 |
openstackhudson | Yippie, build fixed! | 08:51 |
openstackhudson | Project nova-tarmac build #61,384: FIXED in 3.4 sec: http://hudson.openstack.org/job/nova-tarmac/61384/ | 08:51 |
*** miclorb_ has quit IRC | 08:54 | |
*** Nacx has joined #openstack | 09:08 | |
*** asksol has quit IRC | 09:10 | |
*** irahgel has joined #openstack | 09:12 | |
*** gaveen has quit IRC | 09:22 | |
*** miclorb_ has joined #openstack | 09:29 | |
*** asksol has joined #openstack | 09:35 | |
*** zul has quit IRC | 09:35 | |
*** zul has joined #openstack | 09:56 | |
*** gaveen has joined #openstack | 10:01 | |
*** berendt has joined #openstack | 10:01 | |
berendt | somebody here have experience with running the stack in combination with xen? i can boot the kernel but couldn't mount something.. maybe somebody could support.. | 10:03 |
*** littleidea_ has quit IRC | 10:05 | |
*** miclorb_ has quit IRC | 10:06 | |
dabo | berendt: xenserver or xen classic? | 10:14 |
berendt | dabo: normal xen | 10:14 |
berendt | i always get the error that the partition table is unknown | 10:14 |
dabo | unfortunately, I only have experience with xenserver | 10:14 |
dabo | are you running the compute node in domU on the xen box? | 10:15 |
berendt | dabo: yes | 10:15 |
berendt | dabo: i mean no.. compute is running on the dom0 | 10:15 |
ttx | jaypipes: Around now. I think we should trigger the import as part of the milestone release process | 10:16 |
dabo | berendt: well, I know that recent changes require compute to run in domU on the server, not dom0 | 10:16 |
dabo | At least for xenserver | 10:16 |
dabo | but I haven't tried it at all with the regular open source xen | 10:17 |
*** aimon has quit IRC | 10:20 | |
soren | berendt: I added support for that a while back. I haven't tested it for along time, though. It may have rotted :( | 10:24 |
berendt | soren: http://paste.openstack.org/show/698/ | 10:24 |
berendt | maybe something wrong with my nbd..? | 10:24 |
soren | Unknown partition table on its own is not a problem. | 10:25 |
soren | You get that "error" because we don't bother stitching a partition table together. | 10:26 |
soren | We just shove the filesystem directly onto sda, so there is no paritition table. That's expected. | 10:26 |
berendt | soren: i'm trying to start the machines via libvirt, could this be a problem? | 10:28 |
berendt | seems to work with xenapi... | 10:28 |
soren | berendt: I did my work with libvirt, too. | 10:29 |
soren | berendt: What is the problem, exactly? | 10:30 |
*** aimon has joined #openstack | 10:32 | |
*** thimble has joined #openstack | 10:44 | |
*** sebastianstadil has quit IRC | 10:45 | |
*** ramkrsna has quit IRC | 10:46 | |
*** ramkrsna has joined #openstack | 10:46 | |
*** eikke has joined #openstack | 10:48 | |
*** thimble has quit IRC | 10:51 | |
* soren screams... just a little | 10:52 | |
*** berendt has quit IRC | 10:54 | |
*** aimon has quit IRC | 10:55 | |
dabo | soren: I heard you over here | 10:56 |
soren | dabo: I'm not surprised. | 10:58 |
*** CloudChris has quit IRC | 11:16 | |
*** CloudChris has joined #openstack | 11:16 | |
*** asksol_ has joined #openstack | 11:24 | |
soren | WHOOOOOOOO00000TTTT! | 11:31 |
*** h0cin has joined #openstack | 11:31 | |
soren | https://code.launchpad.net/~soren/nova/fix-unittest/+merge/49788 | 11:36 |
soren | I owe myself a lot of beer for fixing that one. | 11:36 |
*** CloudChris has quit IRC | 11:39 | |
*** CloudChris has joined #openstack | 11:39 | |
*** hadrian has joined #openstack | 11:39 | |
*** berendt has joined #openstack | 11:46 | |
Daviey | soren, That looks like it was possibly a frustrating and possibly underwhelming solution.. :`( | 11:46 |
*** asksol_ has quit IRC | 11:55 | |
*** asksol_ has joined #openstack | 11:56 | |
*** asksol_ has quit IRC | 11:58 | |
*** asksol_ has joined #openstack | 11:58 | |
*** asksol has quit IRC | 11:59 | |
*** asksol_ has quit IRC | 11:59 | |
*** asksol has joined #openstack | 11:59 | |
*** drico_ has quit IRC | 11:59 | |
dabo | soren: maybe we need unit tests for our unit tests. :) | 12:03 |
rcc | guys, what status you use when you fix a bug? fix released or fix commited? i find them a bit confusing | 12:03 |
berendt | rcc: if i understood it in the right way: fix commited: linked branch was commited into the nova development code base, fix released: der fix wurde commited und ist in einem release (austin, bexar..) vorhanden | 12:05 |
rcc | ah, gotcha | 12:06 |
rcc | thx | 12:06 |
soren | berendt: Yup, that's accurate. | 12:15 |
berendt | rcc: sorry, i switched to german while writing the sentence... :) | 12:15 |
rcc | haha, nm, understood you | 12:15 |
soren | It's ok to add a bit of a European atmosphere to this channel :) | 12:16 |
soren | Daviey: It's another one of those ~1 character per hour patches. | 12:17 |
soren | Daviey: Must have spent 3 hours on it last night and another 4 this morning. | 12:18 |
Daviey | soren, I had a similar issue yesterday... Spent ages trying to work out why a gcc LDFLAG wasn't being recognised... turned out the *-dev build depend lib contained a dangling symlink to the real LIB. | 12:20 |
soren | I suppose my daughter doesn't get her stubbornness from strangers.. | 12:20 |
Daviey | I was over the moon. | 12:20 |
soren | Sounds like fun. | 12:21 |
soren | Dangling symlinks break some interesting assumptions. | 12:21 |
soren | Like, seeing that the file (really the symlink) exist, but opening it gives ENOENT. "wtf?" | 12:22 |
soren | ttx: You're very quiet today. | 12:23 |
ttx | soren: that's my east coast tz day. | 12:24 |
soren | ttx: Oh. | 12:24 |
*** alekibango has quit IRC | 12:24 | |
ttx | busy trying to empty my bugmail | 12:24 |
soren | ttx: Good morning, then :) | 12:24 |
berendt | in nova/virt/disk.py there is a binary "truncate" executed. can someone tell me in which ubuntu package this binary is include (don't have a ubuntu instance here at the moment) | 12:25 |
*** ctennis has quit IRC | 12:25 | |
berendt | btw. is it planned to rewrite the injection routines? | 12:25 |
ttx | $ dpkg -S `which truncate` | 12:25 |
ttx | coreutils: /usr/bin/truncate | 12:25 |
berendt | ttx: thanks.. of course it's not included on sles11.. :) | 12:26 |
*** bluesteam has joined #openstack | 12:29 | |
soren | berendt: OT | 12:32 |
soren | whoops | 12:32 |
soren | berendt: It's in coreutils. | 12:32 |
soren | Oh, ttx beat me to it. By a large margin. | 12:32 |
*** HugoKuo__ has joined #openstack | 12:32 | |
soren | berendt: sles11 comes without coreutils?!? | 12:32 |
soren | holy crap | 12:32 |
berendt | soren: of course.. :) | 12:32 |
berendt | soren: but without /usr/bin/truncate.. i copied it now out of a centos package | 12:33 |
soren | spectacular. | 12:33 |
*** omidhdl has joined #openstack | 12:35 | |
*** HugoKuo_ has quit IRC | 12:35 | |
sandywalsh_ | o/ | 12:44 |
*** bluesteam has quit IRC | 12:45 | |
*** dprince has joined #openstack | 12:53 | |
*** thimble has joined #openstack | 12:54 | |
*** ramkrsna has quit IRC | 13:04 | |
*** omidhdl has left #openstack | 13:06 | |
*** ramkrsna has joined #openstack | 13:07 | |
*** ramkrsna has joined #openstack | 13:07 | |
*** ctennis has joined #openstack | 13:09 | |
*** ctennis has joined #openstack | 13:09 | |
uvirtbot | New bug: #719325 in nova "implement clean test to check if device is coming up after using qemu-nbd" [Undecided,New] https://launchpad.net/bugs/719325 | 13:11 |
*** ramkrsna has quit IRC | 13:30 | |
*** dprince has quit IRC | 13:32 | |
*** dprince has joined #openstack | 13:34 | |
*** vvuksan has joined #openstack | 13:34 | |
*** dendro-afk is now known as dendrobates | 13:44 | |
*** ppetraki has joined #openstack | 13:52 | |
openstackhudson | Project nova build #511: SUCCESS in 1 min 32 sec: http://hudson.openstack.org/job/nova/511/ | 13:52 |
openstackhudson | Tarmac: Fixes issues when running euca-run-instances and euca-describe-image-attribute against the latest nova/trunk EC2 API. | 13:52 |
openstackhudson | I noticed this late this afternoon and saw some IRC traffic with other users hitting the issue as well. | 13:52 |
*** dirakx has quit IRC | 13:53 | |
ttx | soren: ISTR you talked about a Hudson job to track branch vs. tarball contents diff | 13:56 |
soren | ttx: Yes. | 13:58 |
soren | ttx: Never got around to finishing it. | 13:58 |
soren | Let me see what the status is. | 13:58 |
ttx | ack | 13:58 |
berendt | i want to start an instance in a private cloud (instance is not able to connect to the internet).. in the ubuntu uec images there is the service cloud-init starting and because it cant access a http url... the systems now hangs for a very long time... | 14:01 |
berendt | http://paste.openstack.org/show/701/ | 14:01 |
berendt | injecting of networking seems to be ok, i manually mounted the image via losetup and check /etc/network/interfaces | 14:01 |
*** vvuksan has quit IRC | 14:04 | |
*** blamar has quit IRC | 14:08 | |
annegentle | how do I branch a particular revno of Nova? | 14:16 |
ttx | soren: in fact we could catch the gap between added files and tarball contents as a trunk commit test | 14:16 |
ttx | annegentle: "To retrieve the branch as of a particular revision, supply the --revision parameter, as in "branch foo/bar -r 5" | 14:18 |
annegentle | ttx: perfect, thanks. I couldn't find it in the Bazaar in five minutes page :) | 14:19 |
ttx | annegentle: so "bzr branch lp:nova -r 669 mybranch" should work | 14:19 |
ttx | soren: maybe with some .tarball-diff-ignore to specify exceptions | 14:21 |
*** Ryan_Lane has joined #openstack | 14:22 | |
doude_ | faz}hitel79 | 14:22 |
ttx | aw | 14:22 |
*** blamar has joined #openstack | 14:24 | |
jaypipes | ttx: cool. so, once a release, then? | 14:25 |
jaypipes | ttx: or once per milestone? | 14:25 |
sandywalsh_ | Is the Service table stuff only used by EC2? | 14:33 |
sandywalsh_ | "availability zones" | 14:33 |
jaypipes | sandywalsh_: and directly by nova-manage. | 14:34 |
*** dirakx has joined #openstack | 14:34 | |
sandywalsh_ | jaypipes, ah, that's the piece I was missing, thx | 14:35 |
jaypipes | sandywalsh_: not sure about the Service table's relationship with EC2 availability zones...I did not know there was a relationship. | 14:35 |
sandywalsh_ | jaypipes, maybe there isn't but there is mention of it in the scheduler | 14:35 |
*** iRTermite has quit IRC | 14:35 | |
*** gondoi has joined #openstack | 14:35 | |
jaypipes | sandywalsh_: hmmm...interesting. | 14:36 |
sandywalsh_ | jaypipes, yeah, there's a zone scheduler in there already that uses it | 14:36 |
jaypipes | looking... | 14:37 |
ttx | jaypipes: I'd rather do it once per milestone. The idea being, not making stuff only on release could allow us to catch issues earlier | 14:37 |
ttx | jaypipes: do we need to do anything for Cactus yet ? | 14:38 |
ttx | (I'd like the fixes we push in Bexar updates to be fixed in the dev release first) | 14:38 |
jaypipes | sandywalsh_: interesting. looks like models.Service.availability_zone might need to be refactored to be a foreign key on the new Zone table, no? | 14:40 |
ttx | jaypipes: also I guess I should change locale -> po in https://code.launchpad.net/~ttx/nova/lp714678/+merge/49811 as well ? We don't need to have locale/ in the tarball, iiuc | 14:40 |
jaypipes | ttx: yes, I'll propose a similar branch for the Cactus trunk. | 14:40 |
soren | ttx: Ok, script is done. | 14:41 |
jaypipes | ttx: and, correct about locale -> po. | 14:41 |
soren | ttx: It generates two lists: | 14:41 |
ttx | ok, I'll fix my branch then | 14:41 |
soren | ttx: A list of stuff that's in bzr, but not in the tarball. | 14:41 |
soren | ttx: A list of stuff that's in the tarball, but not in bzr. | 14:41 |
ttx | soren: note that there seem to be legitimate diffs, like the vcsversion.py stuff | 14:41 |
soren | ttx: Any chance to any of those lists makes it return unsuccesfully. | 14:42 |
soren | ttx: To acknowledge a change, you run the script with an "ack" option. | 14:42 |
soren | ttx: Right, right. | 14:42 |
jaypipes | sandywalsh_: what is odd to me is that models.Instance *also* has an availability_zone field... wouldn't all services running on an instance be in the same availablility zone? | 14:42 |
soren | ttx: That's why I only care about *changes* to these files. | 14:42 |
ttx | ok | 14:42 |
sandywalsh_ | services on a host or instance? | 14:42 |
jaypipes | sandywalsh_: well, we don't have a host table.... | 14:43 |
sandywalsh_ | jaypipes, sec | 14:43 |
soren | ttx: Before it can be put into effect, we need to go through the list of stuff that's already in each list. | 14:44 |
soren | ttx: ...and figure out if it's supposed to be there. | 14:44 |
jaypipes | sandywalsh_: never mind. if we don't have a host table, I suppose it's necessary to have Instance.availability_zone... | 14:44 |
ttx | soren: so maybe we should fix the glaring omissions first. | 14:44 |
soren | ttx: Right. It's just that the test won't be useful until we've established the correct baseline. | 14:45 |
soren | Let me post the current list.. | 14:45 |
jaypipes | sandywalsh_: but I thought the plan was to have a Zone model that would understand what Services were running inside itself as well as what Instances were running on the hosts it contains. | 14:45 |
* jaypipes still unsure why we don't have a Host model... | 14:45 | |
soren | ttx: http://paste.ubuntu.com/567334/ | 14:45 |
sandywalsh_ | jaypipes, right. The plan is the hosts will publish on the scheduler topic of their existance | 14:46 |
soren | jaypipes: iirc, the proposed live-migration branch adds one. | 14:46 |
soren | jaypipes: Well, only for compute nodes, I think. | 14:46 |
jaypipes | soren: ah, ok. I know that eday was opposed to having one, but I can't remember what the objection was... think it had something to do with future plans for a distriubuted data store. | 14:46 |
sandywalsh_ | jaypipes, the scheduler will report these capabilities back up to whomever asks for them (parent zones) | 14:46 |
jaypipes | sandywalsh_: coo. sounds good to me. I'll review your phase 1 merge prop as soon as I get some yummy bacon and eggs in my belly ;) | 14:47 |
*** fabiand_ has joined #openstack | 14:47 | |
sandywalsh_ | hmm, giv'er | 14:47 |
*** mdomsch has joined #openstack | 14:48 | |
*** iRTermite has joined #openstack | 14:48 | |
*** littleidea has joined #openstack | 14:49 | |
*** aimon has joined #openstack | 14:51 | |
* soren runs | 14:51 | |
*** aimon has quit IRC | 14:56 | |
*** ramkrsna has joined #openstack | 14:57 | |
*** ramkrsna has joined #openstack | 14:57 | |
*** mdomsch has quit IRC | 14:59 | |
*** dweimer has joined #openstack | 14:59 | |
*** f4m8 is now known as f4m8_ | 15:00 | |
*** aimon has joined #openstack | 15:00 | |
dweimer | Are there plans to maintain a release ppa for swift-core similar to the one for nova-core? | 15:03 |
*** mdomsch has joined #openstack | 15:04 | |
*** littleidea has quit IRC | 15:05 | |
*** ramkrsna has quit IRC | 15:08 | |
*** vvuksan has joined #openstack | 15:10 | |
*** pvo has joined #openstack | 15:10 | |
*** pvo has quit IRC | 15:11 | |
*** pvo has joined #openstack | 15:11 | |
*** ChanServ sets mode: +v pvo | 15:11 | |
*** imsplitbit has joined #openstack | 15:11 | |
*** dendrobates is now known as dendro-afk | 15:12 | |
openstackhudson | Project nova build #512: SUCCESS in 1 min 35 sec: http://hudson.openstack.org/job/nova/512/ | 15:12 |
openstackhudson | Tarmac: Fix sporadically failing unittests. | 15:12 |
creiht | dweimer: swift ppas are usually available at: https://launchpad.net/~swift-core/+archive/ppa | 15:13 |
creiht | sorry that 1.2 hasn't been built yet | 15:13 |
creiht | mtaylor: !!! -^ | 15:13 |
creiht | :) | 15:13 |
dweimer | I'm going to try and build a set of 1.2 packages. I'm more than willing to share the packages if they would be of any use. | 15:16 |
*** sebastianstadil has joined #openstack | 15:17 | |
creiht | dweimer: as far as I know, building packages is as simple as running some script, but I still need to learn how that works in our lp/hudson ecosystem | 15:18 |
*** sebastianstadil_ has joined #openstack | 15:18 | |
*** sebastianstadil has quit IRC | 15:22 | |
*** sebastianstadil_ is now known as sebastianstadil | 15:22 | |
*** msassak has joined #openstack | 15:22 | |
ttx | jaypipes: I see https://blueprints.launchpad.net/glance/+spec/admin-tool is in Good progress -- do you have a branch up for that ? | 15:29 |
*** johnpur has joined #openstack | 15:31 | |
*** ChanServ sets mode: +v johnpur | 15:31 | |
*** Kegaro has joined #openstack | 15:32 | |
Kegaro | Hello. I am trying to set up swift. | 15:32 |
Kegaro | but I am having a problem with authentication. | 15:33 |
Kegaro | I have been following this document: http://swift.openstack.org/howto_installmultinode.html | 15:33 |
Kegaro | and when I run this command: swift-auth-add-user -K devauth -a system root testpass | 15:33 |
Kegaro | I get: Update failed: 503 Service Unavailable | 15:33 |
Kegaro | Would someone be able to give me a hand? | 15:34 |
creiht | Kegaro: First place to look would be at the logs on the auth server and the storage nodes | 15:35 |
creiht | to find out what caused the 503 | 15:35 |
*** kashyapc_ has joined #openstack | 15:36 | |
Kegaro | here is the error message in syslog: Feb 15 05:28:50 HostedOSCC1 auth-server ERROR Unhandled exception in ReST request: Connection refused | 15:36 |
*** kashyapc has quit IRC | 15:37 | |
creiht | Kegaro: when you create a user, it also has to create the initial account, which has to create the account information on the 3 account servers | 15:37 |
creiht | So either, there isn't network connectivity between the auth node and the storage node it was trying to talk to | 15:37 |
creiht | or the ring might be misconfigured, and it is trying to connect to the wrong ip | 15:37 |
*** aimon has quit IRC | 15:38 | |
*** Abd4llA has quit IRC | 15:39 | |
Kegaro | :-( ugh. | 15:39 |
Kegaro | okay. Thanks creiht. | 15:39 |
Kegaro | Now I know where to look! | 15:39 |
*** kashyapc has joined #openstack | 15:41 | |
*** hvaldivia has joined #openstack | 15:42 | |
*** kashyapc_ has quit IRC | 15:42 | |
hvaldivia | Hi everybody | 15:42 |
*** aimon has joined #openstack | 15:42 | |
hvaldivia | Did someone worked with nova-volumes? | 15:43 |
*** dragondm has joined #openstack | 15:43 | |
*** aimon has quit IRC | 15:43 | |
*** calavera has quit IRC | 15:43 | |
hvaldivia | I dont know how to set the nova-volumes... | 15:44 |
hvaldivia | is it necessary to setup a LVM before to instal nova? | 15:45 |
vvuksan | hvaldivia: no | 15:45 |
vvuksan | i have vague familiarity with nova-volume | 15:45 |
vvuksan | what it does need IIRC is an XFS file system | 15:45 |
hvaldivia | Hi vvuksan. | 15:45 |
vvuksan | hello | 15:46 |
*** kashyapc has quit IRC | 15:46 | |
hvaldivia | Im using the nova-deployment-tool script. Im following the video on that page but I got And error | 15:47 |
*** rnirmal has joined #openstack | 15:47 | |
hvaldivia | Error occured when staring the service(nova-volume). | 15:47 |
vvuksan | what's the error | 15:47 |
vvuksan | use paste.openstack.org | 15:47 |
hvaldivia | ok. sorry | 15:48 |
hvaldivia | here you go: http://paste.openstack.org/show/702/ | 15:49 |
hvaldivia | I set the conf/flag.conf file with my host. | 15:50 |
berendt | any idea why i can reach the object store from a second nova compute node? (http://paste.openstack.org/show/703/) s3 host is set to the correct host and i opened port 3333 via a iptables rule | 15:50 |
berendt | why i can not reach the objectstore.. :) | 15:50 |
berendt | hvaldivia: have you created a volume group nova-volumes? | 15:51 |
jaypipes | ttx: admin-tool is in good progress, yes. not sure I have a branched pushed.. lemme check. | 15:52 |
hvaldivia | that is my problem. The page doesnt say how to do that | 15:52 |
ttx | jaypipes: couldn't find it. | 15:52 |
berendt | hvaldivia: vgcreate nova-volumes | 15:52 |
vvuksan | hvaldivia: run nova-volume by hand ie. nova-volume --nodaemon --flagfile /etc/nova/nova.conf | 15:52 |
jaypipes | ttx: if not, I can push one shortly. | 15:52 |
ttx | cool, thanks | 15:52 |
hvaldivia | vvuksan: this is the output http://paste.openstack.org/show/704/ | 15:56 |
vvuksan | hvaldivia: that's helpful :-) | 15:56 |
hvaldivia | Yeah… How can I fix it? | 15:57 |
vvuksan | you need the flag volume_group | 15:58 |
vvuksan | set | 15:58 |
vvuksan | cause I assume openstack2.ece.uprm.edu is not name of your volume group | 15:58 |
Kegaro | is there a way using swift-init to tell what services are started? | 15:58 |
vvuksan | i'm just grepping through the code ;-) | 15:58 |
creiht | Kegaro: not yet, but you can do something like ps -ef | grep swift :) | 15:59 |
vvuksan | hvaldivia: https://github.com/openstack/nova/blob/master/nova/volume/driver.py#L79 | 15:59 |
vvuksan | code does sudo vgs --noheadings -o name | 15:59 |
vvuksan | and makes sure that the volume exists | 15:59 |
vvuksan | hvaldivia: did you check this http://wiki.openstack.org/NovaAdminManual?highlight=%28nova-volume%29 | 16:01 |
hvaldivia | ok… before of executing nova-deployment-tools, I should create a nova-volume, then set the volumen-group on conf/flag.conf | 16:04 |
hvaldivia | Am I right? | 16:04 |
vvuksan | i have never used nova-deployment-tools | 16:04 |
*** guigui has quit IRC | 16:05 | |
hvaldivia | vvuksan: But If I need to install a multiple node environment, What would be your advice? | 16:07 |
berendt | a workaround for my described problem is to manually copy the images in /var/lib/nova/instances/_base to the other nova nodes | 16:07 |
vvuksan | hvaldivia: depends what you are trying to do | 16:07 |
vvuksan | hvaldivia: I don't use nova-volume yet | 16:07 |
berendt | InstanceLimitExceeded: InstanceLimitExceeded: Instance quota exceeded. You can only run 0 more instances of this type. | 16:08 |
berendt | how can i change the limit? | 16:08 |
hvaldivia | vvuksan: I want to compare eucaliptus vs openstack on a 4node-network | 16:10 |
*** dendro-afk is now known as dendrobates | 16:11 | |
hvaldivia | vvuksan: Should I do an manual installation? | 16:11 |
hvaldivia | Does this page it would be fine: http://docs.openstack.org/openstack-compute/admin/content/ch03s02.html? | 16:12 |
*** photron has joined #openstack | 16:13 | |
vvuksan | hvaldivia: i think that seems like a reasonable choice | 16:13 |
berendt | quota.py:flags.DEFINE_integer('quota_instances', 10, | 16:15 |
berendt | quota.py:flags.DEFINE_integer('quota_cores', 20, | 16:15 |
berendt | quota.py:flags.DEFINE_integer('quota_volumes', 10, | 16:15 |
berendt | quota.py:flags.DEFINE_integer('quota_gigabytes', 1000, | 16:15 |
berendt | quota.py:flags.DEFINE_integer('quota_floating_ips', 10, | 16:15 |
berendt | hardcoded at the moment..? | 16:15 |
vvuksan | that looks like it | 16:15 |
berendt | i try to set a flag to adjust it with the nova.conf | 16:15 |
vvuksan | i think it would say FLAG | 16:15 |
berendt | there is a empty table quotas in the nova database | 16:15 |
*** littleidea has joined #openstack | 16:16 | |
berendt | flags.py:DEFINE_integer = _wrapper(gflags.DEFINE_integer) | 16:16 |
vvuksan | berendt: actually no | 16:16 |
vvuksan | contrib/puppet/templates/production/nova-common.conf.erb:--quota_instances=6 | 16:16 |
vvuksan | so try doing htat --quota_instance=50 | 16:16 |
vvuksan | see what happens | 16:16 |
jaypipes | ttx: k, done: https://code.launchpad.net/~jaypipes/nova/translations/+merge/49833 | 16:17 |
vvuksan | berendt: if it works you must document it :-) | 16:17 |
*** Ryan_Lane has quit IRC | 16:17 | |
jaypipes | ttx: luckily, the diff is only 29K lines. | 16:17 |
ttx | aw | 16:18 |
mtaylor | soren: ping | 16:19 |
*** photron has quit IRC | 16:21 | |
*** photron has joined #openstack | 16:21 | |
dendrobates | mtaylor: soren is away. Can I help? | 16:21 |
*** fabiand_ has left #openstack | 16:21 | |
mtaylor | dendrobates: do you know what he's done with the packaging branches? | 16:21 |
dendrobates | do you mean where are they, or what changes he's made? | 16:22 |
mtaylor | dendrobates: the one that jenkins is using is set up for ppa ... I need to cut packages for swift for their 1.2 release | 16:22 |
mtaylor | dendrobates: mainly where they are (and sort of the thinking around how he's organized them) | 16:22 |
dendrobates | I have never touched the swift packaging, let me look | 16:23 |
dendrobates | mtaylor: https://code.launchpad.net/~openstack-ubuntu-packagers | 16:24 |
mtaylor | dendrobates: right - and that swift branch is quite explicitly set up for ppa usage... so I wanted to check with soren before I did things | 16:24 |
mtaylor | for instance, soren changed maintainer from Ubuntu MOTU to Soren Hansen in the control file in that branch | 16:25 |
jaypipes | sandywalsh_: hey, quick question. Is "api_url" attribute of Zone intended to mean "the address of the API node in a Zone"? | 16:25 |
dendrobates | mtaylor: that's someone else's fight :) | 16:26 |
sandywalsh_ | jaypipes, yes | 16:26 |
mtaylor | deshantm: yeah. :) | 16:26 |
mtaylor | dendrobates: yeah. :) | 16:26 |
jaypipes | sandywalsh_: k. have we considered there might be >1 API node per zone? :) | 16:26 |
mtaylor | dendrobates: any idea when he's back? | 16:26 |
creiht | mtaylor: which fight are we talking about? | 16:26 |
sandywalsh_ | jaypipes, I assumed it would be a load balancer | 16:26 |
dendrobates | probably an hour or 2 | 16:26 |
* creiht would just like some packages to be built :/ | 16:26 | |
dendrobates | creiht: not a fight that you care about | 16:27 |
jaypipes | sandywalsh_: ok, fair enough assumption I suppose. It's early in the implementation, after all... | 16:27 |
creiht | heh... alright | 16:27 |
sandywalsh_ | jaypipes, good question though. That's why I didn't put any duplicate checks in yet. | 16:27 |
* jaypipes gets in a fight with creiht... just because it's fun. | 16:27 | |
creiht | lol | 16:28 |
jk0 | haha | 16:28 |
* creiht is done with fighting | 16:28 | |
mtaylor | creiht: yeah - I was just working on that ... but I need to check in with soren about how he's re-orged things. I was working on it at least! | 16:28 |
jaypipes | sandywalsh_: I suppose another way we could do it is having a foreign key to the Service model? in other words, a record in services table has to exist for the API node in a zone, right? | 16:28 |
creiht | mtaylor: no worries, just wanted to make sure it wasn't going to get caught up in yet another political battle | 16:28 |
mtaylor | in soviet russia, creiht isn't done with fighting, fighting is done with creiht | 16:28 |
creiht | and thanks again for your work with this :) | 16:28 |
creiht | lol | 16:28 |
jaypipes | sandywalsh_: or API nodes... | 16:28 |
mtaylor | creiht: oh no - not at all ... it's just wanting to grok what's there and what the intent might have been | 16:28 |
creiht | yeah | 16:28 |
sandywalsh_ | jaypipes, hmm ... thinking | 16:29 |
jaypipes | sandywalsh_: totally just throwing around thoughts, nothing more. | 16:29 |
jaypipes | sandywalsh_: I like the initial phase 1 patch for zones. | 16:29 |
sandywalsh_ | jaypipes, I see your point ... lemme stew on that. Could be a good idea. | 16:29 |
sandywalsh_ | jaypipes, the rationale was an admin api that other services could hit | 16:30 |
sandywalsh_ | jaypipes, to take zones online/offline/etc | 16:30 |
jaypipes | sandywalsh_: yup, totally understand. | 16:30 |
*** dweimer has quit IRC | 16:30 | |
sandywalsh_ | jaypipes, whoops ... just found a bug in that branch | 16:37 |
sandywalsh_ | jaypipes, child_zones still in migration ... fixing | 16:38 |
tr3buchet | anyone else having problems with unittests? | 16:38 |
jaypipes | sandywalsh_: so you saw my review? :) | 16:38 |
sandywalsh_ | jaypipes, nope ... looking now though | 16:38 |
jaypipes | mtaylor: ping. what do you think of ttx's question on this review? https://code.launchpad.net/~jaypipes/nova/translations/+merge/49833 | 16:39 |
sandywalsh_ | jaypipes, heh ... good eye. Fixing ... thx! | 16:40 |
jaypipes | sandywalsh_: np! nice work :) | 16:40 |
sandywalsh_ | jaypipes, thx! | 16:40 |
mtaylor | jaysun: ah - well, I think you should edit that text in nova.pot | 16:41 |
sandywalsh_ | jaypipes, I think the use of "child zone" in the doc strings is ok. To differentiate from *this* zone. | 16:42 |
mtaylor | jaypipes: ^^ | 16:42 |
jaypipes | sandywalsh_: sure, ok. | 16:43 |
jaypipes | mtaylor: I would, just wanted to make sure that Launchpad won't overwrite it... | 16:44 |
mtaylor | jaypipes: it shouldn't | 16:44 |
jaypipes | mtaylor: k, I'll update the template then. cheers. | 16:45 |
*** justinc has joined #openstack | 16:45 | |
mtaylor | jaypipes: so, should we prepare similar branches for swift and glance? | 16:48 |
jaypipes | mtaylor: sorry, not following you... | 16:49 |
jaypipes | mtaylor: glance hasn't yet been i18n'd and I do need to do the same for Swift, but was making sure Nova was fixed first.. | 16:49 |
mtaylor | jaypipes: cool. that was the question :) | 16:49 |
*** guynaor has joined #openstack | 16:53 | |
*** guynaor has left #openstack | 16:53 | |
jaypipes | mtaylor: sorry about that, thought you were referring to setting up the translation export branch on LP, which has been done for a while now. | 16:54 |
*** dprince has quit IRC | 16:55 | |
mtaylor | jaypipes: I filed a bug on distutils.extra and subscribed you to it | 16:56 |
jaypipes | mtaylor: cheers | 16:58 |
*** MarcMorata has quit IRC | 17:02 | |
sirp_ | any core devs mind taking a look at https://code.launchpad.net/~salvatore-orlando/nova/bug694935/+merge/49211 , just need one more sign-off.. | 17:05 |
*** dfg has joined #openstack | 17:10 | |
*** dweimer has joined #openstack | 17:10 | |
*** desai has joined #openstack | 17:13 | |
*** maplebed has joined #openstack | 17:14 | |
*** littleidea has quit IRC | 17:15 | |
*** johnpur has quit IRC | 17:18 | |
*** dendrobates is now known as dendro-afk | 17:18 | |
*** fgth has joined #openstack | 17:21 | |
*** fgth has left #openstack | 17:21 | |
*** dendro-afk is now known as dendrobates | 17:22 | |
openstackhudson | Project nova build #513: SUCCESS in 1 min 34 sec: http://hudson.openstack.org/job/nova/513/ | 17:22 |
openstackhudson | Tarmac: Use eventlet.green.subprocess instead of standard subprocess | 17:22 |
*** littleidea has joined #openstack | 17:24 | |
*** DanEllis has joined #openstack | 17:27 | |
openstackhudson | Project nova build #514: SUCCESS in 1 min 40 sec: http://hudson.openstack.org/job/nova/514/ | 17:28 |
openstackhudson | Tarmac: Some trivial cleanups in context.py, mostly just a test of using the updated git-bzr-ng | 17:28 |
*** joearnold has joined #openstack | 17:29 | |
*** littleidea has quit IRC | 17:29 | |
*** joearnold has quit IRC | 17:33 | |
openstackhudson | Project nova build #515: SUCCESS in 1 min 33 sec: http://hudson.openstack.org/job/nova/515/ | 17:34 |
openstackhudson | Tarmac: The proposed fix puts a VM which fails to spawn in a (new) 'FAILED' power state. It does not perform a clean-up. | 17:34 |
openstackhudson | This because the user needs to know what has happened to the VM he/she was trying to run. Normally, API users do not have access to log files. In this case, the only way for the user to know what happened to the instance is to query its state (e.g.: doing euca-describe-instances). If we perform a complete clean-up, no information about the instance which failed to spawn will be left. | 17:34 |
openstackhudson | For the NO_HOST_AVAILABLE error, which occurs when there is not enough RAM left on the host, the amount of available memory is now checked at the beginning of the spawn process. This way, if there is not enough RAM left on the host, the spawn process returns immediately. | 17:34 |
openstackhudson | A test case (spawn_not_enough_memory) has been added as well. | 17:34 |
openstackhudson | I understand adding a new value to the power_state enumeration might not be acceptable. In that case I will propose for merge a different branch in which we perform a complete clean-up. | 17:34 |
openstackhudson | However, I reckon we still to provide a way to inform the user the spawn process has failed. | 17:34 |
berendt | i get the error "RemoteError: NoMoreAddresses None" | 17:36 |
berendt | i remoted all entries in fixed_ips, instances | 17:37 |
berendt | i set the flag --fixed_ip_disassociate_timeout=10 | 17:37 |
berendt | i restarted all services | 17:37 |
berendt | any ideas? | 17:37 |
*** dweimer has quit IRC | 17:38 | |
berendt | ok.. deleting all entries in fixed_ips is not so a good idea.. i'll try to reinitialize the network with nova-manage | 17:42 |
*** MarcMorata has joined #openstack | 17:43 | |
*** freeflying has quit IRC | 17:51 | |
*** larissa has quit IRC | 17:52 | |
*** larissa` has joined #openstack | 17:52 | |
*** lvaughn_ has quit IRC | 17:54 | |
*** herki has quit IRC | 17:54 | |
*** arcane has quit IRC | 17:54 | |
*** ryker has quit IRC | 17:54 | |
*** kim0 has quit IRC | 17:54 | |
*** dsockwell has quit IRC | 17:54 | |
*** zykes- has quit IRC | 17:54 | |
*** perestrelka has quit IRC | 17:54 | |
*** olivier_ has quit IRC | 17:54 | |
*** mjmac has quit IRC | 17:54 | |
*** cw has quit IRC | 17:54 | |
*** dendrobates has quit IRC | 17:54 | |
*** PiotrSikora has quit IRC | 17:54 | |
*** czajkowski has quit IRC | 17:54 | |
*** [ack] has quit IRC | 17:54 | |
*** lstoll has quit IRC | 17:54 | |
*** Failbaitr has quit IRC | 17:54 | |
*** dfg has quit IRC | 17:54 | |
*** nelson has quit IRC | 17:54 | |
*** deshantm has quit IRC | 17:54 | |
*** stewart has quit IRC | 17:54 | |
*** tmarble has quit IRC | 17:54 | |
*** Xenith has quit IRC | 17:54 | |
*** wedjat has quit IRC | 17:54 | |
*** londo has quit IRC | 17:54 | |
*** sirp_ has quit IRC | 17:54 | |
*** dabo has quit IRC | 17:54 | |
*** Adri2000 has quit IRC | 17:54 | |
*** kpepple has quit IRC | 17:54 | |
*** yosh has quit IRC | 17:54 | |
*** aliguori has quit IRC | 17:54 | |
*** lool has quit IRC | 17:54 | |
*** winston-d has quit IRC | 17:54 | |
*** doude_ has quit IRC | 17:54 | |
*** ianweller has quit IRC | 17:54 | |
*** Daviey has quit IRC | 17:54 | |
*** mfoemmel has quit IRC | 17:54 | |
*** exlt has quit IRC | 17:54 | |
*** odyi has quit IRC | 17:54 | |
*** patri0t has quit IRC | 17:54 | |
*** xtoddx has quit IRC | 17:54 | |
*** dirakx has quit IRC | 17:54 | |
*** greg-g has quit IRC | 17:54 | |
*** mark has quit IRC | 17:54 | |
*** seats has quit IRC | 17:54 | |
*** lionel has quit IRC | 17:54 | |
*** jbarratt has quit IRC | 17:54 | |
*** annegentle has quit IRC | 17:54 | |
*** uvirtbot has quit IRC | 17:54 | |
*** _cerberus_ has quit IRC | 17:54 | |
*** smoser has quit IRC | 17:54 | |
*** jaysun has quit IRC | 17:54 | |
*** letterj has quit IRC | 17:54 | |
*** MarcMorata has quit IRC | 17:54 | |
*** imsplitbit has quit IRC | 17:54 | |
*** HugoKuo__ has quit IRC | 17:54 | |
*** j05h has quit IRC | 17:54 | |
*** tomo_bot has quit IRC | 17:54 | |
*** _0x44 has quit IRC | 17:54 | |
*** eday has quit IRC | 17:54 | |
*** fitzdsl has quit IRC | 17:54 | |
*** troytoman-away has quit IRC | 17:54 | |
*** mtaylor has quit IRC | 17:54 | |
*** notmyname has quit IRC | 17:54 | |
*** Jbain has quit IRC | 17:54 | |
*** chmouel has quit IRC | 17:54 | |
*** jeevan_ullas has quit IRC | 17:54 | |
*** dovetaildan has quit IRC | 17:54 | |
*** jarrod has quit IRC | 17:54 | |
*** antonym has quit IRC | 17:54 | |
*** Kegaro has quit IRC | 17:54 | |
*** ctennis has quit IRC | 17:54 | |
*** h0cin has quit IRC | 17:54 | |
*** konetzed has quit IRC | 17:54 | |
*** localhost has quit IRC | 17:54 | |
*** mattinator has quit IRC | 17:54 | |
*** pandemicsyn has quit IRC | 17:54 | |
*** husimon has quit IRC | 17:54 | |
*** rossij has quit IRC | 17:54 | |
*** pquerna has quit IRC | 17:54 | |
*** desai has quit IRC | 17:54 | |
*** Gh0sty has quit IRC | 17:54 | |
*** timrc has quit IRC | 17:54 | |
*** f4m8_ has quit IRC | 17:54 | |
*** zedas has quit IRC | 17:54 | |
*** keekz has quit IRC | 17:54 | |
*** jaypipes has quit IRC | 17:54 | |
*** jfluhmann has quit IRC | 17:54 | |
*** clayg has quit IRC | 17:54 | |
*** gholt has quit IRC | 17:54 | |
*** RJD22 has quit IRC | 17:54 | |
*** ppetraki has quit IRC | 17:54 | |
*** thimble has quit IRC | 17:54 | |
*** berendt has quit IRC | 17:54 | |
*** CloudChris has quit IRC | 17:54 | |
*** gaveen has quit IRC | 17:54 | |
*** irahgel has quit IRC | 17:54 | |
*** rcc has quit IRC | 17:54 | |
*** allsystemsarego has quit IRC | 17:54 | |
*** zenmatt has quit IRC | 17:54 | |
*** sandywalsh_ has quit IRC | 17:54 | |
*** hggdh has quit IRC | 17:54 | |
*** RobertLaptop has quit IRC | 17:54 | |
*** klumpie has quit IRC | 17:54 | |
*** pothos has quit IRC | 17:54 | |
*** anticw has quit IRC | 17:54 | |
*** fsaad has quit IRC | 17:54 | |
*** jtimberman has quit IRC | 17:54 | |
*** filler has quit IRC | 17:54 | |
*** maplebed has quit IRC | 17:54 | |
*** photron has quit IRC | 17:54 | |
*** rnirmal has quit IRC | 17:54 | |
*** vvuksan has quit IRC | 17:54 | |
*** gondoi has quit IRC | 17:54 | |
*** benlake has quit IRC | 17:54 | |
*** burris has quit IRC | 17:54 | |
*** m_3 has quit IRC | 17:54 | |
*** ke4qqq has quit IRC | 17:54 | |
*** ttx has quit IRC | 17:54 | |
*** sleepsonthefloor has quit IRC | 17:54 | |
*** openstackhudson has quit IRC | 17:54 | |
*** glenc has quit IRC | 17:54 | |
*** cclien has quit IRC | 17:54 | |
*** DanEllis has quit IRC | 17:54 | |
*** dragondm has quit IRC | 17:54 | |
*** msassak has quit IRC | 17:54 | |
*** iRTermite has quit IRC | 17:54 | |
*** evtoews has quit IRC | 17:54 | |
*** sunech has quit IRC | 17:54 | |
*** morfeas has quit IRC | 17:54 | |
*** jeremyb has quit IRC | 17:54 | |
*** bcwaldon has quit IRC | 17:54 | |
*** h1nch has quit IRC | 17:54 | |
*** taihen has quit IRC | 17:54 | |
*** piezo has quit IRC | 17:54 | |
*** soeren has quit IRC | 17:54 | |
*** flashn has quit IRC | 17:54 | |
*** karmabot has quit IRC | 17:54 | |
*** ioso has quit IRC | 17:54 | |
*** larissa` is now known as larissa | 17:54 | |
*** MarkAtwood has quit IRC | 17:55 | |
*** devcamca- has joined #openstack | 17:55 | |
*** mdomsch has quit IRC | 17:55 | |
*** nijaba has quit IRC | 17:55 | |
*** btorch has quit IRC | 17:55 | |
*** colinnich has quit IRC | 17:55 | |
*** RichiH has quit IRC | 17:55 | |
*** rackerhacker has quit IRC | 17:55 | |
*** Brainspackle has quit IRC | 17:55 | |
*** devcamcar has quit IRC | 17:55 | |
*** zul has quit IRC | 17:56 | |
*** elasticdog has quit IRC | 17:56 | |
*** holoway has quit IRC | 17:57 | |
*** hvaldivia has quit IRC | 17:58 | |
*** pvo has quit IRC | 17:58 | |
*** Nacx has quit IRC | 17:58 | |
*** magglass1 has quit IRC | 17:58 | |
*** arun_ has quit IRC | 17:58 | |
*** tr3buchet has quit IRC | 17:58 | |
*** arreyder has quit IRC | 17:58 | |
*** tsharju has quit IRC | 17:58 | |
*** jk0 has quit IRC | 17:58 | |
*** vishy has quit IRC | 17:58 | |
*** syah_ has quit IRC | 17:58 | |
*** johntash_ has quit IRC | 17:58 | |
*** whaley has quit IRC | 17:58 | |
*** henrichrubin has quit IRC | 17:58 | |
*** cdbs has quit IRC | 17:58 | |
*** comstud has quit IRC | 17:58 | |
*** soosfarm_ has quit IRC | 17:58 | |
*** gcc has quit IRC | 17:58 | |
*** hazmat has quit IRC | 18:00 | |
*** ivan has quit IRC | 18:00 | |
*** tahoe has quit IRC | 18:00 | |
*** soren has quit IRC | 18:00 | |
*** redbo has quit IRC | 18:00 | |
*** dubs has quit IRC | 18:00 | |
*** JordanRinke has quit IRC | 18:00 | |
*** gdusbabek has quit IRC | 18:00 | |
*** creiht has quit IRC | 18:00 | |
*** termie_ has quit IRC | 18:00 | |
*** MarkAtwood has joined #openstack | 18:00 | |
*** decramy has quit IRC | 18:01 | |
*** decramy has joined #openstack | 18:02 | |
*** hadrian has quit IRC | 18:02 | |
*** blamar has quit IRC | 18:02 | |
*** rdw has quit IRC | 18:04 | |
*** rdw has joined #openstack | 18:05 | |
*** eikke has quit IRC | 18:08 | |
*** justinc has quit IRC | 18:09 | |
*** ChanServ has quit IRC | 18:09 | |
*** decramy has quit IRC | 18:09 | |
*** asksol has quit IRC | 18:09 | |
*** fysa has quit IRC | 18:09 | |
*** aryan has quit IRC | 18:09 | |
*** devcamca- has quit IRC | 18:09 | |
*** sebastianstadil has quit IRC | 18:09 | |
*** creiht has joined #openstack | 18:10 | |
*** gdusbabek has joined #openstack | 18:10 | |
*** JordanRinke has joined #openstack | 18:10 | |
*** dubs has joined #openstack | 18:10 | |
*** redbo has joined #openstack | 18:10 | |
*** soren has joined #openstack | 18:10 | |
*** tahoe has joined #openstack | 18:10 | |
*** ivan has joined #openstack | 18:10 | |
*** hazmat has joined #openstack | 18:10 | |
*** rackerhacker_ has joined #openstack | 18:10 | |
*** littleidea has joined #openstack | 18:10 | |
*** jk0 has joined #openstack | 18:10 | |
*** tsharju has joined #openstack | 18:10 | |
*** arreyder has joined #openstack | 18:10 | |
*** tr3buchet has joined #openstack | 18:10 | |
*** vishy has joined #openstack | 18:10 | |
*** arun_ has joined #openstack | 18:10 | |
*** magglass1 has joined #openstack | 18:10 | |
*** pvo has joined #openstack | 18:10 | |
*** hubbard.freenode.net sets mode: +vvvv creiht soren jk0 pvo | 18:10 | |
*** hvaldivia has joined #openstack | 18:10 | |
*** elastic_dog has joined #openstack | 18:10 | |
*** ioso has joined #openstack | 18:10 | |
*** karmabot has joined #openstack | 18:10 | |
*** gholt has joined #openstack | 18:10 | |
*** dovetaildan has joined #openstack | 18:10 | |
*** jarrod has joined #openstack | 18:10 | |
*** antonym has joined #openstack | 18:10 | |
*** uvirtbot has joined #openstack | 18:10 | |
*** _cerberus_ has joined #openstack | 18:10 | |
*** smoser has joined #openstack | 18:10 | |
*** letterj has joined #openstack | 18:10 | |
*** flashn has joined #openstack | 18:10 | |
*** rossij has joined #openstack | 18:10 | |
*** jeevan_ullas has joined #openstack | 18:10 | |
*** annegentle has joined #openstack | 18:10 | |
*** chmouel has joined #openstack | 18:10 | |
*** clayg has joined #openstack | 18:10 | |
*** Jbain has joined #openstack | 18:10 | |
*** jaysun has joined #openstack | 18:10 | |
*** soeren has joined #openstack | 18:10 | |
*** piezo has joined #openstack | 18:10 | |
*** husimon has joined #openstack | 18:10 | |
*** RJD22 has joined #openstack | 18:10 | |
*** jbarratt has joined #openstack | 18:10 | |
*** notmyname has joined #openstack | 18:10 | |
*** hubbard.freenode.net sets mode: +vvvv antonym _cerberus_ letterj notmyname | 18:10 | |
*** filler has joined #openstack | 18:10 | |
*** lionel has joined #openstack | 18:10 | |
*** taihen has joined #openstack | 18:10 | |
*** pandemicsyn has joined #openstack | 18:10 | |
*** mfoemmel has joined #openstack | 18:10 | |
*** exlt has joined #openstack | 18:10 | |
*** odyi has joined #openstack | 18:10 | |
*** xtoddx has joined #openstack | 18:10 | |
*** patri0t has joined #openstack | 18:10 | |
*** mtaylor has joined #openstack | 18:10 | |
*** londo has joined #openstack | 18:10 | |
*** sirp_ has joined #openstack | 18:10 | |
*** dabo has joined #openstack | 18:10 | |
*** Adri2000 has joined #openstack | 18:10 | |
*** wedjat has joined #openstack | 18:10 | |
*** cclien has joined #openstack | 18:10 | |
*** jtimberman has joined #openstack | 18:10 | |
*** glenc has joined #openstack | 18:10 | |
*** h1nch has joined #openstack | 18:10 | |
*** Daviey has joined #openstack | 18:10 | |
*** openstackhudson has joined #openstack | 18:10 | |
*** troytoman has joined #openstack | 18:10 | |
*** pquerna has joined #openstack | 18:10 | |
*** jfluhmann has joined #openstack | 18:10 | |
*** mattinator has joined #openstack | 18:10 | |
*** ianweller has joined #openstack | 18:10 | |
*** localhost has joined #openstack | 18:10 | |
*** Xenith has joined #openstack | 18:10 | |
*** jaypipes has joined #openstack | 18:10 | |
*** sleepsonthefloor has joined #openstack | 18:10 | |
*** ttx has joined #openstack | 18:10 | |
*** fitzdsl has joined #openstack | 18:10 | |
*** konetzed has joined #openstack | 18:10 | |
*** seats has joined #openstack | 18:10 | |
*** mark has joined #openstack | 18:10 | |
*** keekz has joined #openstack | 18:10 | |
*** tmarble has joined #openstack | 18:10 | |
*** fsaad has joined #openstack | 18:10 | |
*** anticw has joined #openstack | 18:10 | |
*** greg-g has joined #openstack | 18:10 | |
*** eday has joined #openstack | 18:10 | |
*** jeremyb has joined #openstack | 18:10 | |
*** doude_ has joined #openstack | 18:10 | |
*** kim0 has joined #openstack | 18:10 | |
*** dsockwell has joined #openstack | 18:10 | |
*** zykes- has joined #openstack | 18:10 | |
*** dendrobates has joined #openstack | 18:10 | |
*** hubbard.freenode.net sets mode: +vvvv pandemicsyn exlt mtaylor dendrobates | 18:10 | |
*** lstoll has joined #openstack | 18:10 | |
*** perestrelka has joined #openstack | 18:10 | |
*** olivier_ has joined #openstack | 18:10 | |
*** mjmac has joined #openstack | 18:10 | |
*** cw has joined #openstack | 18:10 | |
*** PiotrSikora has joined #openstack | 18:10 | |
*** czajkowski has joined #openstack | 18:10 | |
*** [ack] has joined #openstack | 18:10 | |
*** morfeas has joined #openstack | 18:10 | |
*** ke4qqq has joined #openstack | 18:10 | |
*** ryker has joined #openstack | 18:10 | |
*** zedas has joined #openstack | 18:10 | |
*** f4m8_ has joined #openstack | 18:10 | |
*** Failbaitr has joined #openstack | 18:10 | |
*** pothos has joined #openstack | 18:10 | |
*** lool has joined #openstack | 18:10 | |
*** arcane has joined #openstack | 18:10 | |
*** klumpie has joined #openstack | 18:10 | |
*** sunech has joined #openstack | 18:10 | |
*** aliguori has joined #openstack | 18:10 | |
*** timrc has joined #openstack | 18:10 | |
*** _0x44 has joined #openstack | 18:10 | |
*** m_3 has joined #openstack | 18:10 | |
*** stewart has joined #openstack | 18:10 | |
*** yosh has joined #openstack | 18:10 | |
*** RobertLaptop has joined #openstack | 18:10 | |
*** winston-d has joined #openstack | 18:10 | |
*** kpepple has joined #openstack | 18:10 | |
*** herki has joined #openstack | 18:10 | |
*** deshantm has joined #openstack | 18:10 | |
*** hggdh has joined #openstack | 18:10 | |
*** evtoews has joined #openstack | 18:10 | |
*** nelson has joined #openstack | 18:10 | |
*** sandywalsh_ has joined #openstack | 18:10 | |
*** lvaughn_ has joined #openstack | 18:10 | |
*** tomo_bot has joined #openstack | 18:10 | |
*** burris has joined #openstack | 18:10 | |
*** Gh0sty has joined #openstack | 18:10 | |
*** zenmatt has joined #openstack | 18:10 | |
*** benlake has joined #openstack | 18:10 | |
*** allsystemsarego has joined #openstack | 18:10 | |
*** rcc has joined #openstack | 18:10 | |
*** irahgel has joined #openstack | 18:10 | |
*** gaveen has joined #openstack | 18:10 | |
*** h0cin has joined #openstack | 18:10 | |
*** CloudChris has joined #openstack | 18:10 | |
*** hubbard.freenode.net sets mode: +v _0x44 | 18:10 | |
*** berendt has joined #openstack | 18:10 | |
*** HugoKuo__ has joined #openstack | 18:10 | |
*** thimble has joined #openstack | 18:10 | |
*** ctennis has joined #openstack | 18:10 | |
*** ppetraki has joined #openstack | 18:10 | |
*** dirakx has joined #openstack | 18:10 | |
*** gondoi has joined #openstack | 18:10 | |
*** iRTermite has joined #openstack | 18:10 | |
*** vvuksan has joined #openstack | 18:10 | |
*** imsplitbit has joined #openstack | 18:10 | |
*** msassak has joined #openstack | 18:10 | |
*** Kegaro has joined #openstack | 18:10 | |
*** dragondm has joined #openstack | 18:10 | |
*** rnirmal has joined #openstack | 18:10 | |
*** photron has joined #openstack | 18:10 | |
*** dfg has joined #openstack | 18:10 | |
*** desai has joined #openstack | 18:10 | |
*** maplebed has joined #openstack | 18:10 | |
*** DanEllis has joined #openstack | 18:10 | |
*** MarcMorata has joined #openstack | 18:10 | |
*** dweimer has joined #openstack | 18:10 | |
*** freeflyi1g has joined #openstack | 18:10 | |
*** nijaba_afk has joined #openstack | 18:10 | |
*** btorch_ has joined #openstack | 18:10 | |
*** Brainspa1kle has joined #openstack | 18:10 | |
*** colinnich_ has joined #openstack | 18:10 | |
*** dprince has joined #openstack | 18:10 | |
*** joearnold has joined #openstack | 18:10 | |
*** holoway has joined #openstack | 18:10 | |
*** RichiH has joined #openstack | 18:10 | |
*** termie has joined #openstack | 18:10 | |
*** zul has joined #openstack | 18:10 | |
*** blamar has joined #openstack | 18:10 | |
*** j05h has joined #openstack | 18:10 | |
*** bcwaldon has joined #openstack | 18:10 | |
*** syah_ has joined #openstack | 18:10 | |
*** johntash_ has joined #openstack | 18:10 | |
*** whaley has joined #openstack | 18:10 | |
*** henrichrubin has joined #openstack | 18:10 | |
*** cdbs has joined #openstack | 18:10 | |
*** comstud has joined #openstack | 18:10 | |
*** gcc has joined #openstack | 18:10 | |
*** soosfarm_ has joined #openstack | 18:10 | |
*** hubbard.freenode.net sets mode: +v comstud | 18:10 | |
*** hadrian has joined #openstack | 18:10 | |
*** mdomsch has joined #openstack | 18:10 | |
*** dirakx has quit IRC | 18:10 | |
*** bcwaldon has quit IRC | 18:13 | |
*** dweimer has quit IRC | 18:13 | |
*** devcamcar has joined #openstack | 18:14 | |
*** MarcMorata has quit IRC | 18:15 | |
*** thimble has quit IRC | 18:17 | |
*** asksol has joined #openstack | 18:17 | |
*** bcwaldon has joined #openstack | 18:21 | |
*** berendt has quit IRC | 18:22 | |
*** alekibango has joined #openstack | 18:22 | |
openstackhudson | Project nova build #516: SUCCESS in 1 min 32 sec: http://hudson.openstack.org/job/nova/516/ | 18:22 |
openstackhudson | Tarmac: When re-throwing an exception, use "raise", not "raise e". This way we don't lose the stack trace. | 18:22 |
*** decramy has joined #openstack | 18:22 | |
*** justinc has joined #openstack | 18:22 | |
*** sebastianstadil has joined #openstack | 18:22 | |
*** fysa has joined #openstack | 18:22 | |
*** aryan has joined #openstack | 18:22 | |
*** ChanServ has joined #openstack | 18:22 | |
*** hubbard.freenode.net sets mode: +o ChanServ | 18:22 | |
*** dendrobates is now known as dendro-afk | 18:24 | |
*** dprince has quit IRC | 18:26 | |
openstackhudson | Project nova build #517: SUCCESS in 1 min 33 sec: http://hudson.openstack.org/job/nova/517/ | 18:28 |
openstackhudson | Tarmac: Fixes tarball contents by adding missing scripts and files to setup.py / MANIFEST.in | 18:28 |
*** gaveen has quit IRC | 18:28 | |
*** ccustine has joined #openstack | 18:29 | |
*** rackerhacker_ is now known as rackerhacker | 18:32 | |
*** rackerhacker has joined #openstack | 18:32 | |
*** vvuksan has left #openstack | 18:33 | |
*** dprince has joined #openstack | 18:34 | |
*** decramy has quit IRC | 18:37 | |
*** decramy has joined #openstack | 18:37 | |
*** j05h has quit IRC | 18:37 | |
*** hazmat has quit IRC | 18:38 | |
*** abecc has joined #openstack | 18:39 | |
*** gaveen has joined #openstack | 18:41 | |
*** decramy has quit IRC | 18:42 | |
*** decramy has joined #openstack | 18:43 | |
*** j05h has joined #openstack | 18:46 | |
*** MarkAtwood has quit IRC | 18:47 | |
*** kashyapc has joined #openstack | 18:47 | |
*** troytoman is now known as troytoman-away | 18:48 | |
*** eikke has joined #openstack | 18:48 | |
*** desai has quit IRC | 18:50 | |
*** littleidea has quit IRC | 18:51 | |
*** dweimer has joined #openstack | 18:52 | |
*** piken has joined #openstack | 18:53 | |
*** sebastianstadil has quit IRC | 18:54 | |
*** fysa has quit IRC | 18:54 | |
*** aryan has quit IRC | 18:54 | |
*** desai has joined #openstack | 18:54 | |
*** aryan has joined #openstack | 18:55 | |
*** photron has quit IRC | 18:55 | |
*** piken has joined #openstack | 18:57 | |
*** hazmat has joined #openstack | 19:01 | |
*** irahgel has left #openstack | 19:02 | |
*** clauden_ has joined #openstack | 19:03 | |
*** jheiss has joined #openstack | 19:04 | |
*** lvaughn_ has quit IRC | 19:04 | |
*** lvaughn has joined #openstack | 19:05 | |
*** hazmat has quit IRC | 19:06 | |
*** hvaldivia has quit IRC | 19:09 | |
*** dendro-afk is now known as dendrobates | 19:15 | |
*** gasbakid has joined #openstack | 19:20 | |
*** dirakx has joined #openstack | 19:22 | |
*** hazmat has joined #openstack | 19:23 | |
*** glenc has quit IRC | 19:28 | |
*** glenc has joined #openstack | 19:29 | |
*** jheiss has quit IRC | 19:29 | |
*** jheiss has joined #openstack | 19:29 | |
*** piken has quit IRC | 19:30 | |
ttx | Team meeting in 90 min in #openstack-meeting | 19:31 |
ttx | soren: we should be able to seed the tarball vs. branch contents test now | 19:31 |
*** jheiss has quit IRC | 19:33 | |
*** jheiss has joined #openstack | 19:34 | |
sandywalsh_ | periodic_tasks() calls in Service seem to happen in batches of four ... I suspect nova-combined | 19:39 |
*** vvuksan has joined #openstack | 19:41 | |
ttx | jaypipes: looks like your placeholders fix got eaten in the process : http://bazaar.launchpad.net/~jaypipes/nova/translations/revision/677 | 19:42 |
ttx | I guess it's automatically overwritten | 19:42 |
*** gasbakid has quit IRC | 19:43 | |
*** blueadept has joined #openstack | 19:43 | |
*** brd_from_italy has joined #openstack | 19:43 | |
*** jtran has joined #openstack | 19:44 | |
jtran | does openstack have a rebuild feature? | 19:44 |
jtran | to rebuild a VM | 19:44 |
*** benlake has quit IRC | 19:44 | |
jaypipes | ttx: that's just the creation date. | 19:45 |
ttx | jaypipes: I suspect you committed more than that on that rev | 19:46 |
ttx | "Replace placeholders in nova.pot with some actual values." | 19:46 |
kpepple | jtran: like rescue mode ? | 19:47 |
jaypipes | ttx: grr. | 19:48 |
ttx | jaypipes: did you not ? | 19:48 |
jaypipes | ttx: so, doing a python setup.py build_i18n overwrites the placeholders? That is retarded. | 19:48 |
ttx | jaypipes: sounds very retarded to me too | 19:48 |
jaypipes | mtaylor: ? ^^ | 19:48 |
jtran | kpepple: i'm not certain. i was looking for a method to just rebuild a vm from image, but retaining all old settings such as name, ip etc | 19:49 |
*** benlake has joined #openstack | 19:49 | |
jtran | does rescue mode do that? | 19:49 |
mtaylor | jaypipes: I'm sorry - I don't know what you mean by placeholders? | 19:49 |
ttx | mtaylor: "Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER" | 19:50 |
kpepple | jtran: no, i think rescue mode helps you when you corrupt the images filesystem (http://wiki.openstack.org/RescueMode) | 19:50 |
mtaylor | ttx: oh. hrm. well, in C++/intltool-based things, there is a config template you can stick somewhere which is where you actually define those values... (which I think is retarded) | 19:50 |
jtran | ah. ya i just want a refreshed vm from scratch, keeping old settings. any idea if there's such a feature? | 19:50 |
mtaylor | ttx: you will quickly find that whoever wrote _ALL_ of the i18n systems has never worked on a large project which works from version control | 19:51 |
kpepple | jtran: sorry, don't know | 19:51 |
jtran | grep -i rebuild api/openstack/* | 19:51 |
jtran | api/openstack/servers.py: """ Multi-purpose method used to reboot, rebuild, and | 19:51 |
jtran | api/openstack/servers.py: #TODO(sandy): rebuild/resize not supported. | 19:51 |
mtaylor | ttx, jaypipes: let me investigate and see what I can find | 19:51 |
jaypipes | mtaylor: ty. | 19:51 |
jtran | ^ that's the only clue that i have. altho i dunno if it's outdated. | 19:51 |
uvirtbot | jtran: Error: "that's" is not a valid command. | 19:51 |
ttx | mtaylor: I remember now, that's the reason why I stayed away from i18n and decided everyone should use english. | 19:51 |
jtran | the above is the only clue that i have. altho i dunno if it's outdated. | 19:52 |
mtaylor | ttx: it's amazing how generally powerful the systems are, and how TERRIBLE their integration with things like build systems is - and that's even _after_ you consider all the work launchpad does for you in this regar | 19:52 |
jtran | dprince: u around? | 19:52 |
ttx | mtaylor/jaypipes: I personally don't really mind the boilerplate in these files -- however I suspect that for licensing reasons we should try to get it right | 19:53 |
*** troytoman-away is now known as troytoman | 19:54 | |
desai | anyone know what the message: "node0069 >> clnt_create: RPC: Unknown host" means for nova-compute (on startup?) | 19:55 |
*** troytoman is now known as troytoman-away | 19:56 | |
*** Ryan_Lane has joined #openstack | 19:57 | |
dprince | jtran: yeah. What is up. | 19:58 |
jtran | needing help w/ the openstack-compute ruby binding | 19:59 |
jtran | is it just me, or is the data returned for the objs lacking in comparison to ec2 api? | 19:59 |
dprince | jtran: Okay. Which objects? Servers? Images? | 20:00 |
jtran | for example image info returns doesn't gimme a kosher imageid name. | 20:00 |
jtran | whereas the ec2 does | 20:00 |
jtran | and same goes for compute (server) obj | 20:00 |
jtran | let me run a couple examples. one sec | 20:00 |
dprince | Hmmm. Are you using the latest trunk code? | 20:00 |
jtran | i am probably not | 20:01 |
jtran | that is a good point tho | 20:01 |
jtran | i just did gem install openstack-compute | 20:01 |
dprince | Oh. I mean for nova-api. | 20:01 |
jtran | yes for nova-api 'openstack-compute' gem | 20:01 |
dprince | dpkg -l nova-api? | 20:02 |
dprince | Are you using Nova packages or nova.sh? | 20:02 |
jtran | neither. | 20:02 |
jtran | i'm using the ruby binding for a webapp | 20:02 |
jtran | no local install of nova whatsoever | 20:02 |
*** siebrand has joined #openstack | 20:02 | |
dprince | Okay. Sure. | 20:03 |
jtran | so the openstack-compute gem installation is ok? or do u still suggest getting latest trunk code for that | 20:03 |
dprince | Gem installing the latest openstack-compute should be fine. | 20:03 |
dprince | I was trying to figure out which version of Openstack/Nova that binding was being used with. That is all. | 20:04 |
jtran | ah, i'm using it against latest trunk of nova. it's not run by me tho | 20:04 |
dprince | Okay. Do you know which image service was being used? S3 or Glance? | 20:05 |
jtran | s3 | 20:05 |
dprince | Hmmm. Yeah. I think some of the recent code changes regarding how the S3 image service maps to the Base image service may be causing you an issue. | 20:06 |
dprince | I'm looking into it now. | 20:07 |
*** dweimer has quit IRC | 20:08 | |
*** berendt has joined #openstack | 20:08 | |
*** KnightHacker has joined #openstack | 20:08 | |
*** KnightHacker has left #openstack | 20:08 | |
desai | what code is responsible for keeping the service list up to date (ie nova-manage service list) | 20:09 |
jtran | dprince: for example. This is the 'servers' objs: > cs.servers | 20:09 |
jtran | => [{:name=>"Server 119", :id=>119} | 20:09 |
jtran | look at the extent of the server info. it's pretty limited, right? :name doesn't even gimme the server's id | 20:10 |
jtran | the server's id would be something in my case such as 'ily400-10' | 20:10 |
*** nelson has quit IRC | 20:10 | |
jtran | so based on that info the openstack/compute binding gives me back, i cannot use any of that info to get a serverid to use against any of the other methods | 20:10 |
*** nelson has joined #openstack | 20:11 | |
jtran | and then for images: | 20:11 |
jtran | > cs.images | 20:11 |
jtran | => [{:status=>"active", :name=>"production-bucket/ttylinux-uec-amd64-12.1_2.6.35-22_1.img.manifest.xml", :id=>7348264372287273994}, | 20:11 |
dprince | jtran: Try getting a single instance. | 20:11 |
jtran | none of those image key/values have the imageid | 20:11 |
dprince | jtran: server = cs.server(1) | 20:11 |
dprince | jtran: puts server.inspect | 20:11 |
jtran | right, but what if i dont' know the servers fixnum id and need to get that info based on a server's name? | 20:12 |
dprince | jtran: Yeah. Just do a 'servers' call first. Go through the list and find the ID for the named server and then look it up. | 20:13 |
jtran | looking at the single server obj, the 'name' isn't the same as the standard server id info needed to use w/ other methods. | 20:13 |
jtran | this server 'name' is 'server 150' | 20:13 |
jtran | yet when using ec2 api, the serverid is important and it shows up as: i-0000009f | 20:14 |
jtran | the serverid in the openstack/compute binding is: @id=120 | 20:14 |
*** berendt has quit IRC | 20:17 | |
*** berendt has joined #openstack | 20:17 | |
*** joearnold has quit IRC | 20:19 | |
*** vvuksan has quit IRC | 20:21 | |
*** londo__ has joined #openstack | 20:22 | |
*** kashyapc_ has joined #openstack | 20:22 | |
*** Xenith_ has joined #openstack | 20:22 | |
*** wedjat_ has joined #openstack | 20:23 | |
*** wedjat_ has joined #openstack | 20:23 | |
*** tmarble_ has joined #openstack | 20:23 | |
*** nijaba has joined #openstack | 20:23 | |
*** nijaba has joined #openstack | 20:23 | |
*** deshantm_ has joined #openstack | 20:24 | |
*** deshantm_ has quit IRC | 20:24 | |
*** edleafe has joined #openstack | 20:25 | |
*** lvaughn_ has joined #openstack | 20:25 | |
*** stewart_ has joined #openstack | 20:25 | |
*** Adri2000_ has joined #openstack | 20:26 | |
*** dfg_ has joined #openstack | 20:26 | |
*** johnpur has joined #openstack | 20:26 | |
*** ChanServ sets mode: +v johnpur | 20:26 | |
*** kashyapc has quit IRC | 20:27 | |
*** nijaba_afk has quit IRC | 20:27 | |
*** freeflyi1g has quit IRC | 20:27 | |
*** dfg has quit IRC | 20:27 | |
*** deshantm has quit IRC | 20:27 | |
*** stewart has quit IRC | 20:27 | |
*** tmarble has quit IRC | 20:27 | |
*** Xenith has quit IRC | 20:27 | |
*** wedjat has quit IRC | 20:27 | |
*** londo has quit IRC | 20:27 | |
*** sirp_ has quit IRC | 20:27 | |
*** dabo has quit IRC | 20:27 | |
*** Adri2000 has quit IRC | 20:27 | |
*** sirp has joined #openstack | 20:27 | |
*** lvaughn has quit IRC | 20:27 | |
*** edleafe is now known as dabo | 20:27 | |
*** deshantm has joined #openstack | 20:28 | |
*** westmaas has joined #openstack | 20:30 | |
ttx | Team meeting in 30 minutes in #openstack-meeting | 20:32 |
*** freeflying has joined #openstack | 20:33 | |
*** dfg_ has quit IRC | 20:33 | |
uvirtbot | New bug: #719575 in nova "xen machines not coming up while wrong root device in nova/virt/libvirt.xml.template" [Undecided,New] https://launchpad.net/bugs/719575 | 20:36 |
*** dprince has quit IRC | 20:37 | |
*** dprince has joined #openstack | 20:38 | |
*** lvaughn_ has quit IRC | 20:39 | |
*** lvaughn has joined #openstack | 20:40 | |
uvirtbot | New bug: #719577 in nova "extend method _inject_net_into_fs() in nova/virt/disk.py to not only support Debian-based images" [Undecided,New] https://launchpad.net/bugs/719577 | 20:41 |
*** dprince has quit IRC | 20:43 | |
*** dprince has joined #openstack | 20:45 | |
*** lvaughn_ has joined #openstack | 20:46 | |
*** gasbakid has joined #openstack | 20:47 | |
*** lvaughn has quit IRC | 20:48 | |
*** desai has quit IRC | 20:48 | |
*** piken has joined #openstack | 20:54 | |
*** mray has joined #openstack | 20:55 | |
*** justinsb has joined #openstack | 20:56 | |
*** thimble has joined #openstack | 20:56 | |
ttx | Meeting starting in 2 minutes in #openstack-meeting, join us now | 20:58 |
*** dendrobates is now known as dendro-afk | 21:00 | |
*** pothos has quit IRC | 21:00 | |
*** dendro-afk is now known as dendrobates | 21:00 | |
uvirtbot | New bug: #719588 in nova "machines not restarted on other computed node after crashing" [Undecided,New] https://launchpad.net/bugs/719588 | 21:01 |
uvirtbot | New bug: #719592 in nova "no rescheduling after attaching a new compute node" [Undecided,New] https://launchpad.net/bugs/719592 | 21:01 |
*** pothos has joined #openstack | 21:01 | |
*** troytoman-away is now known as troytoman | 21:03 | |
*** troytoma_ has joined #openstack | 21:04 | |
*** thimble has quit IRC | 21:06 | |
*** justinc has quit IRC | 21:07 | |
*** thimble has joined #openstack | 21:07 | |
*** thimble has left #openstack | 21:08 | |
*** sirp has quit IRC | 21:11 | |
*** bcwaldon has quit IRC | 21:11 | |
*** sirp_ has joined #openstack | 21:12 | |
*** bcwaldon has joined #openstack | 21:18 | |
*** vish1 has joined #openstack | 21:18 | |
*** miclorb_ has joined #openstack | 21:19 | |
*** openf|y has joined #openstack | 21:20 | |
openf|y | hey, so I have openstack deployed on a single system | 21:20 |
openf|y | and when I do a euca-run-instance it's saying it can't access nova.networking in the log / trace in /var/log/nova-networking.. but i checked my mysql db with the exact sql command... and it worked. | 21:21 |
openf|y | so i am thinking maybe there is some config somewhere that needs to tell the network controller to point at mysql | 21:21 |
openf|y | could that be the case? | 21:21 |
openf|y | if so... where? | 21:21 |
*** tahoe has quit IRC | 21:21 | |
*** vvuksan has joined #openstack | 21:22 | |
*** tr3buche` has joined #openstack | 21:23 | |
*** siebrand_ has joined #openstack | 21:25 | |
*** dirakx has quit IRC | 21:25 | |
*** elastic_dog has quit IRC | 21:25 | |
*** pvo has quit IRC | 21:25 | |
*** magglass1 has quit IRC | 21:25 | |
*** arun_ has quit IRC | 21:25 | |
*** siebrand has quit IRC | 21:25 | |
*** tr3buchet has quit IRC | 21:25 | |
*** arreyder has quit IRC | 21:25 | |
*** tsharju has quit IRC | 21:25 | |
*** jk0 has quit IRC | 21:25 | |
*** vishy has quit IRC | 21:25 | |
*** siebrand_ is now known as siebrand | 21:25 | |
*** dprince has quit IRC | 21:26 | |
*** jheiss has quit IRC | 21:28 | |
*** diegoparrilla has joined #openstack | 21:28 | |
*** magglass1 has joined #openstack | 21:28 | |
*** evtoews has quit IRC | 21:28 | |
*** jheiss has joined #openstack | 21:29 | |
*** h0cin has quit IRC | 21:30 | |
*** arun_ has joined #openstack | 21:32 | |
*** arun_ has joined #openstack | 21:32 | |
*** dirakx has joined #openstack | 21:33 | |
*** ivan has quit IRC | 21:33 | |
*** ivan has joined #openstack | 21:33 | |
*** ivan has joined #openstack | 21:33 | |
openf|y | =/ | 21:34 |
*** elastic_dog has joined #openstack | 21:35 | |
*** littleidea has joined #openstack | 21:35 | |
*** evtoews has joined #openstack | 21:38 | |
kpepple | openf|y: /etc/nova/nova.conf | 21:41 |
*** photron has joined #openstack | 21:41 | |
*** DanEllis has quit IRC | 21:43 | |
*** olivier_ has quit IRC | 21:43 | |
*** littleidea has quit IRC | 21:46 | |
*** ctennis has quit IRC | 21:47 | |
*** littleidea has joined #openstack | 21:48 | |
openf|y | yeah | 21:49 |
openf|y | that's not it | 21:49 |
openf|y | for whatever reason my instances are just staying stuck in scheduling | 21:49 |
openf|y | and all i see in errors is nova-network saying nova.networking doesn't exist... | 21:49 |
openf|y | when it does. | 21:49 |
openf|y | and i have no idea why | 21:49 |
mray | openf|y: check the permissions on your /var/lib/nova | 21:50 |
mray | mine were 700, vms wouldn't get past scheduling | 21:50 |
openf|y | nova owns it | 21:51 |
openf|y | it's 755 | 21:51 |
openf|y | basically a fresh install too | 21:51 |
openf|y | has me really confused | 21:51 |
*** jheiss has quit IRC | 21:51 | |
mray | yeah, my installs are always fresh | 21:51 |
mray | https://github.com/mattray/openstack-cookbooks/tree/bexar | 21:52 |
*** brd_from_italy has quit IRC | 21:52 | |
*** littleidea has quit IRC | 21:52 | |
kpepple | openf|y: should paste the log output to http://paste.openstack.org/ | 21:54 |
*** arreyder has joined #openstack | 21:54 | |
*** arreyder has quit IRC | 21:54 | |
*** arreyder has joined #openstack | 21:54 | |
*** troytoma_ has quit IRC | 21:56 | |
*** troytoman is now known as troytoman-away | 21:56 | |
*** jheiss has joined #openstack | 21:56 | |
openf|y | yeah i'm going to blow everything away start over from scratch and then do so | 21:57 |
openf|y | just to be sure | 21:57 |
*** jheiss_ has joined #openstack | 21:57 | |
*** jheiss_ has joined #openstack | 21:58 | |
*** jheiss has quit IRC | 21:59 | |
*** jheiss_ is now known as jheiss | 21:59 | |
*** photron has quit IRC | 22:00 | |
*** mdomsch has quit IRC | 22:01 | |
*** photron has joined #openstack | 22:01 | |
*** gasbakid has quit IRC | 22:03 | |
*** gasbakid has joined #openstack | 22:03 | |
*** olivier_ has joined #openstack | 22:04 | |
*** filler has quit IRC | 22:05 | |
berendt | does somebody know more about the status on the schedulers? at the moment they are very rudimentary and not very useful | 22:05 |
dabo | berendt: the schedulers are going to be worked on in cactus | 22:06 |
berendt | I could not find blueprints in the release map for the cactus release... | 22:06 |
dabo | we first have to get the zone concepts done, and then the distributed scheduler logic will come | 22:06 |
dabo | berendt: https://blueprints.launchpad.net/nova/+spec/bexar-distributed-scheduler | 22:07 |
berendt | what's about weighting of compute nodes and so on? | 22:07 |
dabo | berendt: what about it? | 22:07 |
berendt | is it planned to implement such functionality at the moment? | 22:08 |
dabo | yes | 22:08 |
dabo | we're still trying to determine the best way to make the logic pluggable, so that vendor A doesn't have to use the same weighting logic as vendor B | 22:09 |
*** ctennis has joined #openstack | 22:10 | |
*** ctennis has joined #openstack | 22:10 | |
berendt | how possible is it to have the code in the cactus release? :) | 22:10 |
tr3buche` | can a get a couple of core dev reviews. smallest merge ever: https://code.launchpad.net/~tr3buchet/nova/percent_s/+merge/49883 | 22:10 |
*** tr3buche` is now known as tr3buchet | 22:12 | |
tr3buchet | test | 22:12 |
tr3buchet | weird.. | 22:12 |
*** rnirmal has quit IRC | 22:12 | |
*** abecc has quit IRC | 22:13 | |
*** dendrobates is now known as dendro-afk | 22:13 | |
*** berendt has quit IRC | 22:15 | |
*** Ryan_Lane is now known as Ryan_Lane|away | 22:16 | |
*** joearnold has joined #openstack | 22:16 | |
*** CloudChris has quit IRC | 22:17 | |
*** blueadept has quit IRC | 22:19 | |
*** westmaas is now known as westmaas_away | 22:20 | |
*** filler has joined #openstack | 22:23 | |
*** wedjat_ is now known as wedjat | 22:24 | |
jarrod | are snapshots not live? | 22:28 |
*** mdomsch has joined #openstack | 22:29 | |
*** Ryan_Lane|away has quit IRC | 22:32 | |
*** Adri2000_ is now known as Adri2000 | 22:32 | |
*** johnpur has quit IRC | 22:39 | |
*** gasbakid has quit IRC | 22:39 | |
*** photron has quit IRC | 22:40 | |
openstackhudson | Project nova build #518: SUCCESS in 1 min 32 sec: http://hudson.openstack.org/job/nova/518/ | 22:42 |
openstackhudson | Tarmac: this bug bit me hard today. pv can be None, which does not translate to %d and this error gets clobbered by causing errors in the business in charge of capturing output and reporting errors. | 22:42 |
dabo | berendt: It's very possible to get this done for cactus. It may not be 100%, but it will be functional. | 22:43 |
*** openfly has joined #openstack | 22:43 | |
*** openf|y has left #openstack | 22:44 | |
*** ppetraki has quit IRC | 22:44 | |
jarrod | man | 22:45 |
jarrod | i CANNOT do snapshots? | 22:45 |
jarrod | eeeek | 22:45 |
*** pcoca has joined #openstack | 22:48 | |
*** glenc has left #openstack | 22:52 | |
*** glenc has joined #openstack | 22:53 | |
*** imsplitbit has quit IRC | 22:55 | |
*** allsystemsarego has quit IRC | 22:56 | |
soren | termie: Just curious... Do you see this test failure locally, too? https://code.launchpad.net/~termie/nova/test_start_service/+merge/48256 | 23:00 |
*** desai has joined #openstack | 23:00 | |
*** glenc has quit IRC | 23:03 | |
*** glenc has joined #openstack | 23:05 | |
*** gaveen has quit IRC | 23:05 | |
*** desai has quit IRC | 23:09 | |
*** mdomsch has quit IRC | 23:09 | |
*** mdomsch has joined #openstack | 23:13 | |
*** stewart_ is now known as stewart | 23:14 | |
*** jbaker_ has joined #openstack | 23:19 | |
* soren falls asleep | 23:21 | |
*** gondoi has quit IRC | 23:26 | |
*** jheiss has quit IRC | 23:32 | |
*** jheiss has joined #openstack | 23:34 | |
*** evtoews has quit IRC | 23:37 | |
*** clauden_ has quit IRC | 23:41 | |
*** clauden_ has joined #openstack | 23:41 | |
*** mdomsch has quit IRC | 23:41 | |
*** mray has quit IRC | 23:44 | |
*** fcarsten has joined #openstack | 23:50 | |
fcarsten | swift: netstat show me about 8000 TIME_WAIT connections between swift nodes (port 6000 and 6001). Is this normal? | 23:51 |
*** clauden_ has quit IRC | 23:52 | |
*** clauden_ has joined #openstack | 23:52 | |
openfly | http://pastebin.com/YjUN2n51 | 23:55 |
openfly | okay so that's full info on the fouled up install i have | 23:55 |
openfly | any assistance would be appreciated. | 23:55 |
*** dirakx has quit IRC | 23:57 | |
*** jheiss has quit IRC | 23:58 | |
kpepple | openfly: what is barad-dur ? is that your host name ? | 23:59 |
*** jheiss has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!