openstackhudson | Project swift build #180: SUCCESS in 27 sec: http://hudson.openstack.org/job/swift/180/ | 00:01 |
---|---|---|
openstackhudson | Tarmac: Removing bare excepts from code. | 00:01 |
*** dirakx has quit IRC | 00:02 | |
*** dragondm has quit IRC | 00:04 | |
*** sandywalsh has quit IRC | 00:04 | |
Ryan_Lane | does user_data need to be added in a specific format? I'm sending a YAML string, and when the instance tries to get any of its meta-data, it's getting a 500 error | 00:07 |
*** matiu_ has joined #openstack | 00:07 | |
kpepple | devcamcar: can you take a look at http://wiki.openstack.org/OpenStackDashboard to see if this is vaguely correct for deploying openstack-dashboard ? | 00:08 |
*** stewart has quit IRC | 00:09 | |
*** MarkAtwood has quit IRC | 00:10 | |
*** matiu_ is now known as matiu | 00:11 | |
*** bcwaldon has joined #openstack | 00:12 | |
devcamcar | kpepple: sure | 00:13 |
Ryan_Lane | ah. it's expecting to be in a certain format | 00:13 |
*** dubsquared has quit IRC | 00:13 | |
devcamcar | this step: Build django-nova with the boostrap script and buildout commands as shown in the dajngo-nova README | 00:13 |
devcamcar | isn't required if you are simply propping up openstack-dashboard | 00:13 |
devcamcar | bootstrap/buildout for django-nova is only needed for hacking on django-nova itself and running tests | 00:14 |
devcamcar | but yes, looks correct | 00:14 |
*** jimbaker has quit IRC | 00:18 | |
*** westmaas has joined #openstack | 00:18 | |
*** westmaas has joined #openstack | 00:22 | |
*** westmaas has quit IRC | 00:25 | |
*** westmaas has joined #openstack | 00:25 | |
*** rlucio has quit IRC | 00:25 | |
kpepple | devcamcar: thanks. one question: am somewhat confused about the last part when we sync the db. are there any dependencies on what user we use for this (other than matching the keys in the local_settings.py file) ? | 00:30 |
devcamcar | kpepple: what do you mean by dependencies? | 00:31 |
devcamcar | it uses sqlite3 by default | 00:32 |
devcamcar | you can configure it for mysql if it floats your boat | 00:32 |
*** adjohn has joined #openstack | 00:32 | |
*** adjohn has quit IRC | 00:32 | |
kpepple | devcamcar: no, sometimes we get boto errors like such (http://paste.openstack.org/show/584/) depending on the user | 00:33 |
ranger57 | quick question on swift, if I have two users (userA, userB) within the same account, when I make a call to get account stats, I can't get account data separated by user(as all API calls are based off the account token, URL and not the user). Is this correct? | 00:33 |
kpepple | devcamcar: can it just be any user ? | 00:33 |
*** MarkAtwood has joined #openstack | 00:33 | |
ranger57 | so I can't see how many bytes userA added individually | 00:33 |
ranger57 | only the total bytes in the account | 00:33 |
*** palhmbs has joined #openstack | 00:35 | |
devcamcar | kpepple: it can be any username | 00:35 |
devcamcar | kpepple: it looks like it doesn't like your access/secret key? | 00:35 |
creiht | ranger57: the account stats are at the account level | 00:36 |
devcamcar | kpepple: the access and secret key in local_settings have to be nova admin users | 00:36 |
creiht | no break up by user | 00:36 |
ranger57 | +creiht: thanks | 00:36 |
kpepple | devcamcar: yeah … that was anne's try. her problem was that she kept the default root user, but the keys were for annegentle. | 00:36 |
devcamcar | kpepple: it uses novaadminclient to communicate with nova for things like project and user creation | 00:36 |
devcamcar | kpepple: yea that explains it then | 00:36 |
devcamcar | kpepple: make sure you use access/secret keys for admin user | 00:36 |
kpepple | devcamcar: okay, that's what I was looking for … i'll make a not of that in the pre-requesites. thanks again. | 00:37 |
devcamcar | sure! | 00:37 |
*** retr0h has quit IRC | 00:37 | |
ranger57 | +creiht: is there currently a way to get user stats? | 00:38 |
creiht | All objects belong to an account, which users have access to | 00:39 |
ranger57 | ok | 00:39 |
*** westmaas has quit IRC | 00:39 | |
creiht | If you can have each user have their own account, then you get user stats | 00:39 |
ranger57 | cool, just wanted to confirm the behavior and make sure I wasn't missing anything then | 00:40 |
*** palhmbs has left #openstack | 00:42 | |
*** phymata has quit IRC | 00:48 | |
*** dendrobates is now known as dendro-afk | 00:49 | |
*** littleidea has quit IRC | 00:50 | |
*** ranger57 has quit IRC | 00:50 | |
*** daleolds has quit IRC | 00:52 | |
*** jtran has joined #openstack | 00:53 | |
*** littleidea_ has joined #openstack | 00:55 | |
*** manasa has joined #openstack | 00:59 | |
*** Ryan_Lane is now known as Ryan_Lane|away | 01:01 | |
*** kpepple has left #openstack | 01:05 | |
*** dstromberg has quit IRC | 01:11 | |
*** ccustine has joined #openstack | 01:11 | |
*** j05h has quit IRC | 01:11 | |
*** pvo_away is now known as pvo | 01:16 | |
*** rpedde has joined #openstack | 01:20 | |
*** j05h has joined #openstack | 01:23 | |
*** freeflying has quit IRC | 01:24 | |
*** freeflying has joined #openstack | 01:25 | |
*** rpedde has quit IRC | 01:25 | |
*** thingeee has joined #openstack | 01:27 | |
*** rpedde has joined #openstack | 01:32 | |
*** pvo is now known as pvo_away | 01:34 | |
*** dirakx has joined #openstack | 01:35 | |
*** MarkAtwood has quit IRC | 01:35 | |
*** MarkAtwood has joined #openstack | 01:36 | |
*** manasa has quit IRC | 01:38 | |
jtran | i have nova-manage installed on my workstation. whenever i use it 'nova-manage user list' , it attempts to query my localhost but i'm trying to query my nova server on a different system altogether. which env var do i use to set the nova sever info? | 01:44 |
*** dprince has joined #openstack | 01:44 | |
*** jdurgin has quit IRC | 01:44 | |
*** littleidea has joined #openstack | 01:51 | |
*** rpedde has quit IRC | 01:52 | |
*** hisaharu has joined #openstack | 01:53 | |
*** rpedde has joined #openstack | 01:54 | |
*** littleidea_ has quit IRC | 01:54 | |
*** jtran has quit IRC | 01:54 | |
*** maplebed has quit IRC | 01:56 | |
*** rpedde has quit IRC | 02:02 | |
*** pvo_away is now known as pvo | 02:04 | |
*** dfg has quit IRC | 02:10 | |
hisaharu | vishy: we updated our branch. could you review again? | 02:13 |
*** MarkAtwood has quit IRC | 02:25 | |
*** zenmatt has quit IRC | 02:25 | |
*** littleidea has quit IRC | 02:29 | |
*** zenmatt has joined #openstack | 02:30 | |
*** HugoKuo has joined #openstack | 02:31 | |
*** fysa has quit IRC | 02:35 | |
*** zenmatt_ has joined #openstack | 02:39 | |
*** littleidea has joined #openstack | 02:40 | |
*** zenmatt has quit IRC | 02:41 | |
*** thingeee has quit IRC | 02:42 | |
*** Ryan_Lane|away is now known as Ryan_Lane | 02:47 | |
*** littleidea has quit IRC | 02:51 | |
*** mdomsch_ has joined #openstack | 03:00 | |
*** mdomsch_ is now known as mdomsch | 03:06 | |
*** Dumfries has joined #openstack | 03:14 | |
*** littleidea has joined #openstack | 03:15 | |
*** stewart has joined #openstack | 03:23 | |
*** dendro-afk is now known as dendrobates | 03:26 | |
*** stewart has quit IRC | 03:28 | |
*** littleidea has quit IRC | 03:30 | |
*** kpepple has joined #openstack | 03:34 | |
*** vvuksan has quit IRC | 03:35 | |
*** fysa has joined #openstack | 03:37 | |
*** littleidea has joined #openstack | 03:43 | |
*** littleidea_ has joined #openstack | 03:44 | |
*** Ryan_Lane has quit IRC | 03:47 | |
*** littleidea has quit IRC | 03:48 | |
*** littleidea_ is now known as littleidea | 03:48 | |
*** dprince has quit IRC | 03:50 | |
*** dendrobates is now known as dendro-afk | 03:51 | |
*** kashyapc has joined #openstack | 03:59 | |
*** kashyapc has quit IRC | 04:02 | |
*** fysa has quit IRC | 04:08 | |
*** kashyapc has joined #openstack | 04:16 | |
*** hadrian has quit IRC | 04:19 | |
*** omidhdl has joined #openstack | 04:39 | |
*** MarkAtwood has joined #openstack | 04:43 | |
*** jimbaker has joined #openstack | 04:58 | |
*** rpedde has joined #openstack | 05:00 | |
*** rpedde has quit IRC | 05:03 | |
*** rpedde has joined #openstack | 05:03 | |
*** rpedde_ has joined #openstack | 05:04 | |
*** rpedde_ has joined #openstack | 05:04 | |
*** rpedde_ has quit IRC | 05:05 | |
*** fysa has joined #openstack | 05:05 | |
*** Ryan_Lane has joined #openstack | 05:06 | |
*** rpedde has quit IRC | 05:07 | |
*** fysa has quit IRC | 05:11 | |
*** kashyapc has quit IRC | 05:11 | |
*** pvo is now known as pvo_away | 05:16 | |
*** MarkAtwood has quit IRC | 05:16 | |
*** kpepple has left #openstack | 05:16 | |
*** JBL has joined #openstack | 05:22 | |
*** fysa has joined #openstack | 05:26 | |
*** dendro-afk is now known as dendrobates | 05:31 | |
*** fysa has quit IRC | 05:32 | |
*** fysa has joined #openstack | 05:32 | |
*** jimbaker has quit IRC | 05:36 | |
*** MarkAtwood has joined #openstack | 05:42 | |
*** zenmatt_ has quit IRC | 05:43 | |
*** kashyapc has joined #openstack | 05:48 | |
*** JBL has quit IRC | 05:53 | |
*** kpepple has joined #openstack | 06:07 | |
*** clauden has quit IRC | 06:07 | |
*** dendrobates is now known as dendro-afk | 06:09 | |
*** clauden_ has joined #openstack | 06:19 | |
*** matiu has quit IRC | 06:46 | |
*** Cybo has quit IRC | 06:47 | |
*** reldan has joined #openstack | 06:47 | |
*** thimble has joined #openstack | 06:53 | |
*** littleidea has quit IRC | 06:59 | |
*** littleidea has joined #openstack | 07:04 | |
*** miclorb has quit IRC | 07:20 | |
*** omidhdl1 has joined #openstack | 07:23 | |
*** Ryan_Lane is now known as Ryan_Lane|sleep | 07:24 | |
*** omidhdl has quit IRC | 07:24 | |
*** Ryan_Lane|sleep has quit IRC | 07:26 | |
*** littleidea has quit IRC | 07:29 | |
*** thimble has quit IRC | 07:29 | |
*** Nacx has joined #openstack | 07:30 | |
*** MarkAtwood has quit IRC | 07:34 | |
*** thimble has joined #openstack | 07:42 | |
xtoddx | reviews: | 07:44 |
xtoddx | https://code.launchpad.net/~anso/nova/lp708367/+merge/47636 | 07:44 |
* ttx looks. This code has been touched at least three times recently | 07:46 | |
*** kpepple has left #openstack | 07:49 | |
*** kpepple has joined #openstack | 07:49 | |
*** GasbaKid has joined #openstack | 07:51 | |
*** miclorb has joined #openstack | 07:52 | |
ttx | xtoddx: approved | 07:54 |
xtoddx | ttx: thanks | 07:54 |
ttx | looks like that imageid->id change had lots of regression potential and should have been handled more carefully | 07:55 |
ttx | xtoddx: just wondering if rev624 didn't try to address the same issue | 07:57 |
ttx | xtoddx: since it was fixed in between | 07:58 |
xtoddx | ttx: it didn't, it just put self.* in the method calls | 07:58 |
ttx | ok | 07:58 |
ttx | soren: have a look at https://code.launchpad.net/~anso/nova/lp708367/+merge/47636 when you arrive -- I'd like that one built so that I can run a few regression tests | 07:59 |
xtoddx | ttx: the issue was created in 622, when the fixed version of the image hash was compared against a loop checking the old key. imageId should have changed to id everywhere | 07:59 |
ttx | xtoddx: you checked that we caught all cases now ? | 08:00 |
xtoddx | ttx: it looks like everything gets its data from the .index method on that class. i updated the fake to return 'id' instead of 'imageId' to match the new method and ran tests. they all passed. i didn't do an exhaustive search though | 08:01 |
ttx | ok, I'll do live testing on the fixed version to potentially catch something else | 08:02 |
xtoddx | ok | 08:02 |
ttx | if only that flu would leave me alone | 08:02 |
xtoddx | ttx: also, it looks like tr3buchet put in a list of fields to remap in api/openstack/images.py. this probably replaces that (at least partly) | 08:03 |
*** ramkrsna has joined #openstack | 08:05 | |
*** ramkrsna has joined #openstack | 08:05 | |
ttx | JordanRinke: you need to fix that pep8 issue on your branch to get it past Tarmac | 08:05 |
ttx | reviews: https://code.launchpad.net/~ntt-pf-lab/nova/lp703037/+merge/47028 needs some urgent love | 08:06 |
ttx | fixes so many bugs in ipv6 that there is no point in testing ipv6 without that in. | 08:06 |
xtoddx | ttx: there are still remaining issues. nova-describe-images IMAGENAME fails | 08:10 |
xtoddx | ttx: i'll spend some more time on it tonight, i'll be in meetings tomorrow :( | 08:10 |
hisaharu | yes! please review our ipv6 bug fixes. we strongly hope. | 08:12 |
ttx | xtoddx: is "tonight" now or in X hours ? | 08:12 |
xtoddx | ttx: now | 08:12 |
ttx | xtoddx: awesome :) | 08:12 |
ttx | much appreciated | 08:13 |
*** reldan has quit IRC | 08:18 | |
*** kpepple has left #openstack | 08:22 | |
xtoddx | ttx: just pushed a new version that fixes the other bug. that should be all for the ec2 api. | 08:23 |
xtoddx | ttx: i'll leave it to sandywalsh and tr3buchet to check out the openstack api | 08:23 |
ttx | xtoddx: cool, thanks | 08:30 |
*** GasbaKid has quit IRC | 08:32 | |
xtoddx | ttx: i made one final change. it actually makes it simpler. i swear i'm done fiddling with it now. | 08:37 |
ttx | xtoddx: hehe | 08:37 |
ttx | You can fiddle to fix all you want :) | 08:38 |
*** allsystemsarego has joined #openstack | 08:40 | |
*** larstobi has joined #openstack | 08:40 | |
*** GasbaKid has joined #openstack | 08:46 | |
*** berendt has joined #openstack | 08:56 | |
thimble | Some days ago, BK_man announced RHEL packages of openstack. Has someone an url or further information? | 08:57 |
berendt | https://github.com/abrindeyev/openstack-nova-rhel6/ | 09:03 |
*** ramkrsna has quit IRC | 09:13 | |
*** omidhdl has joined #openstack | 09:19 | |
ttx | mtaylor: around ? | 09:20 |
*** omidhdl1 has quit IRC | 09:21 | |
*** GasbaKid has quit IRC | 09:25 | |
*** ramkrsna has joined #openstack | 09:27 | |
*** masumotok has joined #openstack | 09:28 | |
*** calavera has joined #openstack | 09:30 | |
*** H__ has joined #openstack | 09:34 | |
H__ | Hi all, quite a crowded channel. I've seen the server install http://wiki.openstack.org/SwiftInstall/Austin page, but cannot find anything on the client API. Where is it ? | 09:35 |
ttx | fwiw I just tested that everything was working alright from EC2 APi with bug 708367 fix | 09:51 |
uvirtbot | Launchpad bug 708367 in nova "euca-run-instances fails due to KeyError for imageId" [Critical,In progress] https://launchpad.net/bugs/708367 | 09:51 |
soren | ttx: I already approved it. | 09:51 |
ttx | soren: I saw that :) | 09:52 |
soren | There. Merged. | 09:52 |
*** GasbaKid has joined #openstack | 09:55 | |
openstackhudson | Project nova build #465: SUCCESS in 1 min 31 sec: http://hudson.openstack.org/job/nova/465/ | 09:57 |
openstackhudson | Tarmac: Fix regression in s3 image service. This should be a feature freeze exception. | 09:57 |
soren | vishy: Still around? | 10:04 |
*** MarcMorata has joined #openstack | 10:06 | |
flashn | euca? sounds alot like eucalyptus >:P | 10:07 |
flashn | oh, ec2 | 10:07 |
soren | flashn: Eucalyptus and Nova both implement the EC2 API. Hence, we can use the same client tools. | 10:07 |
*** reldan has joined #openstack | 10:08 | |
openstackhudson | Project nova build #466: SUCCESS in 1 min 32 sec: http://hudson.openstack.org/job/nova/466/ | 10:12 |
openstackhudson | Tarmac: Fix Bug #703037. ra_server is None | 10:12 |
uvirtbot | Launchpad bug 703037 in nova "Instances fail to spawn - ip6tables-restore v1.4.4: host/network `None' not found" [Medium,In progress] https://launchpad.net/bugs/703037 | 10:12 |
ttx | hisaharu: it's in ! ^ | 10:12 |
hisaharu | ttx: oh yes. great! | 10:13 |
ttx | hisaharu: I'm closing the corresponding bugs. Will try to spend some cycles today checking ipv6 works alright. | 10:14 |
*** tomo_bot has joined #openstack | 10:14 | |
hisaharu | ttx: thanks! | 10:15 |
hisaharu | and also I thank vish and soren for reviewing! | 10:19 |
ttx | soren: I guess you can flip the approved switch on https://code.launchpad.net/~retr0h/nova/lp705131/+merge/47494 | 10:22 |
*** miclorb has quit IRC | 10:24 | |
*** Jbain has quit IRC | 10:27 | |
soren | ttx: I wanted to wait for Vish's approval. | 10:31 |
ttx | right, the docstrings are still looking a bit funny :) | 10:31 |
*** miclorb has joined #openstack | 10:32 | |
*** calavera has quit IRC | 10:47 | |
*** calavera has joined #openstack | 10:48 | |
*** reldan has quit IRC | 10:52 | |
*** thimble has quit IRC | 10:52 | |
*** miclorb has quit IRC | 10:52 | |
*** thimble has joined #openstack | 10:52 | |
Dweezahr | Hello, I have ran the Nova_CC_Installer_v0.1 and I have made a misconfiguration | 11:06 |
Dweezahr | But when rerunning it, there seems to still be the same config | 11:06 |
Dweezahr | is it saved somewhere on the hdd? | 11:06 |
*** omidhdl1 has joined #openstack | 11:06 | |
Dweezahr | as a result the credentials are not being generated | 11:06 |
*** omidhdl has quit IRC | 11:08 | |
*** nati_ has joined #openstack | 11:09 | |
Dweezahr | ah, the logs keep existing, and the current config is added to the log file | 11:11 |
*** omidhdl1 has quit IRC | 11:32 | |
*** omidhdl has joined #openstack | 11:33 | |
Dweezahr | the Nova_CC_Installer_v0.1 does not install any user tables, and then crashes with "Table 'nova.users' doesn't exist | 11:33 |
*** reldan has joined #openstack | 11:33 | |
*** reldan has left #openstack | 11:37 | |
soren | Dweezahr: What on Earth is "Nova_CC_Installer_v0.1"? | 11:42 |
Dweezahr | there is no organisation in your project? | 11:43 |
Dweezahr | http://nova.openstack.org/adminguide/multi.node.install.html#id1 | 11:43 |
Dweezahr | there it says there is a scripted version of installing it on multiple servers | 11:43 |
Dweezahr | that script is called Nova_CC_Installer_v0.1 | 11:43 |
Dweezahr | the doc page does not indiciate when it was changed for the last time | 11:44 |
Dweezahr | But it seems that every week is different | 11:45 |
soren | Organisation != everyone knows every little, tiny detail about everything. | 11:45 |
Dweezahr | okay, internal communication | 11:46 |
soren | Same. | 11:46 |
Dweezahr | bounded rationality? | 11:46 |
soren | I'm not sure where you're going with this. | 11:46 |
Dweezahr | nevermind | 11:46 |
Dweezahr | in the script | 11:47 |
Dweezahr | it gathers information | 11:47 |
Dweezahr | the first command it runs is | 11:47 |
Dweezahr | /usr/bin/python /usr/bin/nova-manage user admin $NOVA_PROJECT_USER &>> $LOGFILE | 11:47 |
Dweezahr | this is after it has written /etc/nova/nova.conf | 11:47 |
Dweezahr | when executing this command on the cli outside the script, there are also errors | 11:48 |
soren | Like what? | 11:48 |
Dweezahr | (ProgrammingError) (1146, "Table 'nova.users' doesn't exist") | 11:48 |
Dweezahr | the script uses the root account for the database to access | 11:49 |
Dweezahr | there are no tables in database Nova, but it assumes there are | 11:49 |
*** arthurc has joined #openstack | 11:49 | |
soren | That script seems to be out-of-date. | 11:50 |
Dweezahr | hmm | 11:50 |
Dweezahr | it has been added in the last few weeks | 11:50 |
Dweezahr | I will try the manual version of the page | 11:50 |
soren | You need to run "nova-manage db sync" to create the database. | 11:50 |
soren | That script doesn't seem to do that. | 11:50 |
soren | A few weeks ago == ancient history. | 11:51 |
Dweezahr | rapid evolution | 11:51 |
nati_ | RT @soren A few weeks ago == ancient history. | 11:53 |
*** arthurc has quit IRC | 11:55 | |
*** arthurc has joined #openstack | 11:56 | |
*** omidhdl has quit IRC | 11:57 | |
*** freeflying has quit IRC | 11:58 | |
*** GasbaKid has quit IRC | 11:58 | |
*** GasbaKid has joined #openstack | 12:00 | |
*** omidhdl has joined #openstack | 12:01 | |
*** omidhdl has left #openstack | 12:05 | |
*** freeflying has joined #openstack | 12:06 | |
soren | nati_: I'm, sadly, @ubuntusoren on Twitter. | 12:16 |
uvirtbot | New bug: #708597 in nova "Nova services fails to start after upgrading" [Undecided,New] https://launchpad.net/bugs/708597 | 12:16 |
*** arthurc has quit IRC | 12:21 | |
*** arthurc has joined #openstack | 12:21 | |
nati_ | soren: Sorry! | 12:25 |
*** ctennis has quit IRC | 12:26 | |
soren | nati_: np :) | 12:34 |
nati_ | Bug #708597 seems the schema in DB is not updated. | 12:40 |
uvirtbot | Launchpad bug 708597 in nova "Nova services fails to start after upgrading" [Undecided,New] https://launchpad.net/bugs/708597 | 12:40 |
nati_ | When I test nova, I am using nova.sh which delete all database on startup. | 12:41 |
ttx | probably a dupe of bug 705758 | 12:42 |
uvirtbot | Launchpad bug 705758 in nova "Ubuntu packaging should handle (some) DB upgrades cases" [Wishlist,Confirmed] https://launchpad.net/bugs/705758 | 12:42 |
*** ctennis has joined #openstack | 12:43 | |
nati_ | Ahh, I got it. | 12:43 |
nati_ | May be, http://packages.python.org/sqlalchemy-migrate/index.html# can be used? | 12:48 |
*** GasbaKid has quit IRC | 12:49 | |
*** nati_ has quit IRC | 12:56 | |
*** mdomsch has quit IRC | 13:04 | |
*** adiantum has joined #openstack | 13:18 | |
*** adiantum has quit IRC | 13:24 | |
*** pvo_away is now known as pvo | 13:24 | |
*** pvo is now known as pvo_away | 13:26 | |
*** nati_ has joined #openstack | 13:29 | |
*** jf_ has joined #openstack | 13:39 | |
*** pvo_away is now known as pvo | 13:45 | |
*** thimble has quit IRC | 13:45 | |
*** dendro-afk is now known as dendrobates | 13:45 | |
Dweezahr | the AMQP server is unreachable, 'AMQP server on 172.28.1.228:5672 is unreachable' error that it produces is 'UnknownError: An unknown error has occurred. Please try your request again. | 13:45 |
Dweezahr | ' | 13:45 |
*** oldbam has joined #openstack | 13:46 | |
*** TheHutch has joined #openstack | 13:47 | |
Dweezahr | so this means that rabbitMQ is not running? | 13:48 |
ttx | Dweezahr: or unreachable. | 13:49 |
Dweezahr | I am not sure about the config | 13:49 |
Dweezahr | I have defined it to use 172.28.2.0 | 13:49 |
Dweezahr | my computer at my lan use 172.28.1.0 | 13:49 |
Dweezahr | so it is a non-existing range | 13:49 |
ttx | indeed. | 13:49 |
Dweezahr | thats correct? | 13:50 |
soren | termie: Any particular reason why nova/db/sqlalchemy/migrate_repo/versions/002_bexar.py doesn't have a downgrade() function? | 13:50 |
*** hggdh has quit IRC | 13:58 | |
*** fabiand_ has joined #openstack | 13:59 | |
*** thimble has joined #openstack | 14:00 | |
*** hggdh has joined #openstack | 14:01 | |
*** dprince has joined #openstack | 14:01 | |
*** Dweezahr has quit IRC | 14:02 | |
*** Dweezahr has joined #openstack | 14:02 | |
*** hadrian has joined #openstack | 14:02 | |
Dweezahr | openstack takes the ip-address of my gateway which causes me losing internet connection | 14:07 |
Dweezahr | this vm with nova is running on 172.28.1.228 | 14:07 |
Dweezahr | the --fixed_range=172.28.2.1/24 | 14:08 |
Dweezahr | --s3_host=172.28.1.228 | 14:08 |
Dweezahr | --rabbit_host=172.28.1.228 | 14:08 |
Dweezahr | --cc_host=172.28.1.228 | 14:08 |
Dweezahr | --ec2_url=http://172.28.228:8773/services/Cloud | 14:08 |
*** ramkrsna has quit IRC | 14:13 | |
*** jaypipes has joined #openstack | 14:15 | |
*** rbergeron has joined #openstack | 14:22 | |
Dweezahr | Domain not found: no domain with matching name 'instance-00000007' | 14:24 |
*** hggdh has quit IRC | 14:25 | |
*** hggdh has joined #openstack | 14:29 | |
*** arthurc has quit IRC | 14:29 | |
*** arthurc has joined #openstack | 14:30 | |
*** zenmatt has joined #openstack | 14:33 | |
*** mdomsch has joined #openstack | 14:33 | |
*** adiantum has joined #openstack | 14:37 | |
Dweezahr | the br100 interface keeps taking the gateway's ip address | 14:39 |
*** arthurc has quit IRC | 14:39 | |
*** pvo is now known as pvo_away | 14:40 | |
*** larstobi has quit IRC | 14:42 | |
*** gondoi has joined #openstack | 14:42 | |
*** ppetraki has joined #openstack | 14:42 | |
*** zul has quit IRC | 14:44 | |
*** littleidea has joined #openstack | 14:44 | |
*** zul has joined #openstack | 14:45 | |
*** littleidea has quit IRC | 14:46 | |
*** littleidea has joined #openstack | 14:48 | |
*** bcwaldon has quit IRC | 14:52 | |
*** littleidea has quit IRC | 14:57 | |
*** pvo_away is now known as pvo | 14:57 | |
*** Daviey has quit IRC | 14:58 | |
*** BK_man has joined #openstack | 15:02 | |
*** Daviey has joined #openstack | 15:02 | |
Dweezahr | The instance is pending on 172.28.1.4 but --fixed_range=172.28.2.1/24, and there is an error: libvir: QEMU error : Domain not found: no domain with matching name 'instance-00000008' | 15:02 |
Dweezahr | and /var/log/libvirt/qemu is entirely empty | 15:03 |
*** manasa has joined #openstack | 15:09 | |
uvirtbot | New bug: #708673 in nova "libvirt/hyperv do not support Glance" [Undecided,New] https://launchpad.net/bugs/708673 | 15:11 |
ttx | jaypipes: ^ would you consider this a critical FAIL or just a yet-unsupported use case ? | 15:14 |
*** bcwaldon has joined #openstack | 15:14 | |
*** westmaas has joined #openstack | 15:14 | |
* ttx just realized, reading the code, that it's just not there :) | 15:15 | |
Dweezahr | what does hvm mean? | 15:18 |
Dweezahr | Error: internal error no supported architecture for os type 'hvm' | 15:18 |
ttx | Dweezahr: this error usually means you don't have support for KVM on your compute node | 15:20 |
BK_man | ppl, is there a good description of Nova's Scheduler service? In plain English | 15:21 |
* BK_man need it for RPM and initscript description fields | 15:21 | |
Dweezahr | ttx, this cloud controller is running in vmware, this means that this config will not work? | 15:21 |
thimble | Dweezahr: what is libvirt_type in nova.conf? | 15:21 |
Dweezahr | thimble, undefined | 15:22 |
*** vvuksan has joined #openstack | 15:22 | |
Dweezahr | like in the documentation | 15:22 |
Dweezahr | there it is undefined as well | 15:22 |
*** westmaas has quit IRC | 15:22 | |
Dweezahr | what would it be? | 15:23 |
thimble | Dweezahr: try adding –libvirt_type=qemu | 15:25 |
Dweezahr | will do | 15:25 |
thimble | maybe it will work | 15:25 |
jaypipes | ttx: not-yet supported. :) | 15:25 |
ttx | Dweezahr: you should use a compute_host with VT extensions so that KVM can run. | 15:25 |
Dweezahr | ttx, no more computers left, all 9 in use | 15:26 |
Dweezahr | or 32 bit | 15:26 |
thimble | stack two 32bit to become 64 ;) | 15:26 |
ttx | jaypipes: I think I have a two-liner that fixes it though. | 15:28 |
*** fabiand_ has quit IRC | 15:28 | |
*** sandywalsh has joined #openstack | 15:29 | |
Dweezahr | thimble, status is running now | 15:29 |
wedjat | hello guys | 15:29 |
Dweezahr | but an ackward thing is that it chooses its ip-addres by itself | 15:29 |
Dweezahr | not by the confi | 15:29 |
wedjat | does someone know if swift is using deduplication ? i mean, if two objects have the same Etag, are they stored twice ? | 15:29 |
notmyname | wedjat: no dedup, the object is stored twice | 15:30 |
wedjat | notmyname: thanks ! i'm testing swift on ten machines with replica value of 2, have some errors but got good time responses :) | 15:31 |
*** westmaas has joined #openstack | 15:32 | |
*** johnpur has joined #openstack | 15:33 | |
*** ChanServ sets mode: +v johnpur | 15:33 | |
*** kashyapc has quit IRC | 15:33 | |
BK_man | khm... is there any chance to get traces logged for Nova services? | 15:34 |
* BK_man got new initscripts working but can't get errors and traces since all Nova processes are now daemons (STDOUT and STDERR are re-routed to /dev/null as a part of daemonization process) | 15:35 | |
*** berendt has quit IRC | 15:38 | |
*** dragondm has joined #openstack | 15:40 | |
*** Ryan_Lane has joined #openstack | 15:45 | |
ttx | jaypipes: do you think there is more to it than http://bazaar.launchpad.net/~ttx/nova/lp708673/revision/627 ? | 15:47 |
*** prewarmoney has joined #openstack | 15:47 | |
ttx | jaypipes: I could boot a libvirt/kvm instance from the openstack API and Glance using that. | 15:47 |
*** dfg has joined #openstack | 15:48 | |
* ttx pauses a bit | 15:48 | |
prewarmoney | hi all, I'm reinstalling nova from the anso repo(maverick), and the install of the 'nova-compute 2011.1~bzr545-0ubuntu1' package is failing on "adduser: The group `libvirtd' does not exist." | 15:49 |
*** Ryan_Lane has quit IRC | 15:49 | |
dendrobates | jaypipes: we are trying to decide if we want to try to get this into bexar. What is your opinion? | 15:50 |
prewarmoney | is there a workaround to this that anyone knows of? can I just create the libvirtd group | 15:50 |
*** omidhdl has joined #openstack | 15:51 | |
*** imsplitbit has joined #openstack | 15:52 | |
dendrobates | prewarmoney: is libvirt installed on your system? | 15:53 |
dendrobates | i think libvirtd postinst creates the group | 15:53 |
prewarmoney | libvirt is installed(just installed it on a fresh system a few minutes ago) | 15:55 |
dendrobates | soren: where is the libvirtd group created? | 15:57 |
dendrobates | I think soren actually created that package for Ubuntu, so he will know | 15:57 |
prewarmoney | dendrobates: lol, just apt-get install --reinstall'd libvirt-bin, and it created the group | 15:58 |
prewarmoney | dendrobates: not sure why it didn't create it the first time... | 15:58 |
dendrobates | hmm | 15:59 |
*** littleidea has joined #openstack | 16:03 | |
*** littleidea_ has joined #openstack | 16:04 | |
jaypipes | dendrobates: sorry, went to grab coffee... back reading.. | 16:05 |
dendrobates | mmm coffee, brb | 16:05 |
*** blueadept has joined #openstack | 16:05 | |
jaypipes | ttx: that small patch looks fine to me, sure | 16:06 |
jaypipes | ttx: I agree it's very low regression risk | 16:07 |
Dweezahr | the /etc/network/interfaces is misconfigured at my server | 16:07 |
Dweezahr | but this is a copy the documentation | 16:07 |
ttx | well, currently using the S3 URL it doesn't work at all, so it cannot be worse. | 16:07 |
ttx | jaypipes, dendrobates: the question is rather: do we want to rush support for something nobody tested one week before release | 16:08 |
*** littleidea has quit IRC | 16:08 | |
*** littleidea_ is now known as littleidea | 16:08 | |
dprince | Anybody know the main differences between the Anso packages and the PPA packages on launchpad? | 16:08 |
ttx | or better say "it's unsupported, so that's normal" | 16:08 |
*** prewarmoney has quit IRC | 16:08 | |
ttx | dprince: dunno... the PPA packages are using the ubuntu packaging that will be shipped in Ubuntu... not sure about how Anso do theirs | 16:09 |
dendrobates | where are the anso packages? | 16:09 |
ttx | (i didn't know they did theirs) | 16:10 |
dprince | I'm updating the Openstack Cookbooks (for Chef) to work with the latest PPA. | 16:10 |
dprince | By default the anso Cookbooks use the Anso repo. | 16:10 |
ttx | dendrobates, jaypipes: with the patch, it may be a buggy feature. Without the patch, it's an unsupported feature. | 16:11 |
*** jbaker_ has joined #openstack | 16:11 | |
dprince | The anso packages are at: http://packages.ansolabs.com/ | 16:11 |
ttx | dendrobates, jaypipes: it all depends on how much this was "expected to work". | 16:11 |
dprince | Another question: who controls the 'Openstack' org on GitHub? | 16:12 |
dprince | It might make sense for these cookbooks to live there. | 16:12 |
*** jbaker__ has joined #openstack | 16:12 | |
*** jbaker_ has quit IRC | 16:12 | |
*** prewarmoney has joined #openstack | 16:14 | |
dendrobates | openstack on github is an unofficial, the project does not control them | 16:15 |
dprince | Okay. Thanks. I'll contact some of the guys in the GitHub org then and track it down. | 16:16 |
dendrobates | I personally think we should bundle recipes in the packages | 16:16 |
dendrobates | and distribute them | 16:16 |
uvirtbot | New bug: #708720 in nova "Plugin module pluginlib_nova.py missing XenAPI import" [Undecided,In progress] https://launchpad.net/bugs/708720 | 16:17 |
dprince | Well. You typically use the cookbooks to install the packages right. So having them in the same package wouldn't really work well. | 16:17 |
dendrobates | dprince: sorry, I misspoke they could be in the archive, in contrib but not in the packages | 16:18 |
dprince | Distributing cookbooks in a separate package may work. Chef is very Git freindly however. | 16:18 |
dprince | Sure. That would work as well. And we could mirror that to GitHub then. | 16:18 |
dprince | (I suppose it already is) | 16:19 |
dprince | So who maintains the puppet stuff then? | 16:20 |
vvuksan | any qemu-img experts :-) ? | 16:20 |
*** arthurc has joined #openstack | 16:20 | |
*** daleolds has joined #openstack | 16:22 | |
*** mray has joined #openstack | 16:23 | |
*** GasbaKid has joined #openstack | 16:23 | |
sandywalsh | https://code.launchpad.net/~sandy-walsh/nova/lp708720/+merge/47683 | 16:24 |
vvuksan | i think the problem I'm having with RHEL5 is that Openstack apparently requires qemu-img 0.12+ | 16:24 |
vvuksan | trouble is images generated with 0.12 are not readable by qemu-kvm shipped by RHEL5 | 16:25 |
vvuksan | it may have something to do with the backing_store option that is passed to qemu-img | 16:25 |
*** dragondm has quit IRC | 16:26 | |
*** mdomsch has quit IRC | 16:29 | |
*** sandywalsh has quit IRC | 16:29 | |
*** maplebed has joined #openstack | 16:32 | |
jaypipes | ttx, dendrobates: my vote is release for Bexar as experimental. Note that I would *not* recommend this for Cactus, just for Bexar... | 16:32 |
ttx | https://code.launchpad.net/~ttx/nova/lp708673/+merge/47687 | 16:36 |
ttx | jaypipes, dendrobates: ^feel free to comment on this | 16:36 |
vishy | dprince: the packages at anso are an older stable release | 16:38 |
vishy | dprince: before a lot of the big bexar merges got in | 16:38 |
vishy | dprince: devpackages is pretty close to trunk, although the packaging works slightly differently. Services are not enabled by default | 16:39 |
*** dragondm has joined #openstack | 16:40 | |
dprince | vishy: thanks for the heads up. | 16:40 |
dprince | vishy: I have a couple more pull requests to send you. | 16:40 |
dprince | vishy: What are your thoughts about the Cookbooks living under 'Openstack' on GitHub? | 16:40 |
uvirtbot | New bug: #708740 in nova "Need to put python TRACEs into logs" [Undecided,New] https://launchpad.net/bugs/708740 | 16:41 |
vishy | dprince: I don't have a problem with it, who owns the openstack project? | 16:42 |
dprince | vishy: not sure. I was going to contact the guys in the Org and see. | 16:42 |
vishy | dprince: The chef script updates are great btw | 16:44 |
dprince | vishy: thanks. Very glad that you guys have maintained them as well. | 16:45 |
uvirtbot | New bug: #708745 in glance "glance-upload should support uploading images without ramdisks (or raw images)" [Undecided,New] https://launchpad.net/bugs/708745 | 16:46 |
*** Dweezahr has quit IRC | 16:47 | |
*** calavera has quit IRC | 16:47 | |
*** Dweezahr has joined #openstack | 16:47 | |
* ttx crawls back to his bed to heal his flu -- bbl | 16:53 | |
*** sandywalsh has joined #openstack | 16:54 | |
uvirtbot | New bug: #708754 in nova "xenapi_image_service flag is redundant with image_service flag" [Wishlist,Confirmed] https://launchpad.net/bugs/708754 | 16:56 |
ttx | nova-core: please give https://code.launchpad.net/~jordanrinke/nova/lp707171/+merge/47325 the final push, it should be good now | 16:58 |
BK_man | vishy: https://bugs.launchpad.net/nova/+bug/708740/comments/2 | 17:01 |
uvirtbot | Launchpad bug 708740 in nova "Need to put python TRACEs into logs" [Undecided,New] | 17:01 |
openstackhudson | Project nova build #467: SUCCESS in 1 min 33 sec: http://hudson.openstack.org/job/nova/467/ | 17:02 |
openstackhudson | Tarmac: Missing import in xen plugin. | 17:02 |
*** manasa has quit IRC | 17:03 | |
*** fysa has quit IRC | 17:04 | |
*** fysa has joined #openstack | 17:04 | |
uvirtbot | New bug: #708759 in nova "Not Found responses in terminate_instance, get_console_output, attach_volume, detach_volume, delete_volume should return ec2_id" [Undecided,New] https://launchpad.net/bugs/708759 | 17:06 |
*** clauden_ has quit IRC | 17:07 | |
*** clauden has joined #openstack | 17:07 | |
*** GasbaKid has quit IRC | 17:07 | |
*** thimble has quit IRC | 17:10 | |
*** maplebed has quit IRC | 17:11 | |
wedjat | is swift known to possibly cut http put requests ? | 17:11 |
creiht | wedjat: what do you mean by cut? | 17:11 |
wedjat | i mean, i was uploading at a very high rate many big files (1Go each) | 17:11 |
wedjat | and the requests which appear in the syslog of the proxy don't have all the same length (which should be 102400000...) | 17:12 |
wedjat | sometimes they are shorter | 17:12 |
wedjat | maybe it's a problem with my testing software (apache jmeter) | 17:12 |
creiht | wedjat: with the PUTs that were shorter, what return code does the log show the proxy server returning? | 17:13 |
wedjat | always 201 | 17:13 |
creiht | hrm | 17:13 |
wedjat | there is no problem in getting the file after that, swift gives me the shorter file (~300 Mo or 600 Mo... instead of 1 Go) | 17:14 |
creiht | wedjat: would be possible to paste a sampling of the logs? | 17:14 |
wedjat | of course | 17:14 |
creiht | so when you GET the file, it returns the truncated version of the file? | 17:15 |
wedjat | yeah | 17:16 |
wedjat | but the value which was registered in the metadatas is the size of the truncated file | 17:16 |
creiht | wedjat: yeah I was just going to ask what the content-length of the object showed as | 17:17 |
openstackhudson | Project nova build #468: SUCCESS in 1 min 32 sec: http://hudson.openstack.org/job/nova/468/ | 17:17 |
openstackhudson | Tarmac: Make xml namespace match the API version requested. | 17:17 |
creiht | wedjat: Does it upload those files with chunked-encoding? | 17:17 |
*** reldan has joined #openstack | 17:18 | |
creiht | or just normally | 17:18 |
*** Dweezahr has quit IRC | 17:19 | |
*** Dweezahr has joined #openstack | 17:20 | |
*** joearnold has joined #openstack | 17:20 | |
*** littleidea has quit IRC | 17:21 | |
openstackhudson | Project nova build #469: SUCCESS in 1 min 33 sec: http://hudson.openstack.org/job/nova/469/ | 17:23 |
openstackhudson | Tarmac: Make unit tests clean up their mess in /tmp after themselves. | 17:23 |
wedjat | creiht: http://pastebin.com/3yie95Ws | 17:23 |
creiht | wedjat: I'm going to double check the code, but for a normal PUT to complete the content length sent by the client has to match the content length of the uploaded file, otherwise it will return an error | 17:24 |
wedjat | Does it upload those files with chunked-encoding? >> how can i know that ? | 17:24 |
wedjat | creiht: ok, so we can eliminate any problem with swift | 17:24 |
creiht | if a content length is not sent, then it has to be sent with chunked-encoding, then the right ending | 17:26 |
creiht | wedjat: well I would like to say that, but I would like to verify that to be the case :) | 17:26 |
*** littleidea_ has joined #openstack | 17:26 | |
creiht | wedjat: Not sure if it would be possible with your testing software, but it would be interesting to send the md5 hash of the file with the file you are uploading | 17:29 |
*** thingeee has joined #openstack | 17:29 | |
*** littleidea_ is now known as littleidea | 17:30 | |
creiht | wedjat: the md5 hash should be sent as the etag header in the PUT request | 17:32 |
*** dendrobates is now known as dendro-afk | 17:39 | |
wedjat | creiht: yeah, i can do that | 17:40 |
wedjat | creiht: so, i can send myself the Etag instead to have it computed by swift, right ? | 17:40 |
creiht | yup | 17:40 |
*** dendro-afk is now known as dendrobates | 17:40 | |
jaypipes | redbo: just finishing review on your swift locale branch. looks good. I went ahead and took the liberty of configuring Launchpad translations for swift. Should be ready to merge trunk and create the translations export shortly. | 17:41 |
wedjat | but there is a risk of http error if the Etag isn't the same as the md5 hash ? | 17:41 |
creiht | And swift will verify the etag that it calculates on the data uploaded with what you send, and returns an error if they are not equal | 17:41 |
Dumfries | Setting up swift, when requested to "probetests" I am greeting with the following error, http://pastie.org/1503147. Anyone able to provide any insight? | 17:43 |
creiht | Dumfries: Is this on an SAIO setup, and if so, did you create the resetswift script from the instructions? | 17:45 |
Dumfries | creiht: Yes I did. | 17:45 |
creiht | If you did, then your resetswift script likely isn't on your path | 17:45 |
wedjat | creiht: i understand. I will test that, thanks :D | 17:46 |
creiht | wedjat: cool... and let me know what that turns up | 17:46 |
wedjat | yeah :) | 17:46 |
Dumfries | creiht: thanks. I have to run sudo to run probe tests. I disabled reset_env in sudoers and run sudo with the -E flag. | 17:47 |
creiht | cool | 17:47 |
*** kpepple has joined #openstack | 17:48 | |
Dumfries | "finish coffee then post on irc"... the more you know! | 17:49 |
*** JuanPerez has joined #openstack | 17:49 | |
Dumfries | thanks creiht | 17:49 |
creiht | hehe | 17:50 |
creiht | Dumfries: np! | 17:50 |
creiht | jaypipes: thanks for looking at that, I will go ahead and approve that branch now | 17:50 |
*** clauden has quit IRC | 17:51 | |
*** Ryan_Lane has joined #openstack | 17:52 | |
jaypipes | creiht: all done. https://translations.launchpad.net/swift/trunk. once redbo's branch is merged, the translation templates will start to pop up. Export of messages is now setup for automatic to ~swift-drivers/swift/translations daily. | 17:52 |
jaypipes | mtaylor: please double-check review this one at your earliest: https://code.launchpad.net/~redbo/swift/locale/+merge/47609 | 17:52 |
openstackhudson | Project nova build #470: SUCCESS in 1 min 34 sec: http://hudson.openstack.org/job/nova/470/ | 17:52 |
openstackhudson | Tarmac: Make nova.virt.images fetch images from a Glance URL when Glance is used as the image service (rather than unconditionally fetch them from an S3/objectstore URL). | 17:52 |
creiht | jaypipes: cool, thanks | 17:53 |
jaypipes | creiht: np | 17:53 |
*** kashyapc has joined #openstack | 17:54 | |
jaypipes | JordanRinke: you know, one of these days, we'll actually be able to get your one-line patch into nova. | 17:54 |
*** odyi has quit IRC | 17:56 | |
*** odyi has joined #openstack | 17:56 | |
JuanPerez | Hi, been going through the XenServerDevelopment wiki, and when I run "cloudservers boot test --flavor=1 --image=1"... I see the following error "cloudservers.exceptions.CloudServersException: kernel_id property not found for image 1 (HTTP 500)" | 17:58 |
JuanPerez | Anyone run into this before? | 17:58 |
*** pvo is now known as pvo_away | 18:01 | |
openstackhudson | Project swift build #181: SUCCESS in 32 sec: http://hudson.openstack.org/job/swift/181/ | 18:02 |
openstackhudson | Tarmac: add pybabel setup.py commands and initial .pot | 18:02 |
openstackhudson | Project nova build #471: SUCCESS in 1 min 33 sec: http://hudson.openstack.org/job/nova/471/ | 18:02 |
openstackhudson | Tarmac: Changed cpu limit to a static value of 100000 (100%) instead of using the vcpu value of 1. There is no weight/limit variable now so I see no other solution than the static max limit. | 18:02 |
*** damon__ has joined #openstack | 18:03 | |
*** sophiap has joined #openstack | 18:03 | |
*** Dweezahr has quit IRC | 18:04 | |
*** Dweezahr has joined #openstack | 18:05 | |
*** pvo_away is now known as pvo | 18:12 | |
*** TheHutch has quit IRC | 18:14 | |
*** dragondm has quit IRC | 18:14 | |
*** arthurc has quit IRC | 18:15 | |
*** sandywalsh has quit IRC | 18:17 | |
*** omidhdl has quit IRC | 18:23 | |
*** westmaas has quit IRC | 18:26 | |
*** Ryan_Lane has quit IRC | 18:27 | |
*** sophiap has quit IRC | 18:27 | |
*** sophiap has joined #openstack | 18:27 | |
*** reldan has quit IRC | 18:28 | |
*** Nacx has quit IRC | 18:29 | |
*** Dweezahr has quit IRC | 18:29 | |
*** Dweezahr has joined #openstack | 18:30 | |
*** reldan has joined #openstack | 18:32 | |
*** vvuksan has quit IRC | 18:33 | |
*** daleolds has quit IRC | 18:34 | |
*** daleolds has joined #openstack | 18:36 | |
*** Dweezahr has quit IRC | 18:40 | |
*** Dweezahr has joined #openstack | 18:41 | |
*** littleidea has quit IRC | 18:44 | |
*** maplebed has joined #openstack | 18:48 | |
*** vvuksan has joined #openstack | 18:48 | |
*** retr0h has joined #openstack | 18:50 | |
*** retr0h has joined #openstack | 18:50 | |
vvuksan | i got Nova running on Centos5 - sort of | 18:54 |
vvuksan | basically the qemu-img command needs to be changed for it to work | 18:54 |
BK_man | vvuksan: use my assets if you need run it on RHEL6: https://github.com/abrindeyev/openstack-nova-rhel6 | 18:55 |
vvuksan | nice | 18:55 |
vvuksan | is dnsmasq supposed to be running on the bridged interface ? | 18:57 |
kpepple | vvuksan: under which network manager ? | 18:57 |
vvuksan | flat | 18:57 |
vvuksan | basically I'm seeing this | 18:57 |
vvuksan | wget: can't connect to remote host (169.254.169.254): Network is unreachable | 18:57 |
vvuksan | from the guest | 18:57 |
kpepple | vvuksan: well you do need some DHCP … dnsmasq provides this ... | 18:58 |
vvuksan | right | 18:58 |
vvuksan | and kvm comes with it | 18:58 |
vvuksan | just listens to virbr0 | 18:58 |
vvuksan | not br100 | 18:58 |
vvuksan | question is what provides the IP to the guest | 18:59 |
kpepple | vvuksan: are you trying to get to the launch info with wget ? i think that is a known bug with flat | 18:59 |
vvuksan | trying to launch ttylinux | 18:59 |
vvuksan | that's what it's saying | 18:59 |
kpepple | vvuksan: sorry, not following. you are not running any dhcp server on your network ? | 19:01 |
vvuksan | right | 19:01 |
vvuksan | i am however br100 is not really connected to anything | 19:02 |
*** jtran has joined #openstack | 19:02 | |
kpepple | vvuksan: you need one on the bridged network. dnsmasq provides this in the vlan manager. | 19:02 |
jtran | does openstack have any documentation on its HTTP API methods? I know the AWS related calls, but there are some methods that aren't such as listing projects, listing vpn ips, and listing floating ips, or user info. | 19:03 |
jtran | ^ above question is related to the api-service component of the stack. | 19:03 |
uvirtbot | jtran: Error: "above" is not a valid command. | 19:03 |
jtran | the above question is related to the api-service component of the stack. | 19:03 |
*** damon__ has quit IRC | 19:03 | |
kpepple | jtran: not sure. it would be here ( http://wiki.openstack.org/Documentation) somewhere if it was available. | 19:05 |
*** littleidea has joined #openstack | 19:06 | |
*** omidhdl has joined #openstack | 19:07 | |
kpepple | jtran: try here - http://nova.openstack.org/devref/index.html | 19:07 |
*** maplebed has quit IRC | 19:07 | |
jtran | kpepple: i did see an api ref, but not specifically a REST api ref | 19:08 |
*** littleidea has quit IRC | 19:08 | |
kpepple | jtran: not sure if those are documented outside the source code | 19:10 |
jtran | understood. thx | 19:10 |
*** j05h has quit IRC | 19:15 | |
*** j05h has joined #openstack | 19:15 | |
*** rcc has quit IRC | 19:21 | |
*** mdomsch has joined #openstack | 19:22 | |
*** Dweezahr has quit IRC | 19:22 | |
*** Dweezahr has joined #openstack | 19:23 | |
JuanPerez | Seems like nova may not be reading the krm_mapping.json file listing the Kernel/Ramdisk/Machine | 19:27 |
kpepple | JuanPerez: wasn't that (krm_mapping) pulled in revno 613 ? | 19:29 |
*** sandywalsh has joined #openstack | 19:30 | |
JuanPerez | kpepple: i'm not sure. i'll see what i can find | 19:30 |
kpepple | JuanPerez: $ bzr log -c 613 | 19:31 |
uvirtbot | New bug: #708822 in nova "DescribeAvailabilityZones: services alive status is not consistent" [Undecided,New] https://launchpad.net/bugs/708822 | 19:31 |
*** Dweezahr has quit IRC | 19:33 | |
JuanPerez | kpepple: Thank you for the pointer | 19:33 |
*** Dweezahr has joined #openstack | 19:33 | |
*** nelson has quit IRC | 19:33 | |
*** MarcMorata has quit IRC | 19:33 | |
*** nelson has joined #openstack | 19:34 | |
kpepple | JuanPerez: np | 19:36 |
uvirtbot | New bug: #708823 in swift "swift-auth-to-swauth only works on swath default" [Undecided,In progress] https://launchpad.net/bugs/708823 | 19:36 |
Dumfries | is there a simple way to remove users while using DevAuth ? | 19:39 |
*** daleolds has quit IRC | 19:40 | |
*** maple_bed has joined #openstack | 19:42 | |
gholt | Dumfries: not particularly. easiest way with devauth is to use sqlite3 on the /etc/swift/auth.db to remove the user entry and then restart memcache (to purge the cached auth token) | 19:42 |
notmyname | Dumfries: no. you have to use sqlite3 to manually delete the row | 19:42 |
Dumfries | Thanks guys, thought I was missing something. | 19:42 |
*** kpepple has quit IRC | 19:45 | |
*** omidhdl has quit IRC | 19:46 | |
Dumfries | anyone using fog to talk to swift? | 19:48 |
*** H__ has left #openstack | 19:48 | |
uvirtbot | New bug: #708837 in nova "NotFound exception: No service for host using simple.SimpleScheduler" [Undecided,New] https://launchpad.net/bugs/708837 | 19:51 |
*** kbringard has joined #openstack | 19:51 | |
ttx | JordanRinke: you made t, congrats :) | 19:52 |
ttx | it* | 19:52 |
kbringard | hey guys, I have a quick question... | 19:52 |
kbringard | when trying to download the zip file I'm getting the ./openssl.cnf couldn't be found error | 19:53 |
kbringard | but | 19:53 |
kbringard | it should be there... | 19:53 |
kbringard | when I do an strace... | 19:53 |
kbringard | chdir("/var/lib/nova/CA") | 19:53 |
kbringard | I see this | 19:53 |
kbringard | and when I ls that dir, I see the openssl.cnf there | 19:54 |
kbringard | any thoughts? | 19:54 |
BK_man | # grep CA /etc/nova/nova.conf | 19:55 |
BK_man | --ca_path=/var/lib/nova/CA | 19:55 |
kbringard | grep CA /etc/nova/nova.conf | 19:56 |
kbringard | --ca_path=/var/lib/nova/CA | 19:56 |
kbringard | oh you know what... | 19:56 |
kbringard | sorry, one sec | 19:56 |
kbringard | it's entirely likely I'm a huge idiot :-) | 19:56 |
BK_man | kbringard: check that nova generated openssl.cnf from a template | 19:57 |
*** reldan has quit IRC | 20:01 | |
kbringard | it looks like it, but how do I make it regenerate it, just to be sure? | 20:02 |
kbringard | gerootca.sh? | 20:02 |
BK_man | kbringard: don't remember exacttly. | 20:02 |
BK_man | i think that genrootca.sh should do that | 20:02 |
* BK_man going to home, it's 11PM in Moscow | 20:03 | |
kbringard | thanks for the help BK_man | 20:03 |
*** BK_man has quit IRC | 20:03 | |
*** reldan has joined #openstack | 20:03 | |
soren | dendrobates: libvirt-bin creates the group(s). | 20:04 |
*** reldan has quit IRC | 20:04 | |
*** adiantum has quit IRC | 20:05 | |
soren | dendrobates: Its postinst, that is. | 20:05 |
creiht | Dumfries: I haven't personally, but as long as you can set the auth url for it to use, it should work | 20:05 |
Dumfries | creiht: Yeah, mainly wanting to use it for Chef | 20:06 |
*** thingeee has left #openstack | 20:07 | |
uvirtbot | New bug: #708849 in swift "Object Auditor look for specific file properties" [Undecided,New] https://launchpad.net/bugs/708849 | 20:16 |
*** Ryan_Lane has joined #openstack | 20:20 | |
*** Ryan_Lane_ has joined #openstack | 20:22 | |
kbringard | this seems odd... | 20:23 |
kbringard | http://paste.openstack.org/show/586/ | 20:23 |
kbringard | I'm getting this error when trying to generate a zip file with nova-manage | 20:24 |
*** Ryan_Lane has quit IRC | 20:24 | |
*** Ryan_Lane_ is now known as Ryan_Lane | 20:24 | |
*** miclorb_ has joined #openstack | 20:24 | |
*** Ryan_Lane has quit IRC | 20:37 | |
*** Ryan_Lane has joined #openstack | 20:37 | |
*** dprince has quit IRC | 20:40 | |
*** MarcMorata has joined #openstack | 20:40 | |
kbringard | anyone... anyone? | 20:40 |
soren | kbringard: What's the problem? | 20:45 |
kbringard | I have everything running, but I am getting an odd openssl error when I try to get the credentials zipfile | 20:45 |
kbringard | http://paste.openstack.org/show/586/ | 20:45 |
*** pvo is now known as pvo_away | 20:46 | |
kbringard | basically, it seems to think the CA and request don't have the same stateOrProvineName | 20:46 |
kbringard | but from what I can tell they're both "California" | 20:46 |
*** MarcMorata has quit IRC | 20:46 | |
*** kpepple has joined #openstack | 20:47 | |
Dweezahr | Hello, I now have a multiple server configuration, how can I check that the cloud uses the resources of both the cloud controller and the node? | 20:47 |
kbringard | soren: http://paste.openstack.org/show/587/ | 20:47 |
kbringard | that's the actual nova-manage output | 20:48 |
soren | This vaguely rings a bell. | 20:48 |
soren | Not something I worked on myself, though. | 20:49 |
kbringard | I am running openssl-1.0.0-4 on RHEL6, so perhaps it's something new? | 20:49 |
soren | kbringard: With a fresh nova, I presume_ | 20:53 |
*** reldan has joined #openstack | 20:53 | |
kbringard | yea, just checked out the trunk this morning | 20:53 |
kbringard | the machine was just kickstarted previous to that, so nothing was on it before | 20:53 |
kbringard | I've tried blasting the CA director and the DB and starting over multiple times, but it always stops there | 20:54 |
kbringard | directory* | 20:54 |
soren | I'm really not sure, to be honest. | 20:56 |
kbringard | weird right? | 20:57 |
soren | Sort of. | 20:57 |
kbringard | no worries, thanks for thinking about it, I'll let you know if I figure it out | 20:57 |
*** pvo_away is now known as pvo | 20:57 | |
Dweezahr | How can I list nodes? | 20:57 |
soren | nova-manage services list | 20:58 |
Dweezahr | thanks | 20:58 |
soren | Er... service. Not services. | 20:58 |
Dweezahr | wow, it seems to work | 20:59 |
kbringard | hehe, you seem surprised :-) | 21:00 |
Dweezahr | thats good, looks like you are ready for the Bexar release | 21:00 |
Dweezahr | yeah, I have had some bad experience with vpn, my previous project | 21:00 |
Dweezahr | took half a year | 21:00 |
kbringard | oh geez | 21:01 |
*** adiantum has joined #openstack | 21:02 | |
kbringard | well, I have no idea why it doesn't think it matches, but because that's of little importance to me at the moment, I resolved it by updating the openssl.cnf to make stateOrProvinceMatch = optional | 21:13 |
kbringard | and I'll dig into it more later | 21:13 |
*** dendrobates is now known as dendro-afk | 21:14 | |
*** drico has quit IRC | 21:14 | |
*** dendro-afk is now known as dendrobates | 21:15 | |
soren | kbringard: The difference is likely in the encoding type. | 21:18 |
*** adiantum has quit IRC | 21:19 | |
kbringard | makes sense... | 21:19 |
kbringard | it's alive! | 21:23 |
kbringard | so, for reference | 21:23 |
kbringard | RHEL6 is pretty easy to get this thing running | 21:24 |
kbringard | which means that when CentOS6 is finally released, it'll likely be easyish as well | 21:24 |
*** adiantum has joined #openstack | 21:25 | |
*** drico has joined #openstack | 21:28 | |
soren | RHEL6 is out? I missed the memo. | 21:31 |
*** adiantum has quit IRC | 21:32 | |
kbringard | yea, I guess it came out in Nov | 21:32 |
kbringard | I was shocked to find out too | 21:33 |
*** adiantum has joined #openstack | 21:38 | |
*** adiantum has quit IRC | 21:47 | |
*** miclorb_ has quit IRC | 21:47 | |
*** laurensell has joined #openstack | 21:48 | |
kbringard | question for anyone who knows a bit more about the linux_net.py stuff than me | 21:49 |
kbringard | it sets --listen-address to the gateway IP | 21:49 |
kbringard | if I want to use an external router, is there any reason I can't define a different IP for it to attach to | 21:50 |
kbringard | as long as it's on the same broadcast domain, it should still assign IP addresses | 21:50 |
kbringard | but I'm concerned about the effect that may have on the pre and post routing rules | 21:50 |
*** adiantum has joined #openstack | 21:53 | |
*** daleolds has joined #openstack | 22:00 | |
*** westmaas has joined #openstack | 22:01 | |
*** adiantum has quit IRC | 22:01 | |
*** Ryan_Lane is now known as Ryan_Lane|food | 22:01 | |
*** adiantum has joined #openstack | 22:06 | |
*** k0p_ has joined #openstack | 22:07 | |
*** k0p has quit IRC | 22:10 | |
*** ctennis has quit IRC | 22:11 | |
openstackhudson | Project nova build #472: SUCCESS in 1 min 30 sec: http://hudson.openstack.org/job/nova/472/ | 22:12 |
openstackhudson | Tarmac: Makes sure all instance and volume commands that raise not found are changed to show the ec2_id instead of the internal id. | 22:12 |
*** bcwaldon has quit IRC | 22:12 | |
*** pvo is now known as pvo_away | 22:15 | |
*** adiantum has quit IRC | 22:17 | |
*** adiantum has joined #openstack | 22:23 | |
*** ctennis has joined #openstack | 22:27 | |
*** Ryan_Lane|food is now known as Ryan_Lane | 22:28 | |
*** desai has joined #openstack | 22:30 | |
*** kbringard has quit IRC | 22:31 | |
*** MarcMorata has joined #openstack | 22:31 | |
desai | hi. I'm having trouble getting libvirt going, which results in these messages (upon execution of /usr/sbin/libvirtd) http://paste.openstack.org/show/588/ | 22:32 |
desai | can anyone shed any light on this? | 22:32 |
*** blueadept has quit IRC | 22:32 | |
desai | all default maverick | 22:32 |
kpepple | desai: mav64 with kvm module loaded and svm/vmx enabled ? the "QEMU state driver failed" is strange | 22:34 |
*** mdomsch_ has joined #openstack | 22:34 | |
desai | kpepple: yeah, we've run kvm stuff successfully on this with another os | 22:35 |
desai | yeah, and i'm having trouble tracking that message down | 22:35 |
desai | google only sends me to commit messages | 22:35 |
*** prewarmoney has quit IRC | 22:35 | |
*** ppetraki has quit IRC | 22:35 | |
desai | and we're getting this consistently across a few different nodes | 22:35 |
desai | upstart is helpfully restart libvirtd about once a second after failure, silently | 22:36 |
desai | the error messages only seem to show once you run it in the foreground | 22:36 |
desai | kvm/kvm_intel are loaded, and vmx shows up in /proc/cpuinfo | 22:36 |
*** MarcMorata has quit IRC | 22:37 | |
*** vvuksan has quit IRC | 22:38 | |
kpepple | desai: can you launch a VM thru virtintall ? just to rule out kvm / libvirt … | 22:38 |
*** reldan has quit IRC | 22:38 | |
desai | which package does virtinstall come from? | 22:38 |
kpepple | desai: # sudo apt-get install python-virtinst | 22:38 |
kpepple | desai: launch instructions at https://help.ubuntu.com/10.10/serverguide/C/libvirt.html | 22:39 |
desai | hm, can't seem to find that package in the default apt sources | 22:42 |
desai | looks like it is virtinst now | 22:43 |
kpepple | desai: you might be right … weird. those are the 10.10 instructions. | 22:43 |
*** littleidea has joined #openstack | 22:44 | |
Dumfries | I have instances that can resolve external DNS etc but when attempt to GET any data it times out. Is there something I have missed in the configuration? | 22:44 |
desai | so i think that the problem is even lower in the stack than that shows | 22:45 |
desai | virsh fails outright, etc | 22:45 |
desai | or does virtinstall bypass libvirt entirely? | 22:45 |
*** allsystemsarego has quit IRC | 22:45 | |
kpepple | desai: virsh fails ? i would guess that virt-install just wraps some other command in python ... | 22:46 |
desai | yeah, basically, /usr/sbin/libvirtd tanks with those error messages, then anything trying to use it via the domain socket interface chokes | 22:48 |
desai | virsh, nova-compute, etc | 22:48 |
kpepple | desai: new name for that package: sudo apt-get install virtinst | 22:48 |
*** jbaker__ has quit IRC | 22:48 | |
kpepple | desai: that is very weird on the libvirtd … | 22:49 |
desai | yeah, i really don't know what to make of this | 22:49 |
kpepple | desai: this bug report/patch sounds like your problem - http://www.mail-archive.com/libvir-list@redhat.com/msg26757.html | 22:51 |
desai | i suspect that is a non-fatal one tho | 22:52 |
kpepple | desai: more likely this one - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598330 | 22:52 |
uvirtbot | Debian bug 598330 in libvirt-bin "libvirtd uses iptables CHECKSUM feature not present in Squeeze/Sid" [Normal,Fixed] | 22:52 |
desai | yeah | 22:52 |
desai | so i was looking at that until i realized it was reporting a few different things prior to the last failure | 22:53 |
desai | so i'm thinking that is the real issue | 22:53 |
desai | (i was getting a cgroup failure as well that i fixed) | 22:53 |
desai | the question is, how does this work on maverick at all? | 22:53 |
desai | i'd believe that there was a prereq problem if this wasn't the shipping version of libvirtd with maverick | 22:54 |
kpepple | deasi: do you have a customize iptables running ? | 22:54 |
desai | nope | 22:54 |
desai | let me pull the version | 22:54 |
*** imsplitbit has quit IRC | 22:55 | |
desai | 1.4.4-2ubuntu3 | 22:55 |
kpepple | i am running the same thing here on my mav64 box and it's running fine | 22:55 |
desai | which looks like the latest from ubuntu | 22:56 |
desai | yeah | 22:56 |
desai | and we're even running the same on other machines that are working (all the way through nova) | 22:56 |
desai | kpepple: do you have a machine you can bounce libvirtd on? | 22:56 |
desai | if so, try restarting it in the foreground with -d | 22:56 |
desai | and see if it reports any of these messages? | 22:57 |
desai | that might sort some stuff out | 22:57 |
kpepple | deasi: hold on … need to terminate a running VM | 22:57 |
desai | nm | 22:58 |
desai | just did it here | 22:58 |
desai | i get the same errors up to the qemu one | 22:58 |
desai | (on the machine where things work) | 22:59 |
openstackhudson | Project swift build #182: SUCCESS in 26 sec: http://hudson.openstack.org/job/swift/182/ | 23:01 |
openstackhudson | Tarmac: bump up some rsync time limits and make rsync log to error when it gets a bad return code | 23:01 |
kpepple | desai: here's what I get — | 23:01 |
kpepple | kpepple@openstack:~$ sudo /usr/sbin/libvirtd | 23:01 |
kpepple | 15:02:43.085: warning : networkAddIptablesRules:850 : Could not add rule to fixup DHCP response checksums on network 'default'. | 23:01 |
kpepple | 15:02:43.085: warning : networkAddIptablesRules:851 : May need to update iptables package & kernel to support CHECKSUM rule. | 23:01 |
kpepple | 15:02:43.542: warning : qemudStartup:1846 : Unable to create cgroup for driver: No such device or address | 23:01 |
kpepple | 15:02:43.679: warning : lxcStartup:1895 : Unable to create cgroup for driver: No such device or address | 23:01 |
desai | the last 2 can be resolved by mounting cgroup on /dev/cgroup | 23:02 |
desai | and that suggests that the first two aren't a critical failure | 23:02 |
kpepple | yes | 23:02 |
*** Adri2000 has quit IRC | 23:02 | |
kpepple | the last error message is for lxc os partitions which i don't care about :) | 23:02 |
*** adiantum has quit IRC | 23:03 | |
*** Adri2000 has joined #openstack | 23:03 | |
*** adiantum has joined #openstack | 23:08 | |
kpepple | desai: final thought before i leave — did you disable SElinux on the box ? i have it disabled | 23:08 |
*** kpepple has left #openstack | 23:10 | |
desai | do you need to do that in maverick? | 23:10 |
*** jbaker_ has joined #openstack | 23:14 | |
*** rpedde has joined #openstack | 23:17 | |
*** dubsquared has joined #openstack | 23:23 | |
dubsquared | anyone care to troubleshoot some flatManger networking problems? | 23:23 |
dubsquared | :D | 23:23 |
*** gondoi has quit IRC | 23:23 | |
*** vvuksan has joined #openstack | 23:27 | |
*** mray has quit IRC | 23:30 | |
*** mdomsch_ has quit IRC | 23:30 | |
vvuksan | desai: i have an issue similar to yours | 23:30 |
*** pvo_away is now known as pvo | 23:31 | |
*** adiantum has quit IRC | 23:32 | |
*** hggdh has quit IRC | 23:33 | |
*** hggdh has joined #openstack | 23:37 | |
*** adiantum has joined #openstack | 23:38 | |
*** desai has quit IRC | 23:41 | |
uvirtbot | New bug: #708948 in swift "nodes with a weight of zero should not be valid for handoff" [Undecided,New] https://launchpad.net/bugs/708948 | 23:46 |
*** JuanPerez has quit IRC | 23:46 | |
*** dubsquared has left #openstack | 23:46 | |
*** adiantum has quit IRC | 23:49 | |
*** adiantum has joined #openstack | 23:50 | |
*** laurensell has left #openstack | 23:55 | |
*** reldan has joined #openstack | 23:56 | |
*** adiantum has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!